body,
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3 {
  margin: 0px 0px 5px 0px;
  font-weight: 900;
}
ul {
  margin: 0;
  padding: 0px;
}

li {
  list-style: none;
}

header {
  display: flex;
  z-index: 2;
  position: relative;
}
.logo {
  max-width: 77px;
  margin-right: 20px;
}

.logo img {
  width: 100%;
}

.titleWrap h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 0px 0px 8px 0px;
}

.titleWrap h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  color: #fff;
}

.wrapper {
  padding: 46px 0px 0px 50px;
  position: relative;
  height: calc(100% - 46px);
  font-family: "Roboto";
  overflow: hidden;
}

.wrapper:after {
  background: url(images/medical-campus-hero.jpg) no-repeat top;
  content: "";
  display: block;
  max-width: 67.9%;
  width: 100%;
  height: 1107.52px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
}
.container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.overlayInfo {
  background-color: rgba(0, 0, 0, 0.65);
  width: 225px;
  border-radius: 15px;
  padding: 21px 20px 20px 20px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 256px;
  left: 0px;
}

.overlayInfo h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 26px;
  letter-spacing: 0.25px;
}

.overlayInfo li {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 32.1%;
  background: #fff;
}
.sidebarWrapper {
  position: relative;
  height: 100%;
}

.sidebarHeader {
  padding: 18px 20px 19px 20px;
  position: fixed;
  top: 0px;
  right: 0%;
  width: calc(32.1% - 40px);
  font-weight: 900;
  color: rgb(0, 200, 81);
  font-size: 22px;
  background: #fff;
  line-height: 18px;
}
.sidebarHeader h2 {
  color: rgb(0, 200, 81);
}

.sidebarContainer {
  padding-top: 56px;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 10px;
}

.titleSection {
  background-color: rgb(239, 244, 247);
  border-top: 1px solid rgb(227, 232, 238);
  border-bottom: 1px solid rgb(227, 232, 238);
  padding: 12px 20px 11px 20px;
  display: flex;
  align-items: center;
}

.titleSection h2 {
  font-size: 18px;
  color: rgb(66, 82, 94);
  font-weight: 600;
}
.smallLogo {
  margin-right: 18px;
  max-width: 31px;
}

.infoicon {
  margin-left: auto;
}

.infoicon img {
  width: 100%;
  max-width: 26px;
}

.sidebarContain {
  padding: 10px 20px;
}

.sidebarContain h3 {
  font-size: 26px;
  margin-top: 8px;
}

.sidebarFooter {
  display: flex;
  padding: 10px 20px;
  position: absolute;
  width: calc(100% - 56px);
  bottom: 0px;
  color: rgb(106, 114, 134);
  font-size: 12px;
  font-weight: 500;
}

.footerMenu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.footerMenu li:last-child {
  margin-left: 24px;
}

.footerMenu li a {
  text-decoration: none;
  color: rgb(106, 114, 134);
}

.buttonWrap{
  display: flex;
  margin-top: 64px;
}

.buttonWrap button{
  padding:13px;
  height: 116px;
  color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  margin-right: 23px;
  font-size: 18px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
  line-height: 21px;
}
.buttonWrap button span{
  display: block;
  margin-bottom: 6px;
}
.buttonWrap button span img{
  width: 24px;
}

.buttonWrap button.blueButton{
  width: 134px;
  background:rgb(30, 118, 250);
  border:2px solid rgb(30, 118, 250);
}


.buttonWrap button.blueButton:hover{
  background:rgb(0, 93, 232);
}

.buttonWrap button.whiteButton{
  width: 154px;
  border:2px solid rgb(204, 214, 221);
  background: #fff;
  color: #000;
}

.buttonWrap button.whiteButton span {
  height: 31px;
  width: 24px;
  background: url(images/calender.svg) no-repeat top left;
  background-size: 100%;
}
.buttonWrap button.whiteButton:hover span {
  background-image: url(images/calender-black.svg);
}

.buttonWrap button.whiteButton:hover{
  border-color:#000;
}

@media (max-width: 991px) {
  .sidebarHeader {
    left: 0;
  }
  .sidebar {
    width: 100%;
    max-width: unset;
  }
}

@media (min-width: 2200px) {
  .wrapper:after{
    max-width: unset;
    width: calc(100% - 600px);
  }

  .sidebar{
    max-width: 620px;
  }
  .sidebarHeader{max-width:580px}

  }
