#promo {
  bottom: -100px;
  background: url(../../assets/img//Surgery%20postponed.jpg);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 20px;
  margin-top: 50px;
  background-color: rgba(220,220,220,0.75);
}

@media (max-width: 576px) {
  #content1 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  #demo {
    margin-top: 10px;
    margin-right: 30px;
  }
}

#services {
  margin-bottom: 50px;
}

#heading-card {
  text-align: center;
}

.card-text.sub-text-color {
  text-align: center;
}

#new_card {
  color: #8c8c8c;
}

#new_card_heading {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
}

#heading-card {
  font-size: 30px;
}

#new_card_div {
  max-width: 300px;
}

.service_button {
  text-align: center;
  padding-left: 50px;
}

#heading2 {
  margin-top: 20px;
  padding-top: 100px;
}

.image_size {
  width: 25%;
  height: auto;
}

#images {
  text-align: center;
  background-color: red;
  width: 100%;
}

@media (max-width: 768px) {
  .image_size {
    width: 300px;
    height: 300px;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  #images {
    width: 350px;
  }
}

@media (max-width: 576px) {
  #images {
    width: 350px;
  }
}

#report-div {
  text-align: center;
  margin-top: 20px;
}

#report-button {
  padding-left: 50px;
  padding-right: 50px;
}

#jumbo2 {
  text-align: center;
  padding: 40px;
  background-color: white;
}

.newjumbo2 {
  margin-top: 20px;
}

#div4 {
  background-color: #4fed4f;
  text-align: center;
}

#test {
  background-color: #4fed4f;
  height: 400px;
}

.col-sm-6 {
  width: 70px;
}

#blog-heading {
  color: white;
}

#blog_card_div {
  padding-bottom: 20px;
}

#footer_div {
  padding: 0;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

#aakhri {
  text-align: center;
  padding-top: 20px;
  font-size: small;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin: 0px;
}

