:root {
  --primary-color: #E3A130;
  --bg-primary-400: #F5FBFF;
  --secondry-color: #7C7F86;
  --white-color: #fff;
  --gray-400: #BEBEBE;
  --green-color: #11D147;
  --danger-color: #CC4141;
  --light-bg: #FFFFFF;
  --dark-blue: #131A2C;
  --black-bg: #252A36;
  --bg-dark-theame:#0a2538;
  --dark-text: #667085;
  --light-text: #FFFFFF;
  --btn-color: #0079B5;
  --btn-text-color: #ECECEB;
  --black-color: #101828;
  --radius-btn: 0.5rem;
  --gradient-one: linear-gradient(91.14deg, #E2A12D 0%, #AF7100 101.23%);
  --gradient-two: linear-gradient(207.33deg, #0E3049 0.74%, #000000 100%);
  --gradient-three: linear-gradient(91.14deg, #f8a311 0%, #a66c00 101.23%);
  --gradient-four: linear-gradient(90deg, #0E3049 0.01%, rgba(1, 21, 43, 0) 100%);
  --gradient-five:linear-gradient(207.33deg, #062033 0.74%, #000000 100%);
  --z-index: 1;
  --z-index-sticky: 9;
  --z-index-sidebar: 99;
  --z-index-popup: 999;
  --primary-font: "Georgia", sans-serif;
  --title-font: "Georgia", sans-serif;
  --login-font:"PlayfairDisplay", sans-serif;
  --kalam-font:"Kalam", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-smedium: 600;
  --font-weight-bold: 700;
  --base-text: 0.875rem;
  --font-style-italic: italic;
  --line-height: 1rem;
  --text-xmd: 1.1875rem;
  --text-md: 1.125rem;
  --text: 1rem;
  --text-sm:0.6875rem;
  --text-xs:0.875rem;
  --text-xxs:0.625rem;
  --h1:1.125rem;
  --h2-xl:1.5625rem;
  --h2:1.5625rem;
  --h3-xl:1.375rem;
  --h3:1.375rem;
  --h4-xl:1.25rem;
  --h4:1.25rem;
  --h5-xl:1.125rem;
  --h5:1.125rem;
  --h6-xl:1rem;
  --h6:1rem;
}

@media (min-width: 575px) {
  :root {
    --container-w: 100%;
    --line-height: 1.6rem;
    --base-text: 1rem;
    --text-xmd: 1.25rem;
    --text-md: 1rem;
    --text: 1rem;
    --text-sm:0.875rem;
    --text-xs:0.75rem;
    --text-xxs:0.625rem;
    --h1:2.125rem;
    --h2-xl:2rem;
    --h2:2rem;
    --h3-xl:1.5rem;
    --h3:1.5rem;
    --h4-xl:1.25rem;
    --h4:1.25rem;
    --h5-xl:1.125rem;
    --h5:1.125rem;
    --h6-xl:1rem;
    --h6:1rem;
  }
}
@media (min-width: 768px) {
  :root {
    --container-w: 46.875rem;
  }
}
@media (min-width: 992px) {
  :root {
    --container-w: 56.25rem;
    --text-xmd: 1.1875rem;
    --text-md: 1.125rem;
    --text: 1rem;
    --text-sm:0.875rem;
    --text-xs:0.75rem;
    --text-xxs:0.625rem;
    --h1:2.5rem;
    --h2-xl:1.875rem;
    --h2:1.875rem;
    --h3-xl:1.75rem;
    --h3:1.75rem;
    --h4-xl:1.3125rem;
    --h4:1.3125rem;
    --h5-xl:1.25rem;
    --h5:1.25rem;
    --h6-xl:1.125rem;
    --h6:1.125rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-w: 67.5rem;
    --base-text: 1rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --container-w: 72.5rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --container-w: 82.5rem;
    --base-text: 1.125rem;
  }
}
@media (min-width: 1800px) {
  :root {
    --container-w: 76.25rem;
    --line-height: 1.5rem;
    --base-text: 1rem;
    --text-xmd: 1.1875rem;
    --text-md: 1.125rem;
    --text: 1rem;
    --text-sm:0.875rem;
    --text-xs:0.75rem;
    --text-xxs:0.625rem;
    --h1:3.75rem;
    --h2-xl:2.925rem;
    --h2:2.625rem;
    --h3-xl:2.375rem;
    --h3:2rem;
    --h4-xl:2rem;
    --h4:1.875rem;
    --h5-xl:1.5rem;
    --h5:1.5rem;
    --h6-xl:1.3125rem;
    --h6:1.125rem;
  }
}
header,
.lm__dash {
  display: none !important;
}

.lm_term {
  margin-bottom: 30px;
}
.lm_term .lm_term-back h5 {
  font-size: 20px;
}
.lm_term .lm_term-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.lm_term .lm_term-con .lm_term-main {
  max-width: 800px;
  width: 100%;
}
.lm_term .lm_term-con .lm_term-card {
  border-radius: 30px;
  padding: 30px;
  border: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.lm_term .lm_term-con .lm_term-card h2 {
  font-size: 50px;
}
@media (max-width: 576px) {
  .lm_term .lm_term-con .lm_term-card h2 {
    font-size: 30px;
  }
}
.lm_term .lm_term-con .lm_term-card h3 {
  font-size: 35px;
}
@media (max-width: 576px) {
  .lm_term .lm_term-con .lm_term-card h3 {
    font-size: 22px;
  }
}
.lm_term .lm_term-con .lm_term-card p {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .lm_term .lm_term-con .lm_term-card p {
    margin-bottom: 22px;
  }
}
.lm_term .lm_term-con ul {
  list-style: unset;
  padding-left: 30px;
}
.lm_term .lm_term-con ul li {
  padding-bottom: 10px;
}
.lm_term .form-label {
  color: #7C7F86;
  font-family: var(--title-font);
}
.lm_term .form-control {
  padding: 11px 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.lm_term .form-control:focus {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.lm_term .input-group-text {
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  font-family: Georgia;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 25px;
  line-height: 22px;
  cursor: pointer;
  border-radius: 8px !important;
  border: none;
}

body {
  background: #F2F2F2;
}

.lm_term-card span.select2.select2-container.select2-container--default {
  max-width: 100% !important;
}/*# sourceMappingURL=terms.css.map */