@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

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

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

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

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

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

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

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.header-home {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
}

.header-home .marketing-header {
  display: none;
}

.header-home .navbar {
  position: relative;
  height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  z-index: 5;
  background-color: #fff;
}

.header-home .navbar .track-symp {
  display: none;
}

.header-home .navbar button {
  display: none;
}

.header-home .navbar .menu-togglecmmobile {
  position: relative;
  top: 0;
  bottom: 0;
  left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0;
}

.header-home .navbar a .mobile-logo {
  height: 48px;
  margin: auto;
}

.header-home .navbar a .desktop-logo {
  display: none;
}

.header-home .navbar .header-elements {
  display: none;
}

.header-home .navbar .header-elements .txt {
  display: none;
}

.header-home .navbar .search-bar {
  display: none;
}

.header-home .navbar .login-item {
  display: none;
}

.header-home .hamburger-menu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  min-height: 800px;
  z-index: 10;
  background-color: white;
}

.header-home .hamburger-menu .patient {
  padding: 12px 12px 14px 26px;
  background-color: #E5EDEE;
}

.header-home .hamburger-menu .patient .img-svg {
  display: flex;
}

.header-home .hamburger-menu .patient .img-svg img {
  width: 60px;
  height: 60px;
}

.header-home .hamburger-menu .patient .img-svg .logo-svg {
  margin-bottom: 8px;
  border: 1px solid #454545;
  border-radius: 50%;
  background-color: #FFF;
}

.header-home .hamburger-menu .patient .img-svg .logo-svg svg {
  width: 18px;
  height: 27px;
  margin: 9px 13px;
}

.header-home .hamburger-menu .patient .img-svg .hamburger_close {
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 4px;
  margin-left: auto;
  padding: 7.057px 7.058px 7.058px 7.057px;
  cursor: pointer;
}

.header-home .hamburger-menu .patient h4 {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 0;
}

.header-home .hamburger-menu .patient .no-profile {
  display: flex;
}

.header-home .hamburger-menu .patient .no-profile .no {
  color: #454545;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-top: 2px;
}

.header-home .hamburger-menu .patient .no-profile .profile {
  color: #454545;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  padding-top: 2px;
  margin: 0;
  margin-left: auto;
  margin-right: 4px;
}

.header-home .hamburger-menu .patient .no-profile .arrow {
  width: 21px;
  height: 17px;
  margin-top: 2px;
  margin-left: 6px;
}

.header-home .hamburger-menu .content {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  top: 80px;
  bottom: 0;
  padding-bottom: 40px;
}

.header-home .hamburger-menu .content::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.header-home .hamburger-menu .content::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.header-home .hamburger-menu .content::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.header-home .hamburger-menu .options {
  padding-top: 12px;
  padding-left: 14px;
  overflow-y: auto;
}

.header-home .hamburger-menu .options h5 {
  padding: 10px;
  padding-right: 0;
  margin: 0;
  color: rgba(56, 45, 45, 0.8);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.176px;
  text-transform: capitalize;
}

.header-home .hamburger-menu .options h5 svg {
  width: 24px;
  height: 24px;
  margin-right: 32px;
  float: right;
}

.header-home .hamburger-menu .options h5 .sub-options {
  padding-top: 1px;
}

.header-home .hamburger-menu .options h5 .sub-options a {
  color: #656565;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 11px 0;
  display: block;
}

.header-home .hamburger-menu .options h5 a {
  color: rgba(56, 45, 45, 0.8);
}

.header-home .hamburger-menu.slide-in {
  -webkit-animation: slideIn 0.5s forwards;
          animation: slideIn 0.5s forwards;
}

.header-home .hamburger-menu.slide-out {
  -webkit-animation: slideOut 0.5s backwards;
          animation: slideOut 0.5s backwards;
}

