@font-face {
    font-family: 'OutfitBoldFont'; /* You can give any name to your font family */
    src: url('webfonts/Outfit-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('webfonts/Outfit-Bold.woff') format('woff'), /* Modern Browsers */
  }

@font-face {
    font-family: 'OutfitSemiFont'; /* You can give any name to your font family */
    src: url('webfonts/Outfit-SemiBold.woff2') format('woff2'), /* Modern Browsers */
         url('webfonts/Outfit-SemiBold.woff') format('woff'), /* Modern Browsers */
  }

@font-face {
    font-family: 'OutfitRegularFont'; /* You can give any name to your font family */
    src: url('webfonts/Outfit-Regular.woff2') format('woff2'), /* Modern Browsers */
        url('webfonts/Outfit-Regular.woff') format('woff'), /* Modern Browsers */
}

.bg {
  /* The image used */
  background-image: url("http://localhost/miavital/res/img/main-slide.png");
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-title-text-color{
  color: #000;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 2%;
}

.title-text-color{
  color: #000;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 1%;
}

.line{
  width: 100%;
  border-bottom: 1px solid #EBEBE4;
  position: absolute;
  margin-top: 1%;
  }

  .second-title-text-color{
      color: #000;
      font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
      font-size: 40px;
      line-height: 60px;
      font-weight: 700;
      margin-top: 2%;
  }

  .third-title-text-color{
      color: #000;
      font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
      font-size: 32px;
      line-height: 48px;
      font-weight: 700;
      margin-top: 2%;
  }

  .fouth-title-text-color{
      color: #000;
      font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
      font-size: 24px;
      line-height: 36px;
      font-weight: 700;
      margin-top: 1%;
  }

  .description-text-color{
      color: #000;
      font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
      font-size: 16px;
      line-height: 28px;
  }

  .unorderlist-text-color{
      color: #000;
      font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
      font-size: 16px;
      line-height: 28px;
      margin-top: 1%;
  }