/* Fonts  */

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("popup.css");
@import url("blog-detail.css");
@import url("call-to-expert.css");

/* @font-face {
  font-family: "Avenir Next Ultra";
  src: url("{{ asset('assets/frontend-assets/fonts/AvenirNext-UltraLight.woff2') }}")
      format("woff2"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-UltraLight.woff') }}")
      format("woff"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-UltraLight.ttf') }}")
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Regular.woff2') }}")
      format("woff2"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Regular.woff') }}")
      format("woff"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Regular.ttf') }}")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Medium.woff2') }}")
      format("woff2"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Medium.woff') }}")
      format("woff"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Medium.ttf') }}")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Demi";
  src: url("{{ asset('assets/frontend-assets/fonts/AvenirNext-DemiBold.woff2') }}")
      format("woff2"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-DemiBold.woff') }}")
      format("woff"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-DemiBold.ttf') }}")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Bold.woff2') }}")
      format("woff2"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Bold.woff') }}")
      format("woff"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Bold.ttf') }}")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Heavy.woff2') }}")
      format("woff2"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Heavy.woff') }}")
      format("woff"),
    url("{{ asset('assets/frontend-assets/fonts/AvenirNext-Heavy.ttf') }}")
      format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */

/* Hurme Geometric Sans 1 Font Start  */

