﻿body, html {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

.supfree {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 15px;
  background: linear-gradient(103deg, #1F6FD3 12.35%, #1A7FFF 90.99%);
  color: #ffffff;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

  /* Gradient Border Effect */
  .supfree::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 25px;
    background: linear-gradient(90deg, #faaaa4, #6f95ff, #ffffff, #c7ff85, #fcfcfc, #29F4FF, #fff6fd);
    background-size: 300% 100%; /* makes gradient wide */
    animation: moveGradient 5s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }

/* Gradient movement animation */
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}

.sec-freesignup p {
  margin: 0px;
  padding: 0 5px 5px 5px;
  line-height: 20px;
  font-size: 12px;
}

.sec-freesignup img {
  border: 0px solid transparent;
  outline: 5px solid #ffffff;
  z-index: 999999;
  position: relative;
  border-radius: 50%;
  padding: 0 5px;
  background: #ffffff;
}

.launch-icon {
  width: 50px;
  height: 50px;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

.img-iconlaunch {
  position: relative;
}
.sec-freesignup h6 {
  margin: 0;
  padding: 5px 0;
}
.language-selector{
  float: left;
}

.header-right-side .header-right-button {
  display: inline-block;
  position: relative;
}

.header-right-side {
  -ms-flex: 0 0 83.333333% !important;
  flex: 0 0 90.333333% !important;
  max-width: 90.333333% !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
.customerlanguage {
  background: #ffffff;
  height: 40px;
  padding: 0 30px 0px 10px;
  border: 1px solid #475B76;
  border-radius: 12px;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #263238;
  text-align: left;
  cursor: pointer;
}

.customerlanguage {
  background: #ffffff;
  height: 40px;
  padding: 0 30px 0px 10px;
  border: 1px solid #475B76;
  border-radius: 12px;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #263238;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.lm_appdownload {
  margin: 0 5px 0 5px;
  padding: 0 0 0 0;
}
  .lm_appdownload a {
    background: #408EF0;
    color: #ffffff !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0 15px;
    border: 1px solid #DBE9FF;
  }

.customerlanguage {
  height: 32px;
}



.header-right-side .header-right-button {
  text-align: right !important;
  padding: 12px 0 0 !important;
  float: right;
}
.language-selector,
a.addreply-pr {
  float: left;
}

.customerlanguage {
  background: #ffffff;
  height: 40px;
  padding: 0 30px 0px 10px;
  border: 1px solid #475B76;
  border-radius: 12px;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #263238;
  text-align: left;
  cursor: pointer;
}

.header-user-login-btn .btn {
  text-transform: inherit !important;
  border: none !important;
  border-radius: 0 !important;
  padding-left: 5px;
  background-color: transparent !important;
}

  .header-user-login-btn .btn:hover {
    border: none !important;
    color: #408EF0 !important;
  }

  .header-user-login-btn .btn:active,
  .header-user-login-btn .btn:focus {
    box-shadow: none !important;
    color: #408EF0 !important;
    background: #fff !important;
  }

.header-user-login-btn .dropdown-menu,
.header-user-login-btn .vgt-loginmem-area .dropdown-menu {
  background: #fff;
  padding: 5px 0 10px;
  min-width: 20em !important;
  left: -5em !important;
  top: 5px !important;
}


a.lm_getapp span {
  padding-left: 8px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #408ef0;
  --drkblue: #0b41b8;
  --white: #ffffff;
  --blue-dk: #1769aa;
  --green: #1cdaa5;
  --teal: #2ec4b6;
  --dark: #1a1a2e;
  --gray: #f5f7fa;
  --border: #e8eaf0;
  --text: #222;
  --muted: #666;
  --red: #e53935;
  --shadow: 0 2px 16px rgba(0,0,0,.09);
  --radius: 14px;
}



a:hover{text-decoration:none;}

/* ═══════════════════════════════════════
       HEADER / NAVBAR
    ═══════════════════════════════════════ */
#lm-header {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  z-index: 9;
}

.lm-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 35px !important;
  gap: 10px;
}

/* ── Logo ── */

  /*.lm-logo img {
    width: 70px;
  }*/

.lm-logo img {
  width: 160px;
}

/* ── Right cluster ── */
.lm-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ── Language selector ── */
.lm-lang {
  background: #ffffff;
  height: 40px;
  padding: 0 30px 0px 10px;
  border: 1px solid #475B76;
  border-radius: 12px;
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #263238;
  text-align: left;
  cursor: pointer;
  outline:none;
}

  



/* ── Get Our App ── */
.lm-btn-app {
  background: var(--blue);
  color: #ffffff !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 15px;
  border: 1px solid #DBE9FF;
  font-weight:500;
  font-size:14px;
  transition:0.5s;
}

  .lm-btn-app:hover {
      opacity:0.90
  }

.lm-lang:focus {
  border-color: var(--blue);
}

a.lm-btn-app span img {
  padding-left: 10px;
}

/* ─────────────────────────────────────
       GUEST: Login / Sign up dropdown
    ───────────────────────────────────── */
.lm-btn-login {
  background: none !important;
  border: none !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 6px 2px !important;
  box-shadow: none !important;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
}

  .lm-btn-login:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .lm-btn-login::after {
    border-top-color: var(--blue);
    display:none;
  }

.im-logsigndropdown .btn:active, .btn:focus, .btn:hover {
  background-color: transparent !important;
  /*color: var(--blue) !important;*/
}

.lm-guest-menu {
  min-width: 285px !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.14) !important;
  margin-top: 8px !important;
  border-radius: 20px !important;
  padding: 5px 10px !important;
  background: #ffffff;
  border-color: #F2F7FF;
}

.lm-dd-section {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #f0f0f0;
}

.doctor-side, .mem-side {
  padding: 10px 15px;
  background: #F2F7FF;
  margin: 5px 0 5px;
  border-radius: 20px;
  transition-duration: 0.5s;
  border: 1px solid #F2F7FF;
}

.doctor-side {
  margin-top: 8px
}

  .doctor-side:hover, .mem-side:hover {
    border-color: #e3e3e3;
    background: #ffffff;
  }

  .lm-dd-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

.lm-dd-role {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 13px;
  color: var(--text);
  margin-bottom: 8px;
}

.lm-dd-avatar img {
  width: 40px;
}

.lm-dd-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

  .lm-dd-avatar.green {
    background: #e8f5e9;
  }

.lm-dd-btns {
  display: flex;
  gap: 7px;
}

  .lm-dd-btns .lm-login-b {
    flex: 1;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid #475B76;
    color: #ffffff !important;
    border: none;
  }

  .lm-dd-btns .lm-signup-b {
    flex: 1;
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid #475B76;
    color: #ffffff !important;
    border: none;

  }

    .lm-dd-btns .lm-login-b:hover,
    .lm-dd-btns .lm-signup-b:hover {
      opacity: .85;
      bottom:5px;
    }

.lm-dd-free h6 {
  color: var(--blue);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

.lm-dd-free p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* ─────────────────────────────────────
       LOGGED-IN: AI Buddy
    ───────────────────────────────────── */
.lm-btn-buddy {
  display: flex;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  transition-duration: 0.5s;
  text-align: center;
  background: #408EF0;
  border-radius: 12px;
  border: 1px solid #DBE9FF;
  bottom: 0px;
  transition: all ease-in-out 0.3s;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.buddy_fighero img {
  width: 33px;
  margin-right: 8px;
  margin-top: -4px;
}

.lm-buddy-av {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@keyframes toss {
  0%,100% {
    transform: rotate(-8deg)
  }

  50% {
    transform: rotate(8deg)
  }
}

.tossing {
  animation: toss 1.2s infinite ease-in-out;
}

/* ─────────────────────────────────────
       LOGGED-IN: User pill + dropdown
    ───────────────────────────────────── */
.lm-btn-user {
  background: #F2F7FF !important;
  border: 1px solid #475B76 !important;
  border-radius: 12px !important;
  padding: 4px 12px 4px 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--text) !important;
  box-shadow: none !important;
  transition: border-color .2s, box-shadow .2s;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  max-width: 190px;
  padding: 0 10px 0 5px;
  height: 40px;
  display: flex;
  align-items: center;
}

  .lm-btn-user:hover, .lm-btn-user:focus {
    border-color: var(--blue) !important;
    outline: none !important;
    background: #F2F7FF !important;
    color: var(--text) !important;
  }

  .lm-btn-user:active {
    background: #F2F7FF !important;
    color: var(--text) !important;
  }

  .lm-btn-user::after {
    border-top-color: var(--blue);
    margin-left: 2px;
  }

.lm-user-av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  flex-shrink: 0;
  overflow: hidden;
}

  .lm-user-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.lm-user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
}

.lm-user-menu {
  min-width: 230px !important;
  padding: 10px !important;
  margin-top: 8px !important;
  border-radius: 20px !important;
  background: linear-gradient(103deg, #7cafff 12.35%, #408ef0 90.99%) !important;
  border: 1px solid #DBE9FF !important;
}


.lm-menu-item {
  display: flex !important;
  align-items: center;
  gap: 11px;
  padding: 10px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  transition: background .15s, color .15s;
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  transition: .5s;
}

  .lm-menu-item:hover, .lm-menu-item:active, .lm-menu-item:focus {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    background-color: transparent;
  }

    .lm-menu-item:hover .lm-mi {
      color: var(--white);
    }

.lm-mi {
  width: 16px;
  height: 16px;
  color: #ffffff;
  flex-shrink: 0;
}

.lm-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 5px 0;
}

.lm-logout {
  color: var(--white) !important;
}

  .lm-logout:hover {
    background-color: transparent !important;
  }

  .lm-logout .lm-mi {
    color: var(--white);
  }

/* ═══════════════════════════════════════
    HAMBURGER BUTTON
    ═══════════════════════════════════════ */
.lm-ham {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.lm-hb {
  display: block;
  width: 21px;
  height: 2.5px;
  background: var(--blue);
  border-radius: 3px;
  transition: transform .3s ease, opacity .3s ease, width .3s ease;
  transform-origin: center;
}

.lm-ham.open .lm-hb:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.lm-ham.open .lm-hb:nth-child(2) {
  opacity: 0;
  width: 0;
}

.lm-ham.open .lm-hb:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ═══════════════════════════════════════
       SIDE PANEL
    ═══════════════════════════════════════ */
#lm-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.42);
  z-index: 1999;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .35s ease;
}

  #lm-overlay.on {
    opacity: 1;
  }

