﻿body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.searchsBox {
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    transition: all .5s ease;
    position: absolute;
    top: 40%;
    z-index: 1000;
    height: 25%;
    text-align: left;
}
.search-box-button {
    float: left;
    width: 42px;
    height: 36px;
    border: none;
    overflow: hidden;
    background: url(/Images/search.png) center no-repeat;
    text-indent: 999px;
}
.conentBox {
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    transition: all .5s ease;
    position: absolute;
    z-index: 1000;
    height: 18%;
    text-align: left;
}
.tagline {
    color: #474747;
    font-family: Roboto, 'Segoe UI' , Calibri, sans-serif;
    line-height:200%;
    margin-left:5px;
    font-size: 18px;
    margin-bottom:10px;
    margin-top:50px;
    font-weight:500;
    text-align: center;
}
.leadingheading {
    color: #fff;
    margin-left:5px;
    font-size: 23px;
    text-align: left;
}
.leadingheadingSub {
    color: #fff;
    margin-left:5px;
    font-size: 16px;
    text-align: left;
}
.myPageBigText
{    
    font-family:Calibri; 
    color: #474747;
    line-height: 160%;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myPageText
{    
    background-color: #fff;
    margin: 5px 0 10px 0;
    font-family: Calibri;
    padding: 4px 2px;
    color: #711737;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.myPageTextBoxDT
{
    font-family: Roboto, 'Segoe UI' , Tahoma, sans-serif;
    line-height: 74%;
    flex: 1;
    font-size: 75%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 7px 3px 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 78%;
}
.Progressmodal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 10000001;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}


div.image
{
    width: 1024px;
    height: 100%;
    background: url(../Images/PatientHome.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div.imgEducation
{
    width: 100%;
    height: 100%;
    background: url(../Images/Edu.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div.transparentbox
{
    width: 150%;
    height: 680px;
    background-color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=60);
}
div.transparentbox p
{
    font-weight: bold;
    color: #CD853F;
}