@font-face {
  font-family: "HurmeGeometricSans1";
  src:
    url("../fonts/HurmeGeometricSans1-Regular.woff2") format("woff2"),
    url("../fonts/HurmeGeometricSans1-Regular.woff") format("woff"),
    url("../fonts/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src:
    url("../fonts/HurmeGeometricSans1-SemiBold.woff2") format("woff2"),
    url("../fonts/HurmeGeometricSans1-SemiBold.woff") format("woff"),
    url("../fonts/HurmeGeometricSans1-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src:
    url("../fonts/HurmeGeometricSans1-Bold.woff2") format("woff2"),
    url("../fonts/HurmeGeometricSans1-Bold.woff") format("woff"),
    url("../fonts/HurmeGeometricSans1-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src:
    url("../fonts/HurmeGeometricSans1-BoldObl.woff2") format("woff2"),
    url("../fonts/HurmeGeometricSans1-BoldObl.woff") format("woff"),
    url("../fonts/HurmeGeometricSans1-BoldObl.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Hurme Geometric Sans 1 Font End  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==========================
   Root Variables
   ========================== */
:root {
  /* Colors */
  --color-primary-1: #025ba5;
  --color-primary-2: #025ba5;
  --color-secondary-1: #bed5d3;
  --color-secondary-2: #fcecb2;
  --color-accent: #d8e15e;
  --text-dark: #000000;
  --text-dark-2: #1b1b1b;
  --text-dark-gray: #504f4f;
  --text-gray: #6b6b6b;
  --color-light: #ffffff;
  --second-bg: #f2f7fa;

  /* Typography */
  /* --font-family-base: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    sans-serif; */
  /* --font-family-heading: "Poppins", "Segoe UI", Roboto, sans-serif; */
  --font-size-base: 16px;
  --line-height-base: 1.6;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --radius-full: 50%;

  /* Shadows */
  --shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  --shadow-sm: -1px 1px 5px rgba(0, 0, 0, 0.1);
  --shadow-header: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  --shadow-button: 0px 2px 24px 0px rgba(1, 36, 66, 0.45);

}

/* ========================== 
   Base Styles
 ========================== */
body {
  font-family: "HurmeGeometricSans1", sans-serif;
  font-style: normal;
  font-size: 16px;
  background-color: var(--color-light);
  color: var(--color-dark);
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  font-weight: 700;
}

h4 {
  font-size: 25px;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

/* utilities */

.primary-text {
  color: var(--color-primary-1);
}

.primary-btn {
  display: inline-block;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  background: linear-gradient(to bottom,
      var(--color-primary-1) 25%,
      var(--color-primary-2) 135%);
  /* border: 1px solid transparent; */
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--color-light);
  white-space: nowrap;
}

.primary-btn:hover {
  box-shadow: inset 0 0 0 1px #ffffff;
  color: var(--color-light);
}

.primary-btn:active {
  opacity: 0.7;
}

.disabled-btn {
  color: #9d9b9b;
  background: #cfcece;
}

.disabled-btn:active {
  opacity: 1;
}

.disabled-btn:hover {
  color: #9d9b9b;
  background: #cfcece;
  cursor: not-allowed;
  box-shadow: none;
}

.simple-btn {
  color: var(--color-primary-1);
  text-decoration: underline;
  font-size: 25px;
  border: none;
  background-color: transparent;
  font-weight: 700;
}

.main-title {
  font-size: 55px;
}

.section-title {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  color: var(--color-primary-1);
}

.section-title span {
  font-size: 25px;
  color: var(--color-primary-1) !important;
  font-weight: 900;
}

.section-padding {
  padding-top: 50px;
}

.last-padding {
  padding-bottom: 50px;
}

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

.main {
  background-color: var(--color-light);
}

.inner-page-top {
  padding-top: 0px;
}

.hide-lg {
  display: none !important;
}

.text-black {
  color: var(--text-dark);
}

.text-dark-gray {
  color: var(--text-dark-gray);
}

.text-gray {
  color: var(--text-gray);
}

.border {
  border: 1px solid #e1e1e1;
}

.radius-lg {
  border-radius: var(--radius-lg);
}

.text-sm {
  font-size: 16px;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* ========== Header Style ========== */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0px;
  z-index: 999;
  transition: all ease-in 0.3s;
}

.header.sticky {
  background-color: var(--color-light);
  padding: 15px 0px;
  box-shadow: var(--shadow-header);
}

.header .brand-logo {
  width: 280px;
}

.header .lly-cpl {
  width: 240px;
  display: inline-block;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .call-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary-1);
  white-space: nowrap;
  text-decoration: none;
  padding: 5px 23px;
  border-radius: 50px;
  gap: 14px;
}

.header .call-btn a img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 30px;
  border-radius: var(--radius-full);
  color: var(--color-primary-1);
  white-space: nowrap;
}

.header .call-btn a div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.1;
  color: var(--text-dark);
}

.header .call-btn a div .number {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary-1);
}

.back-btn-wrapper .call-btn a {
  background-color: var(--color-light);
  color: var(--color-primary-1);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.home-header {
  background: transparent;
}

.header.sticky.home-header {
  background: #ffffff;
}

.header.inner-header {
  background: #ffffff;
  box-shadow: var(--shadow-header);
}

.lly-cpl-logo,
.call-btn {
  display: none;
}

/* HOME PAGE */
.header.home-header .lly-cpl-logo {
  display: block;
}

/* INNER PAGES */
.header.inner-header .call-btn {
  display: block;
}

/* ========== Hero Section Style ========== */
.hero-section {
  width: 100%;
  padding: 140px 0 70px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  width: 700px;
  height: 200px;
  position: absolute;
  top: -130px;
  right: -300px;
  background: var(--color-light);
  z-index: -13;
  filter: blur(50px);
  border-radius: 50%;
  opacity: 0.8;
}

.hero-section .hero-img {
  position: absolute;
  bottom: -1px;
  left: -25px;
  height: 30vw;
  width: auto;
  z-index: 3;
  pointer-events: none;
}

@media (min-width: 1520px) {
  .hero-section .hero-img {
    height: 27.5vw;
  }
}

@media (min-width: 1850px) {
  .hero-section .hero-img {
    bottom: 0px !important;
    height: 24vw;
  }
}

@media (min-width: 2150px) {
  .hero-section .hero-img {
    bottom: -220px !important;
  }
}

@media (min-width: 2850px) {
  .hero-section .hero-img {
    bottom: -440px !important;
  }
}

@media (min-width: 1000px) {
  .hero-section {
    background-image: url("../images/hero-banner-green-n.webp");
    background-size: cover !important;
  }
}

@media (max-width: 999px) {
  .hero-section {
    background-image: url("../images/hero-banner-green-n.webp");
    background-size: cover;
  }
}

.hc-wrapper {
  display: flex;
  justify-content: space-between;
}

.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  width: 38%;
}

.hero-spacer {
  width: 50%;
}

.hero-content .gradient-btn {
  width: 280px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  font-size: 24px;
  color: var(--color-primary-1) !important;
  box-shadow: var(--shadow-button);
}

.hero-content .highlight {
  position: relative;
  padding: 7px 0;
  color: var(--color-light);
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 20px 0;
  font-style: italic;
}

.hero-content .highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  z-index: -1;
  width: 400%;
  height: 100%;
  padding: 10px 12px;
  background: linear-gradient(to left,
      rgba(2, 92, 165, 0.7) 80%,
      rgba(2, 92, 165, 0));
}