#lm-sidepanel {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 2000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: width .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -6px 0 30px rgba(0,0,0,.13);
}

.lm-sp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 13px;
  background: #0b41b8;
  border-bottom: 1px solid #edf0f5;
  min-width: 260px;
  flex-shrink: 0;
}

.lm-sp-logo {
  display: flex;
  align-items: center;
  gap: 7px;
}

.lm-sp-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--teal);
}

.lm-sp-close {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .25s;
  position: relative;
  flex-shrink: 0;
}

  .lm-sp-close:hover {
    background: var(--blue);
    transform: rotate(90deg);
  }

  .lm-sp-close span {
    position: absolute;
    width: 14px;
    height: 2px;
    background: #555;
    border-radius: 2px;
    transition: background .2s;
  }

  .lm-sp-close:hover span {
    background: #fff;
  }

  .lm-sp-close span:first-child {
    transform: rotate(45deg);
  }

  .lm-sp-close span:last-child {
    transform: rotate(-45deg);
  }

.lm-sp-nav {
  flex: 1;
  padding: 6px 0;
  min-width: 260px;
  overflow-y: auto;
}

.lm-sp-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 20px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  transition: background .2s, color .2s, padding-left .2s;
  opacity: 0;
  transform: translateX(18px);
}

  .lm-sp-link.vis {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease, transform .3s ease, background .2s, color .2s, padding-left .2s;
  }

  .lm-sp-link:hover {
    background: #f0f8ff;
    color: var(--blue);
    padding-left: 26px;
  }

