/* Colors 
    Main Purple : #4746A0
    Light Purple: #D1CFE8
    Footer Grey : #3C444D
    Light Grey  : #D1CFE8

    Dev Link 
    https://xd.adobe.com/view/02fff0d3-1f99-4b5b-80e6-de07a9ee5cc4-57ac/specs/

    font-family: 'Open Sans', sans-serif;
*/

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
	line-height: 25px;
	color: #3C444D;
	outline: 0;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
	color: #000;
}

h1{
    font-size: 2.5em;
    font-weight: 700;
    color: #4746A0;
    text-transform: uppercase;
}

h2{
	font-size: 2.5em;;
    margin-bottom: 1em;
    font-weight: 700;
    color: #4746A0;
    text-transform: uppercase;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/* border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}
  
.logo {
    margin: 0 auto;
    display: flex;
    padding-top: 1em;
}

.navbar-brand{
    margin-right: 0;
}

.mobi-breaks{
	display:none;
}







/* Buttons  */
.btn{
    width: fit-content;
    min-width: 9em;
    padding: 0.9em 1.5em;
    border-radius: 0.5em;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.btn:focus{
    outline:0;
    box-shadow: none;
}

.btn-quote{
    background-color: #4746A0;
    color: #E8E8E8;
    border: 2px solid transparent;
}

.btn-quote:hover, .samples-info .btn-quote:hover{
    color: #4746A0;
    background-color: #fff;
    border: 2px solid #4746A0;
    transition: 0.5s;
}

.btn-quote-inv{
    background-color: #fff;
    border: 2px solid #4746A0;
    color:#4746A0;
}

.btn-example{
    color: #3C444D;
    background-color: #fff;
    border: 2px solid #3C444D;
}

.btn-example:hover{
    color: #fff;
    background-color: #fff;
    border: 2px solid #3C444D;
}

.samples-info .btn-example:hover{
    background-color: #3C444D;
    color: #fff;
}

.home-info .btn-quote-inv{
    color: #4746A0;
}

.btn-quote-inv:hover{
    background-color: #4746A0;
    color:#fff;
}

.samples-info .btn-quote{
    color: #E8E8E8;
}

.samples-info a:hover{
    color: #4746A0;
    transition: 0.5s;
}

/* End of Buttons  */
header {
    top:0;
    width: 100%;
    z-index: 999;
    background-color: #3C444D;
    color: #fff;
}

.header-top{
    background-color: #4746A0;
    padding: 2em 0;
    color: #fff;
}

.header-top p{
    font-size: 2em;
}

.sidebar{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width: 25em;
    z-index: 999;
    background-color: #E8E8E8;
    align-items: start;
}

.sidebar-spacing{
    padding-left: 25em;
}

.header-spacing{
    margin-top: 11em;
}

.navbar-expand-md {
    padding: 1em 0;
}

.footer-spacing{
    padding-bottom: 3em;
}

.header-top p{
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2;
}

.nav-item {
    color: #fff;
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
    font-size: 14px;
}

.navbar-nav{
    width: 100%;
    justify-content: space-between;
}

.last-item{
    padding-right: 0!important;
}

.nav-item:active, .nav-item.active{
    color: #D1CFE8;
}

.slogan{
    font-size: 1.1em;
    margin-bottom: 1em;
}

.side-info p{
    color: #3C444D;
    font-weight: 700;
}

.side-content a:hover {
    color: #4746A0;
    transition: 0.5s;
    /* color: #D1CFE8; */
}

.accred-box img{
    margin: 0 auto;
    border-radius: 1em;
    /* width: 60%; */
    width: 45%;
}

/* Home  */
.home, .sample-page {
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right;
}

.home-info{
    padding-bottom: 2em;
}

.body-content{
    padding-top: 4em;
    /* padding: 4em 5em 0; */
}

.home-info h2{
    margin: 1em 0;
}

/* Slider styling  */
.test-slider p{
    font-style: italic;
}

.test-slider:hover{
    cursor: pointer;
}

.tns-nav {
    margin-top: 1em;
    margin: 1em 0 3em;
}

.tns-nav button {
    width: 3.5em;
    height: 0.4em;
    border: none;
    margin-right: 0.5em;
    background-color: #D1CFE8;
}

.tns-nav-active {
    background-color: #4746A0!important;
}

/* ---------- End of Slider styling----------  */

.home ol, .home ul{
    padding-left: 1em;
}

.home-info li{
    font-style: italic;
}

.home-info ul {
    list-style: disc;
}

/* Chemical Testing  */
.chem-info{
    padding-bottom: 3em;
}

.chem-info table{
    margin-top: 2em;
}

.chem-info h2{
    color:#fff;
    font-size: 1em;
    margin-bottom: 0;
}

.chem-info i:hover {
    cursor: pointer;
}

.chem-info i {
    float: right;
}

.table th {
    padding: .75rem;
    vertical-align: middle;
    border: 2px solid #3C444D;
    background-color: #3C444D;
}

.table thead th {
    vertical-align: middle;
}

.table-bordered td {
    border: 2px solid #D1CFE8;
    vertical-align: middle;
}

/* Pharmaceutical testing  */
.pharma-page {
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom right;
}

sup {
    top: -2.3em;
    left: 0.5em;
}

.pharma-info{
    padding-bottom: 0!important;
}

.pharma-info a{
    color:#3C444D;
}

.pharma-info ol, .samples-info ol{
    padding-left: 1.5em;
}

.tiny-font{
    font-size: 0.8em;
    padding-bottom: 2em;
    font-style: italic;
}

.pharma-list{
    padding-left: 1em;
}

.pharma-list h2{
    font-size: 2em;
    margin-bottom: 0;

}

.pharma-list img{
    width: 30em;
}

/* About Us  */
/* .about-old{
    background: url("/images/old-office.jpg") no-repeat center center/cover;
    height: 22em;
}

.about-new{
    background: url("/images/new-office.jpg") no-repeat center center/cover;
    height: 22em;
} */

.about-page {
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 100% 20%;
}

.about-info{
    padding-bottom: 3em;
}

.about-team{
    background-color:#D1CFE8;
    padding: 4em 0;
}

.card-img{
    background: url("https://via.placeholder.com/400x400.jpg") no-repeat center center/cover;
    height: 18em;
}

.mauritz{
    background: url("/images/mauritz.jpg") no-repeat center center/cover;
}

.tania{
    background: url("/images/tania.jpg") no-repeat center center/cover;
}

.adell{
    background: url("/images/adell.jpg") no-repeat center center/cover;
}

.elria{
    background: url("/images/elria.jpg") no-repeat center center/cover;
}

.volker{
    background: url("/images/volker.jpg") no-repeat center center/cover;
    background-position: top;
}

.card-img {
    border-radius: 0;
}

.card-title {
    font-size: 1.5em;
    font-weight: 600;
}

.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 2em;
}

.card-body {
    padding: 1.5em 0 0;
}

.about-team .col-md-4{
    padding-right: 0.3em;
}

.about-quote{
    padding: 2em 8em 0;
}

.about-quote h1{
    text-transform: none;
}

.about-quote p{
    font-size: 0.8em;
}

.fun-photos-gallery{
    padding: 3em 0;
}

.fun-photos-gallery img{
    margin-bottom: 2em;
}

/* Sending Samples  */
.example-box{
    justify-content: space-between;
    width: 30em;
}

/* .packaging{
    text-align: center;
} */

.packaging img{
    width: 30em;
    /* margin: 0 auto; */
    /* display: flex; */
}

/* Request Quote  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quote-form{
    padding-bottom: 4em;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quote-form .col-md-6{
    margin-bottom: 1em;
}

.quote-form .col-md-12{
    margin: 1.5em 0 0.5em;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D1CFE8;
    opacity: 0.8; /* Firefox */
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D1CFE8;
}
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #D1CFE8;
}