.gradient-txt {
  background: linear-gradient(90deg,
      var(--color-primary-1),
      var(--color-primary-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
  color: transparent;
  text-transform: uppercase;
}

.hero-section .main-title {
  color: var(--color-light);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: initial;
}

.hero-section .title-child-1 {
  margin-bottom: 9px;
  display: block;
}

.hero-section .title-child-2 {
  margin-bottom: 2px;
  display: block;
}

.hero-section .main-title span {
  font-weight: 400;
  font-size: 42px;
}

.hero-section p {
  color: var(--color-light);
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  font-weight: 400;
}




/* ========== Calculate BMI Section Style ========== */

#check_bmi {
  scroll-margin-top: 80px;
}

input[type="checkbox"] {
  accent-color: var(--color-primary-1);
}

.form {
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
  padding: 22px;
}

.form select,
.form input {
  box-shadow: var(--shadow-sm);
}

.form .form-control {
  padding: 10px 15px;
  /* width: 100%; */
  border-color: #e1e1e1;
  border-radius: 10px;
}

.form .form-control:focus {
  box-shadow: var(--shadow-sm);
  border-color: #ebebeb;
}

.form-select {
  padding: 10px 50px 10px 15px;
  width: 100%;
}

input,
textarea,
.choices__inner {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-dark);
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none;  */
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.form .choices__input {
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: none;
  vertical-align: middle;
}

.form .select2-selection--multiple {
  padding: 10px 15px;
  min-width: auto;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.form .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-selection__clear {
  margin-top: 3px !important;
  margin-right: 2px !important;
  display: none;
}

.form .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 3px 6px;
}

.form .select2-selection--multiple .select2-search__field {
  margin: 0;
  padding: 3px 0px;
}

.form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e1e1e1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary-1);
}

.calculate-label {
  font-weight: 700;
  font-size: 24px;
}

.h-input {
  width: 100px;
}

.lable14px {
  font-size: 14px;
  color: #666;
}

.weight-input {
  width: 170px;
}

.drop-disc {
  font-size: 18px;
}

.check-bmi-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
}

.select2-container--default .select2-selection__rendered {
  position: relative;
  padding-right: 25px;
}

.select2-container--default .select2-selection__rendered::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 60%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path fill='%23555' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.bmi-space {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .bmi-field-mob {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .bmi-space {
    margin-bottom: 26px;
  }

  .calculate-label,
  .drop-disc,
  .lable14px,
  .check-bmi-btn {
    font-size: 16px !important;
  }
}

/* ========== Explore Section Style ========== */

.explore-card {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  height: 286px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: end;
  z-index: 1;
  width: 100%;
  padding: 20px;
}

.explore-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 1));
}

.explore-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.explore-card .card-title {
  text-align: left;
  font-weight: 700 !important;
  font-size: 24px;
  overflow: hidden;
  color: var(--color-light);
  padding-right: 70px;
}

/* small tweak so the slide content fits nicely */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.swiper-slide>.card {
  width: 100%;
}