.lm-sp-icon {
  font-size: 15px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.lm-sp-arrow {
  margin-left: auto;
  font-size: 18px;
  color: #ccc;
  transition: color .2s, transform .2s;
}

.lm-sp-link:hover .lm-sp-arrow {
  color: var(--blue);
  transform: translateX(4px);
}

.lm-sp-foot {
  padding: 14px 16px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
  min-width: 260px;
  flex-shrink: 0;
  text-align: center;
}

.lm-sp-tag {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 10px;
}

.lm-sp-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.lm-soc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e3f2fd !important;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
  color:#263238;
}

  .lm-soc:hover {
    background: var(--drkblue) !important;
    transform: translateY(-3px);
    color:#fff;
  }

    .lm-soc:hover svg {
      fill: #fff;
      stroke: #fff;
    }

/* ═══════════════════════════════════════
       RESPONSIVE BREAKPOINTS
    ═══════════════════════════════════════ */

/* ── Desktop (≥992px) ── */
@media (min-width: 992px) {
  .lm-nav-inner {
    padding: 10px 28px;
  }

  .lm-logo svg {
    width: 48px;
    height: 48px;
  }

  .lm-logo-name {
    font-size: 9px;
  }

  .lm-lang {
    font-size: 13px;
  }

  .lm-btn-app {
    font-size: 13px;
    padding: 8px 20px;
  }

  .lm-btn-login {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
  }
  .lm-btn-user {
    font-size: 13px !important;
    padding: 5px 14px 5px 6px !important;
  }

  .lm-user-name {
    max-width: 140px;
    text-transform: capitalize;
    letter-spacing: 0;
  }
}

