@font-face {
    font-family: 'AlegreyaRegular';
    src: url('/assets/alegreya/AlegreyaSans-Regular.ttf') format('truetype'), 
    url('/assets/alegreya_sans/AlegreyaSans-Regular.otf') format('opentype'), 
    url('/assets/alegreya_sans/AlegreyaSans-Regular.woff') format('woff'),
    url('/assets/alegreya_sans/AlegreyaSans-Regular.woff2') format('woff2'); 
	font-weight: normal;
  	font-style: normal;
	font-display: swap;
  }

@font-face {
    font-family: 'AlegreyaMedium';
    src: url('/assets/alegreya/AlegreyaSans-Medium.ttf') format('truetype'), 
    url('/assets/alegreya_sans/AlegreyaSans-Medium.otf') format('opentype'), 
    url('/assets/alegreya_sans/AlegreyaSans-Medium.woff') format('woff'),
    url('/assets/alegreya_sans/AlegreyaSans-Medium.woff2') format('woff2'); 
	font-weight: normal;
  	font-style: normal;
	font-display: swap;
  }

@font-face {
  font-family: 'AlegreyaBold';
  src: url('/assets/alegreya/AlegreyaSans-Bold.ttf') format('truetype'), 
  url('/assets/alegreya/AlegreyaSans-Bold.otf') format('opentype'), 
  url('/assets/alegreya/AlegreyaSans-Bold.woff') format('woff'),
  url('/assets/alegreya/AlegreyaSans-Bold.woff2') format('woff2'); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*{
	box-sizing: border-box;
}

body, html{
	margin: 0;
	padding: 0;
	font-family: 'AlegreyaRegular';
	color: #253746;
	width: 100%;
	overflow: hidden;
    display:block;
    box-sizing: border-box;
	height: 100vh;
}

header .medical-icon{
    position: fixed;
    background-color: #C5003E;
    height: 11vh;
    padding: 3vh;
    left: 0;
    bottom: 10%;
	z-index: 2;
}

header{
	float: left;
	width: calc(100% - 9vw);
	margin-left: 9vw;
	text-align: center;
	position: relative;
	padding-left: 3rem;
}

header .logotext img{
	padding-right: 1rem;
	height: 16vh;
	width: auto;
}

header .logotext{
	text-align: left;
	padding-top: 3rem;
}

header .logotext *{
	display: inline-block;
}

header .banner{
	font-family: 'AlegreyaBold';
	width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    height: 9.07vh;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px #00000073;
    border-radius: 0px 0px 0px 5px;
	text-align: left;
}

header .headerbanner{
	height: auto;
	width: 100%;
}

.bar{
	width: 9vw;
	background-image: linear-gradient(#2537461A 18em, #253746 18em);
	height: 100%;
	position: fixed;
}

main{
	width: calc(100% - 9vw);
	margin-left: 9vw;
}

h1{
	font-size: 7vh;
	font-weight: normal;
	margin-bottom: 1.5vh;
}

h2{
	font-family: 'AlegreyaBold';
	margin: 0;
    margin-bottom: 0;
}

.service h2{
	font-size: 4.7vh;
}

strong{
	font-family: 'AlegreyaBold';
}

.red{
	color: #C5003E;
}

.service{
	float: left;
	width: 100%;
	margin: 5%;
	margin: 0.5rem 0;
	background-color: #2537461A;
	padding: 1.2vh 2vh;
}

.service *{
	font-size: 4.4vh;
}

.service p{
	margin: 0.5vh 0;
}

.service p:last-child{
	font-size: 1.5vh;
	margin-top: 1vh;
}

.service div * {
    display: inline-block;
}

.all-services{
	position: relative;
    float: left;
	padding: 0 3rem;
}

footer{
	width: calc(100% - 9vw);
	position: absolute;
	bottom: 0;
	left: 9vw;
	text-align: right;
	font-size: 1.5vh;
	padding: 0 3.5rem;
}

footer hr {
  border-color: #253746;
  border-width: 2px;
  border-bottom: none;
  margin-bottom: 1vh;
}





@media (max-width: 575.98px) { 
/*  */
}

@media (max-width: 767.98px) { 
/*  */
}

@media (max-width: 991.98px) { 
	/* header .banner{
		position: relative;
		font-size: 4vh;
	} */
	header .logotext img{
		display: none;
	}
	h1{
		font-size: 4vh;
	}
	.service h2{
		font-size: 2.5vh;
	}
	.service *{
		font-size: 2.5vh;
	}
	header .medical-icon{
		height: 8rem;
		bottom: 0;
	}
	.service div .hyphen{
		display: none;
	}
}

@media (max-width: 1199.98px) { 
/*  */
}

@media (max-width: 1399.98px) { 
/*  */
}