.checkbox {
    width: fit-content;
    margin: 0.5em 0;
    position: relative;
    display: block;
}

.checkbox label {
    position: relative;
    min-height: 34px;
    display: block;
    padding-left: 3em;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.checkbox label span {
    position: relative;
    top: 3px;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #D1CFE8;
}

.checkbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #4746A0;
    border-left: 2px solid #4746A0;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    position: absolute;
    top: 12px;
    left: 10px;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox input[type="checkbox"]:checked ~ label:before {
    border: 2px solid #D1CFE8;
}

.checkbox input[type="checkbox"]:checked ~ label:after {
    transform: rotate(-45deg) scale(1.2);
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}


.img-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    /* height: 360px; */
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.error {
    padding: 1em;
    background-color: #3C444D;
    text-align: center;
    color: #fff;
    display: none;
    width: 70%;
    font-size: 16px;
    margin: 0 auto 1em;
}

.output {
    padding: 1em;
    background-color: #4746A0;
    text-align: center;
    color: #fff;
    display: none;
    width: 70%;
    font-size: 16px;
    margin: 0 auto 1em;
}

#email2 {
	display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 1em 1.5em;
    font-size: 1em;
    line-height: 1.42857143;
    color: #3C444D;
    background-color: #fff;
    background-image: none;
    border: 2px solid #D1CFE8;
    border-radius: 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #4746A0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msg-input{
    min-height: 200px;
	resize:vertical;
	max-height: 300px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer a:hover{
    color: #4746A0;
    transition:0.5s;
}

.footer{
    background-color: #3C444D;
    padding: 1em 0;
}

.copyright{
    color: #fff;
    margin-bottom: 0;
}

.copyright a:hover{
    color: #D1CFE8;
}

.popup-logo {
    width: 70%;
    margin-bottom: 10px;
    background-color: #D0CACA;
    padding: 0 10px;
}

.side-navbar{
    padding: 0;
}

.error-404 {
    height: 25em;
    padding-top: 5em;
}

.error-404 p {
    font-size: 1.5em;
}

.error-404 a {
    font-size: 1em;
    font-weight: 600;
    color: #4746A0;
}

.error-404 a:hover {
    border-bottom: 2px solid #3C444D;
}