.last-card {
  background: var(--color-primary-1);
  background: linear-gradient(180deg, #003560 0%, #025ba5 90%, #003560 105%);
  color: #fff;
  border: none;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 286px;
  width: 100%;
}

.last-card a {
  text-decoration: none;
  font-size: 42px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  align-items: center;
}

.last-card a .chevron-right {
  width: 59px;
  height: 59px;
  background-color: #fff;
  color: var(--color-primary-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 59px;
  border-radius: var(--radius-full);
}

/* ========== Success Stories Style ========== */
.success-stories {
  overflow: hidden;
}

.success-stories .swiper {
  overflow: unset;
}

/* Card Style */
.story-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 570px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Tag Top */
.story-tag {
  position: absolute;
  background: var(--color-secondary-1);
  padding: 5px 15px;
  border-bottom-right-radius: 20px;
  font-weight: 700;
  font-size: 22px;
}

/* ========== Footer Style ========== */

.footer {
  background-color: var(--second-bg);
  padding-top: 30px;
}

.footer .brand-logo {
  width: 300px;
  margin: auto;
  margin-bottom: 20px;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0px;
  padding: 20px 0;
  border-top: 1px solid #ccccccee;
}

.footer-navlink-wrapper {
  padding: 30px 40px;
  border-top: 1px solid #ccccccee;
  border-bottom: 1px solid #ccccccee;
  margin: unset;
}

.footer-navlink-wrapper h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-link li>div {
  color: #525252;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  text-wrap: nowrap;
  align-items: center;
}

.footer-link li a {
  text-wrap: nowrap;
}

.footer-link li>div a {
  color: #525252;
}

.footer-link li>div span {
  line-height: 1.2;
}

.footer-link li .icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-full);
  border: 2px solid #525252;
  background-color: transparent;
  color: #525252;
  padding: 7px;
}

.footer-link li .icon i {
  font-size: 34px;
}

.footer-navlink {
  margin: 0;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  /* 3 columns */
  /* grid-template-rows: repeat(2, auto); */
  /* 2 rows */
  column-gap: 10px;
  row-gap: 15px;
}

.footer-navlink li a {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 18px;
  text-wrap: nowrap;
}

.copyrigt {
  font-size: 12px;
  color: #999;
  padding: 25px 0;
}

.ft-rfrnc {
  color: #999999;
  font-size: 8px;
  font-weight: 700;
}

.fr-2 {
  grid-template-columns: repeat(2, 1fr);
  /* 3 columns */
}

/* ============================
   BMI Score Page Style Start
============================     */

.back-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-btn i {
  font-weight: 400;
}

.back-btn-wrapper {
  background: linear-gradient(to right,
      var(--color-primary-1),
      var(--color-primary-2));
  padding: 30px 0 50px;
  position: sticky;
  top: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }

  .back-btn {
    margin-top: 100px;
  }

  .back-btn-wrapper {
    background: transparent;
    position: unset;
  }

  .back-btn .call-btn {
    display: none;
    padding: 0;
  }

  .back-btn a {
    color: var(--color-primary-1) !important;
  }

  .no-back {
    padding-top: 150px;
  }

  .f-divider {
    position: relative;
  }

  .f-divider::before {
    content: "";
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 56%;
    width: 1px;
    background-color: #999999;
  }

  .footer-navlink li a {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 18px;
    text-wrap: wrap;
  }


}

.back-btn a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-light);
}

