/*Typography*/
@font-face { 
    font-family: 'Manrope-Regular';
    src: url("../../fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Manrope-Bold';
    src: url("../../fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope-Light';
    src: url("../../fonts/Manrope-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope-Medium';
    src: url("../../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1{
    font-family: "usual", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 12px;
    color: #0B2322;
	text-transform: uppercase;
}

h2 {
    font-family: 'Manrope-Regular';
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.5px;
    color: #0B2322;
	font-weight:bold;
}

h3{
    font-family: 'Manrope-Regular';
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: #0B2322;
}

h4 {
    font-family: 'Manrope-Medium';
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.3;
    color: #0B2322;
}

h5 {
    font-family: 'Manrope-Regular';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #0B2322;
}

h6 {
    font-family: 'Manrope-Medium';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #0B2322;
	font-weight:bold
}

p{
    font-family: 'Manrope-Light';
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.2px;
    color: #3C3C3B;
}

ul li{
    font-family: 'Manrope-Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3C3C3B;
}

a{
    font-family: 'Manrope-Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #11279C;
    text-decoration: underline;
}

a:hover{
    font-weight: 700;
    color: #11279C;
    transition: none;
}

h4 a{
    font-family: 'Manrope-Medium';
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.3;
    color: #11279C;
}

ul.styled-bullets, p ul, .accordion ul{
  	list-style: none;
	padding-left: 0;
}

ul.styled-bullets li, p ul li, .accordion ul li{
  	position: relative;
	padding-left: 1.5rem;
	color: #3C4148;
}

ul.styled-bullets li:before, p ul li:before , .accordion ul li:before{
    position: absolute;
	content: '';
	left: 0;
	top: 14px;
	height: 2px;
	width: 10px;
	background-color: #11279C;
}

ul.styled-bullets.bullet- li:before{
	background-color: #5F5B97;
}
ul.styled-bullets.bullet-Bilirubin li:before{
	background-color: #D8982C;
}
ul.styled-bullets.bullet-Clinical li:before{
	background-color: #5F5B97;
}
ul.styled-bullets.bullet-Dairy li:before{
	background-color: #94518E;
}
ul.styled-bullets.bullet-Glocyte li:before{
	background-color: #D03D26;
}
ul.styled-bullets.bullet-ANOXO li:before{
	background-color: #369425;
}
ul.styled-bullets.bullet-CLD li:before{
	background-color: #2E755E;
}
ul.styled-bullets.bullet-BIOpro li:before{
	background-color: #286A7B;
}
ul.styled-bullets.bullet-ARTEL li:before{
	background-color: #40A7C7;
}

.blue-heading{
	color: #11279C;
}

.gradient-text-{
    background: linear-gradient(92.78deg, #11279C -1.01%, #0078AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-Bilirubin{
    background: linear-gradient(91.79deg, #11279C -1.01%, #D8982C 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-Clinical{
    background: linear-gradient(91.79deg, #11279C -1.01%, #5F5B97 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-Dairy{
    background: linear-gradient(91.79deg, #11279C -1.01%, #94518E 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-Glocyte{
    background: linear-gradient(91.79deg, #11279C -1.01%, #D03D26 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-ANOXO{
    background: linear-gradient(91.79deg, #11279C -1.01%, #369425 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-CLD{
    background: linear-gradient(91.79deg, #11279C -1.01%, #2E755E 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-BIOpro{
    background: linear-gradient(91.79deg, #11279C -1.01%, #286A7B 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text-ARTEL{
    background: linear-gradient(91.79deg, #11279C -1.01%, #40A7C7 93.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-text- sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-Bilirubin sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-Clinical sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-Dairy sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-Glocyte sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-ANOXO sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-CLD sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-BIOpro sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}
.gradient-text-ARTEL sup{
    color: #11279C;
	-webkit-text-fill-color: #11279C;
}