/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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", 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 {
  -webkit-box-sizing: border-box;
  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); }

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

body {
  
  margin: 0;
        font-family: "Poppins", sans-serif;  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 {
  -webkit-box-sizing: content-box;
  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;
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 25px;
}

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code {
        font-family: "Poppins", sans-serif;  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; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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"] {
  -webkit-box-sizing: border-box;
  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: .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; }

output {
  display: inline-block; }

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; }

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; }



.figure {
  display: inline-block; }



.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    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; }


.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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }




.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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; }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      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 {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.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); }

 /* Mega menu */
    .mega-menu {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      padding: 2rem;
      background: #f8f9fa;
      visibility: hidden;
      opacity: 0;
      transform: translateY(15px);
      transition: all 0.4s ease;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      z-index: 999;
    }

    /* Active animation */
    .nav-item.show .mega-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }


    

/* Hide mega menu on mobile */
@media (max-width: 991.98px) {
  .mega-menu {
    display: none;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu.show {
    display: block;
  }
}
    /* Dropdown chevron */
    .nav-item .bi {
      transition: transform 0.3s ease;
    }
    .nav-item.show .bi {
      transform: rotate(180deg);
    }


    /* Titles */
    .mega-menu h6 {
      font-weight: 600;
      margin-bottom: .75rem;
      color: #0d6efd;
    }

    /* Links */
    .mega-menu a {
    display: block;
    margin-bottom: 0px;
    font-size: 0.9rem;
    color: #333;
    padding-left: 0px;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s;
}
    .mega-menu a:hover {
      color: #0d6efd;
      text-decoration: underline;
    }

    /* Mobile view */
  
    .diet a{    font-weight: 600;
    margin-bottom: .36rem;
    color: #0d6efd; text-transform: uppercase;}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

@-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.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; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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; }

.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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.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-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.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); } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
        font-family: "Poppins", sans-serif;  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; }

.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: "Poppins", sans-serif;
          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; }

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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-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; }


.about-banner-d{
  background: none; 
  display: none;
  background-position: 50% 60px !important; background-attachment: fixed !important;}

.contact-b{background: url('../images/banner/contact-usbanner.jpg');
  background-position: 50% 50px !important;
 background-attachment: fixed !important;
}


.bg-white {
  background-color: #fff !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 768px) {
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; } }

.position-static {
  position: static !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; }

.w-100 {
  width: 100% !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

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

.mr-3 {
  margin-right: 8px !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }


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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }


.py-3 {
  padding-top: 1rem !important; }


.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }


.px-3 {
  padding-left: 1rem !important; }
.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }


.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; }


.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }


.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }


.px-5 {
  padding-left: 3rem !important; }

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

@media (min-width: 768px) {
  
  .py-md-4 {
    padding-top: 1.5rem !important; }
  
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; } }

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; } }

.text-right {
  text-align: right !important; }

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

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

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

