:root {
  --bs-primary: #49C28C;
  --light-green: #A6F0CF;
  --green-bckg: #98E9C6;
  --neon-green: #30f29c;
  --bs-secondary: #1D1D1B;
  --primary-bckg: #F0FFF8;
  --border-blue: rgba(172, 199, 255, 1);
  --blue-bckg: #D9E5FF;
  --border-green: #49c28c;
  --secondary-bckg: rgba(239, 244, 255, 1);
  --third-bckg: #fcebda;
  --third-light: #FFF3E7;
  --primary-font: "Titillium Web";
  --secondary-font: "Roboto";
  --grey-btn: rgba(255, 255, 255, 0.1);
  --light-bckg: #E5E5E5;
  --light-blue: #EFF4FF;
}

body {
  font-family: var(--secondary-font);
  overflow-x: hidden;
}

.green-bckg {
  background-color: var(--bs-primary);
}

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

.f-wg700 {
  font-weight: 700;
}

.f-wg500 {
  font-weight: 500;
}

.f-wg400 {
  font-weight: 400;
}

.primary-font {
  font-family: var(--primary-font) !important;
}

.secondary-font {
  font-family: var(--secondary-font);
}

.primary-color {
  color: var(--bs-primary) !important;
}

.secondary-color {
  color: var(--bs-secondary);
}

.green-bckg {
  background-color: var(--bs-primary);
}

.primary-bckg {
  background-color: var(--primary-bckg);
}

.secondary-bckg {
  background-color: var(--secondary-bckg);
}

.third-bckg {
  background-color: var(--third-bckg);
}

.dark-bckg {
  background-color: var(--bs-secondary);
}

.shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07) inset;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
}

.parag-style {
  font-size: 18px;
  font-family: var(--secondary-font);
  font-weight: 400;
}

@media (max-width: 767px) {
  .parag-style {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .flex-center-mb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .flex-center-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .mt-30px {
    margin-top: 30px !important;
  }
}

@media (max-width: 575px) {
  .ml-mbpx {
    margin-left: -50px !important;
  }
}

@media (max-width: 991px) {
  .show-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .text-end-md {
    text-align: end !important;
  }
}

@media (max-width: 576px) {
  .text-end-mb {
    text-align: end !important;
  }
}

.black-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
}

@media (max-width: 991px) {
  .black-title {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .mb-md {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .mt-3-md {
    margin-top: 1.5rem;
  }
}

.big .parag-style {
  font-size: 25px;
}

@media (max-width: 767px) {
  .big .parag-style {
    font-size: 17px !important;
  }
}

.w-300 {
  font-weight: 300 !important;
}

.top-blue::before {
  content: "";
  position: absolute;
  background-color: var(--light-blue);
  height: 70%;
  width: 100vw;
  z-index: -1;
  border-bottom-right-radius: 50%;
}

@media (max-width: 767px) {
  .top-blue::before {
    height: 400px !important;
  }
}

@media (max-width: 991px) {
  .border-rda-25 {
    border-radius: 25px;
  }
}

@media (max-width: 767px) {
  .footer-p p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .hide-767 {
    display: none;
  }
}