/* ── Tablet (768px – 991px) ── */
@media (min-width: 768px) and (max-width: 991px) {
  .lm-nav-inner {
    padding: 9px 16px;
    gap: 8px;
  }

  .lm-logo svg {
    width: 40px;
    height: 40px;
  }

  .lm-logo-name {
    font-size: 8px;
    letter-spacing: 2px;
  }
  /* Hide language on tablet – show in side panel */
  .lm-lang {
    display: none;
  }

  .lm-btn-app {
    padding: 6px 13px;
    font-size: 12px;
  }

  .lm-btn-login {
    font-size: 12px !important;
  }

  .lm-btn-buddy {
    padding: 6px 12px;
    font-size: 12px;
  }

  .lm-btn-user {
    font-size: 12px !important;
    max-width: 160px;
  }

  .lm-user-name {
    max-width: 90px;
  }

  .lm-guest-menu {
    min-width: 270px !important;
  }

  .lm-freebar p {
    font-size: 12px;
  }
}

/* ── Mobile Landscape / Small Tablet (576px – 767px) ── */
@media (min-width: 576px) and (max-width: 767px) {
  .lm-nav-inner {
    padding: 8px 14px;
    gap: 6px;
  }

  .lm-logo svg {
    width: 36px;
    height: 36px;
  }

  .lm-logo-name {
    display: none;
  }

  .lm-lang {
    display: none;
  }
  /* Hide "Get Our App" text, show icon only */
  .lm-btn-app {
    padding: 6px 10px;
    font-size: 12px;
  }

    .lm-btn-app .app-text {
      display: none;
    }

  .lm-btn-login {
    font-size: 12px !important;
  }

  .lm-freebar p {
    font-size: 12px;
  }

    .lm-freebar p .free-extra {
      display: none;
    }
  /* Hide AI Buddy text on small screens */
  .lm-btn-buddy .buddy-text {
    display: none;
  }

  .lm-btn-buddy {
    padding: 6px 10px;
  }
  /* User name hidden — avatar only */
  .lm-user-name {
    display: none;
  }

  .lm-btn-user {
    padding: 4px 10px 4px 5px !important;
  }

  .lm-guest-menu {
    min-width: 260px !important;
    right: 0 !important;
    left: auto !important;
  }

  .lm-user-menu {
    right: 0 !important;
    left: auto !important;
  }
}