.bmi-scale {
  position: relative;
  margin: 30px 0px;
  padding: 20px;
  height: 115px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.bmi-scale>div {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.bmi-bar {
  display: flex;

  height: 12px;
  border-radius: 6px;
}

.underweight {
  background: #2196f3;
  width: 25%;
  /* flex: 18.5; */
}

.normal {
  background: #22c55d;
  width: 25%;

  /* flex: 6.5; */
}

.overweight {
  background: #ebb305;
  width: 25%;

  /* flex: 5; */
}

.obese {
  background: #ef4444;
  width: 25%;

  /* flex: 10; */
}

.bmi-marker {
  position: absolute;
  top: -16px;
  width: 10px;
  height: 45px;
  background: #2c003e;
  border-radius: 10px;
  transform: translateX(-50%);
  z-index: 2;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.bmi-details {
  display: flex;
}

.range-card {
  width: 100%;
}

.range {
  position: absolute;
  /* top: 20px; */
  right: -12px;
  margin-top: 25px;
  font-size: 20px;
  text-align: right;
  color: #737373;
}

.bmi-bar>div:last-child .range {
  display: none;
}

.bmi-bar>div:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bmi-bar>div:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* .bmi-bar > div:last-child span { */
/* display: none; */
/* } */

.bmi-labels {
  /* display: flex; */
  /* justify-content: space-between; */
  /* margin-top: 10px; */
  font-weight: 800;
  font-size: 20px;
}

.bmi-labels span {
  flex: 1;
  text-align: center;
}

.bmi-labels .under {
  color: #2196f3;
}

.bmi-labels .norm {
  color: #4caf50;
}

.bmi-labels .over {
  color: #ff9800;
}

.bmi-labels .obese-label {
  color: #ef4444;
}

.bmi-score {
  font-size: 50px;
  font-weight: 700;
  color: #ef4444;
}

.bmi-range-bar {
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 0;
}

.bmi-range-bar div {
  height: 100%;
  float: left;
}

.score-label {
  padding: 8px 30px;
  width: fit-content;
  background-color: #f8dfdf;
  border-radius: 50px;
  font-weight: 500;
  margin: auto;
  color: #ef4444;
}

.contact-card {
  font-size: 20px;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  background: var(--second-bg);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.contact-card i {
  font-size: 70px;
  color: var(--color-primary-1);
  margin-bottom: 10px;
  font-weight: 400;
}

.contact-card p {
  color: var(--text-dark-gray);
}

.contact-card .stroke-btn {
  width: 80%;
  margin: auto;
}

.bmi-result {
  padding-bottom: 54px;
}

.bmi-result h5 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.broken-heart {
  width: 63px;
  margin-bottom: 6px;
}

.health-disc {
  font-size: 20px;
  font-weight: 400;
  color: #504f4f;
  line-height: 1.3;
}

.stroke-btn {
  padding: 12px 18px;
  background: transparent;
  border: 1px solid var(--color-primary-1);
  color: var(--color-primary-1);
  border-radius: 50px;
  background-color: var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  gap: 5px;
  transition: all 0.3s;
  text-wrap: nowrap;
}

.stroke-btn i {
  font-size: 22px;
  line-height: 1;
}

.stroke-btn:hover {
  color: var(--color-light);
  background-color: var(--color-primary-1);
}

.stroke-btn:hover i {
  color: var(--color-light);
}

.gradient-btn {
  padding: 15px 30px;
  background: linear-gradient(to bottom,
      var(--color-primary-1) 25%,
      var(--color-primary-2) 135%);
  color: var(--color-light) !important;
  border-radius: 50px;
  border: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 700;
}

.gradient-btn:hover {
  box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: var(--color-light);
}

.gradient-btn:active {
  opacity: 0.7;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #999;
  margin: 20px 0;
  width: 80%;
  margin: 15px auto;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
  margin-right: 0.75em;
}

.divider:not(:empty)::after {
  margin-left: 0.75em;
}

.cc-btn a {
  color: var(--color-light);
  text-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--color-primary-1);
  width: 100%;
  margin: auto;
}

.cc-btn a i {
  font-size: 22px;
  margin: 0;
  color: var(--color-light);
}

.cstm-popup i {
  color: var(--color-primary-1);
  font-size: 32px;
  display: inline-block;
  margin-bottom: 20px;
}

/* ============================
   BMI Score Page Style End
============================     */

/* ========================================================
   Find doctors near you and doctor list Page Style Start
===========================================================     */

.crnt-location {
  padding-left: 25px;
  padding-right: 25px;
}

.or-text {
  margin: 0 12px;
  font-weight: 500;
  color: #666;
  width: fit-content;
}

.doctor-list-near-u {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-list-near-u h3 {
  font-size: 36px;
}

.search-box {
  display: flex;
}

.search-box .gradient-btn {
  margin-left: -30px;
  padding-left: 50px;
  padding-right: 50px;
}

.doctor-card {
  border: none;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 20px;
}

.status-closed {
  font-weight: 600;
  color: red;
}

.status-open {
  font-weight: 600;
  color: green;
}

.open-time {
  color: #555;
  font-size: 0.9rem;
}

.phone {
  color: var(--color-primary-1);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.doctor-list h6 {
  font-size: 20px;
}

.doctor-list .doctor-name {
  font-weight: 700;
}

/* ========================================================
   Find doctors near you and doctor list Page Style End
===========================================================     */

/* ============================
   Hub content Page Style start
============================     */

.hub-content h1 {
  font-size: 30px;
  font-weight: 700;
}

.breadcrumb-container {
  border-bottom: 1px solid #c4d6d4;
  /* border-top: 1px solid #c4d6d4; */
  padding-bottom: 15px;
  padding-top: 25px;
  margin-top: 100px;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb-item {
  font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #6c757d;
}

.breadcrumb-item a {
  color: var(--color-primary-1);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* Category Page  */
.content-card h5 {
  font-weight: 700;
}

/* ========= Responsive ========= */

@media (max-width: 1200px) {
  .hero-section .hero-content {
    width: 45%;
  }

  .hero-section .hero-img {
    height: 27vw;
  }
}

@media (max-width: 1024px) {
  .footer-navlink {
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .header .brand-logo {
    width: 270px;
  }

  .header .lly-cpl {
    width: 210px;
  }

  .hero-section .hero-content {
    width: 50%;
  }

  .hero-spacer {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .hero-spacer {
    width: 100%;
    display: none;
  }

  .hero-section {
    padding: 130px 0 0 0;
    background-position: right !important;
    min-height: unset;
  }

  .hero-section .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-content .gradient-btn {
    margin: 0 auto;
  }

  .hero-section .hero-img {
    margin-top: 0px;
    position: relative;
    width: 110%;
    height: auto;
    display: block;
    bottom: 0px;
  }

  .hero-content .gradient-btn {
    width: 220px;
  }

  .story-card {
    height: 500px;
  }

  .f-divider::before {
    left: 50%;
  }

  .hero-section::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, 0) 75%);
    z-index: -5;
    /* filter: blur(50px); */
    /* border-radius: 50%; */
    /* opacity: 0.9; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    /* filter: blur(70px); */
    /* border-radius: 15%; */
  }

  .hero-section::before {
    content: "";
    position: absolute;
    background: url(../images/corner.webp) no-repeat;
    background-size: contain;
    width: 130%;
    aspect-ratio: 16 / 9;
    height: auto;
    top: 0;
    right: -100px;
    z-index: -4;
    opacity: 0.9;
  }
}

@media (max-width: 768px) {

  .hero-section .hero-img {
    width: 133%;
    bottom: -1px;
    left: -50px;
  }

  .hide-sm {
    display: none !important;
  }

  .hide-lg {
    display: flex !important;
  }

  .main-title {
    font-size: 26px;
    font-weight: 900 !important;
  }

  .simple-btn {
    font-size: 18px;
  }

  .contact-card .stroke-btn {
    width: 80%;
    margin: auto;
  }

  .cc-btn a {
    width: 80%;
  }

  .back-btn .call-btn {
    display: none;
    padding: 0;
  }

  /* =====Header===== */
  .header {
    padding: 20px 0px;
  }

  .header .brand-logo {
    width: 200px;
  }

  .header .lly-cpl {
    width: 150px;
  }

  .header.sticky {
    padding: 15px 0px;
  }

  .header .call-btn a {
    padding: 13px 13px;
  }

  .header .call-btn a div {
    display: none;
  }

  .header.inner-header {
    padding: 6px 0;
  }

  /* Hero section */
  .hero-section .hide-lg {
    display: block !important;
  }

  .hero-section p {
    font-size: 16px;
    width: 80%;
    margin: auto;
  }

  .hero-content .gradient-btn {
    font-size: 16px;
  }

  .hero-content .highlight {
    font-size: 12px;
  }

  /*=== Explore Section Style   ===*/

  .section-title {
    font-size: 38px;
    margin-bottom: 30px;
  }

  /* .section-title span {
    font-size: 20px;
    color: var(--color-primary-2);
    font-weight: 900;
  } */

  .hero-section .main-title span {
    font-weight: 900;
    font-size: 30px;
    color: #fcfc1a;
  }

  .secondary-title {
    font-size: 36px;
    color: var(--text-dark);
  }

  /* Check BMI Section */
  .form {
    padding: 30px 20px;
  }

  #check_bmi {
    scroll-margin-top: 60px;
  }

  .form .select2-selection--multiple {
    padding: 10px 10px;
  }

  /* Doctor locator */

  .doctor-list-near-u .crnt-location {
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .doctor-list-near-u .mb-5 {
    margin-bottom: 30px !important;
  }

  .search-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
  }

  .search-box .search-input {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    border: none;
  }

  .search-box .search-input:focus {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  }

  .search-box .gradient-btn {
    margin: auto;
    width: 100%;
  }

  .form .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 2px 2px;
  }

  /* =====Footer===== */
  .footer {
    padding-top: 30px;
  }

  .footer-navlink-wrapper {
    padding: 40px 0;
    border-top: 1px solid #ccccccee;
    border-bottom: 1px solid #ccccccee;
  }

  .copyrigt {
    padding: 20px 0;
  }

  /* .footer-navlink {
    grid-template-columns: repeat(1, 1fr);
  } */

  .footer-link li>div {
    font-size: 16px;
    gap: 5px;
  }

  .footer-link li .icon {
    width: 40px;
    height: 40px;

  }

  .footer-link li .icon i {
    font-size: 25px;
  }



  /* Doctor near you Page */

  .doctor-list h6 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  /* BMI result Page */

  .inner-page-top {
    padding-top: 30px;
  }

  .bmi-scale {
    padding: 0px;
    border-radius: unset;
    box-shadow: none;
    text-align: center;
  }

  .sm-dvc-card {
    box-shadow: var(--shadow);
    padding: 16px;
    border-radius: 10px;
  }

  /* Hub content Page Style start */

  .hub-content {
    padding: 5px 0 50px 0;
  }

  .hub-content h1 {
    font-size: 22px;
    font-weight: 700;
  }

  .breadcrumb-container {
    margin-top: 80px;
    border: none;
  }

  /* Hub content Page Style start */

  .hub-content .explore-card {
    height: 200px;
  }

  .hub-content .explore-card .card-title {
    font-size: 20px;
    font-weight: 700;
  }

  .d-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 600px) {
  .stroke-btn {
    font-size: 16px;
  }

  .header .brand-logo {
    width: 170px;
  }

  .header .lly-cpl {
    width: 140px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .contact-card .stroke-btn {
    width: auto;
    margin: auto;
  }

  .cc-btn a {
    width: auto;
  }



  /*=== Explore Section Style   ===*/

  .section-title {
    font-size: 30px;
  }

  /* .section-title span {
    font-size: 24px;
    color: var(--color-primary-2);
    font-weight: 900;
  } */

  .story-card {
    height: 400px;
  }

  .bmi-result h5 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .bmi-score {
    font-size: 36px;
  }

  .score-label {
    padding: 4px 30px;
  }

  .bmi-marker {
    top: -13px;
    width: 4px;
    height: 36px;
  }

  .range {
    font-size: 12px;
  }

  .bmi-labels {
    font-size: 16px;
    font-weight: 400;
  }

  .broken-heart {
    width: 37px;
    height: 30px;
    margin-bottom: 0px;
    margin-right: 20px;
  }

  .bmi-scale {
    height: 100%;
  }

  .contact-card {
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .bmi-content {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
  }

  .bmi-content h4 {
    font-size: 18px;
  }

  .sm-dvc-card {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }

  .health-disc {
    font-size: 16px;
  }

  .divider {
    width: 100%;
    font-size: 12px;
  }

  .stroke-btn {
    gap: 13px;
  }

  /* Hub Content Page  */

  .hub-content {
    padding: 5px 0 30px 0;
  }

  /* Doctor List Near You */
  .doctor-list-near-u {
    min-height: auto;
  }

  /* footer  */

  .footer .brand-logo {
    width: 180px;
    margin: auto;
    margin-bottom: 20px;
  }

  .footer-navlink li a {
    font-size: 16px;
    text-wrap: wrap;
  }

  .footer-navlink-wrapper h6 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .mobile-gap-hide {
    padding-right: 0px;
  }

  .hero-section {
    padding: 90px 0 0 0;
    background-position: calc(0% - 50px) center !important;
  }

  .explore-card {
    padding: 10px;
  }

  .explore-card .card-title {
    font-size: 20px !important;
    padding-right: 0;
  }
}

/* @media (max-width: 500px) {
  .hero-section {
    padding: 130px 0 50px 0;
  }
} */

@media (max-width: 420px) {

  /* .hero-section {
    padding: 110px 0 50px 0;
    background-position: -300px !important;
  }
  .hero-section .main-title span {
    font-size: 36px;
  } */
  .gradient-btn {
    padding: 10px 25px !important;
  }
}

@media (max-width: 500px) {}

@media (max-width: 420px) {
  .h-input {
    width: 80px !important;
  }
}