body {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #4d4d4d;
}

.section.beige {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding: 70px 20px 150px;
  background-color: #fff;
  color: #cb1f35;
}

.section.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 49;
  padding: 15px 20px;
  background-color: #cb1f35;
}

.main-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
}

.main-subheading {
  margin-top: 18px;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.process-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  padding-top: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.footer-text {
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.footer-text.address {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: right;
}

.image-2 {
  border-style: solid;
  border-width: 0px;
  border-color: #777;
}

.image-3 {
  border-style: solid;
  border-width: 0px;
  border-color: #777;
}

.image-4 {
  border-style: solid;
  border-width: 0px;
  border-color: #777;
}

.link {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.headersection {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.headercontainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.herosection {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 68px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/MedScience-Reports-Hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: -35px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contentcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ppsection {
  margin-top: 100px;
  margin-bottom: 50px;
}

.heading {
  color: #cb1f35;
}

.tousection {
  margin-top: 100px;
  margin-bottom: 50px;
}

.contactsection {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .section {
    padding: 34px 10px;
  }

  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .main-heading.bold {
    font-size: 28px;
    line-height: 40px;
  }

  .main-subheading {
    font-size: 18px;
    line-height: 25px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .footer-text.address {
    text-align: center;
  }

  .headercontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .herosection {
    height: 400px;
  }

  .contentbox {
    width: 100%;
    margin-top: 1px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .contentcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contentp {
    margin-bottom: 30px;
  }

  .contactcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .toucontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ppcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-heading.bold {
    font-size: 24px;
    line-height: 34px;
  }

  .main-subheading {
    font-size: 18px;
    line-height: 25px;
  }

  .herosection {
    height: 450px;
  }

  .contentbox {
    padding-right: 20px;
    padding-left: 20px;
  }
}