/* ── Mobile Portrait (< 576px) ── */
@media (max-width: 575px) {
  .lm-nav-inner {
    padding: 8px 12px;
    gap: 5px;
  }

  .lm-logo svg {
    width: 32px;
    height: 32px;
  }

  .lm-logo-name {
    display: none;
  }

  .lm-lang {
    display: none;
  }

  .lm-btn-app {
    display: none;
  }
  /* moved to side panel */
  /* Login text shortened */
  .lm-btn-login {
    font-size: 12px !important;
  }

    .lm-btn-login .login-full {
      display: none;
    }

    .lm-btn-login .login-short {
      display: inline;
    }
  /* Buddy icon only */
  .lm-btn-buddy .buddy-text {
    display: none;
  }

  .lm-btn-buddy {
    padding: 6px 10px;
    border-radius: 50%;
  }
  /* User name hidden */
  .lm-user-name {
    display: none;
  }

  .lm-btn-user {
    padding: 4px 8px 4px 4px !important;
  }
  /* Dropdown full width on mobile */
  .lm-guest-menu {
    min-width: calc(100vw - 24px) !important;
    right: -50px !important;
    left: auto !important;
    max-width: 340px !important;
  }

  .lm-user-menu {
    min-width: 200px !important;
    right: 0 !important;
    left: auto !important;
  }

  .lm-freebar p {
    font-size: 11px;
  }

    .lm-freebar p .free-extra {
      display: none;
    }
}

/* ── Very small (< 360px) ── */
@media (max-width: 359px) {
  .lm-nav-inner {
    padding: 7px 10px;
    gap: 4px;
  }

  .lm-btn-login {
    padding: 5px 2px !important;
    font-size: 11px !important;
  }
}

/* Default: login-short hidden on desktop */
.login-short {
  display: none;
}

/* footer css start*/
#footer {
  padding-top: 10px !important;
  background: #ffffff !important;
  padding-bottom: 0;
  bottom: 0px;
  width: 100%;
  float: left;
  position: relative;
  border-top: 5px solid #f2f7ff;
}
#footer-widget-grid {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
  
#scrollTopBtn {
  position: fixed;
  display: none;
  bottom: 140px;
  right: 20px;
  background-color: #408EF0;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}
  #scrollTopBtn:hover {
    background-color: #263238;
  }
.sml-copyright-sec p {
  margin: 0px;
  padding: 10px 0;
  font-size: 14px;
}

.sml-foot-logo-sec {
  position: relative;
  height: 100%;
  width: 100%;
}
.vg-social-section {
  display: flex;
  justify-content: end;
  gap: 20px;
  height: 100%;
  align-items: center;
}
.smlquick-links li a {
  font-size: 14px;
  padding: 0 30px 0 0;
  font-weight:500;
}

.smlquick-links ul{
  margin: 0;
  padding: 25px 0;
}

.sml-foot-logo-sec img {
  width: 190px;
}

.vg-social-section img {
  width: 25px;
}

.lm-ARR {
  float: left;
  width: 100%;
  background: #F2F7FF;
  padding: 20px 0;
}

.lm_poweredby p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

.lm_poweredby {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0;
  gap: 30px;
}
.lm_hippaforus img {
  width: 130px;
}

.lm-ARR {
  float: left;
  width: 100%;
  background: #F2F7FF;
  padding: 10px 0;
}

.vg-social-section a{transition:all ease-in-out 0.3s; position:relative; bottom:0px;}
.vg-social-section a:hover{bottom:5px;}
.footer-get-app a{transition-duration:0.5s;}
.footer-get-app a:hover{filter:invert();}






/* footer css End*/