.bg-header {
  background:
    linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 72%) 59%, rgba(0, 0, 0, 0.65) 100%),
    url('../img/bgimage.png') no-repeat;
  width: 100%;
  background-size: cover;
  height: 70vh;
}

.display-4 {
  padding-top: 100px;
  color: red !important;
}

.button {
  width: 100%;
}

@media(max-width:575px) {
  .button
  {
    margin-left: 88px;
    z-index: 1;
  }
  .bg-header {
    height: 14vh;
  }

  .mylogo
  {
    margin-top: 20px;
  }

  .bg-light {
    margin-left: 30px;
    background-color: #EEF9FF !important;
    width: 100% !important;
  }

  .d-flex>h1
  {
    font-size: 22px;
    margin-top: 10px;
    z-index: 1;
  }
}

.displaylogomobile {
  display: none;
}

.displaylogodesktop {
  margin-left: 27px;
  margin-top: 14px
}

.modaltit {
  font-size: 24px;
  font-weight: 700 !important;
  margin-left: 100px;
}

.welcome {
  font-family: 'Nunito', sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: .5s;
}

@media (max-width: 990px) {
  .displaylogomobile {
    display: block;
  }

  .displaylogodesktop {
    display: none;
  }

}

@media(max-width:575px) {
  .modaltit {
    margin-left: 28px;
  }

  .blog_title
  {
    color: red;
  }

  .text-white
  {
    margin-left: 30px;
  }

  .display-4 {
    margin-top: -185px;
    margin-left: 30px;
  }

  .d-flex {
    margin-top: -25px;
    margin-left: 35px !important;
  }

  .navbar-toggler {
    z-index: 1;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .row {
    margin-right: calc(var(--bs-gutter-x) / 1) !important;
  }
}