/* styles for patients */

.patients-blured-bg {
    position: absolute;
    bottom: 169px;
    width: 100%;
}

.patients-blured-bg .rmd-HeroBlock h1,.practioners-blured-bg .rmd-HeroBlock h1{
    text-shadow: 0px 1px 3px #191919;
    color: #ffffff;
    font-weight: bold;
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
}

.patients-blured-bg .rmd-HeroBlock p,.practioners-blured-bg .rmd-HeroBlock p {
    color: #fff;
    text-shadow: 0px 1px 3px #191919;
}

.whyUseRMD {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
    z-index: 2;
    background: white;
    padding: 50px 15px;
}

.whyUseRMD span[class^='flat']::before {
    font-size: 56px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #2ac4ea;
}

.whyUseRMD p.useTitle,
.benfits p.benfitTitle {
    text-align: center;
    font-size: 25px;
}

.whyUseRMD p.useContent,
.benfits p.desc {
    font-size: 17px;
}

h1.sectionTitle {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #2b4b5a;
    margin: 25px auto;
    margin-top: 0px;
}

.benfits img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 210px;
    width: 100%;
}

.benfits .benfitContainer {
    border: 0px solid #a7a7a7;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #bbbbbb;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.benfits .benfitContainer:hover {
    box-shadow: 0px 0px 21px #bbbbbb;
}

.benfits .benTitDesc {
    padding: 10px;
    background: white;
    border-radius: 4px;
}

.container-fluid.benfits.text-center {
    background-color: #f7f7f7;
    position: relative;
    z-index: 2;
    padding: 50px 15px;
}

footer.footer.customFooter {
    font-family: 'Roboto', sans-serif;
    background: #3896cd;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footerTitle {
    color: #d2d2d2;
    font-size: 17px;
}

ul.footerList {
    list-style: none;
    padding-left: 1px;
    color: white;
}

ul.footerList li a,
a.mail {
    color: white;
}

footer .address p {
    line-height: 21px;
    font-size: 14px;
    color: white;
}

.col-md-3.address {
    color: white;
}

.col-md-3.address .glyphicon-phone {
    margin: 5px 0px;
}

.getStartedContainer {
    text-align: center;
    padding: 70px 10px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 2;
    background: white;
}

.getStartedContainer button {
    background: #3896cd;
    border: 0px;
    padding: 12px;
    color: white;
    border-radius: 4px;
}

.getStarted {
    margin-bottom: 194px;
}


/* styles for practioner */

.practioners-blured-bg {
    position: absolute;
    bottom: 35%;
    width: 100%;
}