@-webkit-keyframes slideIn {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

@keyframes slideIn {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

@-webkit-keyframes slideOut {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

@keyframes slideOut {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

.header-home .hamburger-menu .section {
  border-top: 1px solid #DBE1E5;
  padding-left: 26px;
  padding-top: 4px;
}

.header-home .hamburger-menu .section h5 {
  color: #454545;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  padding: 8px 0 8px 0;
  margin: 0;
}

.header-home .hamburger-menu .section h5 a {
  color: #454545;
}

.header-home .hamburger-menu .login-btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  border-radius: 8px;
  background: #EA5A1A;
  width: calc(100% - 48px);
  height: 39px;
  margin: auto;
  display: block;
  margin-top: 36px;
}

.header-home .cancer-type,
.header-home .services,
.header-home .blogs {
  display: none;
}

.header-home ul.submenucustom .nav-itemcmmobile {
  justify-content: flex-start;
}

.header-home .drop-down {
  width: 216px;
  background-color: #FFFFFF;
  position: absolute;
  right: 40px;
  top: 77px;
  padding-bottom: 6px;
}

.header-home .drop-down .drop-down-menu {
  height: 39px;
  color: #656565;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 10px 10px 22px;
  margin: 0;
  cursor: pointer;
}

.header-home .drop-down .drop-down-menu a {
  color: #656565;
  display: block;
}

.header-home .drop-down .drop-down-menu:hover {
  background-color: rgba(219, 225, 229, 0.3);
}

@media (min-width: 576px) {
  .header-home .marketing-header {
    display: block;
    background: #E5EDEE;
    height: 30px;
    width: 100%;
  }

  .header-home .marketing-header .marketing-header-content {
    align-items: center;
    display: flex;
    width: 50%;
    margin: auto;
  }

  .header-home .marketing-header .marketing-header-content .arrow {
    cursor: pointer;
  }

  .header-home .marketing-header .marketing-header-content .text {
    color: #0D0C22;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: center;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header-home .marketing-header .getcontact {
    color: #454545;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    margin: 0;
    padding: 7px 32px 7px 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-home .navbar {
    height: 78px;
  }

  .header-home .navbar .menu-togglecmmobile {
    display: none;
  }

  .header-home .navbar a .mobile-logo {
    display: none;
  }

  .header-home .navbar a .desktop-logo {
    width: 110.02px;
    height: 60px;
    margin-left: 48px;
    display: block;
  }

  .header-home .navbar .header-elements {
    display: flex;
    margin: auto;
  }

  .header-home .navbar .header-elements .txt {
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 0px 12px;
    margin-top: 24px;
    display: inline-block;
    position: relative;
    /* Add position property for the ::before pseudo-element */
    transition: color 0.3s, background-color 0.3s, transform 0.3s;
    /* Add transitions for color, background-color, and transform */
    cursor: pointer;
    /* Add cursor hover effect */
    height: calc(78px - 1rem);
    display: flex;
    align-items: center;
    margin: 0;
  }

  .header-home .navbar .header-elements .txt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    /* Adjust this value to control the distance of the stroke from the text */
    width: 100%;
    height: 3px;
    background-color: var(--tertiary, #EA5A1A);
    /* Use variable for stroke color */
    transform: scaleX(0);
    /* Initial transform to hide the stroke */
    transform-origin: left center;
    transition: transform 0.3s;
  }

  .header-home .navbar .header-elements .txt:hover {
    color: #EA5A1A;
    background-color: #FFF;
    /* Add a background color change on hover */
    transform: translateY(-1px);
    /* Add a slight upward shift on hover */
  }

  .header-home .navbar .header-elements .txt:hover::before {
    transform: scaleX(1);
    /* Show the stroke on hover */
  }

  .header-home .navbar .track-symp {
    width: 183px;
    height: 32px;
    display: inline-flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: rgba(252, 195, 0, 0.4);
    color: #0D0C22;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-right: 18px;
  }

  .header-home .navbar button {
    display: block;
    width: 183px;
    height: 32px;
    font-family: Manrope;
    position: relative;
    background: #FEE799;
    font-size: 12px;
    font-weight: 500;
    color: #0D0C22;
    border: 3px solid #FEE799;
    border-radius: 16px;
    box-shadow: 0 0 0 rgba(254, 193, 149, 0.5490196078);
    transition: all 0.3s ease-in-out;
    padding-left: 8px;
    margin-right: 18px;
  }

  .header-home .navbar button svg {
    padding-bottom: 2px;
  }

  .header-home .navbar button .star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(254, 193, 149, 0.5490196078));
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  }

  .header-home .navbar button .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(254, 193, 149, 0.5490196078));
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }

  .header-home .navbar button .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(254, 193, 149, 0.5490196078));
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }

  .header-home .navbar button .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(254, 193, 149, 0.5490196078));
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  }

  .header-home .navbar button .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(254, 193, 149, 0.5490196078));
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
  }

  .header-home .navbar button .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(254, 193, 149, 0.5490196078));
    z-index: -5;
    transition: all 0.8s ease;
  }

  .header-home .navbar button:hover {
    background: transparent;
    color: #0D0C22;
    box-shadow: 0 0 25px rgba(254, 193, 149, 0.5490196078);
  }

  .header-home .navbar button:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(254, 193, 149, 0.5490196078));
    z-index: 2;
  }

  .header-home .navbar button:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(254, 193, 149, 0.5490196078));
    z-index: 2;
  }

  .header-home .navbar button:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(254, 193, 149, 0.5490196078));
    z-index: 2;
  }

  .header-home .navbar button:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(254, 193, 149, 0.5490196078));
    z-index: 2;
  }

  .header-home .navbar button:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(254, 193, 149, 0.5490196078));
    z-index: 2;
  }

  .header-home .navbar button:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(254, 193, 149, 0.5490196078));
    z-index: 2;
  }

  .header-home .navbar button .fil0 {
    fill: #FEE799;
  }

  .header-home .navbar .search-bar {
    border-radius: 19px;
    background: #E5EDEE;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 18px;
  }

  .header-home .navbar .search-bar input {
    height: 20px;
    background-color: #E5EDEE;
    border: none;
    width: 85%;
  }

  .header-home .navbar .login-item {
    display: block;
    margin-top: 2px;
    margin-right: 42px;
  }

  .header-home .navbar .login-item svg {
    margin: -7px 0;
    cursor: pointer;
  }

  .header-home .hamburger-menu {
    display: none;
  }

  .header-home .services {
    display: flex;
    position: absolute;
    z-index: 3;
    width: 100%;
    background: #F9F9F9;
    height: 342px;
    border-bottom: 1.5px solid #DBE1E5;
  }

  .header-home .services .service-main {
    flex: 0 0 78%;
    max-width: 78%;
    display: flex;
    position: relative;
    padding: 42px 60px 0;
  }

  .header-home .services .service-main .service-flex {
    flex: 0 0 30%;
    max-width: 30%;
    width: 50%;
  }

  .header-home .services .service-main .service-flex h3 {
    color: #454545;
    font-family: "Manrope";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 14px;
  }

  .header-home .services .service-main .service-flex .txt {
    color: #656565;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    width: 87%;
  }

  .header-home .services .service-main .service {
    display: flex;
    width: 100%;
  }

  .header-home .services .service-main .service .title {
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .header-home .services .service-main .service .flex {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
  }

  .header-home .services .service-main .service .flex .options a {
    color: #656565;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
    display: block;
    width: 104%;
    cursor: pointer;
  }

  .header-home .services .service-main .service .flex .options a:hover {
    font-weight: 600;
    text-decoration: underline;
  }

  .header-home .services .service-main .service.partners {
    flex-wrap: wrap;
    max-width: 565px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .header-home .services .service-main .service.partners .partner-icon {
    width: 93px;
    height: 50px;
    margin: 5px 10px;
  }

  .header-home .services .service-main .service.partners .partner-icon img {
    height: 100%;
  }

  .header-home .services .service-main .one-liner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    border-bottom: 1px solid #DBE1E5;
    background: #fff;
  }

  .header-home .services .service-main .one-liner .txt {
    color: #0D0C22;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    padding-left: 60px;
  }

  .header-home .services .service-main .one-liner .txt .country {
    color: #EA5A1A;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }

  .header-home .services .service-main .one-liner .txt .contact {
    color: #0D0C22;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

  .header-home .services .service-img {
    background: rgba(229, 237, 238, 0.6);
    flex: 0 0 22%;
    max-width: 22%;
    padding: 24px 40px 0;
  }

  .header-home .services .service-img .featured {
    color: #0D0C22;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
  }

  .header-home .services .service-img img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
  }

  .header-home .services .service-img .dec_new {
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .header-home .services .service-img .dec_new span {
    color: #EA5A1A;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .header-home .services .service-img .desc {
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .header-home .services .service-img .desc span {
    font-weight: 600;
  }

  .header-home .services .service-img .btn1 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5EDEE;
    border: 1.2px solid #454545;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }

  .header-home .services .service-img .btn1 svg {
    margin-left: 10px;
  }

  .header-home .services .service-img .btn2 {
    border-radius: 6px;
    background: var(--tertiatry, #EA5A1A);
    width: 100%;
    height: 31px;
    cursor: pointer;
    color: var(--terr, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 31px;
  }

  .header-home .cancer-type {
    width: 100%;
    background: #F9F9F9;
    display: flex;
    position: absolute;
    z-index: 3;
    height: 400px;
    border-bottom: 1.5px solid #DBE1E5;
  }

  .header-home .cancer-type .cancer-flex {
    padding-top: 86px;
    padding-left: 90px;
    width: 50%;
  }

  .header-home .cancer-type .cancer-flex h3 {
    color: #454545;
    font-family: "Manrope";
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
  }

  .header-home .cancer-type .cancer-flex .txt {
    color: #656565;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    width: 87%;
  }

  .header-home .cancer-type .cancer-types {
    display: flex;
    width: 124%;
    justify-content: space-around;
  }

  .header-home .cancer-type .cancer-types .flex {
    padding-top: 87px;
  }

  .header-home .cancer-type .cancer-types .flex .options a {
    color: #656565;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
    display: block;
    width: 245px;
    cursor: pointer;
    width: 104%;
    text-decoration: none;
    /* No underline */
    transition: all 0.3s ease-in-out;
    /* Add a smooth transition */
  }

  .header-home .cancer-type .cancer-types .flex .options a:hover {
    font-weight: 600;
    text-decoration: underline;
  }

  .header-home .blogs {
    width: 100%;
    background: #F9F9F9;
    display: flex;
    position: absolute;
    z-index: 3;
    height: 400px;
    border-bottom: 1.5px solid #DBE1E5;
  }

  .header-home .blogs .blog-flex {
    padding-top: 86px;
    padding-left: 90px;
    width: 50%;
  }

  .header-home .blogs .blog-flex h3 {
    color: #454545;
    font-family: "Manrope";
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
  }

  .header-home .blogs .blog-flex .txt {
    color: #656565;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    width: 75%;
  }

  .header-home .blogs .cancer-blogs {
    display: flex;
    width: 100%;
  }

  .header-home .blogs .cancer-blogs .flex {
    padding-top: 86px;
  }

  .header-home .blogs .cancer-blogs .flex h4 {
    color: #454545;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 20px;
    width: 128%;
    padding-right: 80px;
  }

  .header-home .blogs .cancer-blogs .flex .options a {
    color: #656565;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
    display: block;
    width: 82%;
    cursor: pointer;
  }

  .header-home .blogs .cancer-blogs .flex .options a:hover {
    font-weight: 600;
    text-decoration: underline;
  }

  .header-home .blogs .cancer-blogs .flex .view {
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-top: 104px;
    padding-left: 50%;
    padding-bottom: 29px;
  }

  .header-home .blogs .cancer-blogs .flex .view a {
    text-decoration: none;
  }

  .header-home .blogs .cancer-blogs .flex .view a svg {
    width: 24px;
    height: 24px;
  }

  .header-home .hide-blocks {
    display: none;
  }
}

.footer-home {
  background-color: #E5EDEE;
}

.footer-home .footer-mobile {
  display: flex;
  padding: 10px 25px 0;
}

.footer-home .footer-mobile ul li {
  color: #454545;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.28px;
  list-style-type: none;
  border-bottom: 1px solid #C4D6D9;
  padding: 8px 0 6px 0;
}

.footer-home .footer-mobile ul li svg {
  float: right;
}

.footer-home .footer-mobile ul li .service-list {
  padding-top: 14px;
}

.footer-home .footer-mobile ul li .service-list .service-item {
  color: #454545;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 10px;
  display: block;
}

.footer-home .footer-mobile ul li .service-list .service-item.bold {
  color: #2D255E;
  font-weight: 600;
}

.footer-home .footer-mobile .address {
  padding: 14px 0 10px 0;
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin: 0;
}

.footer-home .footer-mobile .contact {
  padding-bottom: 12px;
}

.footer-home .footer-mobile .contact p {
  padding-bottom: 6px;
  padding-top: 0;
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin: 0;
}

.footer-home .footer-mobile .contact p span {
  font-weight: 700;
}

.footer-home .footer-mobile .contact p .symbol {
  color: #EA5A1A;
  font-weight: 500;
}

.footer-home .footer-mobile .social_media a {
  width: 22px;
}

.footer-home .footer-mobile .txt {
  display: flex;
  padding-top: 8px;
  padding-bottom: 16px;
}

.footer-home .footer-mobile .txt a {
  padding: 0;
  color: #454545;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16px;
  display: block;
}

.footer-home .footer-mobile .txt svg {
  margin: 0 12px;
  height: 12px;
}

.footer-home .para {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.16px;
  background-color: #DBE1E5;
  border: 1px solid #DBE1E5;
  width: 100%;
  margin: 0;
}

.footer-home .footer-web {
  display: none;
}

.footer-home .txt_svg {
  display: none;
}

@media (min-width: 576px) {
  .footer-home .footer-mobile {
    display: none;
  }

  .footer-home .para {
    display: none;
  }

  .footer-home .footer-web {
    display: block;
    display: flex;
    padding: 0 60px;
    background-color: #E5EDEE;
  }

  .footer-home .footer-web .flex1 img {
    width: 89px;
    height: 51px;
    margin-top: 42px;
  }

  .footer-home .footer-web .flex1 .address {
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.28px;
    padding-top: 16px;
    padding-bottom: 14px;
    margin: 0;
    width: 65%;
  }

  .footer-home .footer-web .flex1 .contact {
    padding: 14px 0 27px 0;
  }

  .footer-home .footer-web .flex1 .contact p {
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.28px;
    padding-bottom: 1px;
    margin: 0;
  }

  .footer-home .footer-web .flex1 .contact p span {
    font-weight: 700;
  }

  .footer-home .footer-web .flex1 .contact p .symbol {
    color: #EA5A1A;
    font-weight: 500;
  }

  .footer-home .footer-web .flex2 {
    display: flex;
    width: 70%;
    justify-content: space-between;
  }

  .footer-home .footer-web .flex2 .content {
    padding-top: 65px;
  }

  .footer-home .footer-web .flex2 .content h4 {
    color: #2D255E;
    font-family: "Manrope";
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
  }

  .footer-home .footer-web .flex2 .content a {
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.28px;
    margin-bottom: 8px;
    width: 100%;
    display: block;
  }

  .footer-home .footer-web .flex2 .content .text {
    margin-top: 18px;
    color: #2D255E;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.28px;
  }

  .footer-home .txt_svg {
    display: block;
    display: flex;
    background-color: #C6D2D4;
    border: 1px solid #C6D2D4;
    padding: 17px 60px;
  }

  .footer-home .txt_svg .txt {
    display: flex;
  }

  .footer-home .txt_svg .txt a {
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    margin: 0;
    padding-right: 18px;
    display: flex;
    align-items: center;
    display: block;
  }

  .footer-home .txt_svg .svgs {
    margin-left: auto;
  }

  .footer-home .txt_svg .svgs a {
    margin: 0 4px;
  }
}

.login-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
  display: flex;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(136, 136, 136, 0.5333333333);
}

.login-popup .popup-card {
  position: relative;
  width: 88vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #D8DADC;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}

.login-popup .err_message {
  color: #ff0000;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 600;
  line-height: normal;
  padding-left: 61px;
}

.login-popup .cross {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin: 8px 8px 0 0;
  width: 24px;
  height: 24px;
}

.login-popup .logo {
  width: 96px;
  height: 56px;
  margin: auto;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}

.login-popup .welcome {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
}

.login-popup .txt {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding-left: 6px;
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}

.login-popup .txt a {
  color: #252525;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.login-popup .txt .resend {
  color: #252525;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
  display: inline;
  margin: 0;
}

.login-popup .mobile-no {
  border-radius: 8px;
  border: 1px solid #D8DADC;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 220px;
  height: 33px;
  padding: 10px 12px;
  margin: 10px auto 14px;
}

.login-popup .mobile-no::-moz-placeholder {
  color: #D8DADC;
  /* Orange placeholder text */
}

.login-popup .mobile-no:-ms-input-placeholder {
  color: #D8DADC;
  /* Orange placeholder text */
}

.login-popup .mobile-no::placeholder {
  color: #D8DADC;
  /* Orange placeholder text */
}

.login-popup input[type=number]::-webkit-inner-spin-button,
.login-popup input[type=number]::-webkit-outer-spin-button,
.login-popup input[type=number] {
  -webkit-appearance: none;
  appearance: none;
}

.login-popup .otps {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 14px;
}

.login-popup .otps .otp_box {
  height: 33px;
  width: 33px;
  border-radius: 8px;
  border: 1px solid #D8DADC;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  color: #252525;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0 3px;
}

.login-popup .terms-con {
  display: flex;
  justify-content: center;
  max-width: 247px;
  height: 20px;
  padding: 0 4px;
  margin: auto;
}

.login-popup .terms-con input {
  width: 13.978px;
  height: 13.978px;
  cursor: pointer;
}

.login-popup .login-btn {
  width: 220px;
  height: 33px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #EA5A1A;
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 26px auto 16px;
}

.login-popup .hr {
  width: 246px;
  color: #DBE1E5;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}

.login-popup .facebook-google {
  display: flex;
  justify-content: center;
}

.login-popup .facebook-google .facebook {
  border-radius: 5px;
  border: 1px solid #D8DADC;
  background: #FFF;
  margin: 4px;
  padding: 13px 26px;
}

.login-popup .facebook-google .facebook:hover {
  background-color: rgba(219, 225, 229, 0.3);
}

.login-popup .facebook-google .google {
  border-radius: 5px;
  border: 1px solid #D8DADC;
  background: #FFF;
  margin: 4px;
  padding: 13px 26px;
}

.login-popup .facebook-google .google:hover {
  background-color: rgba(219, 225, 229, 0.3);
}

.login-popup .partner-login {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 14px;
  text-align: center;
}

.login-popup .partner-login .login-here {
  color: #252525;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .login-popup .popup-card {
    width: 373px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }

  .login-popup .cross {
    float: right;
    margin: 12px 12px 0 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .login-popup .cross:hover {
    background-color: #DBE1E5;
    border: 1px solid #DBE1E5;
    border-radius: 10px;
  }

  .login-popup .logo {
    width: 113px;
    height: 66px;
    margin: auto;
    display: block;
    margin-top: 28px;
    margin-bottom: 24px;
  }

  .login-popup .welcome {
    color: #252525;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
  }

  .login-popup .txt {
    color: #252525;
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 600;
    line-height: normal;
    padding-left: 7px;
  }

  .login-popup .mobile-no {
    border-radius: 8px;
    border: 1px solid #D8DADC;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: 259px;
    height: 39px;
    padding: 11px 12px;
    margin: 12px auto 14px;
  }

  .login-popup .otps {
    margin: 12px auto 14px;
  }

  .login-popup .otps .otp_box {
    height: 39px;
    width: 39px;
    margin: 0 4px;
  }

  .login-popup .terms-con {
    max-width: 259px;
    margin: auto;
  }

  .login-popup .terms-con input {
    width: 16.396px;
    height: 16.396px;
    cursor: pointer;
  }

  .login-popup .login-btn {
    width: 259px;
    height: 38px;
    padding: 9px 10px;
    border-radius: 6px;
    background: #EA5A1A;
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin: 26px auto 18px;
  }

  .login-popup .hr {
    width: 289px;
    color: #DBE1E5;
    display: block;
    margin: auto;
    margin-bottom: 13px;
  }

  .login-popup .facebook-google {
    display: flex;
    justify-content: center;
  }

  .login-popup .facebook-google .facebook {
    border-radius: 5px;
    border: 1px solid #D8DADC;
    background-color: #FFF;
    margin: 5px;
    padding: 16px 31px;
  }

  .login-popup .facebook-google .facebook:hover {
    background-color: rgba(219, 225, 229, 0.3);
  }

  .login-popup .facebook-google .google {
    border-radius: 5px;
    border: 1px solid #D8DADC;
    background-color: #FFF;
    margin: 5px;
    padding: 16px 31px;
  }

  .login-popup .facebook-google .google:hover {
    background-color: rgba(219, 225, 229, 0.3);
  }

  .login-popup .partner-login {
    color: #252525;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 20px;
    text-align: center;
  }

  .login-popup .partner-login .login-here {
    color: #252525;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
  }
}

.file-upload .custom-file {
  margin-bottom: 37px;
}

.file-upload .custom-file-input {
  height: 72px;
}

.file-upload .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "+";
}

.file-upload .custom-file-label {
  /* border: 1px solid #f0f0f0;
  border-radius: 7px;
  color: #999999; */
  height: 72px;
  background: rgba(252, 195, 0, 0.2);
  border: 1.5px dashed #FCC300;
  border-radius: 10px;
  text-align: center;
}

.file-upload .custom-file-label::after {
  display: none;
  width: 18%;
  font-size: 21px;
  padding: 0px;
  text-align: center;
  background-color: #f0f0f0;
  color: #999999;
}

.file-upload .reportnames {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  margin: 8px 0 0 8px;
}

.file-upload .reports-card {
  background: #FFF;
  border-radius: 10px;
  padding: 6px 10px;
  margin: 20px 0 0 8px;
}

.file-upload .reports-card .file-row {
  display: flex;
  align-items: center;
  margin: 4px 0;
}

.file-upload .reports-card .file-row p {
  margin: 0;
  margin-left: 19px;
  margin-right: auto;
}

.home-component {
  background: #F8F8F8;
  padding-bottom: 16px;
  margin-bottom: 0;
  margin-top: -34px;
}

@media (min-width: 576px) {
  .home-component {
    padding-bottom: 1px;
    margin-top: -12px;
  }
}

@media (min-width: 768px) {
  .home-component {
    margin-top: -2px;
  }
}

@media (min-width: 992px) {
  .home-component {
    margin-top: 78px;
    margin-top: 78px;
    margin-bottom: 0;
  }
}

.banner-home {
  background-color: #fff;
}

.banner-home .banner-content {
  position: relative;
}

.banner-home img {
  display: block;
  width: 100%;
}

.banner-home .vector {
  display: none;
}

.banner-home .txt-container {
  position: absolute;
  left: 5%;
  top: 20%;
}

.banner-home .txt-container .p1 {
  margin: 0;
  font-family: "Manrope";
  color: #252525;
  font-size: 14px;
}

.banner-home .txt-container h4 {
  bottom: 8px;
  top: 1px;
  color: #252525;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 150px;
}

.banner-home .txt-container .p2 {
  color: #252525;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 1.2;
}

.banner-home .txt-container .p2 span {
  color: #252525;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-home .txt-container .p3 {
  color: #252525;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 0;
}

.banner-home .txt-container .p3 span {
  border-bottom: 1.5px solid #EA5A1A;
  margin-bottom: 7px;
}

.banner-home button {
  position: absolute;
  bottom: -18px;
  right: 16px;
  display: block;
  text-transform: capitalize;
  color: #FFF;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 600;
  height: 36px;
  width: 151px;
  border: 1px solid #FFF;
  border-radius: 16px;
  float: right;
  background: #EA5A1A;
  box-shadow: 0px 4px 20px 0px rgba(234, 91, 26, 0.14);
}

.banner-home button.desktop {
  display: none;
}

@media (min-width: 576px) {
  .banner-home {
    background-color: white;
    height: 370px;
    width: 100%;
  }

  .banner-home .banner-content {
    max-width: 1280px;
    margin: auto;
  }

  .banner-home img {
    display: none;
  }

  .banner-home .vector {
    display: block;
    width: 680.886px;
    height: 716.594px;
    position: absolute;
    top: -203px;
    right: -261px;
  }

  .banner-home .txt-container {
    position: absolute;
    left: 90px;
    top: 81px;
    bottom: 79px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .banner-home .txt-container .p1 {
    color: #252525;
    font-family: Manrope;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
  }

  .banner-home .txt-container h4 {
    color: #0D0C22;
    font-family: Manrope;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 6.9px;
    margin-bottom: 6px;
    max-width: none;
  }

  .banner-home .txt-container .p2 {
    color: #252525;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .banner-home .txt-container .p2 span {
    color: #252525;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
  }

  .banner-home .txt-container .p3 {
    color: #252525;
    font-size: 25px;
    font-family: "Montserrat";
    font-weight: 500;
    margin-bottom: 30px;
  }

  .banner-home .txt-container .p3 span {
    border-bottom: 1.5px solid #EA5A1A;
  }

  .banner-home button {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
    width: 196px;
    height: 46.953px;
    border-radius: 28px;
    float: left;
  }

  .banner-home button.mobile {
    display: none;
  }

  .banner-home button.desktop {
    display: block;
    left: 0;
    position: static;
  }
}

.youtube-home {
  padding: 38px 24px 20px;
}

.youtube-home .text-container {
  display: none;
}

.youtube-home iframe {
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  height: 180px;
}

@media (min-width: 576px) {
  .youtube-home {
    position: relative;
    height: 375px;
    max-width: 1280px;
    margin: auto;
  }

  .youtube-home .text-container {
    display: block;
    left: 80px;
    width: 250px;
  }

  .youtube-home .text-container h4 {
    display: block;
    color: #454545;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-top: 32px;
    width: 328%;
    padding-left: 80px;
    margin-bottom: 0;
    font-family: "Manrope";
  }

  .youtube-home .text-container h4 span {
    color: #EA5A1A;
  }

  .youtube-home .text-container .para1 {
    display: block;
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    margin-left: -14px;
    padding-left: 98px;
    width: 228%;
    margin-bottom: 12px;
    line-height: normal;
  }

  .youtube-home .text-container .para2 {
    display: block;
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 181%;
    padding-left: 83px;
  }

  .youtube-home iframe {
    border-radius: 8px;
    width: 50%;
    max-width: 50%;
    position: absolute;
    right: 60px;
    top: -45px;
    height: 100%;
  }
}

.ourspecialities-home {
  margin: 20px 12px;
}

.ourspecialities-home .txt {
  padding-left: 12px;
}

.ourspecialities-home .txt h3 {
  color: #454545;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}

.ourspecialities-home .txt h3 span {
  color: #EA5A1A;
}

.ourspecialities-home .txt .mobile {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}

.ourspecialities-home .txt .web {
  display: none;
}

.ourspecialities-home .specialities {
  position: relative;
}

.ourspecialities-home .speciality {
  padding: 0 4px;
}

.ourspecialities-home .card {
  width: 100%;
  background-color: #FFF;
  margin: auto;
  border: none;
}

.ourspecialities-home .card .card-img-top-web {
  display: none;
}

.ourspecialities-home .card .card-img-top-mobile {
  display: block;
  padding: 8px;
  width: 100%;
}

.ourspecialities-home .card h4 {
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}

.ourspecialities-home .card .question {
  display: none;
}

.ourspecialities-home .card .answer {
  display: none;
}

.ourspecialities-home .card .btn {
  display: none;
}

.ourspecialities-home .card .arrow {
  display: none;
}

.ourspecialities-home .horizontal-vector {
  display: none;
}

.ourspecialities-home .read-more {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border: 0.8px solid #656565;
  background: #FFF;
  padding: 10px 0;
  text-align: center;
  width: calc(100% - 8px);
  margin: 12px auto 0;
}

.ourspecialities-home .read-more svg {
  width: 31.68px;
  height: 22px;
}

.ourspecialities-home .arrow-prev {
  display: none;
}

.ourspecialities-home .arrow-next {
  display: none;
}

@media (min-width: 576px) {
  .ourspecialities-home {
    position: relative;
    max-width: 1280px;
    padding: 48px 72px 0;
    margin: auto;
  }

  .ourspecialities-home .txt {
    padding-left: 8px;
  }

  .ourspecialities-home .txt h3 {
    color: #454545;
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    /* 119.048% */
    margin-bottom: 0;
  }

  .ourspecialities-home .txt h3 span {
    color: #EA5A1A;
  }

  .ourspecialities-home .txt .mobile {
    display: none;
  }

  .ourspecialities-home .txt .web {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 26px;
    line-height: normal;
  }

  .ourspecialities-home .txt .web a {
    float: right;
    color: #2D255E;
    display: block;
    text-decoration: none;
    font-size: 16px;
  }

  .ourspecialities-home .speciality {
    padding: 0 8px;
  }

  .ourspecialities-home .card {
    background: #FFF;
    height: 458px;
  }

  .ourspecialities-home .card .card-img-top-web {
    display: block;
    width: 363px;
    height: 280px;
    padding: 0;
  }

  .ourspecialities-home .card .card-img-top-mobile {
    display: none;
  }

  .ourspecialities-home .card h4 {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 8px;
    padding-left: 24px;
    margin: 0;
    text-align: unset;
  }

  .ourspecialities-home .card .question {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 24px;
    margin-bottom: 4px;
  }

  .ourspecialities-home .card .answer {
    display: block;
    color: #656565;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 17px;
    padding-left: 24px;
    margin: 0;
  }

  .ourspecialities-home .card .btn {
    display: block;
    padding-left: 24px;
    padding-bottom: 17px;
    margin-top: auto;
    text-align: left;
  }

  .ourspecialities-home .card .btn span {
    color: #454545;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }

  .ourspecialities-home .card .btn svg {
    width: 31.68px;
    height: 22px;
  }

  .ourspecialities-home .horizontal-vector {
    display: block;
    display: flex;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 48px;
  }

  .ourspecialities-home .read-more {
    display: none;
  }

  .ourspecialities-home .arrow-prev {
    display: block;
    position: absolute;
    top: 198px;
    left: -4px;
    cursor: pointer;
    z-index: 3;
  }

  .ourspecialities-home .arrow-next {
    display: block;
    position: absolute;
    top: 198px;
    right: -4px;
    cursor: pointer;
    z-index: 3;
  }

  .ourspecialities-home .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 4px;
    margin: 0 2px;
  }

  .ourspecialities-home .owl-theme .owl-dots .owl-dot.active span {
    width: 48px;
  }
}

.walk-with-us-home .walk-with-us {
  background-color: #fff;
  margin: 10px;
  padding: 11px 10px 11px 10px;
}

.walk-with-us-home .walk-with-us .walk_us_img {
  margin-bottom: 7px;
  position: relative;
}

.walk-with-us-home .walk-with-us .walk_us_img .mobile_img {
  display: block;
}

.walk-with-us-home .walk-with-us .walk_us_img .web_img {
  display: none;
}

.walk-with-us-home .walk-with-us .walk_us_img .txt-cont {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.walk-with-us-home .walk-with-us .walk_us_img .txt-cont .mobile-txt {
  display: block;
  color: #FFF;
  font-size: 22px;
  font-family: "Manrope";
  font-weight: 500;
  letter-spacing: 1.1px;
  margin-bottom: 5px;
}

.walk-with-us-home .walk-with-us .walk_us_img .txt-cont .mobile-txt span {
  color: #FCC300;
  letter-spacing: 1.1px;
}

.walk-with-us-home .walk-with-us .walk_us_img .txt-cont h3 {
  display: none;
}

.walk-with-us-home .walk-with-us .walk_us_img .txt-cont .rs {
  display: none;
}

.walk-with-us-home .walk-with-us h2 {
  display: none;
}

.walk-with-us-home .walk-with-us .plan-journey {
  position: relative;
  background-color: #E5EDEE;
  height: 75px;
}

.walk-with-us-home .walk-with-us .plan-journey .step {
  position: absolute;
}

.walk-with-us-home .walk-with-us .plan-journey .fade-in {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(1, 0.1, 0.1, 1);
}

.walk-with-us-home .walk-with-us .plan-journey .fade-out {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(1, 0.1, 0.1, 1);
}

.walk-with-us-home .walk-with-us .plan-journey ul li {
  list-style-type: none;
  color: #252525;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.12px;
  padding-left: 10px;
  padding-top: 12px;
  margin: 0;
}

.walk-with-us-home .walk-with-us .plan-journey p {
  display: block;
  color: #797979;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 16px;
  padding-left: 42px;
  padding-right: 9px;
  width: 102%;
}

.walk-with-us-home .walk-with-us .know-more {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border: 0.8px solid #656565;
  background: #FFF;
  padding: 6px 10px;
  text-align: center;
  width: calc(100% - 8px);
  margin: 6px auto 0;
}

.walk-with-us-home .walk-with-us .become-one {
  display: flex;
  margin-bottom: 14px;
}

.walk-with-us-home .walk-with-us .become-one span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.walk-with-us-home .walk-with-us .become-one.desktop {
  display: none;
}

@media (min-width: 576px) {
  .walk-with-us-home {
    padding: 0 60px;
    max-width: 1280px;
    margin: auto;
  }

  .walk-with-us-home .walk-with-us {
    padding: 50px 50px 50px 44px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .walk-with-us-home .walk-with-us .walk_us_img {
    padding: 0;
    width: 60%;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .mobile_img {
    display: none;
    width: 100%;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .web_img {
    display: block;
    width: 100%;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont {
    position: absolute;
    left: 0;
    width: 100%;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont .mobile-txt {
    display: none;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont p {
    display: none;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont span {
    display: none;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont h3 {
    display: block;
    color: #FFF;
    text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 9px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont h3 span {
    display: block;
    color: #FCC300;
    padding-left: 0;
  }

  .walk-with-us-home .walk-with-us .walk_us_img .txt-cont .rs {
    display: block;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .walk-with-us-home .walk-with-us h2 {
    position: absolute;
    top: 88px;
    right: 50px;
    display: block;
    color: #454545;
    font-family: "Manrope";
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    /* 96.154% */
    letter-spacing: 2.6px;
  }

  .walk-with-us-home .walk-with-us h2 span {
    color: #EA5A1A;
    font-size: 42px;
    letter-spacing: 2.1px;
  }

  .walk-with-us-home .walk-with-us .plan-journey {
    position: absolute;
    padding: 36px 36px 37px 38px;
    margin: 0;
    right: 50px;
    top: 0;
    bottom: 0;
    height: 141px;
    margin: auto;
    width: 54%;
  }

  .walk-with-us-home .walk-with-us .plan-journey ul li {
    color: #2D255E;
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.6px;
    padding: 0;
  }

  .walk-with-us-home .walk-with-us .plan-journey p {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 5px 0 0 47px;
    margin: 0;
  }

  .walk-with-us-home .walk-with-us .know-more {
    display: none;
  }

  .walk-with-us-home .walk-with-us .become-one {
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 50px;
    margin: 0;
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid #ffffff;
  }

  .walk-with-us-home .walk-with-us .become-one span {
    color: #454545;
    font-size: 16px;
    font-family: Manrope;
    font-weight: 500;
    line-height: 25px;
  }

  .walk-with-us-home .walk-with-us .become-one.desktop {
    display: block;
  }

  .walk-with-us-home .walk-with-us .become-one.mobile {
    display: none;
  }

  .walk-with-us-home .walk-with-us .become-one:hover {
    border: 1px solid #454545;
  }
}

.book-now-home .book-now-cont {
  border-radius: 8px;
  background: #fff;
  height: 273px;
  padding: 20px 20px 14px;
  margin: 22px 16px 20px;
}

.book-now-home .book-now-cont .book-test-cont {
  display: flex;
}

.book-now-home .book-now-cont .book-test-cont svg {
  margin-right: 10px;
  margin-bottom: 15px;
}

.book-now-home .book-now-cont .book-test-cont .txt h4 {
  display: block;
  color: #2D255E;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.book-now-home .book-now-cont .book-test-cont .txt .heading {
  display: none;
}

.book-now-home .book-now-cont .book-test-cont .txt p {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.book-now-home .book-now-cont .book-mobile {
  display: none;
}

.book-now-home .book-now-cont .inputs .input-1 {
  border-radius: 8px;
  border: 1px solid rgba(132, 132, 132, 0.5);
  background-color: rgba(229, 237, 238, 0.5);
  margin-bottom: 6px;
  width: 100%;
}

.book-now-home .book-now-cont .inputs .input-1 svg {
  margin: 7px 0px 7px 6px;
}

.book-now-home .book-now-cont .inputs .input-1 .ver-line {
  margin: 0;
}

.book-now-home .book-now-cont .inputs .input-1 input {
  color: rgba(69, 69, 69, 0.36);
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border: 0;
  height: 32px;
  background: none;
  padding: 8px 5px;
}

.book-now-home .book-now-cont .inputs .input-2 {
  border-radius: 8px;
  border: 1px solid rgba(132, 132, 132, 0.5);
  background-color: rgba(229, 237, 238, 0.5);
  margin-bottom: 6px;
  width: 100%;
}

.book-now-home .book-now-cont .inputs .input-2 svg {
  margin: 7px 0px 7px 6px;
}

.book-now-home .book-now-cont .inputs .input-2 .ver-line {
  margin: 0;
}

.book-now-home .book-now-cont .inputs .input-2 input {
  color: rgba(69, 69, 69, 0.36);
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border: 0;
  height: 32px;
  background: none;
  padding: 8px 5px;
}

.book-now-home .book-now-cont .inputs .input-3 {
  border-radius: 8px;
  border: 1px solid rgba(132, 132, 132, 0.5);
  background-color: rgba(229, 237, 238, 0.5);
  margin-bottom: 14px;
  width: 100%;
}

.book-now-home .book-now-cont .inputs .input-3 svg {
  margin: 7px 0px 7px 6px;
}

.book-now-home .book-now-cont .inputs .input-3 .ver-line {
  margin: 0;
}

.book-now-home .book-now-cont .inputs .input-3 input {
  color: rgba(69, 69, 69, 0.36);
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border: 0;
  height: 32px;
  background: none;
  padding: 8px 5px;
}

.book-now-home .book-now-cont .inputs button {
  border-radius: 8px;
  background-color: #EA5A1A;
  padding: 8px 24px;
  align-items: center;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
}

.book-now-home .book-now-cont .inputs button svg {
  display: block;
  width: 28px;
  float: right;
}

.book-now-home .book-now-cont .options {
  display: block;
  display: flex;
  overflow-x: scroll;
}

.book-now-home .book-now-cont .options p {
  flex: 0 0 auto;
  max-width: 100%;
  white-space: nowrap;
  color: #656565;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 24px;
  border: 1.5px solid #E5EDEE;
  padding: 4px 12px;
  margin: 0 3px;
}

.book-now-home .book-now-cont .options p.selected {
  background-color: rgba(252, 195, 0, 0.7);
  color: rgb(69, 69, 69);
}

.book-now-home .book-now-cont .options p:hover {
  background-color: rgba(252, 195, 0, 0.7);
  color: rgb(69, 69, 69);
}

.book-now-home .book-now-cont .options::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.book-now-home .book-now-cont .options::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.book-now-home .book-now-cont .options::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.book-now-home img {
  display: none;
}

.book-now-home.international img {
  display: none;
}

.book-now-home.international .book-now-cont .book-test-cont svg {
  width: 31.998px;
  height: 32px;
}

.book-now-home.international .book-now-cont .book-test-cont .txt h4 {
  color: #2D255E;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  height: 22px;
  width: 118%;
  display: flex;
  align-items: center;
}

.book-now-home.international .book-now-cont .book-test-cont .txt h4 .slide-box {
  display: inline-block;
  height: 22px;
  overflow: hidden;
}

.book-now-home.international .book-now-cont .book-test-cont .txt h4 .slide {
  color: #EA5A1A;
  transition: transform 1s ease;
  -webkit-animation-name: nation-slide;
          animation-name: nation-slide;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  height: 22px;
}

.book-now-home.international .book-now-cont .book-test-cont .txt .heading {
  display: none;
}

.book-now-home.international .book-now-cont .book-test-cont .txt p {
  display: none;
}

.book-now-home.international .book-now-cont p {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 0 15px 42px;
  margin: 0;
}

.book-now-home.international .book-now-cont .options {
  display: none;
}

.book-now-home.international .book-now-cont .inputs {
  display: block;
}

.book-now-home.africa-international .book-now-cont {
  margin: 0 16px 48px;
}

@-webkit-keyframes nation-slide {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-100%);
  }

  40% {
    transform: translateY(-200%);
  }

  60% {
    transform: translateY(-300%);
  }

  80% {
    transform: translateY(-400%);
  }

  100% {
    transform: translateY(-500%);
  }
}

@keyframes nation-slide {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-100%);
  }

  40% {
    transform: translateY(-200%);
  }

  60% {
    transform: translateY(-300%);
  }

  80% {
    transform: translateY(-400%);
  }

  100% {
    transform: translateY(-500%);
  }
}

@media (min-width: 576px) {
  .book-now-home {
    padding: 48px 60px 48px 60px;
    max-width: 1400px;
    margin: auto;
  }

  .book-now-home .book-container {
    height: 342px;
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
  }

  .book-now-home .book-now-cont {
    background-color: #FFF;
    padding: 20px 0 20px 20px;
    margin: 16px 0 16px 16px;
  }

  .book-now-home .book-now-cont .book-test-cont svg {
    margin: 0;
    width: 50.003px;
    height: 56.001px;
  }

  .book-now-home .book-now-cont .book-test-cont .txt h4 {
    display: none;
  }

  .book-now-home .book-now-cont .book-test-cont .txt .heading {
    display: block;
    color: #2D255E;
    font-family: "Manrope";
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    padding-left: 18px;
    padding-top: 18px;
  }

  .book-now-home .book-now-cont .book-test-cont .txt .heading select {
    color: #656565;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    border: 0 solid #DBE1E5;
    border-radius: 6px;
    background: rgba(219, 225, 229, 0.7);
    height: 34px;
    width: 198px;
    padding: 6px 10px;
    margin-left: 14px;
    cursor: pointer;
  }

  .book-now-home .book-now-cont .book-test-cont .txt p {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 28px;
    margin-left: -48px;
  }

  .book-now-home .book-now-cont p {
    display: none;
  }

  .book-now-home .book-now-cont .options {
    display: none;
  }

  .book-now-home .book-now-cont .inputs {
    display: flex;
    flex-wrap: wrap;
  }

  .book-now-home .book-now-cont .inputs .input-1 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 26px;
  }

  .book-now-home .book-now-cont .inputs .input-1 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home .book-now-cont .inputs .input-1 .ver-line {
    margin: 0;
  }

  .book-now-home .book-now-cont .inputs .input-1 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home .book-now-cont .inputs .input-2 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-bottom: 28px;
  }

  .book-now-home .book-now-cont .inputs .input-2 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home .book-now-cont .inputs .input-2 .ver-line {
    margin: 0;
  }

  .book-now-home .book-now-cont .inputs .input-2 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home .book-now-cont .inputs .input-3 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 54px;
  }

  .book-now-home .book-now-cont .inputs .input-3 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home .book-now-cont .inputs .input-3 .ver-line {
    margin: 0;
  }

  .book-now-home .book-now-cont .inputs .input-3 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home .book-now-cont .inputs button {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    background: #EA5A1A;
    box-shadow: 0px 4px 4px 0px rgba(242, 101, 49, 0.15);
    height: 44px;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Manrope;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 56px;
  }

  .book-now-home .book-now-cont .inputs button svg {
    display: none;
  }

  .book-now-home img {
    display: block;
    border-radius: 0px 20px 20px 0px;
    background: lightgray -16.5px 0px/111.522% 100% no-repeat, #D9D9D9;
    width: 460px;
    height: 342px;
  }

  .book-now-home.international img {
    display: block;
    border-radius: 20px 0 0 20px;
  }

  .book-now-home.international .book-now-cont .book-test-cont svg {
    width: 55.996px;
    height: 56px;
  }

  .book-now-home.international .book-now-cont .book-test-cont .txt h4 {
    color: #2D255E;
    font-family: "Manrope";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 12px;
    height: 38px;
  }

  .book-now-home.international .book-now-cont .book-test-cont .txt h4 .slide-box {
    height: 38px;
  }

  .book-now-home.international .book-now-cont .book-test-cont .txt h4 .slide {
    height: 38px;
  }

  .book-now-home.international .book-now-cont .book-test-cont .txt .heading {
    color: #2D255E;
    font-family: "Manrope";
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    padding-top: 0;
  }

  .book-now-home.international .book-now-cont .book-test-cont .txt .heading span {
    color: #EA5A1A;
  }

  .book-now-home.international .book-now-cont p {
    color: #2D255E;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
    padding: 6px 0 20px;
  }

  .book-now-home.international .book-now-cont .inputs {
    display: flex;
    flex-wrap: wrap;
  }

  .book-now-home.international .book-now-cont .inputs .input-1 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 26px;
  }

  .book-now-home.international .book-now-cont .inputs .input-1 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.international .book-now-cont .inputs .input-1 .ver-line {
    margin: 0;
  }

  .book-now-home.international .book-now-cont .inputs .input-1 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.international .book-now-cont .inputs .input-2 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-bottom: 28px;
  }

  .book-now-home.international .book-now-cont .inputs .input-2 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.international .book-now-cont .inputs .input-2 .ver-line {
    margin: 0;
  }

  .book-now-home.international .book-now-cont .inputs .input-2 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.international .book-now-cont .inputs .input-3 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 54px;
  }

  .book-now-home.international .book-now-cont .inputs .input-3 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.international .book-now-cont .inputs .input-3 .ver-line {
    margin: 0;
  }

  .book-now-home.international .book-now-cont .inputs .input-3 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.international .book-now-cont .inputs button {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    background: #EA5A1A;
    box-shadow: 0px 4px 4px 0px rgba(242, 101, 49, 0.15);
    height: 44px;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Manrope;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 56px;
  }

  .book-now-home.international .book-now-cont .inputs button svg {
    display: none;
  }

  .book-now-home.africa-international {
    padding: 0 60px;
    max-width: 1280px;
    margin: auto;
    background: var(--f8f8f8, #F8F8F8);
  }

  .book-now-home.africa-international .book-container {
    height: 342px;
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
  }

  .book-now-home.africa-international .book-now-cont {
    background-color: #FFF;
    padding: 20px 0 20px 20px;
    margin: 16px 0 16px 16px;
  }

  .book-now-home.africa-international .book-now-cont .book-test-cont svg {
    margin: 0;
    width: 50.003px;
    height: 56.001px;
  }

  .book-now-home.africa-international .book-now-cont .book-test-cont .txt h4 {
    display: none;
  }

  .book-now-home.africa-international .book-now-cont .book-test-cont .txt .heading {
    display: block;
    color: #2D255E;
    font-family: "Manrope";
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    padding-left: 18px;
    padding-top: 18px;
  }

  .book-now-home.africa-international .book-now-cont .book-test-cont .txt .heading span {
    color: #EA5A1A;
  }

  .book-now-home.africa-international .book-now-cont .book-test-cont .txt .heading select {
    display: none;
    color: #656565;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    border: 0 solid #DBE1E5;
    border-radius: 6px;
    background: rgba(219, 225, 229, 0.7);
    height: 34px;
    width: 198px;
    padding: 6px 10px;
    margin-left: 14px;
    cursor: pointer;
  }

  .book-now-home.africa-international .book-now-cont .book-test-cont .txt p {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 28px;
    margin-left: -48px;
  }

  .book-now-home.africa-international .book-now-cont p {
    display: none;
  }

  .book-now-home.africa-international .book-now-cont .options {
    display: none;
  }

  .book-now-home.africa-international .book-now-cont .inputs {
    display: flex;
    flex-wrap: wrap;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-1 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid var(--grey, #DBE1E5);
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 26px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-1 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-1 .ver-line {
    margin: 0;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-1 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-2 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid var(--grey, #DBE1E5);
    background: #FFF;
    height: 48px;
    margin-bottom: 28px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-2 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-2 .ver-line {
    margin: 0;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-2 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-3 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid var(--grey, #DBE1E5);
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 54px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-3 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-3 .ver-line {
    margin: 0;
  }

  .book-now-home.africa-international .book-now-cont .inputs .input-3 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.africa-international .book-now-cont .inputs button {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    background: #EA5A1A;
    box-shadow: 0px 4px 4px 0px rgba(242, 101, 49, 0.15);
    height: 44px;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Manrope;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 56px;
  }

  .book-now-home.africa-international .book-now-cont .inputs button svg {
    display: none;
  }

  .book-now-home.africa-international img {
    display: block;
    border-radius: 0px 20px 20px 0px;
    background: lightgray -16.5px 0px/111.522% 100% no-repeat, #D9D9D9;
    width: 460px;
    height: 342px;
  }

  .book-now-home.africa-international.international img {
    display: block;
    border-radius: 20px 0 0 20px;
  }

  .book-now-home.africa-international.international .book-now-cont .book-test-cont svg {
    width: 55.996px;
    height: 56px;
  }

  .book-now-home.africa-international.international .book-now-cont .book-test-cont .txt h4 {
    color: #2D255E;
    font-family: "Manrope";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 12px;
    height: 38px;
  }

  .book-now-home.africa-international.international .book-now-cont .book-test-cont .txt h4 .slide-box {
    height: 38px;
  }

  .book-now-home.africa-international.international .book-now-cont .book-test-cont .txt h4 .slide {
    height: 38px;
  }

  .book-now-home.africa-international.international .book-now-cont .book-test-cont .txt .heading {
    color: #2D255E;
    font-family: "Manrope";
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    padding-top: 0;
  }

  .book-now-home.africa-international.international .book-now-cont .book-test-cont .txt .heading span {
    color: #EA5A1A;
  }

  .book-now-home.africa-international.international .book-now-cont p {
    color: #2D255E;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
    padding: 6px 0 20px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs {
    display: flex;
    flex-wrap: wrap;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-1 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 26px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-1 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-1 .ver-line {
    margin: 0;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-1 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-2 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-bottom: 28px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-2 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-2 .ver-line {
    margin: 0;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-2 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-3 {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    border: 1.5px solid #EA5A1A;
    background: #FFF;
    height: 48px;
    margin-right: 24px;
    margin-bottom: 54px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-3 svg {
    margin: 12px 0px 12px 11px;
    height: 24px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-3 .ver-line {
    margin: 0;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs .input-3 input {
    color: #848484;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 6px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs button {
    flex: 0 0 45%;
    max-width: 50%;
    border-radius: 24px;
    background: #EA5A1A;
    box-shadow: 0px 4px 4px 0px rgba(242, 101, 49, 0.15);
    height: 44px;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Manrope;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 56px;
  }

  .book-now-home.africa-international.international .book-now-cont .inputs button svg {
    display: none;
  }
}

.ourservices-home {
  margin: 16px;
}

.ourservices-home h4 {
  display: block;
  color: #454545;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 4px;
  letter-spacing: 0.36px;
  margin: 22px 0 2px 4px;
}

.ourservices-home h4 span {
  color: #EA5A1A;
}

.ourservices-home h3 {
  display: none;
}

.ourservices-home .para {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 4px;
  margin-bottom: 12px;
  margin-left: 4px;
}

.ourservices-home .medical-features {
  display: flex;
  flex-wrap: wrap;
}

.ourservices-home .medical-features .feature {
  flex: 0 0 calc(33.33% - 8px);
  max-width: calc(33.33% - 8px);
  border: 1px solid #E5EDEE;
  background-color: #E5EDEE;
  margin: 4px;
  padding: 11px 12px;
}

.ourservices-home .medical-features .feature .svgs {
  display: flex;
  justify-content: center;
  height: 36px;
  align-items: center;
}

.ourservices-home .medical-features .feature .svgs svg {
  height: 35px;
}

.ourservices-home .medical-features .feature h5 {
  margin: 0;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 6px;
  text-wrap: wrap;
}

.ourservices-home .medical-features .feature h5 span {
  color: #EA5A1A;
}

.ourservices-home .medical-features .feature .sub-title {
  color: #252525;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: none;
  padding-top: 4px;
}

.ourservices-home .medical-features .feature .small-txt {
  color: #656565;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: none;
}

.ourservices-home button {
  display: block;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 64px;
  border-radius: 6px;
  border: 0.8px solid #454545;
  background: #FFF;
  margin: 8px auto;
  width: 100%;
}

@media (min-width: 576px) {
  .ourservices-home {
    margin: 10px 90px;
  }

  .ourservices-home .max-frame {
    max-width: 1000px;
    margin: auto;
  }

  .ourservices-home h4 {
    display: none;
  }

  .ourservices-home h3 {
    display: block;
    color: #454545;
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
  }

  .ourservices-home h3 span {
    color: #EA5A1A;
  }

  .ourservices-home .para {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    padding: 0;
    margin-bottom: 14px;
    margin-left: 20%;
    margin-right: 20%;
  }

  .ourservices-home .medical-features {
    display: flex;
    flex-wrap: wrap;
  }

  .ourservices-home .medical-features .feature {
    flex: 0 0 calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
    margin: 12px;
    background-color: #FFF;
    border: none;
    padding-top: 22px;
    padding-bottom: 23px;
    padding-left: 22px;
    height: 200px;
  }

  .ourservices-home .medical-features .feature .svgs {
    display: flex;
    justify-content: flex-start;
    height: 36px;
    align-items: flex-start;
  }

  .ourservices-home .medical-features .feature .svgs svg {
    height: 45px;
  }

  .ourservices-home .medical-features .feature h5 {
    display: flex;
    align-items: flex-start;
    color: #454545;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 22px;
    text-align: left;
  }

  .ourservices-home .medical-features .feature .sub-title {
    display: block;
  }

  .ourservices-home .medical-features .feature .small-txt {
    display: block;
  }

  .ourservices-home .medical-features .feature p {
    display: block;
    display: flex;
    align-items: flex-start;
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 0 0 0;
    margin: 0;
  }

  .ourservices-home .medical-features .feature:hover {
    background-color: #E5EDEE;
  }

  .ourservices-home button {
    display: none;
  }
}

.ourexperts-home {
  padding: 14px;
}

.ourexperts-home h4 {
  display: block;
  color: #454545;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: normal;
  margin: 0 4px 4px;
}

.ourexperts-home h4 span {
  color: #EA5A1A;
}

.ourexperts-home .heading {
  display: none;
}

.ourexperts-home .para1 {
  color: #454545;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  margin: 0 4px 6px;
}

.ourexperts-home .para2 {
  display: none;
}

.ourexperts-home .experts {
  display: flex;
  overflow-x: scroll;
}

.ourexperts-home .experts .expert {
  min-width: 144px;
  padding: 4px;
}

.ourexperts-home .experts .img-section {
  position: relative;
}

.ourexperts-home .experts .img-section img {
  border-radius: 9px;
}

.ourexperts-home .experts .type {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  color: #2D255E;
  background: #FCC300;
  border-radius: 6px;
  padding: 4px;
  bottom: 52px;
  left: 8px;
  bottom: 6px;
  max-width: calc(100% - 16px);
}

.ourexperts-home .experts .name {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #454545;
  margin: 4px 4px 2px;
}

.ourexperts-home .experts .sp {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #656565;
  margin: 4px 4px 0;
}

.ourexperts-home .experts.desktop {
  display: none;
}

.ourexperts-home .experts::-webkit-scrollbar {
  display: none;
}

.ourexperts-home .experts::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.ourexperts-home .experts::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.ourexperts-home .btn-see-more {
  width: 100%;
  background-color: #FFFFFF;
  color: #454545;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  padding: 10px 64px;
  border: 0.8px solid #454545;
  border-radius: 6px;
  margin-top: 12px;
}

.ourexperts-home .arrow-prev {
  display: none;
}

.ourexperts-home .arrow-next {
  display: none;
}

@media (min-width: 576px) {
  .ourexperts-home {
    padding: 0 150px;
    max-width: 1280px;
    margin: auto;
  }

  .ourexperts-home .heading {
    display: block;
    color: #454545;
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    /* 119.048% */
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .ourexperts-home .heading span {
    color: #EA5A1A;
  }

  .ourexperts-home h4 {
    display: none;
  }

  .ourexperts-home .para1 {
    display: none;
  }

  .ourexperts-home .para2 {
    display: block;
    color: #454545;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 26px;
  }

  .ourexperts-home .experts {
    position: relative;
    overflow: visible;
  }

  .ourexperts-home .experts .expert {
    padding: 0 10px;
  }

  .ourexperts-home .experts .img-section img {
    border-radius: 20px;
  }

  .ourexperts-home .experts .type {
    bottom: 13px;
    left: 15px;
    height: 27px;
    line-height: 27px;
    border-radius: 8px;
    color: #2D255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 0 10px;
  }

  .ourexperts-home .experts .name {
    position: absolute;
    left: 15px;
    bottom: 48px;
    color: #fff;
    font-family: "Manrope";
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  }

  .ourexperts-home .experts .sp {
    position: absolute;
    left: 15px;
    bottom: 49px;
    color: #DBE1E5;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }

  .ourexperts-home .experts.desktop {
    display: block;
  }

  .ourexperts-home .experts.mobile {
    display: none;
  }

  .ourexperts-home .arrow-prev {
    display: block;
    position: absolute;
    left: -83px;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    cursor: pointer;
    z-index: 3;
  }

  .ourexperts-home .arrow-next {
    display: block;
    position: absolute;
    right: -83px;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    cursor: pointer;
    z-index: 3;
  }

  .ourexperts-home .see-more {
    position: absolute;
    color: #2D255E;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    bottom: 0;
    right: 10px;
    cursor: pointer;
    z-index: 2;
  }

  .ourexperts-home .owl-carousel .owl-dots.disabled {
    display: block;
  }

  .ourexperts-home .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 4px;
    margin: 0 2px;
  }

  .ourexperts-home .owl-theme .owl-dots .owl-dot.active span {
    width: 48px;
  }
}

.trust-banner-home {
  background-color: #E5EDEE;
  margin: 20px 16px;
  border-radius: 8px;
}

.trust-banner-home .heading {
  padding-top: 24px;
  padding-left: 19px;
}

.trust-banner-home .heading h3 {
  color: #454545;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.9px;
  margin-bottom: 4px;
}

.trust-banner-home .heading h3 span {
  color: #EA5A1A;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.9px;
}

.trust-banner-home .total-no {
  padding: 20px 17px 0;
  display: flex;
  flex-wrap: wrap;
}

.trust-banner-home .total-no .no {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
}

.trust-banner-home .total-no .no h4 {
  color: #454545;
  text-align: center;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
}

.trust-banner-home .total-no .no p {
  color: #454545;
  text-align: center;
  font-family: "Manrope";
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.trust-banner-home.international {
  background: var(--terr, #FFF);
  margin: 0;
  padding: 20px 16px;
}

@media (min-width: 576px) {
  .trust-banner-home {
    margin: 0;
    border-radius: 0px;
  }

  .trust-banner-home .max-frame {
    max-width: 1280px;
    margin: auto;
    display: flex;
  }

  .trust-banner-home .heading {
    padding: 75px 0 74px 60px;
  }

  .trust-banner-home .heading h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-wrap: nowrap;
    padding-bottom: 12px;
    margin: 0;
    width: 400px;
  }

  .trust-banner-home .heading h3 span {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
  }

  .trust-banner-home .total-no {
    padding: 48px 0 8px 60px;
  }

  .trust-banner-home .total-no .no h4 {
    text-align: center;
    font-family: "Manrope";
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 3px;
  }

  .trust-banner-home .total-no .no p {
    text-align: center;
    font-family: "Manrope";
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
    margin-bottom: 28px;
    text-wrap: nowrap;
  }
}

.download-app-home .web-back-img {
  display: none;
}

.download-app-home .download_app_img {
  display: block;
  width: 100%;
}

.download-app-home .content .title {
  color: #252525;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 8px;
}

.download-app-home .content .title .highlight-txt {
  color: #EA5A1A;
}

.download-app-home .content .desc {
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin: 0 16px;
  width: 90%;
}

.download-app-home .content .services {
  margin: 0 16px;
}

.download-app-home .content .services .service {
  display: flex;
  margin-top: 14px;
}

.download-app-home .content .services .service .service-svg {
  width: 28px;
  height: 28px;
}

.download-app-home .content .services .service .text {
  padding-left: 6px;
}

.download-app-home .content .services .service .text .txt {
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding-bottom: 1px;
}

.download-app-home .content .services .service .text .para {
  color: #454545;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-top: 1px;
}

.download-app-home .content .motive {
  padding-top: 10px;
  padding-left: 16px;
}

.download-app-home .content .motive .footer-txt {
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.download-app-home .content .motive .footer-txt .color-txt {
  color: #EA5A1A;
}

.download-app-home .btn {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 6px;
  background-color: #EA5A1A;
  height: 43px;
  padding: 12px 24px;
  margin: 30px 16px;
  width: calc(100% - 32px);
}

.download-app-home.international {
  margin: 32px 0 -10px;
}

@media (min-width: 576px) {
  .download-app-home {
    position: relative;
    min-height: 492px;
  }

  .download-app-home .web-back-img {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: auto;
  }

  .download-app-home .download_app_img {
    display: none;
  }

  .download-app-home .content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 1280px;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 114px;
  }

  .download-app-home .content .title {
    color: #0D0C22;
    font-family: Manrope;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }

  .download-app-home .content .title .highlight-txt {
    color: #EA5A1A;
  }

  .download-app-home .content .desc {
    color: #252525;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    width: 55%;
    text-align: left;
  }

  .download-app-home .content .services {
    margin-left: 0;
    margin-top: 2px;
    margin-right: 0;
  }

  .download-app-home .content .services .service {
    margin-top: 16px;
  }

  .download-app-home .content .services .service .service-svg {
    width: 34px;
    height: 34.062px;
  }

  .download-app-home .content .services .service .text .txt {
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 2px;
  }

  .download-app-home .content .services .service .text .para {
    color: #848484;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-top: 2px;
    width: 88%;
  }

  .download-app-home .content .motive {
    padding-left: 0;
    padding-top: 20px;
  }

  .download-app-home .content .motive .footer-txt {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .download-app-home .btn {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    bottom: 160px;
    width: 195px;
    height: 46px;
    margin-left: 0;
  }

  .download-app-home.international {
    margin: 36px 0 32px;
  }
}

.referral-home {
  background-color: #E5EDEE;
  background-color: #E5EDEE;
  padding-bottom: 14px;
}

.referral-home .txt h5 {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 14px 0 8px 22px;
  margin: 0;
  width: 97%;
}

.referral-home .txt h5 span {
  color: #EA5A1A;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.referral-home .txt p {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 0 22px;
  margin: 0;
}

.referral-home button {
  color: #454545;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 30px;
  border: 0.8px solid #656565;
  background-color: #FFF;
  padding: 8px 32px;
  width: calc(100% - 44px);
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.referral-home button svg {
  margin-left: 6px;
  width: 15px;
}

.referral-home.partner,
.referral-home.international {
  background: rgba(252, 195, 0, 0.2);
}

.referral-home.partner .txt h5 span,
.referral-home.international .txt h5 span {
  color: #EA5A1A;
  font-family: Manrope !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .referral-home .referral-home-frame {
    max-width: 1280px;
    margin: auto;
    display: flex;
    padding: 0;
  }

  .referral-home .txt {
    width: 100%;
  }

  .referral-home .txt h5 {
    color: #252525;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    padding: 40px 0 10px 60px;
  }

  .referral-home .txt h5 span {
    color: #EA5A1A;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  }

  .referral-home .txt p {
    color: #252525;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 41px 60px;
  }

  .referral-home button {
    border-radius: 30px;
    border: 1.5px solid #656565;
    padding: 14px 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 51px;
    color: #454545;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 51px 60px 51px 0;
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .referral-home button svg {
    margin-left: 9px;
    width: 18px;
  }

  .referral-home.partner,
  .referral-home.international {
    background: rgba(252, 195, 0, 0.2);
  }

  .referral-home.partner .txt h5 span,
  .referral-home.international .txt h5 span {
    color: #EA5A1A;
    font-family: Manrope !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.testimonials-home {
  background-color: #F9F9F9;
}

.testimonials-home .max-frame {
  padding: 0 0 0 12px;
}

.testimonials-home .titles {
  padding: 0 8px;
}

.testimonials-home .titles h2 {
  margin-bottom: 2px;
  margin-top: 20px;
  color: #454545;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 86%;
}

.testimonials-home .titles h2 span {
  font-family: "Manrope";
  color: #EA5A1A;
}

.testimonials-home .titles .desc {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  color: #454545;
}

.testimonials-home .testimonials {
  width: 174vw;
  margin-left: -42.5vw;
}

.testimonials-home .testimonials .wrap {
  display: flex;
}

.testimonials-home .testimonials .testimonial {
  padding: 8px;
  display: flex;
  align-items: center;
  height: 313px;
}

.testimonials-home .testimonials .card {
  -webkit-animation: decreaseHeight 0.8s ease;
          animation: decreaseHeight 0.8s ease;
  border-radius: 12px;
  border: 1px solid #FCC300;
  background: var(--terr, #FFF);
  width: 54vw;
  height: 254px;
  padding: 16px 16px 14px;
}

.testimonials-home .testimonials .card svg {
  margin-bottom: 12px;
}

.testimonials-home .testimonials .card .text-content {
  color: #656565;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.testimonials-home .testimonials .card .testemonial_img {
  display: flex;
  margin-top: auto;
}

.testimonials-home .testimonials .card .testemonial_img img {
  width: 42px;
}

.testimonials-home .testimonials .card .testemonial_img .testemonial_content {
  margin-left: 16px;
}

.testimonials-home .testimonials .card .testemonial_img .testemonial_content .text-title {
  color: #252525;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.testimonials-home .testimonials .card .testemonial_img .testemonial_content .text-desc {
  color: #656565;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.testimonials-home .testimonials .card.focus {
  -webkit-animation: increaseHeight 0.8s ease;
          animation: increaseHeight 0.8s ease;
  height: 281px;
  margin-top: 0;
}

@-webkit-keyframes increaseHeight {
  from {
    height: 254px;
  }

  to {
    height: 281px;
  }
}

@keyframes increaseHeight {
  from {
    height: 254px;
  }

  to {
    height: 281px;
  }
}

@-webkit-keyframes decreaseHeight {
  from {
    height: 281px;
    /* Initial height */
  }

  to {
    height: 254px;
    /* Final height */
  }
}

@keyframes decreaseHeight {
  from {
    height: 281px;
    /* Initial height */
  }

  to {
    height: 254px;
    /* Final height */
  }
}

.testimonials-home .testimonials .card:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.testimonials-home .testimonials::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.testimonials-home .testimonials::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.testimonials-home .testimonials::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.testimonials-home .arrow-prev {
  display: none;
}

.testimonials-home .arrow-next {
  display: none;
}

@media (min-width: 576px) {
  .testimonials-home .max-frame {
    padding: 36px 82px 32px;
    max-width: 1362px;
    margin: auto;
  }

  .testimonials-home .titles {
    max-width: 730px;
    margin: auto;
  }

  .testimonials-home .titles h2 {
    max-width: none;
    text-align: center;
    margin-bottom: 0;
    color: #454545;
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    width: 100%;
  }

  .testimonials-home .titles h2 span {
    color: #EA5A1A;
  }

  .testimonials-home .titles .desc {
    font-size: 18px;
    text-align: center;
    margin-bottom: 28px;
    color: #252525;
    font-weight: 500;
    line-height: normal;
  }

  .testimonials-home .testimonials {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .testimonials-home .testimonials .testimonial {
    height: 435px;
    padding: 12px;
  }

  .testimonials-home .testimonials .card {
    width: 100%;
    height: 398px;
    border-radius: 20px;
    padding: 28px 30px 24px;
  }

  .testimonials-home .testimonials .card .text-content {
    font-size: 14px;
  }

  .testimonials-home .testimonials .card .testemonial_img img {
    width: 52px;
    height: 52px;
  }

  .testimonials-home .testimonials .card .testemonial_img .testemonial_content .text-title {
    font-size: 17.031px;
  }

  .testimonials-home .testimonials .card .testemonial_img .testemonial_content .text-desc {
    font-size: 13.247px;
  }

  .testimonials-home .testimonials .card.focus {
    height: 435px;
  }

@-webkit-keyframes increaseHeight {
    from {
      height: 398px;
    }

    to {
      height: 435px;
    }
}

@keyframes increaseHeight {
    from {
      height: 398px;
    }

    to {
      height: 435px;
    }
}

@-webkit-keyframes decreaseHeight {
    from {
      height: 435px;
      /* Initial height */
    }

    to {
      height: 398px;
      /* Final height */
    }
}

@keyframes decreaseHeight {
    from {
      height: 435px;
      /* Initial height */
    }

    to {
      height: 398px;
      /* Final height */
    }
}

  .testimonials-home .arrow-prev {
    display: block;
    position: absolute;
    top: 198px;
    left: -32px;
    cursor: pointer;
    z-index: 3;
  }

  .testimonials-home .arrow-next {
    display: block;
    position: absolute;
    top: 198px;
    right: -32px;
    cursor: pointer;
    z-index: 3;
  }
}

.ourpartners-home {
  margin: 8px;
}

.ourpartners-home h4 {
  display: block;
  color: #454545;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2px;
}

.ourpartners-home h4 span {
  color: #EA5A1A;
}

.ourpartners-home h3 {
  display: none;
}

.ourpartners-home p {
  display: block;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}

.ourpartners-home .para {
  display: none;
}

.ourpartners-home .images-frame {
  margin-bottom: 12px;
  padding: 0 12px;
}

.ourpartners-home .images-frame.web {
  display: none;
}

.ourpartners-home h5 {
  display: none;
}

.ourpartners-home .imgs {
  display: flex;
  overflow-x: scroll;
}

.ourpartners-home .imgs .image {
  -webkit-animation: partnersscroll 60s linear infinite;
          animation: partnersscroll 60s linear infinite;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
  height: 48px;
}

.ourpartners-home .imgs .image img {
  width: 100%;
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
  border-radius: 4px;
}

.ourpartners-home .imgs::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.ourpartners-home .imgs::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.ourpartners-home .imgs::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.ourpartners-home h5 {
  display: none;
}

@-webkit-keyframes partnersscroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3300%);
  }
}

@keyframes partnersscroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3300%);
  }
}

@media (min-width: 576px) {
  .ourpartners-home {
    max-width: 1280px;
    margin: auto;
    padding-top: 42px;
    margin-bottom: 48px;
  }

  .ourpartners-home h4 {
    display: none;
  }

  .ourpartners-home h3 {
    display: block;
    color: #454545;
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    /* 119.048% */
    margin-bottom: 0;
  }

  .ourpartners-home h3 span {
    color: #EA5A1A;
  }

  .ourpartners-home p {
    display: none;
  }

  .ourpartners-home .para {
    display: block;
    color: #252525;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 16px;
  }

  .ourpartners-home .images-frame {
    padding: 0 108px;
    margin-bottom: 36px;
  }

  .ourpartners-home .images-frame.mobile {
    display: none;
  }

  .ourpartners-home .images-frame.web {
    display: block;
    margin: 0;
  }

  .ourpartners-home h5 {
    display: block;
    text-align: center;
    color: #252525;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    /* 250% */
    margin: 0;
    margin-top: -30px;
    margin-bottom: 60px;
    padding-top: 24px;
  }

  .ourpartners-home .imgs .image {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 0 10px;
    width: auto;
    height: 92px;
  }

  .ourpartners-home .imgs .image img {
    border-radius: 12px;
  }

@-webkit-keyframes partnersscroll1 {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-3600%);
    }
}

@keyframes partnersscroll1 {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-3600%);
    }
}

@-webkit-keyframes partnersscroll2 {
    0% {
      transform: translateX(-700%);
    }

    100% {
      transform: translateX(-4300%);
    }
}

@keyframes partnersscroll2 {
    0% {
      transform: translateX(-700%);
    }

    100% {
      transform: translateX(-4300%);
    }
}
}

.why-cancermitr-home {
  background: linear-gradient(0deg, rgba(252, 195, 0, 0.3) 0%, rgba(252, 195, 0, 0.3) 100%), #FFF;
  padding: 16px;
}

.why-cancermitr-home .text h4 {
  color: #454545;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.32px;
}

.why-cancermitr-home .text h4 span {
  color: #EA5A1A;
}

.why-cancermitr-home .text p {
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}

.why-cancermitr-home .sub-sec {
  background-color: #FFF;
}

.why-cancermitr-home .sub-sec .section {
  display: flex;
  padding-left: 30px;
  margin-right: auto;
}

.why-cancermitr-home .sub-sec .section .svg {
  padding: 14px 24px 12px 0;
}

.why-cancermitr-home .sub-sec .section .svg svg {
  width: 44px;
  height: 44px;
}

.why-cancermitr-home .sub-sec .section .txt {
  padding-top: 15px;
}

.why-cancermitr-home .sub-sec .section .txt h5 {
  color: #656565;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.why-cancermitr-home .sub-sec .section .txt p {
  color: #656565;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.why-cancermitr-home .sub-sec .section .txt p span {
  color: #EA5A1A;
}

@media (min-width: 576px) {
  .why-cancermitr-home {
    padding: 0;
    display: flex;
    max-width: 1280px;
    margin: auto;
  }

  .why-cancermitr-home .left-sec {
    width: 36%;
    display: flex;
    align-items: center;
  }

  .why-cancermitr-home .text {
    padding: 0 73px 0 60px;
    max-width: 460px;
  }

  .why-cancermitr-home .text h4 {
    color: #454545;
    font-family: "Manrope";
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.92px;
    padding: 0;
    width: 101%;
  }

  .why-cancermitr-home .text p {
    color: #454545;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    width: 360px;
    padding: 0;
  }

  .why-cancermitr-home .right-sec {
    width: 64%;
    background-color: #fff;
  }

  .why-cancermitr-home .sub-sec {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 46px 0 6px 38px;
    max-width: 820px;
    margin-right: auto;
  }

  .why-cancermitr-home .sub-sec .section {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: unset;
  }

  .why-cancermitr-home .sub-sec .section .svg {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .why-cancermitr-home .sub-sec .section .svg svg {
    width: 64px;
    height: 64px;
  }

  .why-cancermitr-home .sub-sec .section .txt {
    padding: 0;
  }

  .why-cancermitr-home .sub-sec .section .txt h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .why-cancermitr-home .sub-sec .section .txt p {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 500;
    width: 80%;
  }

  .why-cancermitr-home .sub-sec .section .txt p span {
    font-weight: 600;
  }
}

.villgro-banner {
  color: #454545;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 15px;
  padding: 0 14px;
}

.villgro-banner img {
  max-width: 60px;
}

@media (min-width: 576px) {
  .villgro-banner {
    color: #252525;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 24px 0;
  }

  .villgro-banner img {
    max-width: 66px;
  }
}

.referral-qr {
  padding: 0;
}

.referral-qr #ss_qr {
  padding: 0;
}

.referral-qr .apoorva-tent-card {
  width: 420px;
  border: 1px solid transparent;
  margin: auto;
  display: block;
}

.referral-qr .apoorva-tent-card .logo {
  width: 114px;
  height: 62px;
  margin-bottom: 0;
  margin-top: 8px;
}

.referral-qr .apoorva-tent-card .heading-center {
  padding: 9px 12px;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  /* 136.364% */
  margin: 0;
}

.referral-qr .apoorva-tent-card .heading-center .color {
  color: #EA5A1A;
}

.referral-qr .apoorva-tent-card .sub-heading-center {
  color: #000;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 187.5% */
  margin: 0;
  padding-bottom: 2px;
}

.referral-qr .apoorva-tent-card .container {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin: -27px auto 8px;
  width: 340px;
  height: 135px;
  padding: 0;
}

.referral-qr .apoorva-tent-card .container .qr-code {
  width: 120px;
  height: 120px;
  margin: 7px 0 7px 10px;
  padding: 5px;
}

.referral-qr .apoorva-tent-card .container .scan {
  padding: 46px 0px 28px;
  color: #000;
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  margin: 0;
  width: 216px;
}

.referral-qr .apoorva-tent-card .container .scan .txt-color {
  color: #EA5A1A;
}

.referral-qr .apoorva-tent-card .health-benefits .txt {
  color: #000;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  /* 200% */
  margin: 0;
  padding-bottom: 10px;
}

.referral-qr .apoorva-tent-card .health-benefits .benefits {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 7px;
  align-items: baseline;
}

.referral-qr .apoorva-tent-card .health-benefits .benefits .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.referral-qr .apoorva-tent-card .health-benefits .benefits .benefit .text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-top: 5px;
  width: auto;
}

.referral-qr .apoorva-tent-card .contacts {
  display: flex;
  background-color: #2D255E;
  justify-content: space-around;
}

.referral-qr .apoorva-tent-card .contacts .email-mobile-website {
  display: flex;
  margin: 11px 0 8px 0;
}

.referral-qr .apoorva-tent-card .contacts .email-mobile-website svg {
  width: 10px;
  height: 10px;
}

.referral-qr .apoorva-tent-card .contacts .email-mobile-website .con {
  color: #FFF;
  text-align: right;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  padding-left: 3px;
  margin: 0;
}

.referral-qr.apoorva-tent button {
  margin-top: 40px;
}

.medical-form {
  background: #f8f8f8;
}

.medical-form .page-title {
  position: relative;
  display: block;
  display: flex;
  height: 56px;
  flex-wrap: nowrap;
  background-color: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  align-items: center;
}

.medical-form .page-title .arrow {
  position: absolute;
  display: block;
  left: 16px;
}

.medical-form .page-title .title {
  color: #000;
  text-align: center;
  font-family: Manrope !important;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0;
  margin: auto;
}

.medical-form .web_frame {
  display: flex;
}

.medical-form .first-page {
  max-width: 412px;
}

.medical-form .first-page .content .heading {
  color: #252525;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 0 4px 20px;
  margin: 0;
}

.medical-form .first-page .content .txt-content {
  color: #454545;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 4px 20px;
}

.medical-form .first-page .content .color-content {
  background-color: rgba(252, 195, 0, 0.3);
  margin: 12px 0 6px;
}

.medical-form .first-page .content .color-content .txt1 {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 12px 20px 2px;
}

.medical-form .first-page .content .color-content .txt2 {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 2px 20px 12px;
}

.medical-form .first-page .content .txt-content1 {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 4px 20px;
}

.medical-form .first-page .content .txt-content1 .cancermitr {
  color: #252525;
  font-size: 10px;
  font-weight: 500;
}

.medical-form .first-page .content .txt-content1 .patient-centric {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}

.medical-form .first-page .content .txt-content2 {
  margin: 0;
  padding: 4px 20px 0;
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.medical-form .first-page .btn {
  display: block;
  width: 90%;
  padding: 10px 24px;
  border-radius: 6px;
  background-color: #EA5A1A;
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 11px auto;
  cursor: pointer;
}

.medical-form .first-page .first-page-content {
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  padding: 12px 20px;
  margin: 0;
}

.medical-form .form-inner {
  width: 100%;
}

.medical-form .form-inner .personal-details {
  background-color: rgba(252, 195, 0, 0.5);
  padding: 8px 0;
}

.medical-form .form-inner .personal-details .p-details {
  color: #0D0C22;
  text-align: left;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  margin-left: 16px;
  margin-bottom: 0;
}

.medical-form .form-inner .personal-details .sub {
  color: #252525;
  text-align: left;
  padding-right: 16px;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin-left: 16px;
  margin-bottom: 0;
}

.medical-form .form-inner .form_frame {
  max-width: 500px;
  padding: 16px 0 58px;
}

.medical-form .form-inner .field {
  padding: 0 16px 2px;
}

.medical-form .form-inner .field .heading {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.medical-form .form-inner .field .heading span {
  color: #EA5A1A;
}

.medical-form .form-inner .field input {
  color: #252525;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 37px;
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 12px 6px;
  margin-bottom: 8px;
  background-color: #F8F8F8;
}

.medical-form .form-inner .field input::-moz-placeholder {
  color: #848484;
}

.medical-form .form-inner .field input:-ms-input-placeholder {
  color: #848484;
}

.medical-form .form-inner .field input::placeholder {
  color: #848484;
}

.medical-form .form-inner .field input[type=number]::-webkit-inner-spin-button,
.medical-form .form-inner .field input[type=number]::-webkit-outer-spin-button,
.medical-form .form-inner .field input[type=number] {
  -webkit-appearance: none;
  appearance: none;
}

.medical-form .form-inner .field .select {
  position: relative;
  width: 100%;
  height: 37px;
  border-bottom: 1px solid #848484;
  padding: 0 6px;
  margin-bottom: 8px;
  color: #252525;
  font-size: 11px;
  font-weight: 400;
  line-height: 37px;
  cursor: pointer;
}

.medical-form .form-inner .field .select .placeholder {
  color: #848484;
}

.medical-form .form-inner .field .select svg {
  float: right;
  height: 37px;
}

.medical-form .form-inner .field .select .list {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 6px;
  z-index: 3;
  overflow-y: scroll;
  max-height: 215px;
}

.medical-form .form-inner .field .select .list p {
  margin: 0;
  line-height: 37px;
}

.medical-form .form-inner .field .checkboxes {
  padding-bottom: 14px;
}

.medical-form .form-inner .field .checkboxes .checkbox {
  cursor: pointer;
}

.medical-form .form-inner .field .checkboxes .checkbox svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.medical-form .form-inner .field .checkboxes .checkbox span {
  color: #454545;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.medical-form .form-inner .field .grid .grid-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  background-color: #E5EDEE;
  margin: 5px 8px;
}

.medical-form .form-inner .field .grid .grid-row .flex1 {
  flex: 0 0 30%;
  display: flex;
}

.medical-form .form-inner .field .grid .grid-row .flex2 {
  flex: 0 0 70%;
  display: flex;
  justify-content: space-around;
}

.medical-form .form-inner .field .grid .grid-row .option {
  width: 100%;
  color: #252525;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
}

.medical-form .form-inner .field .grid .grid-row .checkall {
  flex: 0 0 16px;
  padding-left: 8px;
}

.medical-form .form-inner .field .grid .grid-row svg {
  width: 14px;
  height: 14px;
}

.medical-form .form-inner .field .grid .grid-row.title {
  background-color: #fff;
  margin-bottom: -5px;
}

.medical-form .form-inner .field .grid .grid-row.title .flex2 {
  color: #454545;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
}

.medical-form .form-inner .field.invalid input[type=text],
.medical-form .form-inner .field.invalid input[type=number] {
  background: rgba(179, 38, 30, 0.06);
  border-bottom: 1px solid #B3261E;
}

.medical-form .form-inner .proceed {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  width: 91%;
  margin: 24px 16px;
  height: 40px;
  border-radius: 6px;
  background-color: #EA5A1A;
}

.medical-form .form-inner .submit {
  width: 91%;
  margin: 24px 16px;
  height: 40px;
  border-radius: 6px;
  background-color: #EA5A1A;
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.medical-form .form-inner .disclaimer {
  background: #FFF;
  margin: 24px 0 9px;
}

.medical-form .form-inner .disclaimer .desc {
  color: #EA5A1A;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 12px 0 6px 26px;
}

.medical-form .form-inner .disclaimer .terms-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
}

.medical-form .form-inner .disclaimer .terms-container .content {
  color: #454545;
  width: 308px;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0 26px;
  width: 98%;
}

.medical-form .form-inner .disclaimer .terms-conditions {
  display: flex;
  margin-left: 26px;
}

.medical-form .form-inner .disclaimer .terms-conditions .terms-check {
  margin: 14px 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.3px solid #848484;
  background-color: #EEE;
}

.medical-form .form-inner .disclaimer .terms-conditions .terms-txt {
  color: #848484;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  padding: 16px 0 15px 16px;
  margin: 0;
}

.medical-form .form-inner .disclaimer .terms-conditions .terms-txt .terms-color {
  color: #2D255E;
  font-weight: 600;
  margin: 0;
}

.medical-form .form-inner .file-upload {
  margin: 0 16px 0;
}

.medical-form .form-inner .file-upload .custom-file {
  margin-bottom: 77px;
}

.medical-form .form-inner .file-upload .custom-file-input {
  height: 112px;
}

.medical-form .form-inner .file-upload .custom-file-label {
  height: 112px;
  background: rgba(229, 237, 238, 0.5);
  border: 1.5px dashed #808080;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .medical-form .page-title {
    display: none;
  }

  .medical-form .first-page {
    padding-bottom: 100px;
    width: 412px;
    background-color: #FFF;
  }

  .medical-form .first-page .content .heading {
    padding: 18px 0 5px 60px;
  }

  .medical-form .first-page .content .txt-content {
    font-size: 12px;
    padding: 5px 32px 5px 60px;
  }

  .medical-form .first-page .content .color-content {
    margin: 7px 0;
  }

  .medical-form .first-page .content .color-content .txt1 {
    font-size: 11px;
    font-weight: 500;
    padding: 10px 32px 3px 60px;
  }

  .medical-form .first-page .content .color-content .txt2 {
    font-size: 11px;
    font-weight: 400;
    padding: 0 32px 10px 60px;
  }

  .medical-form .first-page .content .txt-content1 {
    padding: 5px 32px 5px 60px;
    font-size: 12px;
    font-weight: 400;
  }

  .medical-form .first-page .content .txt-content1 .cancermitr {
    font-size: 12px;
    font-weight: 500;
  }

  .medical-form .first-page .content .txt-content1 .patient-centric {
    font-size: 12px;
    font-weight: 500;
  }

  .medical-form .first-page .content .txt-content2 {
    padding: 5px 32px 5px 60px;
    font-size: 12px;
    font-weight: 400;
  }

  .medical-form .first-page .btn {
    display: none;
  }

  .medical-form .first-page .first-page-content {
    padding: 7px 23px 7px 60px;
    color: #454545;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
  }

  .medical-form .form-inner {
    max-width: 860px;
    padding: 0 60px 0 42px;
  }

  .medical-form .form-inner .personal-details {
    background-color: #F8F8F8;
    margin-top: 20px;
    padding: 0;
  }

  .medical-form .form-inner .personal-details .p-details {
    color: #252525;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-align: start;
    padding-bottom: 10px;
  }

  .medical-form .form-inner .personal-details .sub {
    color: #454545;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
    text-align: start;
    padding-bottom: 26px;
  }

  .medical-form .form-inner .form_frame {
    padding: 0;
  }

  .medical-form .form-inner .form_frame .field .heading {
    color: #252525;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  .medical-form .form-inner .form_frame .field input {
    color: #848484;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 13px 0 14px 6px;
    background-color: #F8F8F8;
  }

  .medical-form .form-inner .form_frame .field .checkboxes {
    padding-bottom: 21px;
  }

  .medical-form .form-inner .form_frame .disclaimer {
    color: #454545;
    border-radius: 16px;
    background-color: #E5EDEE;
    margin: 28px 0 0;
  }

  .medical-form .form-inner .form_frame .proceed {
    width: 169px;
    border-radius: 6px;
    background: #EA5A1A;
    height: 39px;
    padding: 10px 56px;
    float: right;
    margin-top: 16px;
    margin-right: 0;
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
  }

  .medical-form .form-inner .form_frame .submit {
    border-radius: 6px;
    background: #EA5A1A;
    width: 145px;
    height: 39px;
    padding: 10px 56px;
    float: right;
    margin-top: 16px;
  }
}

@media (min-width: 576px) {
  .medical-form-report .header-report {
    background: #E5EDEE;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .medical-form-report .header-report .img-logo {
    padding-left: 24px;
  }

  .medical-form-report .header-report .header-title {
    color: var(--CTA, #EA5A1A);
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-right: 24px;
  }

  .medical-form-report .personal-details {
    width: 100%;
    height: 40px;
    background: rgba(252, 195, 0, 0.4);
    align-items: center;
    display: flex;
  }

  .medical-form-report .personal-details .txt {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 30px;
    margin-bottom: 0;
  }

  .medical-form-report .form {
    width: 100%;
    background: #FFF;
    padding: 20px 30px 10px;
  }

  .medical-form-report .form .field {
    color: #252525;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .medical-form-report .form .field .title {
    color: #252525;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .medical-form-report .download-button {
    margin-left: 30px;
    margin-bottom: 60px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    bottom: 160px;
    width: 195px;
    height: 46px;
    border-radius: 6px;
    background-color: #EA5A1A;
  }

  .medical-form-report .download-button .download-icon {
    padding-right: 4px;
    height: 18px;
  }
}

@media (min-width: 576px) {
  .integrative-protocol .integrative-protocol-header {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 44px;
    margin-left: 44px;
  }

  .integrative-protocol .integrative-protocol-header .header-wrapper h3 {
    color: #2D255E;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }

  .integrative-protocol .integrative-protocol-header .header-wrapper .header-txt {
    color: #2D255E;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 9px;
  }

  .integrative-protocol .integrative-protocol-header .header-wrapper .header-sub-txt {
    color: #000;
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }

  .integrative-protocol .integrative-protocol-client-information h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 44px;
  }

  .integrative-protocol .integrative-protocol-client-information .info-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    gap: 40px;
    margin-left: 44px;
    margin-top: 13px;
  }

  .integrative-protocol .integrative-protocol-client-information .info-wrapper .txt-info {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .integrative-protocol .integrative-protocol-client-information .info-wrapper .txt-info span {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .integrative-protocol .protocol-details {
    width: 100%;
    padding-right: 44px;
    background-color: rgba(229, 237, 238, 0.5019607843);
    margin-top: 20px;
  }

  .integrative-protocol .protocol-details .details-wrapper {
    padding-left: 44px;
    padding-top: 14px;
  }

  .integrative-protocol .protocol-details .details-wrapper .details-txt {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .protocol-details .details-wrapper .details-sub-txt {
    padding-bottom: 12px;
  }

  .integrative-protocol .protocol-details .details-wrapper .details-sub-txt p {
    color: #606060;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .treatment-protocol {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 24px;
  }

  .integrative-protocol .treatment-protocol .treatment-protocol-wrapper .title {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .integrative-protocol .treatment-protocol .treatment-protocol-wrapper .protocol-txt {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .treatment-protocol .treatment-protocol-wrapper .protocol-sub-txt {
    padding-bottom: 12px;
  }

  .integrative-protocol .treatment-protocol .treatment-protocol-wrapper .protocol-sub-txt p {
    color: #606060;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .treatment-protocol .treatment-protocol-wrapper hr {
    height: 2px;
    width: 100%;
    border: none;
    background-color: #fcc300;
  }

  .integrative-protocol .footer-1 {
    width: 100%;
    padding-right: 44px;
    left: 0;
    background-color: rgba(229, 237, 238, 0.5019607843);
    padding-top: 16px;
  }

  .integrative-protocol .footer-1 .title {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 44px;
    margin-top: 11px;
  }

  .integrative-protocol .footer-1 .content-wrapper {
    padding-left: 44px;
  }

  .integrative-protocol .footer-1 .content-wrapper .txt {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .integrative-protocol .footer-1 .content-wrapper .sub-txt {
    padding-bottom: 12px;
  }

  .integrative-protocol .footer-1 .content-wrapper .sub-txt p {
    color: #606060;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .footer-1 .content-wrapper-2 .txt {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 44px;
    margin-bottom: 0;
  }

  .integrative-protocol .footer-1 .content-wrapper-2 .sub-txt {
    margin-left: 44px;
    padding-bottom: 12px;
  }

  .integrative-protocol .footer-1 .content-wrapper-2 .sub-txt p {
    color: #606060;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .footer-2 {
    width: 100%;
    padding-right: 44px;
    margin-top: 16px;
    background-color: rgba(229, 237, 238, 0.5019607843);
  }

  .integrative-protocol .footer-2 .title {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 44px;
    padding-top: 16px;
  }

  .integrative-protocol .footer-2 .content-wrapper {
    padding-left: 44px;
    padding-bottom: 20px;
  }

  .integrative-protocol .footer-2 .content-wrapper p {
    color: #606060;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .integrative-protocol .footer-2 .content-wrapper ul,
  .integrative-protocol .footer-2 .content-wrapper li {
    color: #606060;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .integrative-protocol .footer-2 .content-wrapper ul ul,
  .integrative-protocol .footer-2 .content-wrapper li ul {
    margin-left: 1em;
  }

  .integrative-protocol .expert-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-top: 30px;
    margin: auto;
  }

  .integrative-protocol .expert-section .expert-wrapper {
    width: 200px;
  }

  .integrative-protocol .expert-section .expert-wrapper .expert-name {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }

  .integrative-protocol .expert-section .expert-wrapper .expert-education {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    text-align: center;
  }

  .integrative-protocol .download-button {
    margin-top: 10px;
    margin-left: 33px;
    margin-bottom: 60px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    bottom: 160px;
    width: 195px;
    height: 46px;
    border-radius: 6px;
    background-color: #EA5A1A;
    top: 1773px;
  }

  .integrative-protocol .download-button .download-icon {
    padding-right: 4px;
    height: 18px;
  }
}

.membership-dashboard {
  background-color: #F8F8F8;
}

.membership-dashboard .user-profile .membership_no {
  display: flex;
  align-items: center;
  background-color: rgba(252, 195, 0, 0.5);
}

.membership-dashboard .user-profile .membership_no .no {
  color: #0D0C22;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 8px 0 8px 20px;
}

.membership-dashboard .user-profile .membership_no .svg1 {
  width: 20px;
  height: 20px;
  margin: 6px 6px 5px auto;
}

.membership-dashboard .user-profile .profile {
  position: relative;
  height: 110px;
  background: #fff;
}

.membership-dashboard .user-profile .profile .profile-img {
  display: flex;
}

.membership-dashboard .user-profile .profile .profile-img img {
  width: 70px;
  height: 70px;
  margin: 20px 16px;
  border-radius: 120px;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content {
  margin: 16px 16px 16px 0;
  width: 100%;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .view-prof {
  display: block;
  position: absolute;
  color: #454545;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  top: 16px;
  right: 16px;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .prime-member {
  color: #2D255E;
  font-family: Manrope;
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .patient-name {
  color: #252525;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 8px;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .patient-address {
  display: none;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .contact-coach {
  display: block;
  display: flex;
  border-radius: 6px;
  border: 1px solid #DBE1E5;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .contact-coach .svg2 {
  margin: 9px 0 9px 16px;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .contact-coach .contact-coach-txt {
  color: #252525;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 10px 0px 10px 14px;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .contact-coach .contact-coach-txt a {
  color: #252525;
}

.membership-dashboard .user-profile .profile .profile-img .profile-content .contact-coach .arrow {
  margin: auto 18px auto auto;
}

.membership-dashboard .user-profile .profile .edit-svg {
  display: none;
}

.membership-dashboard .user-profile .profile .membership-details {
  display: none;
}

.membership-dashboard .our-partners {
  background-color: rgba(252, 195, 0, 0.3);
  padding-bottom: 7px;
}

.membership-dashboard .our-partners .our-partners-txt {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 0 7px 16px;
  margin: 0;
}

.membership-dashboard .our-partners .our-partners-txt .our-partners-span {
  color: #EA5A1A;
}

.membership-dashboard .our-partners .partners-carousel {
  display: flex;
  flex-direction: column;
}

.membership-dashboard .our-partners .partners-carousel .partners {
  display: flex;
  overflow-x: scroll;
  gap: 10px;
}

.membership-dashboard .our-partners .partners-carousel .partners .imgs {
  margin: 5px 0;
  border-radius: 6px;
  background-color: #FFF;
  width: 67px;
  max-width: 67px;
  height: 36px;
  padding: 2px 3px;
}

.membership-dashboard .our-partners .partners-carousel .partners::-webkit-scrollbar {
  display: none;
}

@-webkit-keyframes partnersscroll1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3600%);
  }
}

@keyframes partnersscroll1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3600%);
  }
}

@-webkit-keyframes partnersscroll2 {
  0% {
    transform: translateX(calc(-700% - 70px));
  }

  100% {
    transform: translateX(calc(-4300% - 70px));
  }
}

@keyframes partnersscroll2 {
  0% {
    transform: translateX(calc(-700% - 70px));
  }

  100% {
    transform: translateX(calc(-4300% - 70px));
  }
}

.membership-dashboard .our-partners.services {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.membership-dashboard .our-partners.services .our-partners-txt {
  text-align: center;
  padding-left: 0;
}

.membership-dashboard .sidenav {
  display: none;
}

.membership-dashboard .completion-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 0px 4px 10px 0px rgba(69, 69, 69, 0.05);
}

.membership-dashboard .completion-popup .sub-popup .popup-title {
  color: var(--252525, #252525);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.membership-dashboard .completion-popup .sub-popup .popup-description-one {
  color: var(--454545, #454545);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.membership-dashboard .completion-popup .sub-popup .popup-description-one span {
  color: var(--secondry, #FCC300);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.membership-dashboard .completion-popup .sub-popup .popup-description-two {
  color: var(--454545, #454545);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.membership-dashboard .completion-popup .sub-popup .popup-description-two span {
  color: var(--secondry, #FCC300);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.membership-dashboard .completion-popup .completion-btn {
  background: var(--tertiatry, #EA5A1A);
  padding: 10px 54px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  margin: 0 16px 16px;
  width: calc(100% - 32px);
  display: block;
  color: var(--terr, #FFF);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.membership-dashboard .enquiry-form-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(136, 136, 136, 0.5333333333);
}

.membership-dashboard .enquiry-form-popup .enquiry-card {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc(100% - 32px);
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(69, 69, 69, 0.05);
  margin: auto;
}

.membership-dashboard .enquiry-form-popup .cross-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}

.membership-dashboard .enquiry-form-popup .pop-up-title {
  color: #252525;
  text-align: center;
  font-family: Manrope !important;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-bottom: 8px;
  padding-top: 24px;
}

.membership-dashboard .enquiry-form-popup .pop-up-description {
  color: #454545;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  width: 88%;
  margin: 0 auto 20px;
}

.membership-dashboard .enquiry-form-popup .input-box {
  padding: 10px 0;
  margin: 0 18px 6px;
}

.membership-dashboard .enquiry-form-popup .input-box .input-title {
  color: #252525;
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.membership-dashboard .enquiry-form-popup .input-box .test-input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #848484;
  padding: 12px 6px;
  color: #848484;
  font-family: Montserrat !important;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.membership-dashboard .enquiry-form-popup .upload-prescription {
  display: flex;
  border-radius: 6px;
  background-color: rgba(229, 237, 238, 0.5);
  width: calc(100% - 36px);
  margin: 0 auto;
}

.membership-dashboard .enquiry-form-popup .upload-prescription .upload-txt {
  color: #454545;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 12px 0 12px 12px;
}

.membership-dashboard .enquiry-form-popup .upload-prescription .upload-btn {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(252, 195, 0, 0.6);
  padding: 6px 12px 6px 10px;
  margin: 6px 10px 6px auto;
}

.membership-dashboard .enquiry-form-popup .upload-prescription .upload-btn .upload-icon {
  width: 16px;
  height: 16px;
}

.membership-dashboard .enquiry-form-popup .upload-prescription .upload-btn .upload {
  color: #0D0C22;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
  margin-bottom: 0;
}

.membership-dashboard .enquiry-form-popup .pdf-section {
  display: flex;
  margin: 8px 18px 0;
}

.membership-dashboard .enquiry-form-popup .pdf-section .pdf-icon {
  margin: 4px 0;
}

.membership-dashboard .enquiry-form-popup .pdf-section .pdf-desc {
  margin: 9px 0 9px 19px;
  color: #252525;
  font-family: Montserrat !important;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  width: 52%;
}

.membership-dashboard .enquiry-form-popup .pdf-section .cross-svg {
  width: 24px;
  height: 24px;
  margin: 9px 0 9px auto;
}

.membership-dashboard .enquiry-form-popup .btn {
  border-radius: 6px;
  background-color: #DBE1E5;
  padding: 10px 24px;
  width: calc(100% - 36px);
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 24px 18px 20px;
}

.membership-dashboard .enquiry-form-popup .btn.active {
  background-color: #ea5a1a;
}

.membership-dashboard .experience-popup {
  border-radius: 10px;
  background: var(--terr, #FFF);
  box-shadow: 0px 4px 10px 0px rgba(69, 69, 69, 0.05);
  width: calc(100% - 32px);
  position: relative;
  margin: auto;
  padding: 24px 0;
}

.membership-dashboard .experience-popup .pop-content .cross {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.membership-dashboard .experience-popup .pop-content .popup-title {
  color: var(--252525, #252525);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.membership-dashboard .experience-popup .pop-content .popup-description {
  color: var(--454545, #454545);
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: calc(100% - 86px);
  margin: 0 auto 24px;
}

.membership-dashboard .experience-popup .ctn-btn {
  color: var(--terr, #FFF);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 10px 54px;
  border-radius: 6px;
  background: var(--tertiatry, #EA5A1A);
  border: none;
  cursor: pointer;
  margin: 0 18px 12px;
  width: calc(100% - 32px);
  display: block;
}

.membership-dashboard .experience-popup .later-btn {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 10px 54px;
  border-radius: 6px;
  background: rgba(219, 225, 229, 0.4);
  border: none;
  cursor: pointer;
  margin: 0 18px 0;
  width: calc(100% - 32px);
  display: block;
}

@media (min-width: 576px) {
  .membership-dashboard .user-profile {
    max-width: 765px;
    margin: auto;
    position: relative;
  }

  .membership-dashboard .user-profile .membership_no {
    display: none;
  }

  .membership-dashboard .user-profile .profile {
    height: auto;
    padding: 35px 48px 25px 18px;
  }

  .membership-dashboard .user-profile .profile .profile-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 210px;
  }

  .membership-dashboard .user-profile .profile .profile-img img {
    margin: 0;
    width: 120px;
    height: 120px;
  }

  .membership-dashboard .user-profile .profile .profile-img .profile-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }

  .membership-dashboard .user-profile .profile .profile-img .profile-content .view-prof {
    display: none;
  }

  .membership-dashboard .user-profile .profile .profile-img .profile-content .prime-member {
    display: none;
    color: #2D255E;
    font-family: Manrope !important;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    padding-top: 12px;
  }

  .membership-dashboard .user-profile .profile .profile-img .profile-content .patient-name {
    color: #252525;
    font-family: Manrope !important;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
  }

  .membership-dashboard .user-profile .profile .profile-img .profile-content .patient-address {
    display: block;
    color: #858585;
    font-family: Manrope !important;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
  }

  .membership-dashboard .user-profile .profile .profile-img .profile-content .contact-coach {
    display: none;
  }

  .membership-dashboard .user-profile .profile .edit-svg {
    display: none;
    position: absolute;
    top: 22px;
    left: 132px;
  }

  .membership-dashboard .user-profile .profile .membership-details {
    display: block;
    position: absolute;
    top: 35px;
    right: 48px;
  }

  .membership-dashboard .user-profile .profile .membership-details .mem-type {
    border-radius: 4px;
    background: rgba(252, 195, 0, 0.6);
    padding: 6px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .membership-dashboard .user-profile .profile .membership-details .mem-type p {
    color: var(--highlight-colour, #0D0C22);
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
  }

  .membership-dashboard .user-profile .profile .membership-details .mem-no {
    width: 283px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #656565;
    background: rgba(229, 237, 238, 0.3);
    padding: 6px 10px;
    margin-bottom: 20px;
  }

  .membership-dashboard .user-profile .profile .membership-details .mem-no .no {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }

  .membership-dashboard .user-profile .profile .membership-details .mem-no .svg1 {
    width: 20px;
    height: 20px;
  }

  .membership-dashboard .user-profile .profile .membership-details .mem-desc {
    width: 283px;
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
  }

  .membership-dashboard .our-partners {
    border-radius: 6px;
    background: rgba(252, 195, 0, 0.3);
    height: 229px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  .membership-dashboard .our-partners .our-partners-txt {
    font-size: 18px;
    font-family: Manrope !important;
    padding: 22px 0 24px 20px;
  }

  .membership-dashboard .our-partners .partners-carousel .partners {
    gap: 16px;
  }

  .membership-dashboard .our-partners .partners-carousel .partners .imgs {
    margin: 8px 0;
    width: 106px;
    flex: 0 0 106px;
    max-width: 106px;
    height: 57px;
    border-radius: 8px;
    background: #FFF;
  }

@-webkit-keyframes partnersscroll1 {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-3600%);
    }
}

@keyframes partnersscroll1 {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-3600%);
    }
}

@-webkit-keyframes partnersscroll2 {
    0% {
      transform: translateX(calc(-700% - 112px));
    }

    100% {
      transform: translateX(calc(-4300% - 112px));
    }
}

@keyframes partnersscroll2 {
    0% {
      transform: translateX(calc(-700% - 112px));
    }

    100% {
      transform: translateX(calc(-4300% - 112px));
    }
}

  .membership-dashboard .sidenav {
    display: block;
    position: relative;
    background-color: #FFFFFF;
    max-width: 350px;
    flex: 0 0 350px;
  }

  .membership-dashboard .sidenav .discounted-service {
    display: flex;
    gap: 10px;
    padding: 24px 14px 24px 20px;
    background-color: rgba(252, 195, 0, 0.24);
    margin-bottom: 16px;
  }

  .membership-dashboard .sidenav .discounted-service .discount-svg {
    flex: 0 0 30px;
  }

  .membership-dashboard .sidenav .discounted-service .discount-txt {
    color: #0D0C22;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
  }

  .membership-dashboard .sidenav .discounted-service .discount-desc {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .membership-dashboard .sidenav .btn {
    border-radius: 6px;
    background: #EA5A1A;
    width: 230px;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: auto;
    margin-bottom: 16px;
  }

  .membership-dashboard .sidenav .btn .health-locker-svg {
    margin-right: 10px;
  }

  .membership-dashboard .sidenav .service-txt {
    margin-bottom: 220px;
  }

  .membership-dashboard .sidenav .service-txt .txt {
    display: block;
    color: #0D0C22;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 60px;
    padding-right: 30px;
    text-decoration: none;
  }

  .membership-dashboard .sidenav .service-txt .txt.selected {
    background-color: #E5EDEE;
  }

  .membership-dashboard .sidenav .upgrade-elite {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    background-color: #F8F8F8;
    width: 267px;
    height: 179px;
    margin-left: 42px;
  }

  .membership-dashboard .sidenav .upgrade-elite .upgrade-elite-svg {
    margin: 14px 0 0 14px;
  }

  .membership-dashboard .sidenav .upgrade-elite .upgrade-elite-heading {
    color: #0D0C22;
    font-family: Manrope;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 10px 0 8px 14px;
  }

  .membership-dashboard .sidenav .upgrade-elite .upgrade-elite-txt {
    color: #454545;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0 0 10px 14px;
  }

  .membership-dashboard .sidenav .upgrade-elite .btn {
    width: 239px;
    height: 35px;
    border-radius: 4px;
    background: #0D0C22;
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    padding: 8px 0 8px 16px;
    align-items: center;
    margin: 0 14px 14px 14px;
  }

  .membership-dashboard .sidenav .upgrade-elite .btn .arrow {
    margin: 6px;
  }

  .membership-dashboard .completion-popup {
    background: var(--f8f8f8, #F8F8F8);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--terr, #FFF);
    box-shadow: 0px 4px 10px 0px rgba(69, 69, 69, 0.05);
    width: 454px;
    margin: auto;
    padding: 28px 48px;
  }

  .membership-dashboard .completion-popup .completion-svg {
    width: 128px;
    height: 132px;
  }

  .membership-dashboard .completion-popup .sub-popup .popup-title {
    color: var(--252525, #252525);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .membership-dashboard .completion-popup .sub-popup .popup-description-one {
    color: var(--454545, #454545);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
  }

  .membership-dashboard .completion-popup .sub-popup .popup-description-one span {
    color: var(--secondry, #FCC300);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }

  .membership-dashboard .completion-popup .sub-popup .popup-description-two {
    color: var(--454545, #454545);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
  }

  .membership-dashboard .completion-popup .sub-popup .popup-description-two span {
    color: var(--secondry, #FCC300);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }

  .membership-dashboard .enquiry-form-popup .enquiry-card {
    width: 454px;
  }

  .membership-dashboard .enquiry-form-popup .cross-icon {
    top: 24px;
    right: 24px;
    cursor: pointer;
  }

  .membership-dashboard .enquiry-form-popup .pop-up-title {
    color: #252525;
    text-align: center;
    font-family: Manrope !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .membership-dashboard .enquiry-form-popup .pop-up-description {
    color: #454545;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    width: 82%;
  }

  .membership-dashboard .enquiry-form-popup .input-box {
    margin: 0 42px 4px;
  }

  .membership-dashboard .enquiry-form-popup .input-box .input-title {
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }

  .membership-dashboard .enquiry-form-popup .upload-prescription {
    width: calc(100% - 84px);
    cursor: pointer;
  }

  .membership-dashboard .enquiry-form-popup .upload-prescription .upload-btn {
    margin: 6px 8px 6px auto;
  }

  .membership-dashboard .enquiry-form-popup .pdf-section {
    margin: 8px 42px 0;
  }

  .membership-dashboard .enquiry-form-popup .pdf-section .pdf-desc {
    width: 46%;
  }

  .membership-dashboard .enquiry-form-popup .btn {
    width: calc(100% - 52px);
    margin: 20px 26px 28px;
  }

  .membership-dashboard .experience-popup {
    height: 296px;
    width: 454px;
    padding: 44px 0 32px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(69, 69, 69, 0.05);
  }

  .membership-dashboard .experience-popup .pop-content .popup-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .membership-dashboard .experience-popup .pop-content .popup-description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 26px;
    padding: 12px 24px;
    width: calc(100% - 84px);
    width: 83%;
    margin: 0 42px 10px;
  }

  .membership-dashboard .experience-popup .ctn-btn {
    margin: 0 26px 14px;
    width: calc(100% - 56px);
    font-size: 16px;
  }

  .membership-dashboard .experience-popup .later-btn {
    margin: 0 26px 0;
    width: calc(100% - 56px);
    font-size: 16px;
  }
}

.home-dashboard .contact-your-coach {
  display: none;
}

.home-dashboard .services {
  display: flex;
  background-color: #E5EDEE;
  padding: 18px 10.5px;
}

.home-dashboard .services .container1 {
  width: 100%;
  height: 82px;
  border-radius: 6px;
  background-color: #FFF;
  margin: 0 5.5px;
}

.home-dashboard .services .container1 .service-svg {
  display: block;
  display: flex;
  margin: auto;
  margin-top: 13px;
}

.home-dashboard .services .container1 .service-svg-web {
  display: none;
}

.home-dashboard .services .container1 .service-txt {
  color: #252525;
  font-family: Manrope !important;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 14px;
  text-align: center;
  padding-top: 15px;
}

.home-dashboard .prime-upgrade {
  position: relative;
}

.home-dashboard .prime-upgrade .upgrade {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 12px;
  margin: 0;
  color: #FFF;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  padding: 3px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #0D0C22;
  width: 73px;
  height: 23px;
}

.home-dashboard .prime-upgrade .prime-txt {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0 12px 16px;
  margin: 0;
}

.home-dashboard .prime-upgrade .prime-txt .benefit {
  color: #EA5A1A;
}

.home-dashboard .prime-upgrade .card-container {
  display: flex;
  padding-left: 12px;
  padding-bottom: 14px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.home-dashboard .prime-upgrade .card-container .card_btn {
  margin: 0 4px;
}

.home-dashboard .prime-upgrade .card-container .card_btn .card {
  width: 154px;
  height: 165px;
  border-radius: 6px;
  background-color: #FFF;
  margin-bottom: 4px;
  border: none;
}

.home-dashboard .prime-upgrade .card-container .card_btn .card .card-svg {
  display: flex;
  margin: 18px auto;
}

.home-dashboard .prime-upgrade .card-container .card_btn .card .txt {
  margin: 0;
  color: #252525;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 3px;
}

.home-dashboard .prime-upgrade .card-container .card_btn .card .sub-txt {
  margin: 0;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding: 0 5px;
}

.home-dashboard .prime-upgrade .card-container .card_btn .enquire-btn {
  color: #0D0C22;
  font-weight: 600;
  text-align: center;
  background-color: rgba(252, 195, 0, 0.4);
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  border-radius: 4px;
  height: 36px;
  width: 154px;
}

.home-dashboard .prime-upgrade .card-container .card_btn .enquire-btn svg {
  margin-left: 6px;
}

.home-dashboard .prime-upgrade .card-container .card_btn .enquire-btn.red-button {
  color: #fff;
  background-color: #EA5A1A;
}

.home-dashboard .prime-upgrade .card-container .card_btn .claim-btn {
  color: #0D0C22;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(252, 195, 0, 0.4);
  height: 36px;
  width: 154px;
}

.home-dashboard .prime-upgrade .card-container .card_btn .claim-btn .btn-arrow {
  margin-left: 6px;
}

.home-dashboard .prime-upgrade .card-container::-webkit-scrollbar {
  display: none;
}

.home-dashboard .prime-upgrade .carousel-svg {
  display: flex;
  margin: 9px auto 0;
}

.home-dashboard .offers {
  height: 259px;
  background-color: #E5EDEE;
  margin-bottom: 8px;
}

.home-dashboard .offers .explore-offers {
  display: none;
}

.home-dashboard .offers .offer-txt {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 14px 0 12px 16px;
}

.home-dashboard .offers .offer-cards {
  overflow-x: scroll;
}

.home-dashboard .offers .offer-cards .frame {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding-left: 12px;
}

.home-dashboard .offers .offer-cards .frame .card {
  width: 118px;
  height: 148px;
  border-radius: 6px;
  background-color: #FFF;
  padding-left: 10px;
  margin: 0 4px;
  border: none;
}

.home-dashboard .offers .offer-cards .frame .card .icon {
  margin-top: 14px;
}

.home-dashboard .offers .offer-cards .frame .card .txt {
  color: #454545;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 10px;
}

.home-dashboard .offers .offer-cards .frame .card .discount-txt {
  color: #EA5A1A;
  font-family: Manrope;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.home-dashboard .offers .offer-cards .frame .card .discount-price {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding-bottom: 4px;
}

.home-dashboard .offers .offer-cards .frame .card .txt1 {
  color: #454545;
  text-overflow: ellipsis;
  font-family: Montserrat !important;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-right: 6px;
  padding-bottom: 16px;
  width: 118px;
  text-wrap: wrap;
}

.home-dashboard .offers .offer-cards::-webkit-scrollbar {
  display: none;
}

.home-dashboard .offers .btn {
  display: block;
  color: #0D0C22;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  border: 1.2px solid #0D0C22;
  width: 100%;
  padding: 10px 0;
  margin: 12px auto 18px 16px;
  width: calc(100% - 32px);
}

.home-dashboard .offers .btn .arrow {
  margin-left: 10px;
}

.home-dashboard .offers .carousel-svg {
  display: none;
}

.home-dashboard .ad {
  width: calc(100% - 32px);
  height: 156px;
  margin: 8px auto 10px;
  position: relative;
}

.home-dashboard .ad .mob-img {
  display: block;
  width: 100%;
  height: 156px;
}

.home-dashboard .ad .web-img {
  display: none;
}

.home-dashboard .ad .content {
  position: absolute;
  top: 18px;
}

.home-dashboard .ad .content .txt {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 10px;
  margin-bottom: 4px;
  width: 79%;
}

.home-dashboard .ad .content .sub-txt {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  margin: 0;
  text-wrap: balance;
  width: 53%;
}

.home-dashboard .ad .content .cta-btn {
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  border-radius: 4px;
  background-color: #EA5A1A;
  padding: 10px 24px;
  margin: 20px auto 0 10px;
  display: block;
  width: 120px;
}

.home-dashboard .elite-upgrade {
  display: block;
  height: 139px;
  border-radius: 10px;
  background-color: #FFF;
  margin: 10px 16px 18px;
  padding: 0 14px;
  background-color: #FFF;
}

.home-dashboard .elite-upgrade .upgrade-txt {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 12px 0 10px 0;
}

.home-dashboard .elite-upgrade .para {
  margin: 0;
  color: #575757;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.home-dashboard .elite-upgrade .btn-upgrade {
  height: 35px;
  border-radius: 6px;
  background-color: #0D0C22;
  padding-left: 14px;
  width: 100%;
  margin: 12px auto;
}

.home-dashboard .elite-upgrade .btn-upgrade a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-dashboard .elite-upgrade .btn-upgrade .upgrade-arrow {
  margin-right: 17px;
}

.home-dashboard .elite-upgrade-web {
  display: none;
}

.home-dashboard .disclaimer {
  padding-left: 26px;
  margin: 10px 0;
  background-color: #FFF;
}

.home-dashboard .disclaimer .disclaimer-txt {
  color: #EA5A1A;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 10px 0 4px 0;
}

.home-dashboard .disclaimer .disclaimer-para {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-right: 26px;
  padding-bottom: 14px;
}

@media (min-width: 576px) {
  .home-dashboard {
    max-width: 765px;
    margin: 0 auto;
    position: relative;
  }

  .home-dashboard .contact-your-coach {
    display: flex;
    width: 765px;
    height: 58px;
    background: rgba(252, 195, 0, 0.3);
    border-bottom: 1px solid #454545;
  }

  .home-dashboard .contact-your-coach .cancermitr-svg {
    width: 36px;
    height: 36px;
    margin: 11px 0 11px 54px;
  }

  .home-dashboard .contact-your-coach .txt-content {
    margin: 11px auto 12px 12px;
  }

  .home-dashboard .contact-your-coach .txt-content .txt-title {
    color: #EA5A1A;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-bottom: 1px;
  }

  .home-dashboard .contact-your-coach .txt-content .sub-title {
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .home-dashboard .contact-your-coach .btn {
    border-radius: 6px;
    background-color: #EA5A1A;
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 8px 32px;
    margin: 12px 50px 11px auto;
    display: flex;
    align-items: center;
  }

  .home-dashboard .services {
    padding: 30px 0;
    justify-content: center;
    margin-bottom: 32px;
  }

  .home-dashboard .services .container1 {
    width: 154px;
    height: 116px;
    margin: 0 10px;
  }

  .home-dashboard .services .container1 .service-svg {
    display: none;
  }

  .home-dashboard .services .container1 .service-svg-web {
    display: block;
    display: flex;
    margin: auto;
    margin-top: 18px;
    width: 46px;
    height: 46px;
  }

  .home-dashboard .services .container1 .service-txt {
    color: #252525;
    text-align: center;
    font-family: Manrope !important;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 17px 0 16px;
  }

  .home-dashboard .prime-upgrade {
    margin-bottom: 32px;
  }

  .home-dashboard .prime-upgrade .upgrade {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    width: 86px;
    height: 31px;
    margin: 0 13px 16px auto;
    top: 0;
    display: flex;
    align-items: center;
  }

  .home-dashboard .prime-upgrade .prime-txt {
    color: #252525;
    font-family: Manrope !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 6px 0 16px 14px;
  }

  .home-dashboard .prime-upgrade .prime-txt .benefit {
    color: #EA5A1A;
  }

  .home-dashboard .prime-upgrade .card-container .card_btn {
    margin: 0 8px;
  }

  .home-dashboard .prime-upgrade .card-container .card_btn .card .sub-txt {
    font-size: 11px;
  }

  .home-dashboard .prime-upgrade .card-container .card_btn .enquire-btn {
    font-weight: 600 !important;
  }

  .home-dashboard .prime-upgrade .carousel-svg {
    margin: 16px auto 0;
  }

  .home-dashboard .offers {
    height: 280px;
    border-radius: 6px;
    background: #E5EDEE;
    position: relative;
    margin-bottom: 32px;
  }

  .home-dashboard .offers .explore-offers {
    position: absolute;
    display: block;
    color: #0D0C22;
    font-family: Manrope !important;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #0D0C22;
    border-radius: 4px;
    padding: 6px 14px;
    height: 28px;
    top: 22px;
    right: 24px;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .home-dashboard .offers .offer-txt {
    color: #252525;
    font-family: Manrope !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 25px 0 16px 14px;
  }

  .home-dashboard .offers .offer-cards .frame {
    margin: 0 10px;
    padding-left: 14px;
  }

  .home-dashboard .offers .offer-cards .frame .card {
    width: 143px;
    height: 168px;
    margin: 0 6px;
  }

  .home-dashboard .offers .offer-cards .frame .card .icon {
    width: 36px;
    height: 36px;
  }

  .home-dashboard .offers .offer-cards .frame .card .txt {
    font-size: 12px;
    padding: 4px 0 12px;
  }

  .home-dashboard .offers .offer-cards .frame .card .discount-txt {
    font-size: 10px;
    font-family: Manrope !important;
  }

  .home-dashboard .offers .offer-cards .frame .card .discount-price {
    padding-bottom: 6px;
  }

  .home-dashboard .offers .offer-cards .frame .card .txt1 {
    font-size: 11px;
    padding: 0 10px 10px 0;
  }

  .home-dashboard .offers .btn {
    display: none;
  }

  .home-dashboard .offers .carousel-svg {
    display: block;
    margin: 16px auto 26px;
  }

  .home-dashboard .ad {
    width: 100%;
    height: 207px;
    margin-bottom: 32px;
    margin-top: 0;
    position: relative;
  }

  .home-dashboard .ad .mob-img {
    display: none;
  }

  .home-dashboard .ad .web-img {
    display: block;
  }

  .home-dashboard .ad .content {
    position: absolute;
    top: 35px;
  }

  .home-dashboard .ad .content .txt {
    color: #252525;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 6px;
    width: 100%;
  }

  .home-dashboard .ad .content .sub-txt {
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    width: 80%;
  }

  .home-dashboard .ad .content .cta-btn {
    width: 118px;
    margin: 20px auto 0 20px;
  }

  .home-dashboard .elite-upgrade {
    display: none;
  }

  .home-dashboard .elite-upgrade-web {
    display: block;
    margin: 0;
    display: flex;
    height: 206px;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    justify-content: space-around;
    margin-bottom: 32px;
  }

  .home-dashboard .elite-upgrade-web .upg {
    padding: 40px 0 0 0px;
  }

  .home-dashboard .elite-upgrade-web .upg .upg-txt {
    color: #252525;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .home-dashboard .elite-upgrade-web .upg .upg-txt .elite-txt {
    color: #EA5A1A;
  }

  .home-dashboard .elite-upgrade-web .upg .upg-para {
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
    width: 252px;
  }

  .home-dashboard .elite-upgrade-web .list-btn {
    padding-top: 48px;
  }

  .home-dashboard .elite-upgrade-web .list-btn ul {
    padding-bottom: 18px;
  }

  .home-dashboard .elite-upgrade-web .list-btn ul li {
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 4px 0;
  }

  .home-dashboard .elite-upgrade-web .list-btn .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    border-radius: 6px;
    background-color: #0D0C22;
    width: 130px;
    height: 35px;
    margin-left: 17px;
    display: flex;
    align-items: center;
  }

  .home-dashboard .elite-upgrade-web .list-btn .btn .arrow {
    margin-left: 20px;
  }

  .home-dashboard .disclaimer {
    height: 136px;
    padding-left: 20px;
  }

  .home-dashboard .disclaimer .disclaimer-txt {
    font-size: 18px;
    font-family: Manrope !important;
    padding: 24px 0 12px;
  }

  .home-dashboard .disclaimer .disclaimer-para {
    font-size: 14px;
    font-family: Montserrat !important;
    padding-bottom: 24px;
    padding-right: 27px;
  }
}

.services-dashboard .service-nav {
  display: flex;
  overflow-x: scroll;
  padding: 0 26px;
  gap: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(101, 101, 101, 0.05);
  overflow-x: scroll;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.services-dashboard .service-nav .nav-item {
  color: var(--252525, #252525);
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap;
  margin: 0;
  height: 44px;
  display: flex;
  align-items: center;
}

.services-dashboard .service-nav .nav-item.selected {
  border-bottom: 2px solid #0D0C22;
}

.services-dashboard .service-nav::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar for Webkit browsers (Chrome, Safari, etc.) */
}

.services-dashboard .diagnostics .cards-partners {
  position: relative;
  padding-bottom: 167px;
}

.services-dashboard .diagnostics .cards-partners .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 12px;
}

.services-dashboard .diagnostics .cards-partners .cards .card {
  flex: 0 0 calc(33.33% - 8px);
  max-width: calc(33.33% - 8px);
  width: 104px;
  height: 104px;
  border-radius: 6px;
  background: #FFF;
  border: transparent;
  margin: 5px 4px;
  cursor: pointer;
}

.services-dashboard .diagnostics .cards-partners .cards .card .icon {
  margin: 10px auto 14px;
}

.services-dashboard .diagnostics .cards-partners .cards .card .icon svg {
  width: 46px;
  height: 46px;
}

.services-dashboard .diagnostics .cards-partners .cards .card .txt {
  color: #252525;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.services-dashboard .diagnostics .cards-partners .cards .card.enquire {
  display: none;
}

.services-dashboard .enquire-cancer-coach {
  display: block;
  width: 100%;
  height: 127px;
  background: var(--light-grey, #E5EDEE);
  margin-top: 28px;
}

.services-dashboard .enquire-cancer-coach .sub-enquire {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
}

.services-dashboard .enquire-cancer-coach .sub-enquire .content .txt {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.services-dashboard .enquire-cancer-coach .sub-enquire .content .sub-txt {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.services-dashboard .enquire-cancer-coach .btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 54px;
  border-radius: 6px;
  background-color: #EA5A1A;
  border: none;
  cursor: pointer;
  margin: 2px 16px 16px;
  width: calc(100% - 32px);
  display: block;
}

@media (min-width: 576px) {
  .services-dashboard {
    padding: 0;
  }

  .services-dashboard .service-nav {
    display: none;
  }

  .services-dashboard .diagnostics {
    display: flex;
  }

  .services-dashboard .diagnostics .cards-partners {
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
    padding-bottom: 300px;
  }

  .services-dashboard .diagnostics .cards-partners .cards {
    margin: 21px 0 0 54px;
    max-width: 760px;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card {
    flex: 0 0 22%;
    max-width: 22%;
    width: 170px;
    height: 161px;
    border-radius: 10px;
    margin: 10px;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card .icon {
    margin: 26px auto 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card .icon svg {
    width: 60px;
    height: 60px;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card .txt {
    font-size: 14px;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card.enquire {
    display: block;
    border-radius: 10px;
    background: #E5EDEE;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card.enquire .sub-enquire {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 18px 15px 0;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card.enquire .sub-enquire .content .txt {
    color: #252525;
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card.enquire .sub-enquire .content .sub-txt {
    color: var(--454545, #454545);
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    margin-bottom: 0px;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card.enquire .btn {
    border-radius: 6px;
    background: var(--tertiatry, #EA5A1A);
    color: #FFF;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 36px;
    margin-top: 20px;
    margin-top: 32px;
  }

  .services-dashboard .diagnostics .cards-partners .cards .card:hover {
    background-color: #DBE1E5;
  }

  .services-dashboard .enquire-cancer-coach {
    display: none;
    width: 100%;
    height: 127px;
    background: var(--light-grey, #E5EDEE);
    margin-top: 28px;
  }

  .services-dashboard .enquire-cancer-coach .sub-enquire {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
  }

  .services-dashboard .enquire-cancer-coach .sub-enquire .content .txt {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .services-dashboard .enquire-cancer-coach .sub-enquire .content .sub-txt {
    color: var(--252525, #252525);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .services-dashboard .enquire-cancer-coach .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 54px;
    border-radius: 6px;
    background-color: #EA5A1A;
    border: none;
    cursor: pointer;
    margin: 2px 16px 16px;
    width: calc(100% - 32px);
    display: block;
  }
}

.membership-dashboard-old {
  margin-bottom: 60px;
  background-color: #F8F8F8;
}

@media (min-width: 576px) {
  .membership-dashboard-old {
    display: flex;
  }
}

.profile-dashboard {
  margin-bottom: 120px;
}

.profile-dashboard .grey-bg {
  background-color: #E5EDEE;
  width: 100%;
  height: 103px;
}

.profile-dashboard .profile {
  text-align: center;
  position: relative;
}

.profile-dashboard .profile .profile-img {
  border-radius: 80px;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
}

.profile-dashboard .profile .edit-svg {
  display: none;
}

.profile-dashboard .profile .profile-details .patient-type-web {
  display: none;
}

.profile-dashboard .profile .profile-details .patient-name {
  color: #252525;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-top: 46px;
}

.profile-dashboard .profile .profile-details .patient-address {
  display: none;
}

.profile-dashboard .profile .profile-details .patient-type-mob {
  display: block;
  color: #2D255E;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.profile-dashboard .mem-no {
  display: none;
}

.profile-dashboard .btn {
  display: block;
  border-radius: 6px;
  background: #0D0C22;
  width: calc(100% - 32px);
  padding: 10px 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  gap: 10px;
  margin: 14px auto 21px auto;
}

.profile-dashboard .upgrade-plan-web {
  display: none;
}

.profile-dashboard .patient-sections .section {
  display: flex;
  height: 46px;
  width: calc(100% - 32px);
  border-radius: 6px !important;
  background-color: #FFF;
  margin: 6px auto;
  cursor: pointer;
}

.profile-dashboard .patient-sections .section .svg-icon {
  margin: 10px 0 10px 10px;
}

.profile-dashboard .patient-sections .section .txt {
  color: #252525;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-left: 12px;
  display: flex;
  align-items: center;
  height: 100%;
}

.profile-dashboard .patient-sections .section .arrow-svg {
  margin: 11px 10px 11px auto;
}

.profile-dashboard .patient-sections .log-out {
  margin: 6px auto !important;
}

.profile-dashboard .patient-sections .log-out .txt {
  color: #252525;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.profile-dashboard .patient-sections .log-out .arrow-icon {
  display: none;
}

@media (min-width: 576px) {
  .profile-dashboard {
    position: relative;
    margin: auto;
    max-width: 765px;
  }

  .profile-dashboard .grey-bg {
    height: 144px;
  }

  .profile-dashboard .profile {
    width: 208px;
    padding-bottom: 12px;
  }

  .profile-dashboard .profile .profile-img {
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }

  .profile-dashboard .profile .edit-svg {
    display: block;
    position: absolute;
    left: 162px;
    top: 47px;
  }

  .profile-dashboard .profile .profile-details {
    padding-top: 72px;
    margin: auto;
  }

  .profile-dashboard .profile .profile-details .patient-type-web {
    display: block;
    color: #2D255E;
    font-family: Manrope;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }

  .profile-dashboard .profile .profile-details .patient-name {
    color: #252525;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
  }

  .profile-dashboard .profile .profile-details .patient-address {
    display: block;
    color: #858585;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-align: left;
  }

  .profile-dashboard .profile .profile-details .patient-type-mob {
    display: none;
  }

  .profile-dashboard .mem-no {
    display: block;
    position: absolute;
    display: flex;
    width: 246px;
    height: 28px;
    border-radius: 4px;
    background-color: rgba(252, 195, 0, 0.6);
    right: 50px;
    top: 158px;
  }

  .profile-dashboard .mem-no .no {
    color: #0D0C22;
    font-family: Manrope;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 6px 0 6px 10px;
  }

  .profile-dashboard .mem-no .svg1 {
    width: 16px;
    height: 16px;
    margin: 6px 10px 6px auto;
  }

  .profile-dashboard .btn {
    display: none;
  }

  .profile-dashboard .upgrade-plan-web {
    display: block;
    display: flex;
    border-radius: 0px 0px 10px 10px;
    background-color: #E5EDEE;
    margin-bottom: 24px;
  }

  .profile-dashboard .upgrade-plan-web .cancermitr-logo {
    height: 36px;
    width: 36px;
    margin: 11px 12px 11px 54px;
  }

  .profile-dashboard .upgrade-plan-web .upgrade-text {
    padding: 11px 0;
  }

  .profile-dashboard .upgrade-plan-web .upgrade-text .title {
    color: #EA5A1A;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-bottom: 1px;
  }

  .profile-dashboard .upgrade-plan-web .upgrade-text .description {
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .profile-dashboard .upgrade-plan-web .upgrade-btn {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 8px 32px;
    border-radius: 6px;
    background-color: #0D0C22;
    width: 132px;
    height: 35px;
    margin: 12px 54px 11px auto;
    color: #fff;
    text-align: center;
  }

  .profile-dashboard .patient-sections .section {
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 56px;
  }

  .profile-dashboard .patient-sections .section .svg-icon {
    width: 32px;
    height: 32px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 24px;
  }

  .profile-dashboard .patient-sections .section .txt {
    color: #252525;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-left: 16px;
  }

  .profile-dashboard .patient-sections .section .arrow-svg {
    margin: 12px 24px 12px auto;
  }

  .profile-dashboard .patient-sections .log-out {
    margin-top: 14px !important;
  }

  .profile-dashboard .patient-sections .log-out .svg-icon {
    margin: 16px 0 16px 24px;
  }

  .profile-dashboard .patient-sections .log-out .arrow-icon {
    display: block;
    margin: 16px 24px 16px auto;
  }
}

.profile-edit-dashboard .grey-bg {
  background-color: #E5EDEE;
  width: 100%;
  height: 103px;
}

.profile-edit-dashboard .profile {
  text-align: center;
}

.profile-edit-dashboard .profile .profile-edit {
  position: relative;
  width: 80px;
  margin: auto;
}

.profile-edit-dashboard .profile .profile-edit .profile-img {
  position: absolute;
  border-radius: 80px;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
}

.profile-edit-dashboard .profile .profile-edit .edit-svg {
  position: absolute;
  right: -4px;
  bottom: -40px;
}

.profile-edit-dashboard .personal-info {
  background-color: #F8F8F8;
  margin: 48px 16px 0;
}

.profile-edit-dashboard .personal-info .txt {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.profile-edit-dashboard .personal-info .txt .star {
  display: none;
}

.profile-edit-dashboard .personal-info .input {
  background-color: #F8F8F8;
  padding: 12px 6px;
  border: none;
  border-bottom: 1px solid #848484;
  width: 100%;
  height: 37px;
  border-radius: 0;
  margin: 0 0 14px;
}

.profile-edit-dashboard .personal-info .input:focus {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.profile-edit-dashboard .submit-btn {
  display: none;
}

@media (min-width: 576px) {
  .profile-edit-dashboard {
    max-width: 550px;
    margin: auto;
  }

  .profile-edit-dashboard .grey-bg {
    height: 144px;
  }

  .profile-edit-dashboard .profile .profile-edit {
    width: 120px;
  }

  .profile-edit-dashboard .profile .profile-edit .profile-img {
    width: 120px;
    border-radius: 120px;
    top: -60px;
    left: calc(50% - 60px);
  }

  .profile-edit-dashboard .profile .profile-edit .edit-svg {
    bottom: -60px;
    right: 0;
  }

  .profile-edit-dashboard .personal-info {
    margin: 0;
    padding-top: 64px;
  }

  .profile-edit-dashboard .personal-info .txt {
    color: #252525;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .profile-edit-dashboard .personal-info .txt .star {
    display: block;
    color: #EA5A1A;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .profile-edit-dashboard .personal-info .input {
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 13px 0 14px 6px;
  }

  .profile-edit-dashboard .submit-btn {
    display: block;
    border-radius: 6px;
    background-color: #EA5A1A;
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 12px 10px;
    width: 100%;
    margin-top: 32px;
  }
}

.profile-upgrade-dashboard {
  padding-bottom: 60px;
}

.profile-upgrade-dashboard .patient-plan {
  padding: 14px 0 16px 20px;
  display: flex;
}

.profile-upgrade-dashboard .patient-plan .logo {
  width: 50px;
  height: 50px;
}

.profile-upgrade-dashboard .patient-plan .plan-info {
  padding-left: 24px;
  padding-top: 1px;
}

.profile-upgrade-dashboard .patient-plan .plan-info .smart-card {
  margin: 0;
  color: #454545;
  font-family: Manrope;
  font-size: 9px;
  font-weight: 400;
  line-height: normal;
}

.profile-upgrade-dashboard .patient-plan .plan-info .plan-type {
  margin: 0;
  color: #2D255E;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.profile-upgrade-dashboard .patient-plan .plan-info .plan-expiry {
  margin: 0;
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.profile-upgrade-dashboard .patient-plan .plan-info .plan-expiry .plan-expiry-date {
  font-weight: 500;
}

.profile-upgrade-dashboard .upgrade-plan {
  background-color: rgba(252, 195, 0, 0.5);
  padding: 10px;
  margin-bottom: 20px;
}

.profile-upgrade-dashboard .upgrade-plan .upgrade-plan-txt {
  color: #0D0C22;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.profile-upgrade-dashboard .upgrade-plan .btn {
  display: none;
}

.profile-upgrade-dashboard .heading {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--f8f8f8, #F8F8F8);
  margin-left: 16px;
  margin-bottom: 13px;
}

@media (min-width: 576px) {
  .profile-upgrade-dashboard {
    margin: auto;
    max-width: 550px;
    padding-top: 24px;
  }

  .profile-upgrade-dashboard .patient-plan {
    padding: 20px 0 20px 24px;
    background-color: #FFF;
    border-radius: 10px 10px 0px 0px;
  }

  .profile-upgrade-dashboard .patient-plan .logo {
    width: 60px;
    height: 60px;
  }

  .profile-upgrade-dashboard .patient-plan .plan-info {
    padding-left: 18px;
    border-radius: 10px 10px 0 0;
  }

  .profile-upgrade-dashboard .patient-plan .plan-info .smart-card {
    color: #454545;
    font-family: Manrope;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
  }

  .profile-upgrade-dashboard .patient-plan .plan-info .plan-type {
    color: #2D255E;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
  }

  .profile-upgrade-dashboard .patient-plan .plan-info .plan-expiry {
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background-color: rgba(252, 195, 0, 0.4);
    padding: 4px 10px;
  }

  .profile-upgrade-dashboard .patient-plan .plan-info .plan-expiry .plan-expiry-date {
    font-weight: 500;
  }

  .profile-upgrade-dashboard .upgrade-plan {
    display: flex;
    border-radius: 0px 0px 10px 10px;
    background-color: rgba(252, 195, 0, 0.4);
    padding: 7px 24px;
    margin-bottom: 24px;
  }

  .profile-upgrade-dashboard .upgrade-plan a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .profile-upgrade-dashboard .upgrade-plan .upgrade-plan-txt {
    color: #0D0C22;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
  }

  .profile-upgrade-dashboard .upgrade-plan .btn {
    display: block;
    border-radius: 6px;
    background: #0D0C22;
    padding: 8px 32px;
    height: 32px;
    color: #FFF;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .profile-upgrade-dashboard .heading {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.card-benefits {
  border-radius: 8px;
  background: var(--White, #FFF);
  margin: 0px 16px;
}

.card-benefits .benefits-item {
  display: flex;
  padding: 6px 12px;
  gap: 14px;
}

.card-benefits .benefits-item .content {
  margin-top: 3px;
}

.card-benefits .benefits-item .content .para-items {
  color: #252525;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.card-benefits .benefits-item .content ul li {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 576px) {
  .card-benefits {
    border-radius: 10px;
    background: var(--terr, #FFF);
    margin: 0px 0px;
    padding-top: 10px;
  }

  .card-benefits .benefits-item {
    display: flex;
    padding: 12px 24px;
    gap: 16px;
  }

  .card-benefits .benefits-item .content .para-items {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
  }

  .card-benefits .benefits-item .content ul li {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.profile-invoices-dashboard .invoice-title {
  color: #0D0C22;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  background-color: rgba(252, 195, 0, 0.6);
  padding: 10px;
  text-align: center;
  margin-bottom: 1px;
}

.profile-invoices-dashboard .pdf {
  display: flex;
  padding: 10px 0 8px;
  border-radius: 8px;
  background-color: #FFF;
  height: 44px;
  width: calc(100% - 32px);
  margin: 8px auto;
}

.profile-invoices-dashboard .pdf .pdf-svg {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.profile-invoices-dashboard .pdf .pdf-det {
  padding-left: 14px;
}

.profile-invoices-dashboard .pdf .pdf-det .pdf-name {
  color: #252525;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.profile-invoices-dashboard .pdf .pdf-det .pdf-date {
  color: #252525;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@media (min-width: 576px) {
  .profile-invoices-dashboard {
    padding-top: 16px;
    margin: auto;
    max-width: 582px;
  }

  .profile-invoices-dashboard .invoice-title {
    display: none;
  }

  .profile-invoices-dashboard .pdf {
    height: 55px;
    padding: 10px 0 10px;
    margin: 8px;
    border-radius: 10px;
    background: #FFF;
  }

  .profile-invoices-dashboard .pdf .pdf-svg {
    width: 32px;
    height: 32px;
  }

  .profile-invoices-dashboard .pdf .pdf-det {
    padding-left: 24px;
  }

  .profile-invoices-dashboard .pdf .pdf-det .pdf-name {
    color: #252525;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  .profile-invoices-dashboard .pdf .pdf-det .pdf-date {
    color: #252525;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
  }
}

.appointments-dashboard .heading-web {
  display: none;
}

.appointments-dashboard .sub-heading {
  display: none;
}

.appointments-dashboard .heading-mobile {
  display: block;
  display: flex;
  border: 1px solid #FFF;
  background-color: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.appointments-dashboard .heading-mobile svg {
  margin: 16px 0 16px 16px;
}

.appointments-dashboard .heading-mobile .heading {
  color: #252525;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 20px 0 20px 101px;
  margin: 0;
}

.appointments-dashboard .click-event {
  display: block;
  display: flex;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(101, 101, 101, 0.05);
  height: 44px;
  justify-content: space-evenly;
  margin-bottom: 16px;
}

.appointments-dashboard .click-event .upcoming-completed {
  color: #252525;
  font-family: Manrope !important;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 14px 0;
  font-weight: 500;
  width: 100px;
  text-align: center;
}

.appointments-dashboard .click-event .upcoming-completed.selected {
  border-bottom: 1.5px solid #0D0C22;
  color: #0D0C22;
  font-weight: 600;
  text-align: center;
}

.appointments-dashboard .cards .appointment-card {
  height: 138px;
  border: 1px solid #FFF;
  border-radius: 8px;
  background-color: #FFF;
  margin: 0 16px 12px 16px;
}

.appointments-dashboard .cards .appointment-card .flex {
  display: flex;
}

.appointments-dashboard .cards .appointment-card .flex h6 {
  color: #808080;
  font-family: Poppins !important;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 10px;
  margin-top: 8px;
  margin-bottom: 6px;
  border-left: 1.5px solid #EA5A1A;
  height: 14px;
}

.appointments-dashboard .cards .appointment-card .flex .schedule {
  display: flex;
  margin: 4px 2px 0px 0;
  margin-left: auto;
}

.appointments-dashboard .cards .appointment-card .flex .schedule svg {
  margin: 4px 6px 0 6px;
}

.appointments-dashboard .cards .appointment-card .flex .schedule p {
  color: #656565;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 6px 6px 0;
  margin: 0;
  align-items: center;
  display: flex;
}

.appointments-dashboard .cards .appointment-card .date-time {
  display: flex;
  padding: 4px 9px 4px 6px;
  border: 1px solid rgba(219, 225, 229, 0.5);
  background-color: rgba(219, 225, 229, 0.5);
  border-radius: 4px;
  margin: 6px 10px 8px 10px;
  height: 28px;
  display: flex;
  align-items: center;
}

.appointments-dashboard .cards .appointment-card .date-time .date {
  color: #2D255E;
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.appointments-dashboard .cards .appointment-card .date-time .time {
  color: #2D255E;
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-left: auto;
}

.appointments-dashboard .cards .appointment-card .hospital-info {
  display: flex;
}

.appointments-dashboard .cards .appointment-card .hospital-info .hospital-svg {
  border: 1px solid rgba(252, 195, 0, 0.5);
  background-color: rgba(252, 195, 0, 0.5);
  border-radius: 6px;
  padding: 4px;
  margin: 0 0 10px 10px;
}

.appointments-dashboard .cards .appointment-card .hospital-info .hospital-svg svg {
  width: 12px;
  height: 12px;
}

.appointments-dashboard .cards .appointment-card .hospital-info .hospital-name {
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 3px 0 12px 12px;
}

.appointments-dashboard .cards .appointment-card .hospital-info .hospital-name span {
  color: #808080;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 3px 0 12px 0;
}

.appointments-dashboard .cards .appointment-card .doctor-schedule {
  display: flex;
}

.appointments-dashboard .cards .appointment-card .doctor-schedule img {
  width: 28px;
  height: 28px;
  margin: 0 8px 9px 10px;
}

.appointments-dashboard .cards .appointment-card .doctor-schedule .doctor-info h6 {
  margin: 0;
  color: #2D255E;
  font-family: Manrope !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 3px;
}

.appointments-dashboard .cards .appointment-card .doctor-schedule .doctor-info p {
  margin: 0;
  color: #454545;
  font-family: Manrope !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.appointments-dashboard .cards .appointment-card .doctor-schedule .btn {
  padding: 0;
  margin: 0 9px 9px 0px;
  margin-left: auto;
  height: 31px;
}

.appointments-dashboard .cards .appointment-card .doctor-schedule .btn h6 {
  border: 1px solid #DBE1E5;
  border-radius: 4px;
  color: #454545;
  font-family: Manrope !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 20px;
  margin: 0;
  text-wrap: nowrap;
}

@media (min-width: 576px) {
  .appointments-dashboard {
    display: flex;
  }

  .appointments-dashboard .heading-web {
    display: block;
    color: #656565;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 30px 0 16px 42px;
    margin: 0;
  }

  .appointments-dashboard .sub-heading {
    display: block;
    color: #454545;
    font-family: Montserrat !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-left: 42px;
    padding-bottom: 10px;
  }

  .appointments-dashboard .heading-mobile {
    display: none;
  }

  .appointments-dashboard .click-event {
    display: none;
  }

  .appointments-dashboard .cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: 42px;
  }

  .appointments-dashboard .cards .appointment-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 328px;
  }
}

.section-dashboard {
  background: #F8F8F8;
}

.section-dashboard h4 {
  display: none;
}

.section-dashboard .frame {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px 14px;
}

.section-dashboard .frame .card1 {
  flex: 0 0 calc(33.33% - 8px);
  max-width: calc(33.33% - 8px);
  width: 100%;
  height: 100px;
  border-radius: 8px;
  background-color: #FFF;
  margin: 6px 4px;
}

.section-dashboard .frame .card1 .offer {
  border-radius: 0px 16px 16px 0px;
  background: rgba(252, 195, 0, 0.7);
  width: 78px;
  padding: 2px 10px 2px 8px;
  margin: 6px 0;
}

.section-dashboard .frame .card1 .offer p {
  color: #0D0C22;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.section-dashboard .frame .card1 .icon {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-dashboard .frame .card1 .icon svg {
  width: 40px;
  height: 40px;
}

.section-dashboard .frame .card1 .title {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 6px;
  margin-bottom: 14px;
  text-align: center;
}

.section-dashboard .frame .card1.locked {
  background-color: #DBE1E5;
}

@media (min-width: 576px) {
  .section-dashboard {
    background-color: #F8F8F8;
  }

  .section-dashboard h4 {
    display: block;
    color: #656565;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 30px;
    padding-left: 42px;
    padding-bottom: 6px;
    margin: 0;
  }

  .section-dashboard .frame {
    padding-left: 32px;
  }

  .section-dashboard .frame .card1 {
    width: 140px;
    height: 136px;
    flex: 0 0 19%;
    max-width: 19%;
    width: 100%;
    border-radius: 8px;
    background-color: #FFF;
    margin: 10px;
  }

  .section-dashboard .frame .card1 .offer {
    border-radius: 0px 16px 16px 0px;
    background-color: rgba(252, 195, 0, 0.7);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 6px 69px 6px 0;
    width: 40%;
  }

  .section-dashboard .frame .card1 .offer p {
    color: #0D0C22;
    text-wrap: wrap;
    width: 115%;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    padding: 3px 10px 3px 0px;
  }

  .section-dashboard .frame .card1 .icon svg {
    width: 60px;
    height: 60px;
  }

  .section-dashboard .frame .card1 .title {
    color: #252525;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}

.partners-dashboard {
  background: #F8F8F8;
}

.partners-dashboard .frame {
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px 14px;
}

.partners-dashboard .frame .card1 {
  position: relative;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  width: 100%;
  height: 90px;
  border-radius: 8px;
  background: #FFF;
  margin: 6px 4px;
}

.partners-dashboard .frame .card1 .offer {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 16px 16px 0px;
  background: rgba(252, 195, 0, 0.7);
  padding: 2px 10px 2px 8px;
  margin: 6px 0;
}

.partners-dashboard .frame .card1 .offer p {
  color: var(--highlight-colour, #0D0C22);
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.partners-dashboard .frame .card1 .img-frame {
  padding-top: 12px;
}

.partners-dashboard .frame .card1 .img-frame img {
  height: 40px;
  margin: auto;
  display: block;
}

.partners-dashboard .frame .card1 .description {
  color: #2D255E;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 12px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.partners-dashboard .frame .card1 .text {
  color: #252525;
  font-family: Roboto Condensed !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 12px;
  margin-bottom: 11px;
}

.partners-dashboard h4 {
  display: none;
}

.partners-dashboard .partners-circle {
  display: none;
}

@media (min-width: 576px) {
  .partners-dashboard .frame {
    display: none;
  }

  .partners-dashboard h4 {
    display: block;
    color: #656565;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 12px;
    margin: 0;
    padding-top: 40px;
    padding-left: 42px;
  }

  .partners-dashboard .partners-circle {
    display: block;
    display: flex;
    flex-wrap: wrap;
    padding-left: 42px;
  }

  .partners-dashboard .partners-circle .circle {
    flex: 0 0 18%;
    max-width: 18%;
    position: relative;
    margin: 10px;
  }

  .partners-dashboard .partners-circle .circle svg {
    width: 124px;
    height: 124px;
  }

  .partners-dashboard .partners-circle .circle img {
    position: absolute;
    left: 28px;
    top: 36%;
  }

  .partners-dashboard .partners-circle .circle .small-circle {
    position: absolute;
    border: 1px solid rgba(252, 195, 0, 0.6980392157);
    border-radius: 30px;
    width: 44px;
    height: 44px;
    background: linear-gradient(0deg, rgba(252, 195, 0, 0.7) 0%, rgba(252, 195, 0, 0.7) 100%), #FFF;
    bottom: 67%;
  }

  .partners-dashboard .partners-circle .circle .small-circle p {
    color: #252525;
    text-align: center;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    /* 109.091% */
    padding: 8px 10px 3px 8px;
    margin: 0;
  }
}

.offers-dashboard {
  background: #F8F8F8;
}

.offers-dashboard .offer {
  display: none;
}

.offers-dashboard .txt {
  display: none;
}

.offers-dashboard .frame {
  padding: 16px;
}

.offers-dashboard .frame .card1 {
  display: flex;
  width: 100%;
  background: #FFF;
  border-radius: 8px;
  margin: 8px 0;
  position: relative;
}

.offers-dashboard .frame .card1 img {
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
}

.offers-dashboard .frame .card1 .content {
  padding: 11px 0 10px;
}

.offers-dashboard .frame .card1 .content .discount-text {
  color: #EA5A1A;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 1.2;
}

.offers-dashboard .frame .card1 .content .discount-no {
  margin-bottom: 4px;
  color: #0D0C22;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.offers-dashboard .frame .card1 .content .description {
  color: #454545;
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  width: 74%;
}

.offers-dashboard .frame .card1 .view {
  position: absolute;
  color: #454545;
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  top: 9px;
  right: 10px;
  margin: 0px;
}

.offers-dashboard .frame .card1:hover {
  border: 1px solid #808080;
}

@media (min-width: 576px) {
  .offers-dashboard .offer {
    display: block;
    color: #656565;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 30px 0 0 42px;
    margin: 0;
  }

  .offers-dashboard .txt {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 16px;
    padding-left: 43px;
    margin: 0;
  }

  .offers-dashboard .frame {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: 33px;
  }

  .offers-dashboard .frame .card1 {
    width: 156px;
    height: 162px;
    flex: 0 0 18%;
    max-width: 18%;
    border-radius: 8px;
    border: 1px solid #808080;
    background: #FFF;
    margin: 10px;
    position: relative;
  }

  .offers-dashboard .frame .card1 img {
    position: absolute;
    left: 35%;
  }

  .offers-dashboard .frame .card1 .content {
    margin-top: 16%;
  }

  .offers-dashboard .frame .card1 .content .discount {
    background-color: #E5EDEE;
  }

  .offers-dashboard .frame .card1 .content .discount .discount-text {
    color: #EA5A1A;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 4px 35px 2px;
    text-align: center;
  }

  .offers-dashboard .frame .card1 .content .discount .discount-no {
    color: #0D0C22;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0 40px 4px;
    text-align: center;
  }

  .offers-dashboard .frame .card1 .content .description {
    overflow: hidden;
    color: #454545;
    text-align: center;
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 10px 10px;
    width: 98%;
  }

  .offers-dashboard .frame .card1 .view {
    position: absolute;
    color: #656565;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    top: 83%;
    right: 42%;
  }
}

.folders-dashboard .files {
  display: flex;
  flex-wrap: wrap;
}

.folders-dashboard .heading-web {
  display: none;
}

.folders-dashboard .heading-mobile {
  background: rgba(252, 195, 0, 0.4);
  padding: 12px 16px;
  margin-bottom: 10px;
}

.folders-dashboard .heading-mobile .heading {
  color: var(--highlight-colour, #0D0C22);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.folders-dashboard .heading-mobile .heading-txt {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.folders-dashboard .file-type-new {
  display: none;
}

.folders-dashboard .click-event {
  display: block;
  display: flex;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(101, 101, 101, 0.05);
  height: 44px;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.folders-dashboard .click-event .files-share {
  color: #252525;
  font-family: Manrope !important;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 14px 0;
  font-weight: 500;
  width: 100px;
  text-align: center;
}

.folders-dashboard .click-event .files-share:hover {
  border-bottom: 1.5px solid #0D0C22;
  color: #0D0C22;
  font-weight: 600;
  text-align: center;
}

.folders-dashboard h6 {
  color: #454545;
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 16px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 6px;
}

.folders-dashboard .recent-pdf {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.folders-dashboard .recent-pdf .pdf-cards {
  border: 1px solid #DBE1E5;
  border-radius: 12px;
  margin: 4px;
  width: 146px;
  height: 144px;
  background-color: #DBE1E5;
}

.folders-dashboard .recent-pdf .pdf-cards .svg-logo {
  height: 102px;
}

.folders-dashboard .recent-pdf .pdf-cards .svg-logo svg {
  background-color: #DBE1E5;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.folders-dashboard .recent-pdf .pdf-cards .svg-txt {
  display: flex;
  border: 1px solid #FFF;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #FFF;
  height: 40px;
}

.folders-dashboard .recent-pdf .pdf-cards .svg-txt .svg svg {
  margin: 10px 0 11px 8px;
}

.folders-dashboard .recent-pdf .pdf-cards .svg-txt p {
  margin: 0;
  padding: 11px 7px 14px;
  overflow: hidden;
  color: #454545;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 107%;
}

.folders-dashboard h6 {
  color: #454545;
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 2px;
}

.folders-dashboard .folders {
  padding-left: 8px;
  display: flex;
  flex-wrap: wrap;
}

.folders-dashboard .folders .folder-section {
  border: 1px solid #FFF;
  border-radius: 6px;
  background-color: #FFF;
  margin: 8px;
  width: 216px;
  height: 48px;
}

.folders-dashboard .folders .folder-section .svg svg {
  margin-top: 8px;
  margin-right: 8px;
  float: right;
}

.folders-dashboard .folders .folder-section .folder-svg-txt {
  display: flex;
}

.folders-dashboard .folders .folder-section .folder-svg-txt .folder-svg {
  margin: 14px 18px 14px 14px;
}

.folders-dashboard .folders .folder-section .folder-svg-txt p {
  margin: 0;
  overflow: hidden;
  color: #454545;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 17px 15px 16px 0;
  width: 100%;
}

.folders-dashboard .view {
  display: block;
  color: #252525;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 16px 10px 12px;
  margin: 4px auto 20px;
  border-radius: 6px;
  background: #E5EDEE;
  width: calc(100% - 32px);
}

.folders-dashboard .upload-svg {
  position: fixed;
  right: 18px;
  bottom: 36px;
}

.folders-dashboard .add-files-folders {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 15;
  float: right;
}

.folders-dashboard .add-files-folders .upload-create .upload {
  display: flex;
}

.folders-dashboard .add-files-folders .upload-create .upload svg {
  margin: 5px 0;
}

.folders-dashboard .add-files-folders .upload-create .upload h6 {
  color: #454545;
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  margin-left: 8px;
  align-self: center;
}

.folders-dashboard .add-files-folders .close-btn {
  border: 1px solid #FFF;
  margin: 8px;
  margin-left: 0;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  background-color: #FFF;
  display: flex;
}

.folders-dashboard .add-files-folders .close-btn svg {
  margin: auto;
}

.folders-dashboard .create-new-folder {
  display: block;
  border-radius: 12px;
  background-color: #FFF;
  width: calc(100% - 32px);
  height: 155px;
  margin: 0 16px;
}

.folders-dashboard .create-new-folder h5 {
  color: #252525;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 15px 0 3px 14px;
}

.folders-dashboard .create-new-folder input {
  border: 1px solid #848484;
  border-radius: 10px;
  color: #898787;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  padding: 13px 0 14px 15px;
  margin: 13px;
  width: calc(100% - 26px);
  height: 42px;
}

.folders-dashboard .create-new-folder .btns {
  display: flex;
  padding: 0 11px 0 11px;
}

.folders-dashboard .create-new-folder .btns .cancel {
  margin: 4px;
  padding: 10px 32px;
  width: 45%;
  height: 35px;
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 6px;
}

.folders-dashboard .create-new-folder .btns .create {
  margin: 4px;
  width: 55%;
  height: 35px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  background-color: #EA5A1A;
  border-radius: 6px;
}

.folders-dashboard .thankyou-mobile {
  background: #FFF;
  width: 100%;
  padding: 75px 0 150px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.folders-dashboard .thankyou-mobile .content-wrapper .title {
  color: var(--252525, #252525);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.folders-dashboard .thankyou-mobile .content-wrapper .sub-title {
  color: var(--454545, #454545);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  padding-left: 66px;
  padding-right: 62px;
}

@media (min-width: 576px) {
  .folders-dashboard {
    display: flex;
  }

  .folders-dashboard .heading-web {
    display: block;
  }

  .folders-dashboard .heading-web h4 {
    color: #656565;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 30px 0 16px 42px;
    margin: 0;
  }

  .folders-dashboard .heading-mobile {
    display: none;
  }

  .folders-dashboard .file-type-new {
    display: block;
    display: flex;
    padding-left: 42px;
  }

  .folders-dashboard .file-type-new .file_type {
    display: flex;
    border: 1px solid #808080;
    border-radius: 6px;
    margin-right: 10px;
  }

  .folders-dashboard .file-type-new .file_type .type {
    color: #454545;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 8px 10px;
  }

  .folders-dashboard .file-type-new .file_type svg {
    margin: 8px 10px 8px 0;
  }

  .folders-dashboard .file-type-new .create_new {
    display: flex;
    border: 1px solid rgba(252, 195, 0, 0.6);
    background-color: rgba(252, 195, 0, 0.6);
    border-radius: 6px;
  }

  .folders-dashboard .file-type-new .create_new svg {
    margin: 8px 0 8px 8px;
  }

  .folders-dashboard .file-type-new .create_new .new {
    color: #454545;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 8px 12px 8px 10px;
  }

  .folders-dashboard .click-event {
    display: none;
  }

  .folders-dashboard h6 {
    padding: 22px 0 3px 42px;
  }

  .folders-dashboard .recent-pdf {
    padding-left: 35px;
    display: flex;
    flex-wrap: wrap;
  }

  .folders-dashboard .recent-pdf .pdf-cards {
    margin: 7px;
  }

  .folders-dashboard h6 {
    padding: 25px 0 2px 42px;
  }

  .folders-dashboard .folders {
    padding-left: 35px;
  }

  .folders-dashboard .folders .folder-section {
    margin: 7px;
  }

  .folders-dashboard .view {
    display: none;
  }

  .folders-dashboard .upload-svg {
    display: none;
  }

  .folders-dashboard .add-files-folders {
    display: none;
  }

  .folders-dashboard .create-new-folder {
    display: none;
  }
}

.upgrade-dashboard .titles {
  padding: 12px 16px 0;
  margin-bottom: 16px;
}

.upgrade-dashboard .titles .title {
  color: var(--highlight-colour, #0D0C22);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}

.upgrade-dashboard .titles .subtitle {
  color: var(--252525, #252525);
  font-family: Montserrat !important;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.upgrade-dashboard .smart-card {
  border-radius: 6px;
  background: #FFF;
  margin: 14px 16px;
}

.upgrade-dashboard .smart-card .yellow-bar .prime-title {
  color: #0D0C22;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  background-color: rgba(252, 195, 0, 0.6);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.upgrade-dashboard .smart-card .details {
  padding-bottom: 24px;
  border-radius: 6px;
}

.upgrade-dashboard .smart-card .details .svg-txt {
  position: relative;
  display: flex;
  border-radius: 6px 6px 0 0;
  padding: 14px 16px;
}

.upgrade-dashboard .smart-card .details .svg-txt .prime-svg {
  width: 26px;
  height: 26px;
}

.upgrade-dashboard .smart-card .details .svg-txt .txt {
  padding-left: 13px;
}

.upgrade-dashboard .smart-card .details .svg-txt .txt .prime-txt {
  color: #0D0C22;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 2px;
}

.upgrade-dashboard .smart-card .details .svg-txt .txt .prime-txt .prime-txt-sm {
  color: #0D0C22;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}

.upgrade-dashboard .smart-card .details .svg-txt .txt .one-liner {
  color: var(--highlight-colour, #0D0C22);
  font-family: Manrope;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
  margin-bottom: 0;
  border-radius: 16px;
  background: rgba(252, 195, 0, 0.6);
  padding: 0 16px;
  line-height: 23px;
}

.upgrade-dashboard .smart-card .details .svg-txt.highlight {
  background-color: #E5EDEE;
}

.upgrade-dashboard .smart-card .details .svg-txt .red-strip {
  position: absolute;
  top: 0;
  right: 0;
}

.upgrade-dashboard .smart-card .details .para {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 6px 9px 7px 16px;
}

.upgrade-dashboard .smart-card .details .services .service {
  padding: 6px 16px;
  display: flex;
  gap: 14px;
}

.upgrade-dashboard .smart-card .details .services .service .checkmark {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.upgrade-dashboard .smart-card .details .services .service .service1 {
  margin: 0;
  color: #454545;
  font-family: Manrope !important;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.upgrade-dashboard .smart-card .details .services .service .service1 span {
  color: #EA5A1A;
  font-family: Manrope !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.upgrade-dashboard .smart-card .details .services .service .service1 .color-txt {
  color: #EA5A1A;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  /* 140% */
}

.upgrade-dashboard .smart-card .details .see-more {
  border-radius: 20px;
  background: rgba(252, 195, 0, 0.6);
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 6px 4px 10px;
  margin: 24px auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.upgrade-dashboard .smart-card .details .see-more p {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.upgrade-dashboard .smart-card .details .price-bar {
  background: rgba(229, 237, 238, 0.8);
  width: 100%;
  padding: 8px 0;
  margin-bottom: 20px;
}

.upgrade-dashboard .smart-card .details .price-bar .price-txt {
  color: var(--highlight-colour, #0D0C22);
  font-family: Manrope;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  margin-bottom: 0;
  text-align: center;
}

.upgrade-dashboard .smart-card .details .btn {
  border-radius: 4px;
  background: #2D255E;
  width: calc(100% - 20px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
}

.upgrade-dashboard .smart-card .details .btn .btn-txt {
  color: var(--terr, #FFF);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.upgrade-dashboard .smart-card .details .btn .arrow {
  margin-left: 10px;
}

.upgrade-dashboard .smart-card .details.disabled {
  background: rgba(219, 225, 229, 0.4);
}

.upgrade-dashboard .smart-card .details.disabled .gradient-container {
  position: relative;
}

.upgrade-dashboard .smart-card .details.disabled .gradient-container .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
}

.upgrade-dashboard .smart-card .details.disabled .card-benefits {
  background: none;
}

.upgrade-dashboard .smart-card .details.current {
  border-radius: 0 0 6px 6px;
}

.upgrade-dashboard .smart-card .details.current .btn {
  background: none;
  border-radius: 6px;
  border: 1.5px solid var(--grey, #DBE1E5);
}

.upgrade-dashboard .smart-card .details.current .btn .btn-txt {
  color: var(--highlight-colour, #0D0C22);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.upgrade-dashboard .smart-card .details.current .btn .arrow {
  display: none;
}

.upgrade-dashboard .smart-card .note {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 12px auto 0;
  text-align: center;
}

@media (min-width: 576px) {
  .upgrade-dashboard {
    padding: 54px 60px 0;
    max-width: 1280px;
    margin: auto;
  }

  .upgrade-dashboard .titles {
    margin-bottom: 50px;
  }

  .upgrade-dashboard .titles .title {
    color: #252525;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-bottom: 4px;
  }

  .upgrade-dashboard .titles .subtitle {
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
  }

  .upgrade-dashboard .cards {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-bottom: 120px;
  }

  .upgrade-dashboard .smart-card {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .upgrade-dashboard .smart-card .yellow-bar {
    display: none;
  }

  .upgrade-dashboard .smart-card .details {
    position: relative;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 230px;
  }

  .upgrade-dashboard .smart-card .details .cta-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .upgrade-dashboard .smart-card .details .svg-txt {
    padding: 16px;
    display: flex;
    align-items: center;
    height: 73px;
  }

  .upgrade-dashboard .smart-card .details .svg-txt .prime-svg {
    width: 32px;
    height: 32px;
  }

  .upgrade-dashboard .smart-card .details .svg-txt .txt .prime-txt {
    font-size: 18px;
    letter-spacing: 0.9px;
  }

  .upgrade-dashboard .smart-card .details .svg-txt .txt .prime-txt .prime-txt-sm {
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .upgrade-dashboard .smart-card .details .para {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .upgrade-dashboard .smart-card .details .services {
    height: 170px;
  }

  .upgrade-dashboard .smart-card .details .services .service .checkmark {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .upgrade-dashboard .smart-card .details .services .service .service1 {
    font-size: 13px;
  }

  .upgrade-dashboard .smart-card .details .see-more {
    margin: 0 auto;
  }

  .upgrade-dashboard .smart-card .details .price-bar {
    margin: 0 auto;
  }

  .upgrade-dashboard .smart-card .details .btn {
    margin: 0 auto;
    width: calc(100% - 32px);
    height: 40px;
  }

  .upgrade-dashboard .smart-card .note {
    margin: 0 auto;
  }
}

.membership-offers {
  background-color: #F8F8F8;
}

.membership-offers .offers {
  background-color: #FFF;
  margin-bottom: 6px;
}

.membership-offers .offers .heading {
  display: flex;
  justify-content: space-between;
}

.membership-offers .offers .heading .arrow img {
  width: 24px;
  height: 24px;
  margin: 16px;
}

.membership-offers .offers .heading .off_heading h4 {
  color: #0D0C22;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.32px;
  padding: 20px 0 17px 0;
  margin: 0;
}

.membership-offers .offers .heading .search svg {
  width: 16px;
  height: 16px;
  margin: 20px;
}

.membership-offers .offers img {
  width: 360px;
  height: 174px;
  background-blend-mode: normal, hard-light;
}

.membership-offers .offers p {
  color: #454545;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 16px;
  margin: 0;
}

.membership-offers .offers .txt {
  padding: 0 16px;
  padding-bottom: 39px;
}

.membership-offers .offers .txt h4 {
  color: #252525;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 6px;
}

.membership-offers .offers .txt .sub-txt h6 {
  color: #252525;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 4px;
}

.membership-offers .offers .txt .sub-txt p {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 8px;
}

.membership-offers .disclaimers {
  background-color: #FFF;
  margin-bottom: 32px;
}

.membership-offers .disclaimers h4 {
  color: #EA5A1A;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 0 6px 26px;
  margin: 0;
}

.membership-offers .disclaimers p {
  color: #454545;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 26px 14px 26px;
  margin: 0;
}

.membership-offers button {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #EA5A1A;
  margin: 32px 16px;
  width: 90%;
}

.membership-international {
  background-color: #f8f8f8;
}

.banner-membership {
  position: relative;
}

.banner-membership .img_mobile {
  width: 100%;
}

.banner-membership .img_desktop {
  display: none;
}

.banner-membership .content {
  position: absolute;
  top: 66px;
  left: 20px;
}

.banner-membership .content .CM {
  color: 252525;
  font-family: Montserrat !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner-membership .content .CM span {
  color: #EA5A1A;
}

.banner-membership .content .title-line {
  display: flex;
  width: 300px;
  height: 52px;
  flex-direction: column;
  flex-shrink: 0;
  color: #0D0C22;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.72px;
  margin-bottom: 0px;
  display: inline;
}

.banner-membership .content .title-line span {
  font-family: "Manrope" !important;
  font-weight: 500;
}

.banner-membership .content .slide-box {
  height: 36px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-membership .content .slide {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.72px;
  color: #ea5a1a;
  background-color: #E5EDEE;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
  border-radius: 4px;
  transition: transform 1s ease;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.banner-membership .content .br1 {
  display: block;
}

.banner-membership .content .br2 {
  display: none;
}

.banner-membership .content button {
  margin-top: 10px;
  display: block;
  padding: 4px 8px;
  border: 1.2px solid #454545;
  background-color: white;
  color: #454545;
  font-weight: 500;
  font-size: 13px;
}

.banner-membership .content button svg {
  margin-left: 8px;
}

.banner-membership .content button p {
  margin: 0;
  display: inline-block;
  font-family: Manrope !important;
}

.banner-membership .dots {
  display: none;
}

@-webkit-keyframes slide {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-36px);
  }

  67% {
    transform: translateY(-72px);
  }

  100% {
    transform: translateY(-108px);
  }
}

@keyframes slide {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-36px);
  }

  67% {
    transform: translateY(-72px);
  }

  100% {
    transform: translateY(-108px);
  }
}

@media (min-width: 576px) {
  .banner-membership .img_mobile {
    display: none;
  }

  .banner-membership .img_desktop {
    display: block;
    width: 100%;
  }

  .banner-membership .content {
    top: 25%;
    left: 6%;
  }

  .banner-membership .content .CM {
    font-size: 14px;
  }

  .banner-membership .content .title-line {
    color: #252525;
    font-family: Roboto Condensed;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2.56px;
    width: 567px;
  }

  .banner-membership .content .title-line span {
    display: inline;
  }

  .banner-membership .content .title-line br {
    margin-top: 20px;
  }

  .banner-membership .content .slide-box {
    display: inline-block;
    height: 46px;
  }

  .banner-membership .content .slide {
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .banner-membership .content .br1 {
    display: none;
  }

  .banner-membership .content .br2 {
    display: block;
  }

  .banner-membership .content button {
    display: block;
    padding: 8px 10px;
    border: 1.2px solid #454545;
    background-color: white;
    color: #454545;
    font-weight: 500;
    font-size: 16px;
    margin-top: 26px;
  }

  .banner-membership .dots {
    display: block;
    position: absolute;
    bottom: -52px;
    left: 5%;
  }

@-webkit-keyframes slide {
    0% {
      transform: translateY(0);
    }

    33% {
      transform: translateY(-46px);
    }

    67% {
      transform: translateY(-92px);
    }

    100% {
      transform: translateY(-138px);
    }
}

@keyframes slide {
    0% {
      transform: translateY(0);
    }

    33% {
      transform: translateY(-46px);
    }

    67% {
      transform: translateY(-92px);
    }

    100% {
      transform: translateY(-138px);
    }
}
}

.cancer-coach-membership {
  width: 100%;
  height: 262px;
}

.cancer-coach-membership .header {
  display: flex;
}

.cancer-coach-membership .header .cancermitr-svg {
  width: 30px;
  height: 30px;
  margin: 20px 14px 0 16px;
}

.cancer-coach-membership .header .content {
  padding-top: 20px;
}

.cancer-coach-membership .header .content .heading {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 4px;
}

.cancer-coach-membership .header .content .heading .heading1 {
  font-weight: 600;
  color: #EA5A1A;
  margin: 0;
}

.cancer-coach-membership .header .content .subheading {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.cancer-coach-membership .inputs {
  padding: 0 10px;
}

.cancer-coach-membership .inputs .input {
  border-radius: 4px;
  border: 0px solid #848484;
  background-color: rgba(219, 225, 229, 0.4);
  display: flex;
  margin: 6px;
}

.cancer-coach-membership .inputs .input .svg1 {
  margin: 8px 0 8px 16px;
}

.cancer-coach-membership .inputs .input .name-no {
  border: none;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  padding: 8px 0 8px 12px;
  height: 40px;
  background: none;
  width: 100%;
}

.cancer-coach-membership .btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 54px;
  border-radius: 6px;
  background-color: #EA5A1A;
  margin: 10px 16px 20px;
  width: calc(100% - 32px);
}

.cancer-coach-membership .thank-you-modal {
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 287px;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-top: 32px;
}

.cancer-coach-membership .thank-you-modal .logo_img {
  width: 80px;
  height: 85px;
  position: relative;
  display: block;
  margin: auto;
}

.cancer-coach-membership .thank-you-modal .content .greet {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cancer-coach-membership .thank-you-modal .content .greet h4 {
  color: #2D255E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.cancer-coach-membership .thank-you-modal .content .greet span {
  font-size: 24px;
  color: #EA5A1A;
  font-weight: 600;
  padding: 4px 0;
}

.cancer-coach-membership .thank-you-modal .content p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px;
  margin: 0;
  line-height: 1.2;
}

.cancer-coach-membership .thank-you-modal button {
  background-color: #EA5A1A;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 24px 22px;
  color: var(--terr, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 83%;
}

@media (min-width: 576px) {
  .cancer-coach-membership {
    display: none;
    width: 100%;
    height: 262px;
  }

  .cancer-coach-membership .header {
    display: flex;
  }

  .cancer-coach-membership .header .cancermitr-svg {
    width: 30px;
    height: 30px;
    margin: 20px 14px 0 16px;
  }

  .cancer-coach-membership .header .content {
    padding-top: 20px;
  }

  .cancer-coach-membership .header .content .heading {
    color: #252525;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-bottom: 4px;
  }

  .cancer-coach-membership .header .content .heading .heading1 {
    font-weight: 600;
    color: #EA5A1A;
    margin: 0;
  }

  .cancer-coach-membership .header .content .subheading {
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-bottom: 10px;
  }

  .cancer-coach-membership .inputs {
    padding: 0 10px;
  }

  .cancer-coach-membership .inputs .input {
    border-radius: 4px;
    border: 0px solid #848484;
    background-color: rgba(219, 225, 229, 0.4);
    margin: 6px;
  }

  .cancer-coach-membership .inputs .input .svg1 {
    margin: 8px 0 8px 16px;
  }

  .cancer-coach-membership .inputs .input .name-no {
    border: none;
    color: #848484;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    padding: 8px 0 8px 12px;
    height: 40px;
    background: none;
  }

  .cancer-coach-membership .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 54px;
    border-radius: 6px;
    background-color: #EA5A1A;
    margin: 10px 16px 20px;
    width: calc(100% - 32px);
  }
}

.contact-coach-membership {
  height: 157px;
  width: 100%;
  background-color: rgba(252, 195, 0, 0.3);
  margin-top: 40px;
  margin-bottom: 18px;
}

.contact-coach-membership .header {
  display: flex;
}

.contact-coach-membership .header .cancermitr-svg {
  width: 32px;
  height: 32px;
  margin: 20px 14px 0 16px;
}

.contact-coach-membership .header .content {
  padding-top: 20px;
}

.contact-coach-membership .header .content .heading {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 4px;
}

.contact-coach-membership .header .content .heading .heading1 {
  font-weight: 600;
  color: #EA5A1A;
  margin: 0;
}

.contact-coach-membership .header .content .subheading {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.contact-coach-membership .btn {
  border-radius: 6px;
  background-color: #EA5A1A;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 54px;
  margin: 10px 16px 18px;
  width: calc(100% - 32px);
}

@media (min-width: 576px) {
  .contact-coach-membership {
    display: none;
  }
}

.benefits-membership {
  background: #ECF1F2;
  padding: 22px 11px 18px;
}

.benefits-membership .titles {
  padding: 0 9px;
}

.benefits-membership .titles h2 {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.benefits-membership .titles h2 span {
  color: #ea5a1a;
  font-family: "Manrope" !important;
}

.benefits-membership .titles .subheading {
  color: #454545;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 10px;
}

.benefits-membership .wrap {
  overflow-x: scroll;
}

.benefits-membership .wrap::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.benefits-membership .wrap::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.benefits-membership .wrap::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.benefits-membership .benefits {
  display: flex;
  flex-wrap: wrap;
  min-width: 920px;
}

.benefits-membership .benefits .benefit {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 6px 9px;
}

.benefits-membership .benefits .benefit .frame {
  height: 84px;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
}

.benefits-membership .benefits .benefit svg {
  width: 32px;
  height: 32px;
}

.benefits-membership .benefits .benefit .desc {
  margin-left: 6px;
}

.benefits-membership .benefits .benefit .desc .title {
  color: var(--tertiatry, #EA5A1A);
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4px;
}

.benefits-membership .benefits .benefit .desc .subtitle {
  color: #252525;
  font-size: 10px;
  font-weight: 500;
  margin: 0;
}

.benefits-membership .benefits .benefit .desc .subtitle span {
  cursor: pointer;
}

.benefits-membership .benefits .benefit .desc .subtitle svg {
  height: 10px;
  width: 10px;
}

.benefits-membership .arrow {
  display: none;
}

.benefits-membership button {
  border-radius: 8px;
  border: 1.4px solid #0D0C22;
  width: calc(100% - 18px);
  height: 36px;
  margin: 14px 9px 0;
  color: #0D0C22;
  background-color: #ECF1F2;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .benefits-membership {
    padding: 72px 70px;
  }

  .benefits-membership .titles {
    padding: 0 14px;
  }

  .benefits-membership .titles h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .benefits-membership .titles .subheading {
    font-size: 16px;
    line-height: normal;
    max-width: 50%;
  }

  .benefits-membership .wrap {
    display: flex;
  }

  .benefits-membership .benefits {
    min-width: auto;
  }

  .benefits-membership .benefits .benefit {
    padding: 10px 14px;
  }

  .benefits-membership .benefits .benefit .frame {
    height: 95px;
    padding: 16px 10px;
  }

  .benefits-membership .benefits .benefit svg {
    width: auto;
    height: auto;
  }

  .benefits-membership .benefits .benefit .desc {
    margin-left: 12px;
  }

  .benefits-membership .benefits .benefit .desc .title {
    font-size: 16px;
    line-height: normal;
  }

  .benefits-membership .benefits .benefit .desc .subtitle {
    font-size: 12px;
    line-height: normal;
  }

  .benefits-membership .benefits .benefit .desc .subtitle svg {
    height: auto;
    width: auto;
  }

  .benefits-membership .arrow {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 193px;
    margin-bottom: 10px;
  }

  .benefits-membership button {
    display: none;
  }
}

.how-it-works-membership {
  background: #ECF1F2;
  padding: 22px 0 24px;
  position: relative;
}

.how-it-works-membership .dots {
  display: none;
}

.how-it-works-membership .images1 {
  display: none;
}

.how-it-works-membership .images2 {
  position: relative;
}

.how-it-works-membership .images2 .gif {
  position: absolute;
  top: 12%;
  left: 18%;
  width: 64%;
}

.how-it-works-membership .content {
  padding: 0 20px;
}

.how-it-works-membership .content .title {
  color: #454545;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}

.how-it-works-membership .content .title span {
  color: #ea5a1a;
  font-family: "Montserrat" !important;
}

.how-it-works-membership .content h2 {
  color: #252525;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.how-it-works-membership .content h2 span {
  color: #ea5a1a;
  font-family: "Manrope" !important;
}

.how-it-works-membership .content p {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 6px;
}

.how-it-works-membership .buttons {
  padding: 0 20px;
}

.how-it-works-membership .buttons button {
  border-radius: 10px;
  border: 1px solid #252525;
  width: 100%;
  height: 36px;
  margin-top: 4px;
  color: #0D0C22;
  background-color: #ECF1F2;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  text-align: left;
}

.how-it-works-membership .buttons button.hovered {
  border: 0.6px solid #252525;
  background: #656565;
  color: #FFF;
}

@media (min-width: 576px) {
  .how-it-works-membership {
    display: flex;
  }

  .how-it-works-membership .dots {
    display: block;
    position: absolute;
    top: -52px;
    right: 4%;
  }

  .how-it-works-membership .images1 {
    display: block;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .how-it-works-membership .images1 .gif {
    position: absolute;
    top: 12%;
    left: 18%;
    width: 64%;
  }

  .how-it-works-membership .images2 {
    display: none;
  }

  .how-it-works-membership .frame {
    margin: auto;
    margin-right: 8%;
  }

  .how-it-works-membership .content .title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .how-it-works-membership .content h2 {
    font-size: 32px;
  }

  .how-it-works-membership .content p {
    font-size: 14px;
    margin-bottom: 20px;
    width: 373px;
  }

  .how-it-works-membership .buttons {
    margin-bottom: 18%;
  }

  .how-it-works-membership .buttons button {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 398px;
    padding: 12px 16px 12px 16px;
    align-items: center;
    gap: 10px;
  }
}

.plan-membership {
  position: relative;
  background: #fff;
}

.plan-membership .titles {
  background-color: #ecf1f2;
}

.plan-membership .titles h2 {
  color: #252525;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Roboto Condensed";
  margin-bottom: 4px;
}

.plan-membership .titles h2 span {
  color: #EA5A1A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  font-family: "Manrope" !important;
}

.plan-membership .titles .oneliner {
  color: #252525;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  width: 337px;
  margin: auto;
  padding-bottom: 24px;
}

.plan-membership .card-frame {
  background: linear-gradient(to bottom, #ECF1F2 50%, #fff 50%);
  padding: 0 26px;
}

.plan-membership .plan-card {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 26px 0 rgba(210, 214, 215, 0.5);
  padding-top: 26px;
  padding-bottom: 1px;
  min-width: 280px;
}

.plan-membership .plan-card .essentials {
  background-color: #FEF0BF;
  border: 1px solid #FEF0BF;
  text-align: center;
  padding-bottom: 7px;
  margin: 0 4px;
}

.plan-membership .plan-card .essentials p {
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  color: #0D0C22;
  margin: 0;
  padding-top: 10px;
}

.plan-membership .plan-card .essentials p span {
  color: #EA5A1A;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  margin: 0;
}

.plan-membership .plan-card .essentials h4 {
  color: #0D0C22;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

.plan-membership .plan-card .essentials h5 {
  display: none;
}

.plan-membership .plan-card .essentials .cta1 {
  display: none;
}

.plan-membership .plan-card .includes {
  padding: 14px 16px 13px;
  margin-bottom: 148px;
}

.plan-membership .plan-card .includes .desc {
  color: #252525;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
  text-align: center;
}

.plan-membership .plan-card .includes .whats {
  color: #2D255E;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
}

.plan-membership .plan-card .includes .inc-box .inc-desktop {
  display: none;
}

.plan-membership .plan-card .includes .inc-box .inc {
  display: flex;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 6px 0;
}

.plan-membership .plan-card .includes .inc-box .inc svg {
  width: 12px;
  height: 12px;
  margin-right: 18px;
  margin-top: 4px;
}

.plan-membership .plan-card .includes .inc-box .inc p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.plan-membership .plan-card .includes .inc-box .inc span {
  color: #EA5A1A;
  font-family: "Montserrat" !important;
}

.plan-membership .plan-card .cta {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.plan-membership .plan-card .cta .price {
  color: #2D255E;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background-color: #E5EDEE;
  padding: 10px 0;
  line-height: 1.2;
  margin-bottom: 16px;
}

.plan-membership .plan-card .cta .footer_desc {
  color: #454545;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding: 0 25px;
}

.plan-membership .plan-card .cta .get-card {
  display: block;
  width: calc(100% - 28px);
  height: 37px;
  border-radius: 8px;
  border: #2D255E;
  background: #2D255E;
  margin: 20px auto 28px;
}

.plan-membership .plan-card .cta .get-card p {
  text-align: center;
  line-height: 33px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.plan-membership .view-all {
  display: block;
  border: 1.2px solid #0D0C22;
  border-radius: 8px;
  padding: 10px 64px;
  color: #0D0C22;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #F8F8F8;
  margin: 21px 20px;
  cursor: pointer;
}

.plan-membership .view-all span {
  display: none;
}

.plan-membership .plan-table {
  padding: 0 20px;
  padding-bottom: 32px;
}

.plan-membership .plan-table table {
  border-bottom: 1px solid #454545;
}

.plan-membership .plan-table .toggle {
  height: 70px;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  line-height: 70px;
}

.plan-membership .plan-table .toggle svg {
  float: right;
  height: 70px;
}

.plan-membership .plan-table .inner-section {
  display: flex;
}

.plan-membership .plan-table .table-area {
  width: 100%;
  border-bottom: 1px solid #454545;
}

.plan-membership .plan-table .side-bar {
  position: relative;
  width: 32px;
  border-bottom: 1px solid var(--tertiatry, #EA5A1A);
  background: linear-gradient(0deg, rgba(252, 195, 0, 0.5) 0%, rgba(252, 195, 0, 0.5) 100%), #FFF;
}

.plan-membership .plan-table .side-bar p {
  color: #2D255E;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  transform: rotate(-90deg);
  position: absolute;
  top: 100px;
  text-wrap: nowrap;
  bottom: 0;
  left: 0;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.plan-membership .plan-table .table-row {
  display: flex;
}

.plan-membership .plan-table .table-row:nth-of-type(odd) .table-data {
  background-color: #E5EDEE;
}

.plan-membership .plan-table .table-heading {
  flex: 0 0 50%;
  max-width: 50%;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 13px 0;
  background-color: #FEE799;
}

.plan-membership .plan-table .table-data {
  flex: 0 0 50%;
  max-width: 50%;
  background: #fff;
  color: var(--tertiatry, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  border-right: 1px solid #454545;
  padding: 13px 18px;
}

.plan-membership .plan-table .table-data span {
  color: #2D255E;
  font-family: "Montserrat" !important;
}

.plan-membership.corporate .plan-card .includes .inc-box .inc svg path {
  fill: #ea5a1a;
  stroke: #ea5a1a;
}

.plan-membership.curative .card-frame {
  overflow-x: auto;
  display: flex;
}

.plan-membership.curative .card-frame::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.plan-membership.curative .card-frame::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.plan-membership.curative .card-frame::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.plan-membership.curative .plan-card {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 6px;
}

.plan-membership.curative .plan-card .essentials {
  background-color: #E5EDEE;
  border: #E5EDEE;
}

.plan-membership.curative .plan-card .essentials p {
  color: #454545;
  font-size: 10px;
  font-weight: 500;
}

.plan-membership.curative .plan-card .essentials p span {
  color: #454545;
  font-size: 10px;
}

.plan-membership.curative .plan-card .cta .get-card {
  background-color: #fff;
}

.plan-membership.curative .plan-card .cta .get-card p {
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #454545;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin: auto;
}

.plan-membership.curative .plan-card .cta .get-card:hover {
  border: 2px solid #454545;
}

.plan-membership.curative .plan-card .cta .get-card:hover p {
  border: none;
}

.plan-membership.curative .plan-card:nth-of-type(2) .includes .inc-box .inc svg path {
  fill: #ea5a1a;
  stroke: #ea5a1a;
}

.plan-membership.curative .plan-card:nth-of-type(2) .essentials {
  background-color: #2d255e;
}

.plan-membership.curative .plan-card:nth-of-type(2) .essentials p {
  color: #fff;
}

.plan-membership.curative .plan-card:nth-of-type(2) .essentials p span {
  color: #fff;
}

.plan-membership.curative .plan-card:nth-of-type(2) .essentials h4 {
  color: #fff;
}

.plan-membership.curative .plan-card:nth-of-type(2) .cta .price {
  background-color: rgba(252, 195, 0, 0.2509803922);
}

.plan-membership.curative .plan-table .table-wrapper {
  position: relative;
  overflow-x: scroll;
}

.plan-membership.curative .plan-table .table-wrapper::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.plan-membership.curative .plan-table .table-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.plan-membership.curative .plan-table .table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

.plan-membership.curative .plan-table .table-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.plan-membership.curative .plan-table .dummybox {
  width: 32px;
  height: 46px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.plan-membership.curative .plan-table .table-heading {
  flex: 0 0 calc(25% - 7.5px);
  max-width: calc(25% - 7.5px);
  background-color: #fff;
}

.plan-membership.curative .plan-table .table-data {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 120px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
}

.plan-membership.curative .plan-table .table-heading:nth-of-type(4) {
  border-bottom: 3.652px solid var(--secondry, #FCC300);
  background: linear-gradient(0deg, rgba(252, 195, 0, 0.15) 0%, rgba(252, 195, 0, 0.15) 100%), #FFF;
}

.plan-membership.curative .plan-table .table-heading:nth-of-type(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 30px;
}

.plan-membership.curative .plan-table .table-data:nth-of-type(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 30px;
  text-align: left;
  justify-content: flex-start;
}

.plan-membership.curative .plan-table .side-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

@-webkit-keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 576px) {
  .plan-membership .titles {
    text-align: center;
  }

  .plan-membership .titles h2 {
    color: #252525;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .plan-membership .titles h2 span {
    color: #EA5A1A;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Manrope" !important;
  }

  .plan-membership .titles .oneliner {
    color: #252525;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    width: 531px;
  }

  .plan-membership .card-frame {
    background: linear-gradient(to bottom, #ECF1F2 50%, #fff 50%);
    padding: 25px 5%;
  }

  .plan-membership .view-all {
    display: block;
    color: #454545;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #000;
    border-radius: 0;
    padding: 14px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 50px;
    background-color: #fff;
  }

  .plan-membership .view-all span {
    color: #2D255E;
    padding-left: 3px;
    margin-left: 10px;
  }

  .plan-membership .plan-table {
    margin: 0 10% 76px;
  }

  .plan-membership .plan-table .table-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .plan-membership .plan-table th {
    font-size: 18px;
    padding-left: 46px;
    padding-top: 18px;
    text-align: left;
  }

  .plan-membership .plan-table td {
    font-size: 14px;
    padding-left: 46px;
    padding-top: 18px;
  }

  .plan-membership.curative .card-frame {
    justify-content: center;
  }

  .plan-membership.curative .plan-card {
    max-width: 308px;
    margin: 33px 17px 0;
  }

  .plan-membership.curative .plan-card:nth-of-type(2) {
    margin-top: 0;
  }

  .plan-membership.corporate .plan-card {
    display: flex;
    height: 305px;
    padding: 0;
    max-width: 1200px;
    margin: auto;
  }

  .plan-membership.corporate .plan-card .essentials {
    background-color: #FEF0BF;
    border: 1px solid #FEF0BF;
    text-align: center;
    width: 330px;
    margin: 4px 4px;
  }

  .plan-membership.corporate .plan-card .essentials p {
    padding-top: 45px;
    font-size: 10px;
    width: 330px;
    text-align: center;
  }

  .plan-membership.corporate .plan-card .essentials p span {
    font-size: 10px;
  }

  .plan-membership.corporate .plan-card .essentials h4 {
    color: #0D0C22;
    text-align: center;
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1.8px;
    padding-bottom: 8px;
  }

  .plan-membership.corporate .plan-card .essentials h5 {
    display: block;
    color: #0D0C22;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Montserrat" !important;
    margin-bottom: 12px;
  }

  .plan-membership.corporate .plan-card .essentials .cta1 {
    display: block;
  }

  .plan-membership.corporate .plan-card .essentials .cta1 .price {
    color: #EA5A1A;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.44px;
    font-family: "Roboto Condensed" !important;
    padding: 0;
  }

  .plan-membership.corporate .plan-card .essentials .cta1 .txt {
    color: #0D0C22;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-top: 2px;
  }

  .plan-membership.corporate .plan-card .essentials .cta1 .get-card {
    width: 280px;
    height: 37px;
    padding: 10px 64px;
    border-radius: 8px;
    border: 1px solid #2D255E;
    background: #2D255E;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 34px 26px 28px 25px;
    cursor: pointer;
  }

  .plan-membership.corporate .plan-card .includes {
    width: 100%;
    padding: 49px 46px 43px;
  }

  .plan-membership.corporate .plan-card .includes .desc {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 90%;
    margin: 0;
    margin-bottom: 18px;
  }

  .plan-membership.corporate .plan-card .includes .whats {
    color: #2D255E;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 0;
    margin-bottom: 5px;
  }

  .plan-membership.corporate .plan-card .includes .inc-box {
    display: flex;
  }

  .plan-membership.corporate .plan-card .includes .inc-box .inc-mobile {
    display: none;
  }

  .plan-membership.corporate .plan-card .includes .inc-box .inc-desktop {
    display: block;
    width: 100%;
  }

  .plan-membership.corporate .plan-card .includes .inc-box .inc {
    margin: 12px 0;
  }

  .plan-membership.corporate .plan-card .includes .inc-box .inc svg {
    margin-right: 12px;
  }

  .plan-membership.corporate .plan-card .cta {
    display: none;
  }
}

.partners-membership {
  display: flex;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ECF1F2 50%);
}

.partners-membership .frame {
  border-radius: 12px;
  border: 1px solid #454545;
  background: var(--terr, #FFF);
  width: 100%;
  padding: 17px 10% 14px;
}

.partners-membership .content h2 {
  color: #454545;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: auto;
  line-height: 1.2;
  margin-bottom: 8px;
}

.partners-membership .content h2 span {
  font-family: "Manrope" !important;
  color: #ea5a1a;
}

.partners-membership .content .desc {
  color: #454545;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 4%;
  margin: auto;
  margin-bottom: 12px;
  display: none;
}

.partners-membership .partners {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  height: 144px;
  overflow: hidden;
}

.partners-membership .partners .partner {
  -webkit-animation: autoscroll 30s linear infinite;
          animation: autoscroll 30s linear infinite;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px 2px;
}

.partners-membership .partners .partner img {
  height: 56px;
  display: block;
  margin: auto;
}

@-webkit-keyframes autoscroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-1600%);
  }
}

@keyframes autoscroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-1600%);
  }
}

@media (min-width: 576px) {
  .partners-membership .frame {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: auto;
    padding: 20px 0;
  }

  .partners-membership .content {
    width: 45%;
    padding: 32px 40px 41px 40px;
  }

  .partners-membership .content h2 {
    font-size: 32px;
    text-align: left;
    margin-bottom: 16px;
  }

  .partners-membership .content .desc {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
    display: block;
  }

  .partners-membership .partners {
    height: 282px;
    width: 45%;
    padding: 0;
    margin: 0 auto;
  }

  .partners-membership .partners .partner {
    transform: translateY(-1500%);
    padding: 12px 2px;
  }

  .partners-membership .partners .partner img {
    height: 70px;
  }
}

.testimonials-membership {
  background-color: #ECF1F2;
}

.testimonials-membership .max-frame {
  padding: 16px 0 16px 12px;
}

.testimonials-membership .titles {
  padding: 0 8px;
}

.testimonials-membership .titles h2 {
  max-width: 237px;
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.testimonials-membership .titles h2 span {
  font-family: "Manrope" !important;
  color: #EA5A1A;
}

.testimonials-membership .titles .desc {
  color: #252525;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

.testimonials-membership .testimonials {
  display: flex;
  overflow-x: scroll;
}

.testimonials-membership .testimonials .wrap {
  display: flex;
}

.testimonials-membership .testimonials .testimonial {
  padding: 8px;
}

.testimonials-membership .testimonials .card {
  border-radius: 12px;
  border: 1px solid #FCC300;
  background: var(--terr, #FFF);
  width: 194px;
  height: 100%;
  padding: 16px 16px 14px;
}

.testimonials-membership .testimonials .card svg {
  margin-bottom: 12px;
}

.testimonials-membership .testimonials .card .text-content {
  color: #656565;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.testimonials-membership .testimonials .card .testemonial_img {
  display: flex;
  margin-top: auto;
}

.testimonials-membership .testimonials .card .testemonial_img img {
  width: 42px;
}

.testimonials-membership .testimonials .card .testemonial_img .testemonial_content {
  margin-left: 16px;
}

.testimonials-membership .testimonials .card .testemonial_img .testemonial_content .text-title {
  color: #252525;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.testimonials-membership .testimonials .card .testemonial_img .testemonial_content .text-desc {
  color: #656565;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.testimonials-membership .testimonials .card:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.testimonials-membership .testimonials::-webkit-scrollbar {
  width: 0.5em;
  /* Set the width of the scrollbar */
}

.testimonials-membership .testimonials::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Set the color of the thumb */
}

.testimonials-membership .testimonials::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

@media (min-width: 576px) {
  .testimonials-membership .max-frame {
    padding: 36px 82px 75px;
    max-width: 1362px;
    margin: auto;
  }

  .testimonials-membership .titles {
    max-width: 675px;
    margin: auto;
  }

  .testimonials-membership .titles h2 {
    max-width: none;
    font-size: 32px;
    text-align: center;
    margin-bottom: 18px;
  }

  .testimonials-membership .titles .desc {
    font-size: 14px;
    text-align: center;
    margin-bottom: 28px;
  }

  .testimonials-membership .testimonials {
    flex-wrap: wrap;
  }

  .testimonials-membership .testimonials .wrap {
    display: block;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .testimonials-membership .testimonials .testimonial {
    padding: 12px;
  }

  .testimonials-membership .testimonials .card {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 28px 30px 24px;
  }

  .testimonials-membership .testimonials .card .text-content {
    font-size: 14px;
  }

  .testimonials-membership .testimonials .card .testemonial_img img {
    width: 52px;
    height: 52px;
  }

  .testimonials-membership .testimonials .card .testemonial_img .testemonial_content .text-title {
    font-size: 17.031px;
  }

  .testimonials-membership .testimonials .card .testemonial_img .testemonial_content .text-desc {
    font-size: 13.247px;
  }
}

.faqs-membership {
  background-color: #F9F9F9;
  padding: 34px 20px;
}

.faqs-membership h2 {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.faqs-membership h2 span {
  font-family: "Manrope" !important;
  color: #ea5a1a;
}

.faqs-membership .desc {
  color: #454545;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 14px;
}

.faqs-membership ul li {
  color: #454545;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  padding: 13px;
  border-bottom: 1px solid #656565;
  list-style-type: none;
}

.faqs-membership ul li svg {
  float: right;
  height: 12px;
  width: 12px;
}

.faqs-membership ul .faq {
  padding: 13px 0 3px;
}

@media (min-width: 576px) {
  .faqs-membership h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .faqs-membership h2 span {
    font-size: 32px;
    font-weight: 600;
  }

  .faqs-membership .desc {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .faqs-membership ul {
    padding: 0 25%;
  }

  .faqs-membership ul li {
    font-size: 14px;
    padding: 21px 10px;
  }

  .faqs-membership ul li svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .faqs-membership .faq {
    padding: 13px 3px 3px;
  }
}

.contact-us-membership {
  padding: 24px 20px;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}

.contact-us-membership .frame {
  width: 100%;
}

.contact-us-membership .heading {
  color: #454545;
  font-family: "Manrope" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.contact-us-membership .heading span {
  color: #EA5A1A;
  font-family: "Manrope" !important;
}

.contact-us-membership p {
  display: flex;
  width: 95%;
  flex-direction: column;
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.contact-us-membership p .curative_text {
  margin-top: 12px;
  font-weight: 600;
}

.contact-us-membership button {
  display: flex;
  width: 100%;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #454545;
  background: var(--light-grey, #E5EDEE);
  color: #454545;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contact-us-membership svg {
  margin-right: 4px;
}

@media (min-width: 576px) {
  .contact-us-membership {
    margin-bottom: 0;
  }

  .contact-us-membership .frame {
    border-radius: 20px;
    border: 1.2px solid #0D0C22;
    padding: 26px 116px;
    max-width: 992px;
    margin: auto;
  }

  .contact-us-membership .heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-us-membership .heading br {
    display: none;
  }

  .contact-us-membership p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-us-membership button {
    width: 241px;
    height: 36px;
    margin: auto;
  }
}

.membership-checkout {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 60px;
}

.membership-checkout .checkout-form .txt {
  padding-left: 16px;
}

.membership-checkout .checkout-form .txt .back {
  display: none;
}

.membership-checkout .checkout-form .txt h3 {
  padding-top: 15px;
  color: #252525;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 600;
}

.membership-checkout .checkout-form .txt p {
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  width: 337px;
}

.membership-checkout .checkout-form form {
  padding-left: 16px;
}

.membership-checkout .checkout-form form h5 {
  color: #454545;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.membership-checkout .checkout-form form .invalid {
  border-bottom: 1px solid #B3261E !important;
  background: rgba(179, 38, 30, 0.06) !important;
}

.membership-checkout .checkout-form form .error {
  color: var(--m-3-sys-light-error, #B3261E);
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
  margin: 0;
}

.membership-checkout .checkout-form form .container1 {
  margin: 0 36px;
}

.membership-checkout .checkout-form form .container1 .name {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
  margin-bottom: 8px;
}

.membership-checkout .checkout-form form .container1 .c_no {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
  margin-bottom: 8px;
}

.membership-checkout .checkout-form form .container1 .c_no.invalid {
  border-bottom: 1px solid #B3261E;
  background: rgba(179, 38, 30, 0.06);
}

.membership-checkout .checkout-form form .container1 .a_g {
  display: flex;
  margin-bottom: 8px;
}

.membership-checkout .checkout-form form .container1 .a_g .gender {
  border: none;
  margin-right: 18px;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
  background-color: #fff;
}

.membership-checkout .checkout-form form .container1 .a_g .age {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
}

.membership-checkout .checkout-form form .container1 .email {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
  margin-bottom: 24px;
}

.membership-checkout .checkout-form form .container2 {
  margin: 0 36px 24px;
}

.membership-checkout .checkout-form form .container2 .address {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
  margin-bottom: 8px;
}

.membership-checkout .checkout-form form .container2 .states {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  width: 100%;
  height: 42px;
  background-color: #F8F8F8;
  margin-right: 18px;
}

.membership-checkout .checkout-form form .container2 .city_code {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
}

.membership-checkout .checkout-form form .container2 .city_code .cities_code {
  margin-right: 18px;
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
  background-color: #F8F8F8;
}

.membership-checkout .checkout-form form .container2 .city_code .p_code {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 14px 0;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  height: 42px;
}

.membership-checkout .checkout-form form .container3 .drop-down {
  padding: 11px 10px;
  border-bottom: 1px solid #848484;
  display: flex;
  align-items: center;
  margin-right: 35px;
  margin-left: 36px;
  background-color: #F8F8F8;
  cursor: pointer;
}

.membership-checkout .checkout-form form .container3 .drop-down .currency-txt {
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding-left: 10px;
  margin: 0;
}

.membership-checkout .checkout-form form .container3 .bac-color {
  border-bottom: 1px solid #DBE1E5;
  background-color: #FFF;
}

.membership-checkout .checkout-form button {
  display: block;
  border-radius: 8px;
  background: #EA5A1A;
  width: calc(100% - 76px);
  padding: 12px 64px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 50px 44px;
}

.membership-checkout .checkout-pop-up {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}

.membership-checkout .checkout-pop-up .head-date {
  display: block;
  height: 40px;
  background-color: #2D255E;
  box-shadow: 0px -4px 10px 0px rgba(101, 101, 101, 0.05);
  display: flex;
}

.membership-checkout .checkout-pop-up .head-date p {
  display: block;
  color: #FFF;
  font-family: Roboto Condensed !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8px;
  padding-left: 22px;
  padding-top: 11px;
  padding-bottom: 10px;
}

.membership-checkout .checkout-pop-up .head-date span {
  display: block;
  color: #1F282C;
  font-family: Poppins !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #F9F9F9;
  border-radius: 4px;
  background-color: #F9F9F9;
  padding: 5px 5px;
  margin: 9px 7px 8px 0;
  float: right;
  margin-left: auto;
}

.membership-checkout .checkout-pop-up .head-date span svg {
  padding: -2px;
}

.membership-checkout .checkout-pop-up h5 {
  display: none;
}

.membership-checkout .checkout-pop-up h3 {
  display: none;
}

.membership-checkout .checkout-pop-up p {
  display: none;
}

.membership-checkout .checkout-pop-up .content h6 {
  display: block;
  color: #252525;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 0 11px 22px;
  margin: 0;
}

.membership-checkout .checkout-pop-up .content p {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.65px;
  margin: 0;
  padding: 0 0 11px 22px;
}

.membership-checkout .checkout-pop-up .content p span {
  display: block;
  color: #454545;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.65px;
  float: right;
  padding-right: 20px;
}

.membership-checkout .checkout-pop-up .content .txt-box {
  display: block;
  width: 87%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #848484;
  padding: 10px 0 10px 10px;
  color: #454545;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.65px;
  margin: 22px 22px;
}

.membership-checkout .checkout-pop-up .footer {
  margin-top: 59px;
  background-color: #FEF0BF;
}

.membership-checkout .checkout-pop-up .footer h4 {
  color: #252525;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 17px 26px 15px;
}

.membership-checkout .checkout-pop-up .footer h4 .tax {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.membership-checkout .checkout-pop-up .footer h4 .amount {
  color: #252525;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  float: right;
}

.membership-checkout .checkout-pop-up .footer button {
  width: 92%;
  padding: 10px 24px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 8px;
  background-color: #EA5A1A;
  margin: 0 16px 20px 16px;
}

@media (min-width: 576px) {
  .membership-checkout {
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-around;
    padding: 42px 42px 150px;
  }

  .membership-checkout .checkout-form {
    width: 509px;
    height: 437px;
  }

  .membership-checkout .checkout-form .txt .back {
    display: block;
    color: #2D255E;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
  }

  .membership-checkout .checkout-form .txt .back svg {
    width: 18px;
    height: 18px;
  }

  .membership-checkout .checkout-form .txt h3 {
    color: #252525;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  }

  .membership-checkout .checkout-form .txt p {
    width: 481px;
    margin-bottom: 18px;
  }

  .membership-checkout .checkout-form form h5 {
    font-size: 16px;
  }

  .membership-checkout .checkout-form form .container1 .flex-row {
    display: flex;
  }

  .membership-checkout .checkout-form form .container1 .flex-row .name {
    background-color: #F8F8F8;
    margin-right: 18px;
  }

  .membership-checkout .checkout-form form .container1 .flex-row .name.invalid {
    border-bottom: 1px solid #B3261E;
    background: rgba(179, 38, 30, 0.06) !important;
  }

  .membership-checkout .checkout-form form .container1 .flex-row .c_no {
    background-color: #F8F8F8;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .membership-checkout .checkout-form form .container1 .flex-row {
    display: flex;
  }

  .membership-checkout .checkout-form form .container1 .flex-row .a_g .gender {
    margin-right: 18px;
    background-color: #F8F8F8;
  }

  .membership-checkout .checkout-form form .container1 .flex-row .a_g .age {
    margin-right: 18px;
    background-color: #F8F8F8;
  }

  .membership-checkout .checkout-form form .container1 .flex-row .email {
    background-color: #F8F8F8;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .membership-checkout .checkout-form form h5 {
    font-size: 16px;
  }

  .membership-checkout .checkout-form form .container2 .address {
    background-color: #F8F8F8;
  }

  .membership-checkout .checkout-form form .container2 .flex-row {
    display: flex;
  }

  .membership-checkout .checkout-form form .container2 .flex-row .state {
    margin-right: 18px;
    background-color: #F8F8F8;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .membership-checkout .checkout-form form .container2 .flex-row .city_code .city {
    margin-right: 18px;
    background-color: #F8F8F8;
  }

  .membership-checkout .checkout-form form .container2 .flex-row .city_code .p_code {
    background-color: #F8F8F8;
  }

  .membership-checkout .checkout-form form .container3 {
    width: 289px;
    margin-top: 9px;
  }

  .membership-checkout .checkout-form button {
    display: none;
  }

  .membership-checkout .checkout-pop-up {
    position: relative;
    background-color: #FFF;
    width: 336px;
    height: 465px;
    margin-top: 50px;
  }

  .membership-checkout .checkout-pop-up .head-date {
    display: none;
  }

  .membership-checkout .checkout-pop-up .head-date p {
    display: none;
  }

  .membership-checkout .checkout-pop-up .head-date p span {
    display: none;
  }

  .membership-checkout .checkout-pop-up h5 {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 24px 0 14px 26px;
    margin: 0;
  }

  .membership-checkout .checkout-pop-up h3 {
    display: block;
    color: #454545;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 26px;
    padding-top: 4px;
    margin: 0;
  }

  .membership-checkout .checkout-pop-up p {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 26px;
    padding-bottom: 14px;
    margin: 0;
  }

  .membership-checkout .checkout-pop-up .txt-box {
    display: block;
    width: 87%;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #DBE1E5;
    padding: 10px 0 10px 10px;
    color: #454545;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.65px;
    margin: 22px 22px;
  }

  .membership-checkout .checkout-pop-up .content {
    display: block;
    margin-bottom: 53px;
  }

  .membership-checkout .checkout-pop-up .content h6 {
    display: block;
  }

  .membership-checkout .checkout-pop-up .content p {
    display: block;
  }

  .membership-checkout .checkout-pop-up .content p span {
    display: block;
  }

  .membership-checkout .checkout-pop-up .footer {
    margin-top: 59px;
    background-color: #FEF3CC;
    margin: 16px;
    padding: 13px 10px 16px;
    position: absolute;
    bottom: 0;
  }

  .membership-checkout .checkout-pop-up .footer h4 {
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
  }

  .membership-checkout .checkout-pop-up .footer h4 .tax {
    color: #252525;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin: 0;
  }

  .membership-checkout .checkout-pop-up .footer h4 .amount {
    float: right;
    color: #252525;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
  }

  .membership-checkout .checkout-pop-up .footer button {
    width: 284px;
    padding: 10px 12px;
    border: 1.2px solid #2D255E;
    background-color: #2D255E;
    border-radius: 0;
    margin: 0;
  }
}

.symptom-tracker {
  background-color: #F9F9F9;
}

.symptom-tracker .viewport {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 480px;
}

.symptom-tracker .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 81px;
  background-color: #FFFFFF;
  padding: 9px 16px;
  z-index: 5;
  max-width: 480px;
}

.symptom-tracker .header.healthcamp {
  display: flex;
  align-items: center;
}

.symptom-tracker .header .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.symptom-tracker .header .title h1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Montserrat" !important;
  margin: 0 auto;
}

.symptom-tracker .header .title h1.healthcamp {
  font-size: 16px;
  font-family: "Manrope" !important;
}

.symptom-tracker .header .title .oneliner {
  color: #252525;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.symptom-tracker .header .bar {
  height: 5px;
  background: #DBE1E5;
  border-radius: 10px;
  margin: 16px 0 4px;
}

.symptom-tracker .header .bar .fill {
  background-color: #2D255E;
  height: 5px;
  border-radius: 10px 0 0 10px;
}

.symptom-tracker .header .completed {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #2D255E;
  margin: 0;
  display: inline;
}

.symptom-tracker .header .restart {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: underline;
  color: #EA5A1A;
  margin: 0;
  display: inline;
  float: right;
  cursor: pointer;
}

.symptom-tracker .chatarea {
  overflow-y: auto;
  padding: 36px 16px 0;
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 75%;
  bottom: 100px;
}

.symptom-tracker .chatarea::-webkit-scrollbar {
  width: 1px;
}

.symptom-tracker .chatarea .bubbleblock {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}

.symptom-tracker .chatarea .bubbleblock.res {
  justify-content: flex-end;
}

.symptom-tracker .chatarea .bubbleblock.res .botlogo {
  display: none;
}

.symptom-tracker .chatarea .bubbleblock.res .chatbubble {
  background: #E5EDEE;
  border-radius: 12px 0px 12px 12px;
}

.symptom-tracker .chatarea .chatbubble {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  padding: 12px 14px;
  background: linear-gradient(0deg, rgba(252, 195, 0, 0.2), rgba(252, 195, 0, 0.2)), #FFFFFF;
  border-radius: 0px 12px 12px 12px;
}

.symptom-tracker .chatarea .chatbubble p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #454545;
  margin: 0;
}

.symptom-tracker .chatarea .chatbubble span {
  color: #ea5a1a;
}

.symptom-tracker .chatarea .option {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1.5px solid #656565;
  border-radius: 24px;
  padding: 9px 24px;
  margin: 6px;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #656565;
}

.symptom-tracker .chatarea .option.selected {
  background: rgba(234, 90, 26, 0.18);
  color: #EA5A1A;
  border: 1.5px solid rgba(0, 0, 0, 0);
}

.symptom-tracker .chatarea .option.selected path {
  fill: #EA5A1A;
}

.symptom-tracker .chatarea .bmi .box {
  position: relative;
}

.symptom-tracker .chatarea .bmi .box label {
  position: absolute;
  top: -6px;
  left: 13px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Montserrat";
  background-color: #ffffff;
  color: #898787;
  margin: 0;
  padding: 0 2px;
}

.symptom-tracker .chatarea .bmi .box input {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #898787;
  width: 120px;
  height: 51px;
  border: 1.5px solid #656565;
  border-radius: 10px;
  margin: 0 5px;
  padding: 12px;
}

.symptom-tracker .chatarea .bmi .box p {
  position: absolute;
  top: 18px;
  right: 19px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #898787;
}

.symptom-tracker .chatarea .checkbox .option {
  padding: 9px 17px 9px 11px;
}

.symptom-tracker .chatarea .checkbox .option svg {
  margin-right: 5px;
}

.symptom-tracker .chatarea .yesno .option {
  padding: 9px 20px;
}

.symptom-tracker .chatarea .yesno .option svg {
  margin-right: 8px;
}

.symptom-tracker .chatarea .option-card {
  position: relative;
  width: 96px;
  height: 106px;
  border-radius: 8px;
  border: 1.5px solid #656565;
  padding: 8px;
  margin: 6px;
  cursor: pointer;
}

.symptom-tracker .chatarea .option-card .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #DBE1E5;
  margin: 0 auto;
}

.symptom-tracker .chatarea .option-card p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #656565;
  margin: 10px 0 0;
  text-align: center;
}

.symptom-tracker .chatarea .option-card.selected {
  background-color: rgba(234, 90, 26, 0.18);
  border: none;
}

.symptom-tracker .chatarea .option-card.selected .tick-box path {
  fill: #EA5A1A;
}

.symptom-tracker .chatarea .option-card.selected .icon-box {
  background-color: rgba(234, 90, 26, 0.7);
}

.symptom-tracker .chatarea .option-card.selected .icon-box path {
  fill: #ffffff;
  stroke: #ffffff;
}

.symptom-tracker .chatarea .option-card.selected p {
  color: #EA5A1A;
}

.symptom-tracker .chatarea .botlogo {
  background: rgba(252, 195, 0, 0.4);
  width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 3px;
  margin-right: 4px;
}

.symptom-tracker .footer {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 96px;
  padding: 14px 16px;
  max-width: 480px;
}

.symptom-tracker .footer .inputarea {
  display: flex;
}

.symptom-tracker .footer .inputarea input {
  background: #F1F1F1;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  color: #454545;
  font-weight: 500;
  margin-right: 8px;
}

.symptom-tracker .footer .inputarea .next {
  flex: 0 0 48px;
  max-width: 48px;
  background-color: #EA5A1A;
  border-radius: 8px;
  height: 48px;
}

.symptom-tracker .footer .inputarea .next svg {
  margin: auto;
  display: block;
  height: 48px;
}

.symptom-tracker .footer button {
  background-color: #EA5A1A;
  border-radius: 8px;
  width: 100%;
  height: 39px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: #FFFFFF;
}

.symptom-tracker .footer p {
  color: red;
  margin: 0 8px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}

.symptom-tracker .thank-you-modal {
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 287px;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-top: 32px;
}

.symptom-tracker .thank-you-modal .logo_img {
  width: 80px;
  height: 85px;
  position: relative;
  display: block;
  margin: auto;
}

.symptom-tracker .thank-you-modal .content .greet {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.symptom-tracker .thank-you-modal .content .greet h4 {
  color: #2D255E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.symptom-tracker .thank-you-modal .content .greet span {
  font-size: 24px;
  color: #EA5A1A;
  font-weight: 600;
  padding: 4px 0;
}

.symptom-tracker .thank-you-modal .content p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px;
  margin: 0;
  line-height: 1.2;
}

.symptom-tracker .thank-you-modal button {
  background-color: #EA5A1A;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 24px 22px;
  color: var(--terr, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 83%;
}

.symptom-tracker-report {
  overflow: hidden;
  position: absolute;
  top: 42px;
  width: 100%;
  background-color: #F9F9F9;
}

.symptom-tracker-report .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 42px;
  background-color: #FFFFFF;
  padding: 12px;
  z-index: 3;
}

.symptom-tracker-report .header h1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat" !important;
  color: #454545;
  text-align: center;
  margin: 0;
}

.symptom-tracker-report .body {
  background-color: #F9F9F9;
  padding: 16px 0 112px;
  max-width: 800px;
  margin: auto;
}

.symptom-tracker-report .info {
  border-radius: 12px;
  padding: 12px 12px 14px;
  margin: 0 16px;
  background-color: #FFFFFF;
}

.symptom-tracker-report .info p {
  font-size: 12px;
  color: #454545;
  margin-bottom: 12px;
}

.symptom-tracker-report .info h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 4px;
}

.symptom-tracker-report .info .secondary {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 12px;
}

.symptom-tracker-report .info .desc {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #252525;
  margin: 0;
}

.symptom-tracker-report .invest {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #252525;
  margin: 16px 16px 12px;
}

.symptom-tracker-report .investigation .investigation-intro {
  background-color: #FEF3CC;
  padding: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  margin-left: 16px;
  margin-right: 16px;
}

.symptom-tracker-report .investigation .investigation-intro p {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #252525;
}

.symptom-tracker-report .investigation .investigation-intro h3 {
  margin-bottom: -3px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400px;
  color: #2D255E;
}

.symptom-tracker-report .investigation .investigation-test {
  background-color: #FEF3CC;
  padding: 20px;
  margin-top: 4px;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.symptom-tracker-report .investigation .investigation-test h4 {
  font-family: "montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #2D255E;
  margin-bottom: 3px;
}

.symptom-tracker-report .investigation .investigation-test li {
  font-size: 12px;
  font-weight: 600;
  color: #454545;
}

.symptom-tracker-report .investigation .investigation-test p {
  font-size: 11px;
  font-weight: 500;
  color: #454545;
  margin-left: 18px;
  margin-bottom: 6px;
}

.symptom-tracker-report .investigation .investigation-test svg {
  float: right;
  height: 28px;
}

.symptom-tracker-report .investigation .investigation-scan {
  background-color: #FEF3CC;
  padding: 20px;
  margin-top: 1px;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 14px;
}

.symptom-tracker-report .investigation .investigation-scan h4 {
  font-family: "montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #2D255E;
  margin-bottom: 3px;
}

.symptom-tracker-report .investigation .investigation-scan li {
  font-size: 12px;
  font-weight: 600;
  color: #454545;
}

.symptom-tracker-report .investigation .investigation-scan p {
  font-size: 11px;
  font-weight: 500;
  color: #454545;
  margin-left: 18px;
  margin-bottom: 6px;
}

.symptom-tracker-report .investigation .investigation-scan svg {
  float: right;
  height: 28px;
}

.symptom-tracker-report .indicators {
  margin-left: 16px;
  margin-right: 16px;
}

.symptom-tracker-report .indicators section {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: normal;
  min-width: 328px;
}

.symptom-tracker-report .indicators p {
  margin-bottom: 6px;
  font-size: 12px;
}

.symptom-tracker-report .indicators .ind_title h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  height: 14x;
  margin-bottom: -3px;
}

.symptom-tracker-report .indicators .ind_title p {
  font-weight: 500;
  color: #454545;
}

.symptom-tracker-report .indicators .accordion-item-header li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
}

.symptom-tracker-report .indicators .accordion-item-header svg {
  float: right;
}

.symptom-tracker-report .indicators .accordion-item-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-left: 14px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: normal;
}

.symptom-tracker-report .list-card {
  margin: 14px 16px;
  padding: 0 8px 0 0;
  border-radius: 12px;
}

.symptom-tracker-report .list-card .heading {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #252525;
  margin: 16px 0 8px;
}

.symptom-tracker-report .list-card li {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #454545;
  padding: 4px 0;
}

.symptom-tracker-report .list-card li span {
  display: inline-block;
  background-color: #FFEDB3;
  border-radius: 10px;
  height: 14px;
  padding: 0 6px;
  font-size: 8px;
  line-height: 14px;
  font-weight: 500;
}

.symptom-tracker-report .list-card li p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #252525;
  margin: 4px 0 0 18px;
}

.symptom-tracker-report .list-card.must-do {
  background: #FFEDB3;
  padding: 2px 20px 16px 12px;
}

.symptom-tracker-report .list-card.must-do span {
  background-color: #F9F9F9;
}

.symptom-tracker-report .list-card.good-to-have {
  background: #FFFFFF;
  padding: 12px 20px 12px 12px;
}

.symptom-tracker-report .risk-factors {
  margin: 16px 0 14px;
}

.symptom-tracker-report .risk-factors h4 {
  font-size: 26px;
  line-height: 37px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #252525;
  background: linear-gradient(0deg, rgba(252, 195, 0, 0.6), rgba(252, 195, 0, 0.6)), #FFFFFF;
  margin: 0;
  padding: 0 12px;
}

.symptom-tracker-report .risk-factors ul {
  padding: 12px 0 0;
}

.symptom-tracker-report .risk-factors li {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #454545;
  list-style-type: none;
  display: flex;
  padding: 2px 12px;
}

.symptom-tracker-report .risk-factors li .bull {
  font-weight: 700;
  padding: 1px 4px;
}

.symptom-tracker-report .risk-factors li .heading {
  font-weight: 600;
  margin: 0 0 4px;
}

.symptom-tracker-report .risk-factors li .suggestion {
  font-weight: 500;
}

.symptom-tracker-report .risk-factors li p {
  margin: 0 0 6px;
}

.symptom-tracker-report .test-booking {
  margin: 8px;
}

.symptom-tracker-report .test-booking h4 {
  color: #2D255E;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 0;
  margin: 16px 23px 7px;
}

.symptom-tracker-report .test-booking .test-scans {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  justify-content: space-between;
}

.symptom-tracker-report .test-booking .ts {
  min-width: 250px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  height: 80px;
  width: 100%;
  margin: 8px 0;
  position: relative;
  height: 89px;
}

.symptom-tracker-report .test-booking .ts img {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 118%;
}

.symptom-tracker-report .test-booking .ts h5 {
  font-family: "Montserrat" !important;
  color: #2D255E;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: 12px;
  right: 9px;
  margin: 0;
}

.symptom-tracker-report .test-booking .ts .txt {
  position: absolute;
  right: 9px;
  bottom: 11px;
}

.symptom-tracker-report .test-booking .ts .txt p {
  color: #EA5A1A;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding-right: 6px;
  display: inline-block;
}

.symptom-tracker-report .test-booking .ts .txt span {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
  background: #EA5A1A;
  padding: 3px 8px;
  cursor: pointer;
}

.symptom-tracker-report .smart-card-banner {
  position: relative;
  height: 118px;
  background: #FFF;
  margin: 18px 16px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.symptom-tracker-report .smart-card-banner .p1 {
  display: block;
  position: absolute;
  width: 54%;
  color: #2D255E;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  height: 28px;
  top: 25px;
  left: 22px;
}

.symptom-tracker-report .smart-card-banner .p2 {
  display: none;
}

.symptom-tracker-report .smart-card-banner img {
  position: absolute;
  width: 120px;
  right: 3px;
  top: -15px;
}

.symptom-tracker-report .smart-card-banner button {
  position: absolute;
  left: 15px;
  right: 18px;
  bottom: 10px;
  border-radius: 6px;
  background: #EA5A1A;
  color: #FFF;
  height: 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.symptom-tracker-report .advice {
  position: relative;
  margin: 16px;
}

.symptom-tracker-report .advice img {
  border-radius: 8px;
  width: 100%;
}

.symptom-tracker-report .advice .connect {
  position: absolute;
  bottom: 10;
  padding: 0 16px;
  width: 100%;
}

.symptom-tracker-report .advice .connect h2 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-family: "Montserrat" !important;
  color: #454545;
  margin-bottom: 6px;
  max-width: 57%;
}

.symptom-tracker-report .advice .connect p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 14px;
  max-width: 57%;
}

.symptom-tracker-report .advice .connect button {
  background: #EA5A1A;
  border-radius: 8px;
  width: 100%;
  height: 31px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.symptom-tracker-report .health-tips {
  margin-left: 16px;
  margin-right: 16px;
}

.symptom-tracker-report .health-tips section {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: normal;
  min-width: 328px;
}

.symptom-tracker-report .health-tips .tips h3 {
  font-size: 18px;
  margin-bottom: -3px;
}

.symptom-tracker-report .health-tips .tips p {
  font-size: 12px;
  color: #454545;
  font-weight: 500;
}

.symptom-tracker-report .health-tips .list li {
  font-size: 12px;
  color: #454545;
  line-height: normal;
  margin-bottom: 8px;
  margin-left: 12px;
  list-style-position: outside;
}

.symptom-tracker-report .consult {
  display: none;
}

.symptom-tracker-report .disclaimer {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  margin: 40px 16px;
}

.symptom-tracker-report .disclaimer h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #EA5A1A;
  margin-bottom: 6px;
}

.symptom-tracker-report .disclaimer p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #454545;
  margin: 0;
}

.symptom-tracker-report .cancermitr-info {
  background-color: #E5EDEE;
  padding: 12px;
  margin-top: 14px;
}

.symptom-tracker-report .cancermitr-info p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-left: 18px;
  margin-right: 10px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #454545;
}

.symptom-tracker-report .cancermitr-info .email {
  font-weight: bold;
}

.symptom-tracker-report .cancermitr-info .bangladesh {
  font-weight: bold;
}

.symptom-tracker-report .cancermitr-info .africa {
  font-weight: bold;
}

.symptom-tracker-report .cancermitr-info .call-us {
  font-weight: bold;
}

.symptom-tracker-report .cancermitr-info .at {
  color: #EA5A1A;
  font-weight: 500;
}

.symptom-tracker-report .cancermitr-info img {
  width: 100px;
  height: 50px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.symptom-tracker-report .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 96px;
  padding: 14px 16px;
  background-color: #FFFFFF;
  z-index: 3;
}

.symptom-tracker-report .footer button {
  background-color: #EA5A1A;
  border-radius: 8px;
  width: 100%;
  height: 39px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: #FFFFFF;
}

.symptom-tracker-report .thank-you-modal {
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 287px;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-top: 32px;
}

.symptom-tracker-report .thank-you-modal .logo_img {
  width: 80px;
  height: 85px;
  position: relative;
  display: block;
  margin: auto;
}

.symptom-tracker-report .thank-you-modal .content .greet {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.symptom-tracker-report .thank-you-modal .content .greet h4 {
  color: #2D255E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.symptom-tracker-report .thank-you-modal .content .greet span {
  font-size: 24px;
  color: #EA5A1A;
  font-weight: 600;
  padding: 4px 0;
}

.symptom-tracker-report .thank-you-modal .content p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px;
  margin: 0;
  line-height: 1.2;
}

.symptom-tracker-report .thank-you-modal button {
  background-color: #EA5A1A;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 24px 22px;
  color: var(--terr, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 83%;
}

@media (min-width: 768px) {
  .symptom-tracker-report {
    position: static;
    top: 90px;
  }

  .symptom-tracker-report .body {
    padding-top: 16px;
  }

  .symptom-tracker-report .indicators {
    margin-left: 20px;
    margin-right: 20px;
  }

  .symptom-tracker-report .indicators .section {
    max-width: 700px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .symptom-tracker-report .indicators .ind_title h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .symptom-tracker-report .indicators .ind_title p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .symptom-tracker-report .indicators .accordion-item-header li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
  }

  .symptom-tracker-report .indicators .accordion-item-body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    margin-left: 18px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .symptom-tracker-report .investigation .investigation-intro {
    background-color: #FEF3CC;
    padding: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .symptom-tracker-report .investigation .investigation-intro p {
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
  }

  .symptom-tracker-report .investigation .investigation-intro h3 {
    margin-bottom: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400px;
    color: #2D255E;
  }

  .symptom-tracker-report .investigation .investigation-test {
    background-color: #FEF3CC;
    padding: 20px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .symptom-tracker-report .investigation .investigation-test h4 {
    font-family: "montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    color: #2D255E;
    margin-bottom: 3px;
  }

  .symptom-tracker-report .investigation .investigation-test li {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
  }

  .symptom-tracker-report .investigation .investigation-test p {
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    margin-left: 18px;
    margin-bottom: 6px;
  }

  .symptom-tracker-report .investigation .investigation-test svg {
    float: right;
    height: 28px;
  }

  .symptom-tracker-report .investigation .investigation-scan {
    background-color: #FEF3CC;
    padding: 20px;
    margin-top: 4px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .symptom-tracker-report .investigation .investigation-scan h4 {
    font-family: "montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    color: #2D255E;
    margin-bottom: 3px;
  }

  .symptom-tracker-report .investigation .investigation-scan li {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
  }

  .symptom-tracker-report .investigation .investigation-scan p {
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    margin-left: 18px;
    margin-bottom: 6px;
  }

  .symptom-tracker-report .investigation .investigation-scan svg {
    float: right;
    height: 28px;
  }

  .symptom-tracker-report .cancermitr-info p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 8px;
  }

  .symptom-tracker-report .cancermitr-info .email {
    font-weight: bold;
  }

  .symptom-tracker-report .cancermitr-info .bangladesh {
    font-weight: bold;
  }

  .symptom-tracker-report .cancermitr-info .africa {
    font-weight: bold;
  }

  .symptom-tracker-report .cancermitr-info .at {
    color: #EA5A1A;
    font-weight: 500;
  }

  .symptom-tracker-report .cancermitr-info img {
    width: 100px;
    height: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .symptom-tracker-report .risk-factors {
    margin: 36px 0 14px;
  }

  .symptom-tracker-report .smart-card-banner {
    position: relative;
    height: 105px;
    background: #FFF;
    margin: 18px 16px 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  }

  .symptom-tracker-report .smart-card-banner .p1 {
    display: none;
  }

  .symptom-tracker-report .smart-card-banner .p2 {
    display: block;
    color: #2D255E;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 13px 19px;
    width: 77%;
  }

  .symptom-tracker-report .smart-card-banner img {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 178px;
    right: -2px;
  }

  .symptom-tracker-report .smart-card-banner button {
    width: 106px;
    height: 32px;
    border-radius: 8px;
  }

  .symptom-tracker-report .footer {
    display: none;
  }

  .symptom-tracker-report .advice {
    display: none;
  }

  .symptom-tracker-report .consult {
    display: block;
    position: relative;
  }

  .symptom-tracker-report .consult img {
    width: 100%;
  }

  .symptom-tracker-report .consult .connect {
    position: absolute;
    bottom: 36px;
    margin: auto;
    right: 80px;
    max-width: 400px;
  }

  .symptom-tracker-report .consult .connect h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #252525;
    margin-bottom: 12px;
  }

  .symptom-tracker-report .consult .connect h3 {
    font-family: "Montserrat", sans-serif !important;
    color: #454545;
    font-size: 15px;
    font-weight: 600;
    width: 300px;
  }

  .symptom-tracker-report .consult .connect p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 8px;
  }

  .symptom-tracker-report .consult .connect button {
    background: #FFFFFF;
    border: 1.5px solid #EA5A1A;
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #EA5A1A;
    width: 186px;
    height: 37px;
    margin-top: 13px;
  }
}

@media (min-width: 576px) {
  .symptom-tracker-report .test-booking .ts {
    width: 49%;
  }
}

.banner-international {
  background-color: #fff;
  width: 100%;
}

@media (min-width: 576px) {
  .banner-international {
    position: relative;
    background-color: #fff;
    width: 100%;
  }
}

.international-page-header {
  position: relative;
}

.international-page-header .img_mobile {
  width: 100%;
  display: block;
}

.international-page-header .img_desktop {
  display: none;
}

.international-page-header .content {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.international-page-header .content .title-line {
  display: flex;
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 122.222% */
  letter-spacing: 0.72px;
  align-items: center;
  margin: 0;
  gap: 4px;
}

.international-page-header .content .title-line .slide-box {
  height: 36px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.international-page-header .content .title-line .slide {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.72px;
  color: #FFF;
  background-color: #2D255E;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
  border-radius: 6px;
  transition: transform 1s ease;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.international-page-header .content .title-line2 {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 122.222% */
  letter-spacing: 0.72px;
}

@keyframes slide {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-36px);
  }

  67% {
    transform: translateY(-72px);
  }

  100% {
    transform: translateY(-108px);
  }
}

.international-page-header .contact-us-glass {
  display: none;
}

@media (min-width: 576px) {
  .international-page-header {
    position: relative;
    max-width: 1440px;
    margin: auto;
  }

  .international-page-header .img_mobile {
    width: 100%;
    display: none;
  }

  .international-page-header .img_desktop {
    width: 100%;
    display: block;
  }

  .international-page-header .content {
    position: absolute;
    top: auto;
    bottom: 120px;
    left: 60px;
  }

  .international-page-header .content .title-line {
    display: flex;
    color: #252525;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.56px;
    align-items: center;
    margin: 0;
    gap: 8px;
  }

  .international-page-header .content .title-line .slide-box {
    height: 44px;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .international-page-header .content .title-line .slide {
    font-size: 26px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    color: #FFF;
    background-color: #2D255E;
    padding: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6px;
    border-radius: 6px;
    transition: transform 1s ease;
    -webkit-animation-name: slide;
            animation-name: slide;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }

  .international-page-header .content .title-line2 {
    color: #252525;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }

@-webkit-keyframes slide {
    0% {
      transform: translateY(0);
    }

    33% {
      transform: translateY(-36px);
    }

    67% {
      transform: translateY(-72px);
    }

    100% {
      transform: translateY(-108px);
    }
}

@keyframes slide {
    0% {
      transform: translateY(0);
    }

    33% {
      transform: translateY(-36px);
    }

    67% {
      transform: translateY(-72px);
    }

    100% {
      transform: translateY(-108px);
    }
}

  .international-page-header .contact-us-glass {
    display: block;
    position: absolute;
    z-index: 2;
    top: 46px;
    right: 60px;
    width: 348px;
    height: 280px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  }

  .international-page-header .contact-us-glass h3 {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    padding: 20px 0 16px 20px;
  }

  .international-page-header .contact-us-glass .inputs {
    padding: 0 10px;
  }

  .international-page-header .contact-us-glass .inputs .input {
    display: flex;
    margin: 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.6);
  }

  .international-page-header .contact-us-glass .inputs .input .svg1 {
    margin: 8px 0 8px 16px;
  }

  .international-page-header .contact-us-glass .inputs .input .name-no {
    border: none;
    color: #848484;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    padding: 8px 0 8px 12px;
    height: 40px;
    background: none;
    width: 100%;
  }

  .international-page-header .contact-us-glass .inputs .input-world {
    display: flex;
    margin: 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.6);
  }

  .international-page-header .contact-us-glass .inputs .input-world .world-svg {
    margin: 8px 0 8px 16px;
  }

  .international-page-header .contact-us-glass .inputs .input-world .down-arrow {
    margin: 8px 16px 8px 0;
  }

  .international-page-header .contact-us-glass .inputs .input-world .name-no {
    border: none;
    color: #848484;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    padding: 8px 0 8px 12px;
    height: 40px;
    background: none;
    width: 100%;
  }

  .international-page-header .contact-us-glass .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 54px;
    border-radius: 6px;
    background-color: #EA5A1A;
    margin: 0px 20px 15px;
    width: calc(100% - 32px);
  }
}

.services-international {
  background: #F8F8F8;
}

.services-international .mobile-view .titles {
  padding-left: 5px;
}

.services-international .mobile-view .title {
  margin: 1rem 0.7rem;
}

.services-international .mobile-view .title h3 {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
}

.services-international .mobile-view .title span {
  color: var(--tertiatry, #EA5A1A);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
}

.services-international .mobile-view .parap {
  margin: auto;
  width: 328px;
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.services-international .mobile-view .gallery-container {
  border-radius: 10px;
  background: #FFF;
  margin: 1rem;
  max-width: 250px;
}

.services-international .mobile-view .gallery-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  background: var(--light-grey, #E5EDEE);
}

.services-international .mobile-view .parap2 {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 14px;
}

.services-international .mobile-view .gallery-item2 {
  display: flex;
  align-items: center;
  margin: 10px;
  gap: 10px;
}

.services-international .mobile-view .parap3 {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 18px;
}

.services-international .desktop-view {
  display: none;
}

@media (min-width: 576px) {
  .services-international .mobile-view {
    display: none;
  }

  .services-international .desktop-view {
    display: block;
  }

  .services-international .desktop-view .main-sec {
    display: flex;
    flex-direction: column;
  }

  .services-international .desktop-view .paragraph1 {
    padding-left: 44rem;
    color: #252525;
    font-family: Manrope;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .services-international .desktop-view .main-sec span {
    color: var(--tertiatry, #EA5A1A);
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
  }

  .services-international .desktop-view .main-sec1 {
    max-width: 655px;
    margin-left: 30rem;
  }

  .services-international .desktop-view .paragraph2 {
    color: var(--252525, #252525);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .services-international .desktop-view .sec-container {
    background: var(--f8f8f8, #F8F8F8);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .services-international .desktop-view .sec-media {
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: #FFF;
  }

  .services-international .desktop-view .text-items {
    color: var(--252525, #252525);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 1rem;
  }
}

.contact-us-mobile {
  display: block;
  width: 100%;
  height: 304px;
  background: var(--terr, #FFF);
}

.contact-us-mobile .header {
  display: flex;
}

.contact-us-mobile .header .cancermitr-svg {
  width: 30px;
  height: 30px;
  margin: 20px 14px 0 16px;
}

.contact-us-mobile .header .content {
  padding-top: 20px;
}

.contact-us-mobile .header .content .heading {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 4px;
}

.contact-us-mobile .header .content .heading .heading1 {
  font-weight: 600;
  color: #EA5A1A;
  margin: 0;
}

.contact-us-mobile .header .content .subheading {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.contact-us-mobile .inputs {
  padding: 0 10px;
}

.contact-us-mobile .inputs .input {
  border-radius: 4px;
  border: 0px solid #848484;
  background-color: rgba(219, 225, 229, 0.4);
  display: flex;
  margin: 6px;
}

.contact-us-mobile .inputs .input .svg1 {
  margin: 8px 0 8px 16px;
}

.contact-us-mobile .inputs .input .name-no {
  border: none;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  padding: 8px 0 8px 12px;
  height: 40px;
  background: none;
  width: 100%;
}

.contact-us-mobile .inputs .input-world {
  border-radius: 4px;
  border: 0px solid #848484;
  background-color: rgba(219, 225, 229, 0.4);
  display: flex;
  margin: 6px;
}

.contact-us-mobile .inputs .input-world .world-svg {
  margin: 8px 0 8px 16px;
}

.contact-us-mobile .inputs .input-world .down-arrow {
  margin: 8px 16px 8px 0;
}

.contact-us-mobile .inputs .input-world .name-no {
  border: none;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  padding: 8px 0 8px 12px;
  height: 40px;
  background: none;
  width: 100%;
}

.contact-us-mobile .btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 54px;
  border-radius: 6px;
  background-color: #EA5A1A;
  margin: 10px 16px 20px;
  width: calc(100% - 32px);
}

.contact-us-mobile .thank-you-modal {
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 287px;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-top: 32px;
}

.contact-us-mobile .thank-you-modal .logo_img {
  width: 80px;
  height: 85px;
  position: relative;
  display: block;
  margin: auto;
}

.contact-us-mobile .thank-you-modal .content .greet {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contact-us-mobile .thank-you-modal .content .greet h4 {
  color: #2D255E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.contact-us-mobile .thank-you-modal .content .greet span {
  font-size: 24px;
  color: #EA5A1A;
  font-weight: 600;
  padding: 4px 0;
}

.contact-us-mobile .thank-you-modal .content p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px;
  margin: 0;
  line-height: 1.2;
}

.contact-us-mobile .thank-you-modal button {
  background-color: #EA5A1A;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 24px 22px;
  color: var(--terr, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 83%;
}

@media (min-width: 576px) {
  .contact-us-mobile {
    display: none;
  }
}

.benefits-section {
  width: 100%;
  height: 125px;
  padding: 24px 0px 24px 16px;
  background: var(--f8f8f8, #F8F8F8);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  overflow-x: scroll;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.benefits-section .benefits-card {
  display: flex;
  width: 288px;
  height: 77px;
  border-radius: 8.805px;
  background: var(--terr, #FFF);
  align-items: center;
  gap: 8px;
}

.benefits-section .benefits-card .icon {
  margin: 14px 0 31px 10px;
}

.benefits-section .benefits-card .benefits-content {
  padding-top: 10px;
  padding-bottom: 22px;
}

.benefits-section .benefits-card .benefits-content .title {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.benefits-section .benefits-card .benefits-content .sub-title {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.benefits-section::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar for Webkit browsers (Chrome, Safari, etc.) */
}

@media (min-width: 576px) {
  .benefits-section {
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
    width: calc(100% - 120px);
    max-width: 1320px;
    margin: auto;
    height: 114px;
    border-radius: 100px;
    background: var(--f8f8f8, #F8F8F8);
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--grey, #DBE1E5);
    box-shadow: 0px 4px 10px 0px rgba(196, 198, 199, 0.06);
  }

  .benefits-section .benefits-card {
    display: flex;
    align-items: center;
    width: 341px;
    border-radius: 10px;
    background: none;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .benefits-section .benefits-card .icon {
    margin: 0;
    flex: 0 0 50px;
    height: 50px;
  }

  .benefits-section .benefits-card .benefits-content {
    padding: 0;
  }

  .benefits-section .benefits-card .benefits-content .title {
    color: #252525;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
  }

  .benefits-section .benefits-card .benefits-content .sub-title {
    color: #252525;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }
}

.services-international {
  background: #F8F8F8;
  padding: 24px 0 24px 16px;
}

.services-international .titles .title {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.services-international .titles .title span {
  color: #ea5a1a;
}

.services-international .titles .subtitle {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding-right: 16px;
  margin-bottom: 12px;
}

.services-international .cards {
  display: flex;
  gap: 14px;
  padding-right: 16px;
  overflow-x: scroll;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.services-international .cards .service-card {
  border-radius: 10px;
  background: #FFF;
  flex: 0 0 250px;
}

.services-international .cards .service-card .card-head {
  border-radius: 10px 10px 0px 0px;
  background: #E5EDEE;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0 12px 10px;
}

.services-international .cards .service-card .card-head .icon-desktop {
  display: none;
}

.services-international .cards .service-card .card-head .title {
  color: var(--252525, #252525);
  font-family: Manrope !important;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.services-international .cards .service-card .card-head .subtitle {
  display: none;
  color: var(--454545, #454545);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-international .cards .service-card .card-body {
  padding: 4px 16px 10px;
}

.services-international .cards .service-card .card-body .service {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
}

.services-international .cards .service-card .card-body .service .icon {
  flex: 0 0 22px;
}

.services-international .cards .service-card .card-body .service .service-text {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.services-international .cards::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar for Webkit browsers (Chrome, Safari, etc.) */
}

@media (min-width: 576px) {
  .services-international {
    padding: 40px 0 30px;
  }

  .services-international .titles {
    max-width: 655px;
    margin: auto;
  }

  .services-international .titles .title {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
  }

  .services-international .titles .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 34px;
  }

  .services-international .cards {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  .services-international .cards .service-card {
    width: 274px;
    height: 265px;
    background-color: #fff;
    border-radius: 10px;
  }

  .services-international .cards .service-card .card-head {
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 44px;
    align-items: center;
    height: 100%;
  }

  .services-international .cards .service-card .card-head .icon-mobile {
    display: none;
  }

  .services-international .cards .service-card .card-head .icon-desktop {
    background-color: #e5edee;
    height: 83px;
    width: 83px;
    border-radius: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-international .cards .service-card .card-head .title {
    font-size: 16px;
    padding-top: 22px;
  }

  .services-international .cards .service-card .card-head .subtitle {
    display: block;
    color: var(--454545, #454545);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
  }

  .services-international .cards .service-card .card-head .subtitle span {
    color: var(--tertiatry, #EA5A1A);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .services-international .cards .service-card .card-body {
    display: none;
    height: 100%;
    border-radius: 10px;
  }

  .services-international .cards .service-card .card-body .service .service-text {
    color: #252525;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .services-international .cards .service-card:hover {
    display: flex;
    align-items: center;
  }

  .services-international .cards .service-card:hover .card-head {
    display: none;
  }

  .services-international .cards .service-card:hover .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background: var(--light-grey, #E5EDEE);
  }
}

.why-india-section .frame {
  width: 100%;
  background: var(--light-grey, #E5EDEE);
  height: 448px;
  padding: 24px 16px;
}

.why-india-section .frame .titles .title-desktop {
  display: none;
}

.why-india-section .frame .titles h2 {
  color: #252525;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.why-india-section .frame .titles h2 span {
  color: var(--tertiatry, #EA5A1A);
  font-family: Manrope !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.why-india-section .frame .titles .sub-heading {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 10px;
}

.why-india-section .frame .wrap {
  overflow-x: scroll;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
}

.why-india-section .frame .wrap .why-india-benefits {
  display: flex;
  flex-wrap: wrap;
  min-width: 684px;
  gap: 12px;
}

.why-india-section .frame .wrap .why-india-benefits .benefit {
  width: 220px;
  height: 127px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--terr, #FFF);
}

.why-india-section .frame .wrap .why-india-benefits .benefit .icon {
  margin: 12px 0 10px 16px;
}

.why-india-section .frame .wrap .why-india-benefits .benefit .content {
  padding: 0 6px 24px 16px;
}

.why-india-section .frame .wrap .why-india-benefits .benefit .content .title {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.why-india-section .frame .wrap .why-india-benefits .benefit .content .description {
  color: #252525;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.why-india-section .frame .wrap .why-india-benefits .benefit .content .description span {
  color: var(--tertiatry, #EA5A1A);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.why-india-section .frame .wrap::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar for Webkit browsers (Chrome, Safari, etc.) */
}

@media (min-width: 576px) {
  .why-india-section {
    background: var(--light-grey, #E5EDEE);
  }

  .why-india-section .frame {
    max-width: 1280px;
    margin: auto;
    height: 432px;
    padding: 117px 60px 60px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 26px;
  }

  .why-india-section .frame .titles {
    max-width: 32%;
  }

  .why-india-section .frame .titles .title-desktop {
    display: block;
    color: #454545;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .why-india-section .frame .titles .title-desktop span {
    color: var(--tertiatry, #EA5A1A);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .why-india-section .frame .titles h2 {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .why-india-section .frame .titles h2 span {
    color: var(--tertiatry, #EA5A1A);
    font-family: Manrope !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .why-india-section .frame .titles .sub-heading {
    color: var(--252525, #252525);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .why-india-section .frame .wrap {
    overflow: auto;
  }

  .why-india-section .frame .wrap .why-india-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    min-width: auto;
  }

  .why-india-section .frame .wrap .why-india-benefits .benefit {
    flex: 0 0 calc(33.33% - 8px);
    max-width: calc(33.33% - 8px);
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--terr, #FFF);
  }

  .why-india-section .frame .wrap .why-india-benefits .benefit .icon {
    width: 48px;
    height: 48px;
    margin: 16px 0 10px 16px;
  }

  .why-india-section .frame .wrap .why-india-benefits .benefit .content {
    padding: 0 6px 16px 16px;
  }

  .why-india-section .frame .wrap .why-india-benefits .benefit .content .title {
    color: #252525;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
  }

  .why-india-section .frame .wrap .why-india-benefits .benefit .content .description {
    color: #252525;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .why-india-section .frame .wrap .why-india-benefits .benefit .content .description span {
    color: var(--tertiatry, #EA5A1A);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.feedback-contact-us-section {
  width: 100%;
  height: auto;
  background: var(--f8f8f8, #F8F8F8);
  padding: 24px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.feedback-contact-us-section .feedback-box {
  width: 100%;
  height: 223px;
  border-radius: 10px;
  background: var(--terr, #FFF);
}

.feedback-contact-us-section .feedback-box .content-container {
  padding: 12px 9px 13px 12px;
}

.feedback-contact-us-section .feedback-box .content-container .title {
  color: #454545;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}

.feedback-contact-us-section .feedback-box .content-container .sub-title {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.feedback-contact-us-section .feedback-box .custom-text-input {
  width: calc(100% - 24px);
  height: 69px;
  border-radius: 6px;
  border: 1px solid var(--grey, #DBE1E5);
  background: rgba(219, 225, 229, 0.3);
  margin: 0 auto 16px;
  display: block;
  color: #252525;
}

.feedback-contact-us-section .feedback-box .custom-text-input::-moz-placeholder {
  color: #898787;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.feedback-contact-us-section .feedback-box .custom-text-input:-ms-input-placeholder {
  color: #898787;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.feedback-contact-us-section .feedback-box .custom-text-input::placeholder {
  color: #898787;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.feedback-contact-us-section .feedback-box .btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 54px;
  border-radius: 6px;
  background: #ea5a1a;
  margin: 0px 12px 20px;
  width: calc(100% - 22px);
}

.feedback-contact-us-section .contact-us-mobile-2 {
  width: 100%;
  height: 325px;
  border-radius: 10px;
  background: var(--terr, #FFF);
  flex-shrink: 0;
  padding: 0 12px;
}

.feedback-contact-us-section .contact-us-mobile-2 .header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.feedback-contact-us-section .contact-us-mobile-2 .header .cancermitr-svg {
  width: 30px;
  height: 30px;
  margin: 20px 14px 0 16px;
}

.feedback-contact-us-section .contact-us-mobile-2 .header .content {
  padding-top: 20px;
}

.feedback-contact-us-section .contact-us-mobile-2 .header .content .heading {
  color: #454545;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 4px;
}

.feedback-contact-us-section .contact-us-mobile-2 .header .content .heading .heading1 {
  font-weight: 600;
  color: #EA5A1A;
  margin: 0;
}

.feedback-contact-us-section .contact-us-mobile-2 .header .content .subheading {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 10px;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input {
  border-radius: 4px;
  border: 0px solid #848484;
  background-color: rgba(219, 225, 229, 0.4);
  display: flex;
  /* margin: 6px; */
  /* width: 240px; */
  height: 42px;
  gap: 10px;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input .svg1 {
  width: 24px;
  height: 24px;
  margin: 10px 0 10px 12px;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input .name-no {
  border: none;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  padding: 8px 0 8px 12px;
  height: 40px;
  background: none;
  width: 100%;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world {
  /* display: block; */
  border-radius: 4px;
  border: 0px solid #848484;
  background-color: rgba(219, 225, 229, 0.4);
  display: flex;
  /* margin: 6px; */
  width: 100%;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world .world-svg {
  width: 24px;
  height: 24px;
  margin: 10px 0 10px 12px;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world .down-arrow {
  width: 24px;
  height: 24px;
  margin: 8px 16px 8px 0;
}

.feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world .name-no {
  border: none;
  color: #848484;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  padding: 8px 0 8px 12px;
  height: 40px;
  background: none;
  width: 100%;
}

.feedback-contact-us-section .contact-us-mobile-2 .btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  /* padding: 10px 54px; */
  /* padding: 12px 60px; */
  border-radius: 6px;
  background-color: #EA5A1A;
  margin: 24px auto 20px;
  width: 100%;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal {
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 287px;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-top: 32px;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .logo_img {
  width: 80px;
  height: 85px;
  position: relative;
  display: block;
  margin: auto;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content .greet {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content .greet h4 {
  color: #2D255E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content .greet span {
  font-size: 24px;
  color: #EA5A1A;
  font-weight: 600;
  padding: 4px 0;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px;
  margin: 0;
  line-height: 1.2;
}

.feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal button {
  background-color: #EA5A1A;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 24px 22px;
  color: var(--terr, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 83%;
}

@media (min-width: 576px) {
  .feedback-contact-us-section {
    width: 100%;
    height: auto;
    background: var(--f8f8f8, #F8F8F8);
    padding: 60px 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .feedback-contact-us-section .feedback-box {
    width: 550px;
    height: 284px;
    border-radius: 10px;
    background: var(--terr, #FFF);
  }

  .feedback-contact-us-section .feedback-box .content-container {
    padding: 24px 31px 31px 24px;
  }

  .feedback-contact-us-section .feedback-box .content-container .title {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }

  .feedback-contact-us-section .feedback-box .content-container .sub-title {
    color: var(--252525, #252525);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-contact-us-section .feedback-box .custom-text-input {
    width: 502px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid var(--grey, #DBE1E5);
    background: rgba(219, 225, 229, 0.3);
    margin: 0 12px 20px 24px;
    color: #252525;
  }

  .feedback-contact-us-section .feedback-box .custom-text-input::-moz-placeholder {
    color: #898787;
    font-family: Montserrat;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
  }

  .feedback-contact-us-section .feedback-box .custom-text-input:-ms-input-placeholder {
    color: #898787;
    font-family: Montserrat;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
  }

  .feedback-contact-us-section .feedback-box .custom-text-input::placeholder {
    color: #898787;
    font-family: Montserrat;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
  }

  .feedback-contact-us-section .feedback-box .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 12px 40px;
    border-radius: 6px;
    background: #ea5a1a;
    /* margin: 0px 24px 24px; */
    width: calc(100% - 385px);
    margin-left: 24px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 {
    width: 550px;
    height: 284px;
    border-radius: 10px;
    background: var(--terr, #FFF);
    flex-shrink: 0;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin-left: 24px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .header .cancermitr-svg {
    width: 30px;
    height: 30px;
    margin: 20px 14px 0 16px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .header .content {
    padding-top: 24px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .header .content .heading {
    color: var(--252525, #252525);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-bottom: 10px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .header .content .heading .heading1 {
    font-weight: 600;
    color: #EA5A1A;
    margin: 0;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .header .content .subheading {
    color: var(--252525, #252525);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-bottom: 28px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs {
    padding: 0 24px 24px 24px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input {
    border-radius: 4px;
    border: 0px solid #848484;
    background-color: rgba(219, 225, 229, 0.4);
    display: flex;
    /* margin: 6px; */
    width: 240px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input .svg1 {
    margin: 8px 0 8px 16px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input .name-no {
    border: none;
    color: #848484;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    padding: 8px 0 8px 12px;
    height: 40px;
    background: none;
    width: 100%;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world {
    border-radius: 4px;
    border: 0px solid #848484;
    background-color: rgba(219, 225, 229, 0.4);
    display: flex;
    /* margin: 6px; */
    width: 240px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world .world-svg {
    margin: 8px 0 8px 16px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world .down-arrow {
    margin: 8px 16px 8px 0;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .inputs .input-world .name-no {
    border: none;
    color: #848484;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    padding: 8px 0 8px 12px;
    height: 40px;
    background: none;
    width: 100%;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    /* padding: 10px 54px; */
    padding: 12px 60px;
    border-radius: 6px;
    background-color: #EA5A1A;
    /* margin: 10px 16px 20px; */
    /* margin: 0; */
    margin-top: 0;
    margin-left: 28px;
    margin-bottom: 24px;
    width: calc(100% - 375px);
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal {
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 287px;
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding-top: 32px;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .logo_img {
    width: 80px;
    height: 85px;
    position: relative;
    display: block;
    margin: auto;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content .greet {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content .greet h4 {
    color: #2D255E;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content .greet span {
    font-size: 24px;
    color: #EA5A1A;
    font-weight: 600;
    padding: 4px 0;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal .content p {
    color: #252525;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 26px;
    margin: 0;
    line-height: 1.2;
  }

  .feedback-contact-us-section .contact-us-mobile-2 .thank-you-modal button {
    background-color: #EA5A1A;
    padding: 10px 10px;
    border-radius: 6px;
    margin: 24px 22px;
    color: var(--terr, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 83%;
  }
}

.patient-id-screen .patient-id-img {
  width: 100%;
}

.patient-id-screen .patient-id-input {
  padding: 16px 16px 24px 16px;
}

.patient-id-screen .patient-id-input h3 {
  color: #252525;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.patient-id-screen .patient-id-input h3 span {
  color: var(--ter, #EA5A1A);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.patient-id-screen .patient-id-input input {
  border-bottom: 1px solid #848484;
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 10px;
}

.patient-id-screen .patient-id-submit {
  padding: 24px 16px 120px;
}

.patient-id-screen .patient-id-submit button {
  border-radius: 6px;
  background: var(--EA5A1A, #EA5A1A);
  width: 100%;
  padding: 10px;
  color: var(--FFFFFF, #FFF);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 480px) {
  .patient-id-screen {
    max-width: 360px;
    margin: auto;
  }
}

.doctor-dashboard-response {
  max-width: 480px;
  margin: auto;
}

.doctor-dashboard-response .viewport {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 480px;
}

.doctor-dashboard-response .doctor-dashboard-header {
  background: rgba(252, 195, 0, 0.4);
  height: 39px;
  width: 100%;
  padding: 10px;
}

.doctor-dashboard-response .doctor-dashboard-header h3 {
  color: var(--252525, #252525);
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-dashboard-response .patient-details {
  background: var(--light-grey, #E5EDEE);
  height: 56px;
  width: 100%;
  padding: 10px 16px;
}

.doctor-dashboard-response .patient-details .patient-name {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2px;
}

.doctor-dashboard-response .patient-details .wrapper {
  display: flex;
  gap: 5px;
}

.doctor-dashboard-response .patient-details .wrapper .txt {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.doctor-dashboard-response .questions-answer {
  padding: 10px 20px;
}

.doctor-dashboard-response .questions-answer .questions {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.doctor-dashboard-response .questions-answer .answer {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  margin: 0;
}

.doctor-dashboard-response .questions-answer .health-list {
  color: var(--252525, #252525);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.doctor-dashboard-response .doctors-input .heading-section {
  background: var(--Light-Grey, #E5EDEE);
  height: 42px;
  padding: 10px 0 10px 16px;
}

.doctor-dashboard-response .doctors-input .heading-section .title {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-dashboard-response .doctors-input .upload-panel .title {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  margin-left: 16px;
  margin-bottom: 10px;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section {
  margin-bottom: 24px;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .wrapper {
  background: rgba(229, 237, 238, 0.5);
  border-radius: 12px;
  border: 1.5px dashed #808080;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  margin: 0 16px 12px;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .wrapper .txt {
  color: #454545;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .wrapper .patient-id-submit {
  border-radius: 6px;
  background: var(--EA5A1A, #EA5A1A);
  width: 100%;
  padding: 10px;
  color: var(--FFFFFF, #FFF);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .files .file {
  display: flex;
  padding: 6px 16px;
  align-items: center;
  justify-content: space-between;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .files .file .file-icon {
  flex: 0 0 36px;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .files .file .filename {
  color: #252525;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 19px;
}

.doctor-dashboard-response .doctors-input .upload-panel .upload-section .files .file .remove-file {
  flex: 0 0 24px;
  margin-left: auto;
}

.doctor-dashboard-response .doctors-input .description-section .title {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  margin-left: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.doctor-dashboard-response .doctors-input .description-section .custom-text-input {
  width: calc(100% - 24px);
  height: 72px;
  border-radius: 6px;
  border: 1px solid var(--grey, #DBE1E5);
  background: rgba(219, 225, 229, 0.3);
  margin: 0 auto 16px;
  display: block;
  color: #252525;
}

.doctor-dashboard-response .doctors-input .description-section .custom-text-input::-moz-placeholder {
  color: #898787;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.doctor-dashboard-response .doctors-input .description-section .custom-text-input:-ms-input-placeholder {
  color: #898787;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.doctor-dashboard-response .doctors-input .description-section .custom-text-input::placeholder {
  color: #898787;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.doctor-dashboard-response .doctors-input .description-section .patient-id-submit3 {
  padding: 18px 16px 36px 16px;
}

.doctor-dashboard-response .doctors-input .description-section .patient-id-submit3 button {
  border-radius: 6px;
  background: var(--EA5A1A, #EA5A1A);
  width: 393px;
  padding: 10px;
  color: var(--FFFFFF, #FFF);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-dashboard-response .thank-you-modal {
  background-color: white;
  border: 1px solid black;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 287px;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-top: 32px;
}

.doctor-dashboard-response .thank-you-modal .logo_img {
  width: 80px;
  height: 85px;
  position: relative;
  display: block;
  margin: auto;
}

.doctor-dashboard-response .thank-you-modal .content .greet {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.doctor-dashboard-response .thank-you-modal .content .greet h4 {
  color: #2D255E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.doctor-dashboard-response .thank-you-modal .content .greet span {
  font-size: 24px;
  color: #EA5A1A;
  font-weight: 600;
  padding: 4px 0;
}

.doctor-dashboard-response .thank-you-modal .content p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px;
  margin: 0;
  line-height: 1.2;
}

.doctor-dashboard-response .thank-you-modal button {
  background-color: #EA5A1A;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 24px 22px;
  color: var(--terr, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 83%;
}

.doctor-dashboard-response .form-inner {
  width: 100%;
}

.doctor-dashboard-response .form-inner .personal-details {
  background-color: rgba(252, 195, 0, 0.5);
  padding: 8px 0;
}

.doctor-dashboard-response .form-inner .personal-details .p-details {
  color: #0D0C22;
  text-align: left;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  margin-left: 16px;
  margin-bottom: 0;
}

.doctor-dashboard-response .form-inner .personal-details .sub {
  color: #252525;
  text-align: left;
  padding-right: 16px;
  font-family: Manrope;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin-left: 16px;
  margin-bottom: 0;
}

.doctor-dashboard-response .form-inner .form_frame {
  max-width: 500px;
  padding: 16px 0 58px;
}

.doctor-dashboard-response .form-inner .field {
  padding: 0 20px 10px;
}

.doctor-dashboard-response .form-inner .field .heading {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.doctor-dashboard-response .form-inner .field .heading span {
  color: #EA5A1A;
}

.doctor-dashboard-response .form-inner .field input {
  color: #252525;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 37px;
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 12px 6px;
  margin-bottom: 8px;
  background-color: #F8F8F8;
}

.doctor-dashboard-response .form-inner .field input::-moz-placeholder {
  color: #848484;
}

.doctor-dashboard-response .form-inner .field input:-ms-input-placeholder {
  color: #848484;
}

.doctor-dashboard-response .form-inner .field input::placeholder {
  color: #848484;
}

.doctor-dashboard-response .form-inner .field input[type=number]::-webkit-inner-spin-button,
.doctor-dashboard-response .form-inner .field input[type=number]::-webkit-outer-spin-button,
.doctor-dashboard-response .form-inner .field input[type=number] {
  -webkit-appearance: none;
  appearance: none;
}

.doctor-dashboard-response .form-inner .field .select {
  position: relative;
  width: 100%;
  height: 37px;
  border-bottom: 1px solid #848484;
  padding: 0 6px;
  margin-bottom: 8px;
  color: #252525;
  font-size: 11px;
  font-weight: 400;
  line-height: 37px;
  cursor: pointer;
}

.doctor-dashboard-response .form-inner .field .select .placeholder {
  color: #848484;
}

.doctor-dashboard-response .form-inner .field .select svg {
  float: right;
  height: 37px;
}

.doctor-dashboard-response .form-inner .field .select .list {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 6px;
  z-index: 3;
  overflow-y: scroll;
  max-height: 215px;
}

.doctor-dashboard-response .form-inner .field .select .list p {
  margin: 0;
  line-height: 37px;
}

.doctor-dashboard-response .form-inner .field .checkboxes {
  padding-bottom: 14px;
}

.doctor-dashboard-response .form-inner .field .checkboxes .checkbox {
  cursor: pointer;
  margin-bottom: 12px;
}

.doctor-dashboard-response .form-inner .field .checkboxes .checkbox svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.doctor-dashboard-response .form-inner .field .checkboxes .checkbox span {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  background-color: #E5EDEE;
  margin: 5px 8px;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row .flex1 {
  flex: 0 0 30%;
  display: flex;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row .flex2 {
  flex: 0 0 70%;
  display: flex;
  justify-content: space-around;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row .option {
  width: 100%;
  color: #252525;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row .checkall {
  flex: 0 0 16px;
  padding-left: 8px;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row svg {
  width: 14px;
  height: 14px;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row.title {
  background-color: #fff;
  margin-bottom: -5px;
}

.doctor-dashboard-response .form-inner .field .grid .grid-row.title .flex2 {
  color: #454545;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
}

.doctor-dashboard-response .form-inner .field.invalid input[type=text],
.doctor-dashboard-response .form-inner .field.invalid input[type=number] {
  background: rgba(179, 38, 30, 0.06);
  border-bottom: 1px solid #B3261E;
}

.doctor-dashboard-response .form-inner .proceed {
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  width: 91%;
  margin: 24px 16px;
  height: 40px;
  border-radius: 6px;
  background-color: #EA5A1A;
}

.doctor-dashboard-response .form-inner .submit {
  width: 91%;
  margin: 24px 16px;
  height: 40px;
  border-radius: 6px;
  background-color: #EA5A1A;
  color: #FFF;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.doctor-dashboard-response .form-inner .disclaimer {
  background: #FFF;
  margin: 24px 0 9px;
}

.doctor-dashboard-response .form-inner .disclaimer .desc {
  color: #EA5A1A;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 12px 0 6px 26px;
}

.doctor-dashboard-response .form-inner .disclaimer .terms-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
}

.doctor-dashboard-response .form-inner .disclaimer .terms-container .content {
  color: #454545;
  width: 308px;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0 26px;
  width: 98%;
}

.doctor-dashboard-response .form-inner .disclaimer .terms-conditions {
  display: flex;
  margin-left: 26px;
}

.doctor-dashboard-response .form-inner .disclaimer .terms-conditions .terms-check {
  margin: 14px 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.3px solid #848484;
  background-color: #EEE;
}

.doctor-dashboard-response .form-inner .disclaimer .terms-conditions .terms-txt {
  color: #848484;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  padding: 16px 0 15px 16px;
  margin: 0;
}

.doctor-dashboard-response .form-inner .disclaimer .terms-conditions .terms-txt .terms-color {
  color: #2D255E;
  font-weight: 600;
  margin: 0;
}

.doctor-dashboard-response .form-inner .file-upload {
  margin: 0 16px 0;
}

.doctor-dashboard-response .form-inner .file-upload .custom-file {
  margin-bottom: 77px;
}

.doctor-dashboard-response .form-inner .file-upload .custom-file-input {
  height: 112px;
}

.doctor-dashboard-response .form-inner .file-upload .custom-file-label {
  height: 112px;
  background: rgba(229, 237, 238, 0.5);
  border: 1.5px dashed #808080;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.packages-about {
  background: #F8F8F8;
}

.packages-about .product-card-section {
  display: block;
  flex-direction: column;
  gap: 12px;
}

.packages-about .product-card-section .img-button-container {
  position: relative;
  flex: 0 0 380px;
}

.packages-about .product-card-section .img-button-container .pkg-img {
  display: none;
}

.packages-about .product-card-section .img-button-container .pkg-img-mobile {
  display: block;
  width: 100%;
}

.packages-about .product-card-section .img-button-container .btn {
  display: none;
  position: absolute;
  border-radius: 6px;
  background: var(--tertiatry, #EA5A1A);
  padding: 12px 10px;
  width: 352px;
  color: var(--terr, #FFF);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  top: 306px;
  float: left;
  left: 10px;
}

.packages-about .product-card-section .best-seller-description .title {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 0;
}

.packages-about .product-card-section .best-seller-description .small-title {
  color: var(--252525, #252525);
  font-family: Manrope;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  margin-left: 12px;
}

.packages-about .product-card-section .best-seller-description .price-mobile {
  display: block;
  color: var(--highlight-colour, #0D0C22);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 16px;
  margin-bottom: 16px;
}

.packages-about .product-card-section .best-seller-description .price-mobile span {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.packages-about .product-card-section .best-seller-description .btn-mobile {
  display: block;
  border-radius: 6px;
  background: var(--tertiatry, #EA5A1A);
  padding: 12px 10px;
  width: 328px;
  color: var(--terr, #FFF);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  top: 306px;
  float: none;
  left: 10px;
  margin-left: 16px;
}

.packages-about .product-card-section .best-seller-description .best-seller-line {
  display: none;
  border-radius: 4px;
  background: rgba(252, 195, 0, 0.6);
  width: 86px;
  padding: 6px;
  color: #252525;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.packages-about .product-card-section .best-seller-description .break-line {
  margin-top: 16px;
  margin-bottom: 0px;
}

.packages-about .product-card-section .best-seller-description .desc-wrapper .desc {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 16px;
}

.packages-about .product-card-section .best-seller-description .desc-wrapper .para1 {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 10px;
}

.packages-about .product-card-section .best-seller-description .desc-wrapper .para2 {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0px;
}

.packages-about .ideal-for-wrapper .txt {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 16px;
}

.packages-about .ideal-for-wrapper .custom-list {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}

.packages-about .ideal-for-wrapper .custom-list li {
  line-height: 19px;
}

.packages-about .description-section {
  padding-left: 16px;
  padding-top: 0px;
  padding-right: 16px;
}

.packages-about .description-section .desc-txt {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.packages-about .description-section .para {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.packages-about .inclusion-section {
  padding-left: 16px;
  padding-top: 20px;
}

.packages-about .inclusion-section .txt {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.packages-about .inclusion-section .list-wrapper {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}

.packages-about .inclusion-section .list-wrapper .dot {
  color: var(--454545, #454545);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.packages-about .inclusion-section .list-wrapper .desc-wrapper .main-txt {
  color: #252525;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.packages-about .inclusion-section .list-wrapper .desc-wrapper .sub-txt {
  color: var(--454545, #454545);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@media (min-width: 576px) {
  .packages-about {
    background: #F8F8F8;
  }

  .packages-about .product-card-section {
    display: flex;
    gap: 70px;
    padding: 60px 115px 0 80px;
    flex-direction: row;
  }

  .packages-about .product-card-section .img-button-container {
    position: relative;
    flex: 0 0 380px;
  }

  .packages-about .product-card-section .img-button-container .pkg-img {
    display: block;
  }

  .packages-about .product-card-section .img-button-container .pkg-img-mobile {
    display: none;
  }

  .packages-about .product-card-section .img-button-container .btn {
    display: block;
    position: absolute;
    border-radius: 6px;
    background: var(--tertiatry, #EA5A1A);
    padding: 12px 10px;
    width: 352px;
    color: var(--terr, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: 306px;
    float: left;
    left: 10px;
  }

  .packages-about .product-card-section .best-seller-description .title {
    color: var(--highlight-colour, #0D0C22);
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .packages-about .product-card-section .best-seller-description .small-title {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
  }

  .packages-about .product-card-section .best-seller-description .price-mobile {
    display: none;
    color: var(--highlight-colour, #0D0C22);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .packages-about .product-card-section .best-seller-description .price-mobile span {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .packages-about .product-card-section .best-seller-description .btn-mobile {
    display: none;
    position: absolute;
    border-radius: 6px;
    background: var(--tertiatry, #EA5A1A);
    padding: 12px 10px;
    width: 352px;
    color: var(--terr, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: 306px;
    float: left;
    left: 10px;
  }

  .packages-about .product-card-section .best-seller-description .best-seller-line {
    display: block;
    border-radius: 4px;
    background: rgba(252, 195, 0, 0.6);
    width: 86px;
    padding: 6px;
    color: #252525;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .packages-about .product-card-section .best-seller-description .break-line {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .packages-about .product-card-section .best-seller-description .desc-wrapper .desc {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 14px;
    margin-bottom: 4px;
  }

  .packages-about .product-card-section .best-seller-description .desc-wrapper .para1 {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }

  .packages-about .product-card-section .best-seller-description .desc-wrapper .para2 {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .packages-about .ideal-for-wrapper {
    padding-left: 80px;
    padding-top: 42px;
  }

  .packages-about .ideal-for-wrapper .txt {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }

  .packages-about .ideal-for-wrapper .custom-list {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .packages-about .ideal-for-wrapper .custom-list li {
    line-height: 19px;
  }

  .packages-about .description-section {
    padding-left: 80px;
    padding-top: 20px;
    padding-right: 80px;
  }

  .packages-about .description-section .desc-txt {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
  }

  .packages-about .description-section .para {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .packages-about .inclusion-section {
    padding-left: 82px;
    padding-top: 20px;
  }

  .packages-about .inclusion-section .txt {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
  }

  .packages-about .inclusion-section .list-wrapper {
    display: flex;
    gap: 10px;
    padding-top: 10px;
  }

  .packages-about .inclusion-section .list-wrapper .dot {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }

  .packages-about .inclusion-section .list-wrapper .desc-wrapper .main-txt {
    color: var(--454545, #454545);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .packages-about .inclusion-section .list-wrapper .desc-wrapper .sub-txt {
    color: var(--454545, #454545);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }
}

.packages-section h4 {
  font-family: "Roboto Condensed";
  color: #454545;
  line-height: 1.2;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 12px;
}

.packages-section .img-section {
  margin: 0 11px;
}

.packages-section .img-container {
  padding-left: 5px;
  padding-right: 5px;
}

.packages-section .price-tag {
  display: flex;
  background: linear-gradient(0deg, rgba(252, 195, 0, 0.6), rgba(252, 195, 0, 0.6)), #FFFFFF;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #2D255E;
  padding: 2px 14px 2px 14px;
}

.packages-section .price-tag .cut-price {
  color: #656565;
  margin-left: 5px;
  text-decoration: line-through;
  text-align: center;
  font-size: 8px;
  display: block;
}

.packages-section .msg {
  color: #454545;
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
}

.packages-section .view-btn {
  width: 328px;
  height: 37px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  background-color: #DBE1E5;
  color: #454545;
  text-transform: capitalize;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.packages-section .see-more {
  display: none;
}

.packages-section .arw-icon {
  display: none;
}

.packages-section.membership h4 {
  text-align: center;
}

@media (min-width: 576px) {
  .packages-section {
    max-width: 1020px;
    margin: auto;
  }

  .packages-section h4 {
    letter-spacing: 0.06em;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .packages-section .img-section {
    margin: 0 11px;
  }

  .packages-section .img-container {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }

  .packages-section .price-tag {
    display: flex;
    background: linear-gradient(0deg, rgba(252, 195, 0, 0.6), rgba(252, 195, 0, 0.6)), #FFFFFF;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #2D255E;
    padding: 2px 14px 2px 14px;
    display: none;
  }

  .packages-section .price-tag .cut-price {
    color: #656565;
    margin-left: 5px;
    text-decoration: line-through;
    text-align: center;
    font-size: 8px;
    display: none;
  }

  .packages-section .msg {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    position: absolute;
    bottom: 12px;
    left: 8px;
    color: white;
    margin: 0;
  }

  .packages-section .view-btn {
    display: none;
  }

  .packages-section .see-more {
    display: block;
    text-decoration: underline;
    color: #EA5A1A;
    font-weight: 500;
    float: right;
    padding-bottom: 30px;
  }
}

.test-page {
  margin-bottom: 60px;
}