body {
        font-family: "Poppins", sans-serif;  background: #fff;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #999999; }

  .ft-cate{font-weight: 500;    font-size: 23px;
    color: #c79137;}

    .therapy-section {
      text-align: center;
      padding: 50px 20px;
            background-color: #f2f2f2;

    }

    .therapy-section h2 {
      color: #07a5c7;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .therapy-card {
    background: #fff;
    border-radius: 15px;
    min-height: 154px;
    padding: 10px 15px;
    margin: 15px 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

    .therapy-card:hover {
/*      transform: translateY(-8px) scale(1.05);
*/      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

   .therapy-icon {
    font-size: 51px;
    margin-bottom: 15px;
    color: #40b9d0;
    transition: transform 0.3s 
ease, color 0.3s 
ease;
}

  /*  .therapy-card:hover .therapy-icon {
      color: #d35400; 
    }*/

    .therapy-name {
      font-weight: 600;
      font-size: 16px;
      color: #333;
    }

.line {
    background-color: #07a5c7;
    height: 4px;
    width: 6%;
    display: block;
     text-align: center;
    margin:0 auto;
}
.line2 {
    background-color: #07a5c7;
    height: 4px;
    width: 6%;
    display: block;
     text-align: center;
    margin:0 auto;
}
    /* Explore More Button */
    .explore-btn {
      margin-top: 12px;
      padding: 6px 16px;
      font-size: 13px;
      font-weight: 600;
      border-radius: 25px;
      border: 2px solid #0aa389;
      background: transparent;
      color: #0aa389;
      transition: all 0.4s ease;
      display: inline-block;
    }
    .explore-btn:hover {
      background: #0aa389;
      color: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      transform: translateY(-2px);
    }

 .innovation-section {
           background-color: #fff;
      padding: 60px 0;
      text-align:left;
     

    }

 .innovation-section h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom:15px;
    color: #07a5c7;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 .innovation-section h2 span {
    font-weight: 700;
}

.innovaton-cont h5 {
    background-color: #fff;
    height: 4px;
    width: 20%;
    margin-bottom: 25px;
  }



/****innovation sec****/
.product-innova-section {
      background:#07a5c7; /* light grey background */
      padding: 60px 20px;
      text-align: center;
    }
.product-innova-section h2 {
      font-weight: 700;
      margin-bottom: 0px;
      color: #fff;
      position: relative;
      display: inline-block;
    }
.product-innova-section h2::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #fff;
      display: block;
      margin: 10px auto 0;
      border-radius: 2px;
    }
    .product-innova-section .icon-box {
      background: #fff;
      padding: 30px 20px;
      border-radius: 15px;
      transition: all 0.4s ease;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
       .product-innova-section img{width: 26%;}
    .product-innova-section .icon-box i {
      font-size: 50px;
      color: #007bff;
      transition: transform 0.4s ease, color 0.4s ease;
    }
    .product-innova-section .icon-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }
    .product-innova-section .icon-box:hover i {
      transform: scale(1.2) rotate(10deg);
      color: #0056b3;
    }
    .product-innova-section .innovation-text {
      margin-top: 40px;
      font-size: 18px;

    }



.explore-section {
         text-align: center;
    padding: 60px 0px;
/*    background: url(../images/explore.jpg) center center / cover no-repeat fixed;
*/    background-position: center center;
    background-color: #f2f2f2;
}

.explore-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom:15px;
    color: #07a5c7;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.explore-section p{color: #000; text-align: center;}
  .explore-section .nav-tabs .nav-link{    
      font-family: "Poppins", sans-serif;  font-size: 1rem;
background-color: #fff;
      border-color: #e9ecef;
 }
 
  .explore-section .nav-tabs{border-bottom: 1px solid #ccc !important;}
.explore-section .nav-item .active {
    background-color: #07a5c7 !important;
    border: 1px solid #07a5c7 !important;
    color: #fff !important;
}


.carousel-newsletter img
{width: auto !important;}

.carousel-petsmile img
{width: auto !important;}

    .download-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 20px;
      text-align: center;
      transition: all 0.4s ease-in-out;
      box-shadow:0 0px 21px rgba(0, 0, 0, 0.08);
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .download-card::before {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      top: -50%;
      left: -50%;
      background: linear-gradient(135deg, #007bff, #00c6ff);
      transform: rotate(45deg);
      transition: 0.5s;
      opacity: 0;
      z-index: 0;
    }

    .download-card:hover::before {
      opacity: 0.2;
    }

    .download-icon {
      font-size: 3rem;
      color: #007bff;
      margin-bottom: 15px;
      transition: transform 0.4s ease;
      z-index: 1;
      position: relative;
    }

    .download-card:hover .download-icon {
      transform: scale(1.2) rotate(-10deg);
      color: #0056b3;
    }

    .download-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
      z-index: 1;
      position: relative;
    }

    .download-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 18px;
      border-radius: 50px;
      background: #007bff;
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
    }

    .download-btn:hover {
      background: #0056b3;
      transform: scale(1.05);
      color: #ccc;
    }

    .partners-section {
           background-color: #f2f2f2;
      padding: 60px 0;
      text-align: center;
    }
    .partners-section h2 {
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 9px;
      color: #07a5c7;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .partners-section h2 span {
      font-weight: 700;
    }
    .partner-logo {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
      padding: 20px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .partner-logo img {
      max-width: 100%;
      height: auto;
      transition: transform 0.5s ease;
    }
    .partner-logo:hover {
      transform: translateY(-10px);
      box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
    }
    .partner-logo:hover img {
      transform: scale(1.05);
    }

/******media page css******/

 .media-header {
    background: url(../images/banner/media-banner.jpg) no-repeat;
    /* color: white; */
    text-align: center;
    min-height: 422px;
    background-size: cover;
    padding: 80px 0px; */
}
    .media-header h1 {
      font-weight: 700;
      letter-spacing: 1px;
    }

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

    .media-category {
      margin-bottom: 60px;
      animation: fadeInUp 1s ease;
    }

    .media-category h2 {
      border-left: 4px solid #007bff;
      padding-left: 15px;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .media-card {
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .media-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .media-card a {
      text-decoration: none;
      color: #007bff;
      font-weight: 500;
    }
 .media-card a:hover{color: #c79137 !important;}


    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-40px); }
      to { opacity: 1; transform: translateY(0); }
    }

.min-media-ht2{min-height: 139px;}
.min-media-ht{min-height: 159px;}

.common-form {
    position: relative;
    z-index: 99999999;
}

 .common-form .modal-content {
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }
    .common-form .modal-header {
      background: linear-gradient(135deg, #007bff, #00b4d8);
      color: white;
      border-bottom: none;
      border-radius: 15px 15px 0 0;
    }
    .common-form .form-control:focus {
      border-color: #00b4d8;
      box-shadow: 0 0 0 0.25rem rgba(0,180,216,0.25);
    }
    .common-form .btn-submit {
      background: linear-gradient(135deg, #007bff, #00b4d8);
      color: white;
      border: none;
      transition: all 0.3s ease;
    }
    .common-form .btn-submit:hover {
      background: linear-gradient(135deg, #00b4d8, #007bff);
      transform: scale(1.03);
    }
     .common-form .form-control{height: 39px !important;}

/*------IOS only-------*/
/*.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    touch-action: pan-y pinch-zoom;  
}
*/
/* Prevent iOS from doing elastic scroll + jump */
/*.owl-carousel {
    touch-action: pan-y;   
}*/
/*------IOS only-------*/




/****new Launch css****/
 .parallax-section {
      background: url('https://images.unsplash.com/photo-1588776814546-ec8a209adf1a') no-repeat center center/cover;
      min-height: 100vh;
      background-attachment: fixed;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      position: relative;
    }
    .parallax-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 60, 120, 0.6); /* overlay */
    }
    .parallax-section h1 {
      position: relative;
      z-index: 2;
      font-size: 3rem;
      font-weight: bold;
      animation: fadeInDown 1.5s ease;
    }

    /* Cards */
    .launch-card {
      border: none;
      border-radius: 20px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      background: #fff;
       min-height: 402px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
/*     .launch-card p{font-size: 15px;}
*/     
    .launch-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }
    .launch-icon {
      font-size: 3rem;
      color: #0d6efd;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }
    .launch-card:hover .launch-icon {
      transform: rotate(10deg) scale(1.2);
    }

    /* Animation */
    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-40px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 1s ease;
    }
    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

.new-launch{    background: #05bbd1;}
.new-launch a{text-decoration: none;}
.new-launch h2{color: #fff;
    font-weight: bold;
    text-align: center;}
  .award-card {
      text-align: center;
      padding: 30px 20px;
      border-radius: 15px;
      background: #fff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }
    .award-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .award-icon {
      font-size: 50px;
      color: #c9a341; /* gold tone */
      margin-bottom: 15px;
    }
    .award-title {
      font-size: 1.2rem;
      font-weight: bold;
      color: #333;
    }
    .main-award {
      background: linear-gradient(135deg, #c9a341, #e6c45d);
      color: #fff;
    }
    .main-award .award-title {
      color: #fff;
    }
    .badge-top {
      font-size: 0.9rem;
      font-weight: bold;
      background: #fff;
      color: #c9a341;
      border-radius: 20px;
      padding: 3px 10px;
      margin-bottom: 10px;
      display: inline-block;
    }

/****podcast css****/

 .podcast {
      min-height: 100vh;
      display: flex;
            background-color:#1d7871;
      align-items: center;
      padding: 60px 0;
    }

    .podcast h1 {
      font-size: 3rem;
      font-weight: 700;
      color: #fff;
      transition: all 0.6s ease-in-out;
    }
  .podcast h2 {
    font-size: 2rem;
    font-weight: 700;
text-align: center;
margin-bottom: 52px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    .podcast p {
      margin-top: 15px;
      font-size: 1rem;
      color: #d3d3d3;
    }

    .btn-custom-pod {
      border-radius: 30px;
      padding: 10px 20px;
      transition: all 0.3s ease;
    }

    .btn-custom-pod:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 132, 255, 0.4);
    }

    .stats-pod {
      margin-top: 20px;
    }

    .stat-box-pod {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 15px 25px;
      margin: 10px;
      color: #fff;
      transition: transform 0.3s ease;
    }

    .stat-box-pod:hover {
      transform: scale(1.05);
    }

    .hero-img-pod {
      max-width: 100%;
      animation: float 4s ease-in-out infinite;
    }

    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-15px); }
      100% { transform: translateY(0px); }
    }

    .listeners {
      margin-top: 30px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .avatars img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -12px;
    }

    /* Latest update */
  


.latest-section {
         text-align: center;
    padding: 60px 0px;
/*    background: url(../images/latest-update.jpg) center center / cover no-repeat fixed;
*/    background-position: center center;
}

.latest-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom:15px;
    color: #07a5c7;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.latest-section p{color: #000; text-align: center;}
.latest-section .nav-tabs .nav-link {
    background: #f6fff8;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    border-color: #e9ecef;
    margin-right: 9px;
}
 
.latest-section .nav-tabs{border-bottom: 1px solid #ccc !important;}
.latest-section .nav-item .active {
    background-color: #07a5c7 !important;
    border: 1px solid #07a5c7 !important;
    color: #fff !important;
}

    /* Card grid */
    .stats-grid{
      display:grid;
      grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
      gap:1.25rem;
      align-items:center;
    }

    /* Individual card */
    .stat-card{
      display:flex;
      gap:1rem;
      align-items:center;
      background:linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,250,251,0.95));
      padding:1.25rem;
      border-radius:14px;
      box-shadow: 0 6px 18px rgba(15, 23, 36, 0.06);
      border: 1px solid rgba(15,23,36,0.03);
      transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s;
      transform-origin:center;
      cursor:default;
      will-change: transform, opacity;
      opacity:0;
      transform: translateY(22px) scale(.995);
    }

    /* Hover / focus micro interaction */
    .stat-card:focus,
    .stat-card:hover{
      transform: translateY(-6px) scale(1.002);
      box-shadow: 0 14px 34px rgba(15,23,36,0.12);
      outline: none;
    }

    /* Icon block */
    .stat-icon{
      width:62px;
      height:62px;
      min-width:62px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-shrink:0;
     background: linear-gradient(135deg,#07a5c7, #07a5c7);
      color:#fff;
      box-shadow: 0 6px 18px rgba(15,23,36,0.08);
      font-size:28px;
    }

    /* Content */
    .stat-body h3{
      margin:0;
      font-size:1.06rem;
      font-weight:700;
      letter-spacing: -0.015em;
    }
    .stat-body p{
      margin:0;
      margin-top:.18rem;
      color:var(--muted);
      font-size:.92rem;
    }

    /* Entrance animation — will be toggled by JS class .is-visible */
    .stat-card.is-visible{
      opacity:1;
      transform: translateY(0) scale(1);
      transition: transform .6s cubic-bezier(.2,.9,.25,1), opacity .6s ease;
    }

    /* Staggering via data-delay attribute (JS will set inline style) */
    /* Decorative accent line for extra polish */
    .stat-card::after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      bottom:-10px;
      height:6px;
      border-radius:6px;
      pointer-events:none;
      filter: blur(10px);
      opacity:.08;
    }

    /* Make card keyboard focusable */
    .stat-card[tabindex] { outline: none; }

    /* Responsive tweaks */
    @media (max-width:560px){
      .stat-icon{ width:56px; height:56px; min-width:56px; font-size:24px; }
    }

    /* subtle pulsing animation for the icon on hover */
    .stat-card:hover .stat-icon,
    .stat-card:focus .stat-icon{
      animation: icon-pop .6s cubic-bezier(.2,.9,.25,1);
    }
    @keyframes icon-pop{
      0%{ transform: scale(1); }
      40%{ transform: scale(1.08); }
      100%{ transform: scale(1); }
    }

    /* Small label styling for accessibility */
    .visually-hidden-label{
      display:block;
      font-size:.78rem;
      color:var(--muted);
      margin-top:.2rem;
    }


/*****product page csss****/
        .product-hero {
           /* background: linear-gradient(135deg, #ffffff 50%, #5ec5ca 50%);*/
           background: #eee;
            position: relative;
            overflow: hidden;
            padding:0px 0;
        }

        .product-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
          background: #eee;
            height: 100%;
          /*  background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(94,197,202,0.8));*/
            z-index: 1;
        }

        .product-content {
            position: relative;
            z-index: 2;
        }

    .product-content .product-title {
            font-size: 4rem;
            font-weight: bold;
            color: #343a40;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

    .product-content .product-subtitle {
            font-size: 1.5rem;
            color: #495057;
        }

.haltro{padding-left: 13%;}
.product-img-viv {
    background: url(../images/pro-bg.jpg) no-repeat;
    background-position: center center;
    margin-top: -127px;
    /* padding: 105px; */
    height: 680px;
        margin-right: -12px;
}
        /* Features list with animations */
.feature-box {
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 16px;
  transition: transform 0.3s ease;}
       .feature-box i {
            font-size: 1.8rem;
            margin-right: 15px;
            color: #198754;
            transition: transform 0.3s ease;
        }

            .feature-box:hover {
    transform: scale(1.2);
        }
       .feature-box p{display: block;}

        .features-list {
            list-style: none;
            padding: 0;
        }

        .features-list li {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease-out forwards;
            font-size: 1.2rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .features-list li i {
            font-size: 1.8rem;
            margin-right: 15px;
            color: #198754;
            transition: transform 0.3s ease;
        }

        .features-list li:hover i {
            transform: scale(1.2);
        }

        .features-list li:nth-child(1) { animation-delay: 0.2s; }
        .features-list li:nth-child(2) { animation-delay: 0.4s; }
        .features-list li:nth-child(3) { animation-delay: 0.6s; }
        .features-list li:nth-child(4) { animation-delay: 0.8s; }
        .features-list li:nth-child(5) { animation-delay: 1.0s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Product image with hover animation */
        .product-image {

            transition: transform 0.5s ease, box-shadow 0.5s ease;
      /*     box-shadow: 0 10px 20px rgba(0,0,0,0.1);*/   
    }

.product-hero img {
    margin: 169px 0px;
    width: 290px;
}

      /*  .product-image:hover {
            transform: scale(1.05) rotate(0deg);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
            border: 1px solid #ccc;
            padding: 16px;
        }
*/
        /* Dosage section */
        .dosage {
            background-color: #e9ecef;
            padding: 50px 0;
            text-align: center;
        }

        .dosage h3 {
            font-size: 2rem;
            color: #212529;
        }

        .dosage p {
            font-size: 1.2rem;
            color: #495057;
        }

        /* Header with logo */
        .product-header {
            background-color: #07a5c7;
            padding: 20px 0;
        }

         .product-header .logo {
            font-size: 1.2rem;
            font-weight: bold;
            color: #ffffff;
            display: flex;
            align-items: center;
        }

         .product-header .logo::before {
            content: '\f109'; /* Bootstrap icon for atom or similar */
            font-family: 'bootstrap-icons';
            margin-right: 10px;
            font-size: 1.5rem;
        }




.product-section {
      padding: 60px 0px;
            background: #effdff;
    }

    .product-section .product-title {
      font-weight: 800;
      font-size: 2rem;
    }

    .product-section .feature-box {
      background: #d9f3fc;
      border-radius: 10px;
      text-align: left;
      padding: 12px 20px;
      margin-bottom: 15px;
      font-weight: 600;
      color: #004466;
      border: 1px solid #2ba8ba;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .product-section .feature-box:hover {
      background: #bfe9f7;
      transform: translateX(8px) scale(1.02);
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    .product-section .product-img {
      max-width: 100%;
      transition: transform 0.6s ease;
    }

    .product-section .product-img:hover {
      transform: scale(1.05) rotate(-1deg);
    }

   .product-section  .circle-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 320px;
      height: 320px;
      border-radius: 50%;
      background: linear-gradient(135deg, #e0f7ff, #c4edff);
      z-index: -1;
      animation: pulse 4s infinite alternate ease-in-out;
    }

    @keyframes pulse {
      from { transform: translate(-50%, -50%) scale(1); }
      to { transform: translate(-50%, -50%) scale(1.08); }
    }

.tabs-vetecto{}

.tabs-vetecto .tabs {
    display: block;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
    background: transparent;
    text-align: center;
}


   .tabs-vetecto .tab-btn {
    border: 0;
    background: transparent;
    color: #07a5c7;
    font-weight: 600;
    padding: 0.5rem 2.96rem;
    cursor: pointer;
    position: relative;
    transition: color 180ms 
ease, transform 200ms 
ease;
    border-radius: 0.5rem;
    margin: 0px 3px;
    font-size: 1.2rem;
    border: 1px solid #07a5c7;
    background: #fff;
}

.tabs-vetecto .active {
    background: #07a5c7;
    color: #fff;
}

    .tabs-vetecto .tab-btn:hover{ transform:translateY(-3px); color:var(--v-blue-strong); }

    /* active underline */
   .tabs-vetecto .tab-btn.active::after{
      content:'';
      position:absolute;
      left:10%;
      right:10%;
      height:3px;
      background:linear-gradient(90deg,var(--v-blue),var(--v-blue-strong));
      bottom:-6px;
      border-radius:3px;
    }

    /* Panels */
    .tabs-vetecto .tab-panel{
      padding:1.5rem;
      background:transparent;
      border-radius:0.6rem;
      box-shadow:none;
      min-height:160px;
      opacity:0;
      transform:translateY(6px);
      transition:opacity 320ms ease, transform 320ms ease;
    }

    .tabs-vetecto .tab-panel.show{
      opacity:1;
      transform:translateY(0);
    }

    /* Responsive tweaks */
    @media (max-width:576px){
      .tabs-vetecto .tab-btn{ font-size:0.95rem; margin-bottom: 16px !important; padding:0.45rem 0.6rem }
      .tabs-vetecto .tabs{ gap:0.5rem }
    }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #fd4c82; }
  a:hover, a:focus {
    text-decoration: none;
    color: #fd4c82;
    outline: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400; }

.wrap {
  padding: 10px 36px;
  position: absolute;
  top: 0;
  background-color: #07a5c7;
  left: 0;
  right: 0;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .wrap {
      display: none; } 
    }

.mailus{color: #fff;}

  .wrap .phone {
    font-weight: 500;
    font-size: 12px; }
    .wrap .phone a {
      color: #fff;
      font-size: 12px;
      text-decoration: none; }

.social-media {
  display: inline-block; }
  .social-media p a {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: 7px;
    border-radius: 50%;
    text-decoration: none;
     }
    .social-media p a span {
      color: #07a5c7; }
    .social-media p a:hover {
      background: #07a5c7; }
      .social-media p a:hover span {
        color: #fff; }

.ftco-navbar-light {
  background: #fff !important;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #ffffff !important;
      position: relative;
      top: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .ftco-navbar-light .container {
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 992px) {
      .ftco-navbar-light .container {
        background: #fff; } }
  .ftco-navbar-light .navbar-brand {
       color: #fff;
    padding-top: 0.44rem;
    padding-bottom: 0.88px; }
    .ftco-navbar-light .navbar-brand h1 {
      color: #000000;
      margin-left: 5px; }
    .ftco-navbar-light .navbar-brand span {
      color: #fd4c82; }
    .ftco-navbar-light .navbar-brand .flaticon {
      color: #fd4c82; }
    .ftco-navbar-light .navbar-brand:hover {
      color: #fd4c82; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        .ftco-navbar-light .navbar-brand h1 {
          color: #fff; }
        .ftco-navbar-light .navbar-brand span, .ftco-navbar-light .navbar-brand .flaticon {
          color: #91c235; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 20px;
      margin-right: 0; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16.6px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    font-weight: 500;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
      color: #000000; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        color:#000; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  height: 86vh; overflow-x: auto;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #07a5c7;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    background: #07a5c7;
    margin-top: .5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background:#c79137;
      color: #fff;
      border: 1px solid #c79137; }

  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color:#07a5c7; }

  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #fd4c82; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: #04bbd1 !important;
    cursor: pointer;
    padding-right: 16px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }

    .ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #fd4c82;
      outline: none !important; }

  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
        z-index: 999999;
top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important; } }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color:#07a5c7 !important; }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background:#07a5c7;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 6px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: #04bbd1 !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      margin-right: 15px !important;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
      color: #000000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #fd4c82 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #fd4c82;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .ftco-navbar-light.scrolled .navbar-brand h1 {
        color: #000000; }
      .ftco-navbar-light.scrolled .navbar-brand span {
        color: #91c235; }

.navbar-brand h1 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0; }

.navbar-brand span {
  font-weight: 500;
  display: block;
  font-size: 13px; }

.navbar-brand .flaticon {
  font-size: 38px;
  color: #fd4c82;
  line-height: 1; }
  .owl-carousel.owl-drag .owl-item{touch-action: unset !important;}
.owl-carousel .owl-stage{touch-action: unset !important;}
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
  -ms-touch-action: unset !important;
    opacity: .4;
    touch-action:unset; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
        margin-top: 27px;
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #007bff;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #c79137; }

.hero-wrap {
  width: 100%;
  height: 700px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 991.98px) {
    .hero-wrap {
      background-position: center center !important; } }
  @media (max-width: 767.98px) {
    .min-mobht{min-height: 94px !important;}
.about-banner-d {
  display: block !important;
        background: url(../images/banner/about-mobile-banner.jpg) no-repeat;
        text-align: center;
        height: auto !important;
        background-size: contain;
        background-attachment: unset !important;
        background-position: center top !important;
        margin-top: -102px !important;
    }
    .about-banner-d .ftco-animated{display: none !important;}
    .contact-b {
        background: url(../images/banner/contact-mobile.jpg) no-repeat;
        text-align: center;
        /* width: 100px; */
        background-size: contain;
        background-attachment: unset !important;
        height: 590px !important;
        FONT-WEIGHT: 600;
        background-position: center top !important;
        margin-top: -46px !important;
    }
    .media-header {
        background: url(../images/banner/media-mobile-banner.jpg) no-repeat;
        text-align: center;
        height: 600px;
        background-size: contain;
    }

    .hero-slider
    {height: 66vh !important;
      margin-top: 6px !important;}
    .hero-wrap {
      background-position: 80% center !important; } }
  .hero-wrap .slider-text {
    height: 700px; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .05;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 600px;
    position: relative;
    background-position: top center; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: 0;
      background: #fff; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 600px; }

.slider-text .subheading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fd4c82;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600; }

.slider-text h1 {
  font-size: 60px;
  color: #000000;
  line-height: 1;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .slider-text h1 {
      font-size: 44px; } }

.slider-text p {
  font-weight: 400; }
  .slider-text p strong {
    font-weight: 700; }
    .slider-text p strong a {
      color: #000000; }

 .hero-slider {
      position: relative;
      height: 100vh;
      margin-top: 36px;
      overflow: hidden;
    }

    .hero-slider .owl-carousel .item {
      position: relative;
      height: 100vh;
      background-size: cover;
      background-position: center;
    }

    .hero-content {
      position: absolute;
      top:42%;
      left: 10%;
      transform: translateY(-50%);
      color: #000;
      max-width: 500px;
    }

    .hero-content h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 45px;
    animation: fadeInDown 1s ease;
}

    .hero-content p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
      animation: fadeInUp 1s ease;
    }

    .hero-content a {
      display: inline-block;
      background: #07a5c7;
      color: #fff;
      padding: 12px 28px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      animation: fadeInUp 1.2s ease;
    }

.text-white{color: #fff !important;}
    /* Progress Bar */
    .progress-bar {
    position: absolute;
    bottom: 86px;
    left: 10%;
    width: 80%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
    /* text-align: start; */
    z-index: 999;
    top: auto;
}

    .progress-fill {
      height: 100%;
      width: 0;
      background:#00af91;
      transition: width linear;
    }

    /* Slide Number */
    .slide-number {
    position: absolute;
    top: auto;
    right: 30px;
    font-size: 15px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.7);
    padding: 6px 14px;
    border-radius: 20px;
    bottom: 17%;
    color: #07a5c7;
    z-index: 999;
}

    /* Animations */
    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }


@media (max-width: 767.98px) {
  .slider-text .btn {
    width: 100% !important;
    margin-bottom: 10px; } 
.min-media-ht{min-height: auto !important;}
.min-media-ht2{min-height: auto !important;}
  }

.slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4); }
  .slider-text .breadcrumbs span {
    color: rgba(0, 0, 0, 0.4); }
    .slider-text .breadcrumbs span i {
      color: rgba(0, 0, 0, 0.4); }
    .slider-text .breadcrumbs span a {
      color: #c79137; text-decoration: none;}
      .slider-text .breadcrumbs span a i {
        color: #c79137; }
      .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
        color: #07a5c7; }
        .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
          color: #fd4c82; }

.slider-text .bread {
  font-weight: 700;
  color: #05bbd1;
  font-size: 50px; }
  @media (max-width: 767.98px) {
    .slider-text .bread {
      font-size: 34px; } }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #fd4c82; }

.btn {
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background:#05bbd1;
    border: 1px solid #05bbd1 !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #05bbd1;
      background:#05bbd1;
      color: #fd4c82; }
  .btn.btn-secondary {
    background: #05bbd1 !important;
    border: 1px solid #05bbd1 !important;
    color: #fff !important; }
    .btn.btn-secondary:hover {
      border: 1px solid #05bbd1 !important;
      background: transparent !important;
      color: #00af91 !important; }

.list-services {
  margin: 40px 0 0 0;
  padding: 0; }
  .list-services li {
    list-style: none;
    display: block;
    margin-bottom: 15px; }
    .list-services li .icon {
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background: #00af91; }
      .list-services li .icon span {
        color: #fff; }
    .list-services li p {
      font-weight: 700;
      color: #000000;
      margin-left: 20px;
      margin-bottom: 0; }

.intro .services {
  padding: 25px;
  background: #fff;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .intro .services {
      margin-top: -51px; } }

.services {
  padding: 25px;
  border-radius: 4px;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services .icon {
    width: 80px;
    height: 80px;
    line-height: 1.3;
    border-radius: 50%;
    background: #f0f0f0; }

    .services .icon span {
      font-size: 40px;
      color:#07a5c7; }

  .services .media-body {
    width: calc(100% - 100px);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 20px; }
    .services .media-body h3 {
         font-weight: 600;
    font-size:16.4px;
      color: #000000;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .services .icon {
      width: 30px;
      height: 30px; }
      .services .icon span {
        font-size: 30px; }
    .services .media-body {
      width: calc(100% - 40px); } }
  .services:hover, .services.active {
    background: #07a5c7; }
    .services:hover .icon, .services.active .icon {
      background: #fff; }
    .services:hover .media-body, .services.active .media-body {
      color: rgba(255, 255, 255, 0.9); }
      .services:hover .media-body h3, .services.active .media-body h3 {
        color: #fff; }
  @media (max-width: 991.98px) {
    .services {
      margin-bottom: 30px; } }

.appointment-wrap {
  width: 100%;
  background: #fff; }

.appointment-heading {
  font-size: 14px;
  margin-bottom: 30px;
  color: #fd4c82;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900; }

.appointment-form {
  width: 100%; }
  .appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block; }
    .appointment-form .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 15px;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .appointment-form .form-group .icon span {
        color: rgba(0, 0, 0, 0.2) !important; }
    .appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
      position: relative; }
      .appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .appointment-form .form-group .btn {
      width: 100%;
      display: block !important; }
  .appointment-form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 54px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .appointment-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control:focus, .appointment-form .form-control:active {
      border-color: #fff; }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

 .dosage-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      text-align: center;
      margin-bottom: 30px;
      min-height: 333px;
    }
    .dosage-header {
      background-color: #e6f0fa;
      color: #0d63a5;
      font-weight: bold;
      padding: 15px;
      font-size: 1.1rem;
      text-transform: uppercase;
    }
    .dosage-header span {
      color: #ff4d4d;
    }
     .dosage-card table {
      width: 100%;
      margin: 0;
    }
     .dosage-card th {
      background-color: #ffe0d0;
      color: #000;
      font-weight: bold;
    }
     .dosage-card td, th {
      border: 1px solid #ddd;
      padding: 10px;
    }
    .dosage-card td {
      background-color: #fff;
    }
    @media (max-width: 768px) {
      .dosage-header {
        font-size: 1rem;
      }
    }

.easy-features-section {
      padding: 50px 0px 30px;
      text-align: center;
    }
.easy-features-section .feature-box {
      transition: all 0.3s ease;
      padding: 12px 6px !important;
      text-align: center;
       min-height: 176px;
    }
    .easy-features-section .feature-box p{margin-bottom: 0px;}
    .easy-features-section .feature-box:hover {
      transform: translateY(-5px);
    }
    .easy-features-section .feature-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 14px;
    text-align: center;
    display: block;
}
    .easy-features-section .feature-title {
    font-weight: 700;
    color: #1a9ec5;
    font-size: 13px;
    /* text-transform: uppercase; */
}
    .easy-features-section .feature-text {
         font-size: 0.86rem;
    color: #333;
    text-align: center;}

.bg-contro{background:#e0eaf5 !important;}
.ht-mindosage{min-height: auto !important;}

.dose-section {
      background-color: #f5f9fc;
      border-radius: 8px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 20px;
      max-width: 700px;
      margin: 40px auto;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }


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

    .dose-step img {
      width: 60px;
      margin-bottom: 10px;
    }

    .dose-step-number {
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 5px;
    }

    .dose-instructions {
      margin-top: 15px;
      font-size: 0.95rem;
      color: #333;
    }

    @media (max-width: 768px) {
      .dose-step img {
        width: 50px;
      }
    }
.ftco-animate {
/*  opacity: 0;*/
/*  visibility: hidden;*/ }
  .values-card {
      transition: all 0.3s ease;
    }

    .values-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

 .img-hover-container {
      position: relative;
      overflow: hidden;
/*      border-radius: 15px;*/
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    /* Effect 1 - Zoom */
    .hover-zoom:hover img {
      transform: scale(1.2);
    }

    /* Effect 2 - Rotate */
    .hover-rotate:hover img {
      transform: rotate(5deg) scale(1.1);
    }

    /* Effect 3 - Grayscale */
    .hover-grayscale img {
      transition: filter 0.3s ease;
    }
    .hover-grayscale:hover img {
      filter: grayscale(100%);
    }

    /* Effect 4 - Brightness + Overlay */
    .hover-bright:hover img {
      filter: brightness(1.2);
      transform: scale(1.1);
    }
    .hover-bright::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .hover-bright:hover::after {
      opacity: 1;
    }

    .img-hover-container img {
      width: 100%;
      height: auto;
      transition: all 0.4s ease;
      display: block;
    }

.bg-primary {
  background: #fd4c82 !important; }

.staff {
  overflow: hidden;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .staff .img {
    height: 200px;
    width: 200px;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    border: 10px solid #f8f9fa; }
    .staff .img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      content: '';
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .staff .text {
    position: relative;
    background: #fff;
    padding: 110px 30px 30px 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -100px;
    z-index: -1; }
    .staff .text h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .staff .text .position {
      color: #00af91;
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px; }
    .staff .text .faded {
      opacity: 1; }
  .staff .ftco-social {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .ftco-social li a {
      width: 34px;
      height: 34px;
      background: #00af91;
      color: #fff;
      border-radius: 5px; }
  .staff:hover .text, .staff:focus .text {
    background: #00af91;
    color: rgba(255, 255, 255, 0.8); }
    .staff:hover .text h3, .staff:focus .text h3 {
      color: #fff; }
    .staff:hover .text .position, .staff:focus .text .position {
      color: #fff; }
  .staff:hover .img, .staff:focus .img {
    border-color: #fff; }
  .staff:hover .ftco-social li a, .staff:focus .ftco-social li a {
    color: #c79137;
    background: #fff; }

.ftco-social {
  padding: 0; }
  .ftco-social li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }

.ftco-section {
  padding: 7em 0;
  position: relative;
  z-index: 999; }

  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }


#backToTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      z-index: 9999;
      border-radius: 50%;
      padding: 8px 16px;
      background-color: #007bff;
      color: #fff;
      font-size: 20px;
      transition: opacity 0.3s ease;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    }
    #backToTop:hover {
      background-color: #0056b3;
      color: #fff;
    }

.mr-left39{margin-left: 39px !important;}

.ftco-footer {
  font-size: 16px;
  background: #e0e0e0;
  padding: 7em 0 0 0;
  z-index: 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .ftco-footer .ftco-footer-widget {
      margin-bottom: 40px; } }
  .ftco-footer .ftco-footer-widget ul {
    margin: 0;
    padding: 0; }
    .ftco-footer .ftco-footer-widget ul li {
      margin-bottom: 8px; }
      .ftco-footer .ftco-footer-widget ul li a {
        color: rgba(0, 0, 0, 0.6);
        color: #000000;
        text-decoration: none;  margin-bottom: 0px;}
        .ftco-footer .ftco-footer-widget ul li a span {
          color: rgba(255, 255, 255, 0.6);
          color:#05bbd1;
          font-size: 14px; }
        .ftco-footer .ftco-footer-widget ul li a:hover {
          color: #0aa389; }
  .ftco-footer p {
    color: rgba(0, 0, 0, 0.7); }
  .ftco-footer a {
    color: rgba(0, 0, 0, 0.7);
    color: #fd4c82; }
    .ftco-footer a:hover {
      color: #fff; }
  .ftco-footer .ftco-heading-2 {
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative; }
    .ftco-footer .ftco-heading-2:after {
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 30px;
      height: 3px;
      background:#05bbd1;
      content: ''; }
  .ftco-footer .logo a {
    font-weight: 900;
    color: #000000; }
    .ftco-footer .logo a span.flaticon {
      font-size: 40px;
      color: #fd4c82; }
    .ftco-footer .logo a div.logo1 span {
      font-size: 22px;
      line-height: 1;
      display: block;
      text-transform: capitalize; }
    .ftco-footer .logo a div.logo1 span.sub {
      color: #fd4c82;
      font-size: 13px;
      font-weight: 500; }
  .ftco-footer .bg-primary {
    background: #000000 !important;
    position: relative;
    z-index: 0; }
    .ftco-footer .bg-primary p {
      color: rgba(255, 255, 255, 0.7); }
      .ftco-footer .bg-primary p a {
        color: #fff;
        text-decoration: underline; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #05bbd1;
    position: relative;
    border-radius: 4px; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff !important; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; }
       }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4);
    box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(253, 76, 130, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(253, 76, 130, 0);
    box-shadow: 0 0 0 30px rgba(253, 76, 130, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0);
    box-shadow: 0 0 0 0 rgba(253, 76, 130, 0); } }

.heading-section .subheading {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;

  color: #c79137;
  letter-spacing: 2px;
  font-weight: 900; }

.heading-section h2 {
  line-height: 1.2;
  font-size: 40px;
  color:#07a5c7;
  font-weight: 700; }
  .heading-section h2 span {
    color: #fd4c82; }
  .heading-section h2 span.number {
    color: #fd4c82; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; }
       }

.heading-section.heading-section-white .subheading {
  color: #07a5c7 !important; }

.heading-section.heading-section-white h2 {
  color:#07a5c7; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.testimony-section {
  position: relative;
  background:#f2f2f2;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  padding: 5em 0; }
  .testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background:#05bbd1; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .testimony-section .owl-nav {
        display: none; } }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #fff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 1; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 20px;
        margin-top: 7px;
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-prev {
          right: 61px !important; } }
      .testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #fff; }
    .testimony-section .owl-nav .owl-next {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-next {
          right: 0 !important; } }
      .testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
          font-size: 24px;
          margin-top: 7px;
          color: #fff; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #fff; }

.testimony-wrap {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px; }
  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background-position: top center; }
    .testimony-wrap .user-img .quote {
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 30px;
      height: 30px;
      background: #91c235;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .testimony-wrap .user-img .quote i {
        color: #fff; }
  .testimony-wrap .text {
    width: calc(100% - 100px); }
  .testimony-wrap .name {
    font-weight: 600;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 18px;
    color:#00af91;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.block-7 {
  border-radius: 7px;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .block-7 {
      margin-top: 30px; } }
  .block-7 .img {
    height: 200px; }
  .block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
    .block-7 .price sup {
      font-size: 24px;
      top: -1em;
      color: #b3b3b3; }
    .block-7 .price .number {
      font-size: 60px;
      font-weight: 900;
      color: #fd4c82; }

  .block-7 .excerpt {
    margin-bottom: 0px;
    color: #00af91;
    font-size: 16px;
    font-weight: 600;}
  .block-7 h3{font-size: 16px;min-height: 59px;}
  .block-7 p{ font-size: 14px;text-align: left;line-height: 20px;}
  .block-7 .pricing-text, .block-7 .pricing-text li {
    padding: 0;
    margin: 0; }
  .block-7 .pricing-text li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000; }
    .block-7 .pricing-text li:nth-child(odd) {
      background: rgba(0, 0, 0, 0.05); }
    .block-7 .pricing-text li span.fa {
      color: #fd4c82; }
  .block-7:hover, .block-7:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11); }

.ftco-facts {
  padding: 5em 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1); }

 .table-phos {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }
    .table-phos thead {
        background-color: #0d6efd;
        color: #fff;
    }
    .table-phos tbody tr:hover {
        background-color: #f1f5ff;
    }


.ftco-counter {
  overflow-x: hidden;
  position: relative; }
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important; } }
  .ftco-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ftco-counter .block-18 {
        margin-bottom: 0; } }
  .ftco-counter .text strong.number {
    font-weight: 700;
    font-size: 40px;
    color: #fd4c82;
    display: block; }
  .ftco-counter .text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 2px; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  width: 100%;
  position: relative;
  display: block; }

@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 60px; } }

@media (max-width: 767.98px) {
  .easy-features-section .feature-box {min-height: auto !important;}
  .blog-entry {
    margin-bottom: 30px; }
.ftco-footer{text-align: center;}
.d-m {display: block !important;}
.ftco-footer .logo a{display: block !important;}
.logo1 img{margin: 0 auto !important; text-align: center !important;}
.ftco-footer .ftco-heading-2:after{left: 46% !important;}
.ftco-footer .ftco-footer-widget ul {
 padding: 0px 58px !important;
    text-align: center !important;
    margin: 0 auto !important;}
.navbar-collapse{padding: 0px 15px !important;}
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link
{padding-top: 0.5rem !important;}
.ftco-navbar-light.scrolled{position: relative !important;}
     }

.blog-entry .desc {
  background: #fff;
  padding: 20px; }

.blog-entry .text {
  position: relative;
  border-top: 0;
  border-radius: 2px;
  width: calc(100% - 100px); }
  .blog-entry .text .tag {
    color: #b3b3b3; }
  .blog-entry .text .heading {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500; }
    .blog-entry .text .heading a {
      text-decoration: none;
      color: #000000; }
      .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
        color: #0aa389; }

.blog-entry .meta {
  width: 100px; }
  .blog-entry .meta div {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500; }
    .blog-entry .meta div a {
      text-decoration: none;
      color: #0aa389;
      font-size: 12px; }
      .blog-entry .meta div a:hover {
        color: black; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: #051422 !important; }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: black; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #91c235;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #cccccc; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #91c235;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .contact-info p a {
  color: #1a1a1a;
  text-decoration: none; }

.contact-section .box {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  padding-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 991.98px) {
    .contact-section .box {
      margin-bottom: 30px; } }
  .contact-section .box .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #05bbd1;
    border: 7px solid #fff;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .contact-section .box .icon span {
      color: #fff;
      font-size: 40px; }
  .contact-section .box h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }

.contact-section .contact-form {
  width: 100%; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 500; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #fd4c82; }
  .block-21 .text .meta > div {
    display: inline-block;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      text-transform: uppercase;
      font-size: 12px;
      color: #b3b3b3; }

/* Blog*/

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #f2f2f2;
  font-size: 11px;
  background: #f2f2f2; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc;
        color: #fd4c82;
        display: block;
        margin-bottom: 10px; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        background: #fd4c82;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 4px; }
  .search-form .form-group {
    position: relative;
    margin-bottom: 0; }
    .search-form .form-group input {
      padding-right: 50px;
      font-size: 14px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%; }
  .sidebar-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700; }
  .sidebar-box .heading-sidebar {
    font-weight: 700;
    margin-bottom: 22px; }

.categories {
  padding: 0;
  margin: 0; }
  .categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none; }
    .categories li:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .categories li a {
      display: block;
      color: #1a1a1a; }
      .categories li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ccc; }
    .categories li.active a {
      color: #000000;
      font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
