    /*Home Page Info*/
    .home-info {
        height: 50px;
        width: 100%;
        text-align: center;
        background-color: #184896;
        margin-bottom: 50px;
    }
    .home-info .infotitle {
        margin: 0;
        font-size: 22px;
        line-height: 25px;
        padding: 7px;
        margin-top: 5px;
        color: #fff;
        font-weight: 600;
        display: inline-block;
    }  
    .home-info a {
        background-color: #da4241; /* Red */
        border: none;
        color: white;
        padding: 5px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
    }
.modal {
    margin-top: 12%;
}
ul#aboutus {
    padding-left: 0px!important;
    margin-left: 0px!important;
}

ul#aboutus li {
    display:inline;
    padding-right: 50px;
}

ul#aboutus span {
    margin-right: 8px;
}

ul#homecare {
    padding-left: 0px!important;
    margin-left: 0px!important;
}

ul#homecare li {
    display:inline;
    padding-right: 50px;
}

ul#homecare span {
    margin-right: 8px;
}


ul#homecare span i {
    font-size: 23px!important;
    color: #184896!important;
}

.homecare {
    color: #184896!important;
}

.btn-primary:hover{
    color: #000!important;
    border-color: #000!important;
}

.video-shade {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0,0,0,.6)!important;
	opacity: 20;
	filter: alpha(opacity=20)
}
    
.divider {
    display: block;
    width: 5%;
    height: 1px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 2px solid #d7212d;
    margin: 4px 0;
    padding: 0;
}


.divider2 {
    display: block;
    width: 10%;
    height: 1px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 2px solid #d7212d;
    margin: 4px 0;
    padding: 0;
}


.text-holder2 {
    max-width: 80%;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    color: #fff;
}
.bolder {
    font-weight: 600;
}
#aboutus span i {
    font-size: 18px;
}

.resedential {
    margin-bottom: 8%;
}

.pad-20 {
    padding-top: 20px;
}

.padding-btm{
    padding-bottom:4%;
}

.pad-20-btm {
    padding-bottom: 20px;
}

.pad-15 {
    padding-bottom: 15px;
}
.pad-left-8 {
    padding-left: 8px;
}
.marg-btm-20 {
    margin-bottom: 20px!important;
}
.marg-top-20 {
    margin-top: 15%;
}
.marg-top-15 {
    margin-top: 15px;
}
.pad-top-15 {
    margin-top: 5%;
}
.pad-top-18 {
    margin-top: 10%;
}
.marg-btm-50 {
    margin-bottom: 50px!important;
}
.custom-bullet li {
    display: block;
    font: 400 16px/24px 'open sans', sans-serif;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\25CF";
    font-size: 13px;
    float: left;
    margin-top: 0px;
    margin-left: -17px;
    color: #000;
}
.btn-simplo {
    color: white;
    background-color: #184896;
    padding: 7px 26px;
    margin-right: 5%;
    transition: background .5s ease-in-out;
}

.btn-simplo:hover {
    color: white;
    background-color: #184896;
    padding: 7px 26px;
    margin-right: 5%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    transition: background .5s ease-in-out;
    }

    .margbot50 {margin-bottom:50px;}

    ol.privacy {
        list-style: upper-alpha!important;
    }
    .privacy li {
        list-style-position: inside;
        text-indent: -1.7em;
        padding-left: 1em;
    }
    .privacy-level2 li {
        list-style-position: inside;
        text-indent: -2.4em;
        padding-left: 1em;
        margin-bottom: 0.4vh;
    }
    ul {padding:0; margin:0;}
    li {padding:0; margin:0; list-style:none;}

    ul#supported li {
        list-style-type: disc;
    }

    @media only screen and (max-device-width: 480px) {

    .home-info {
        height: 80px;
    }
        .simplo-policy ul, ol {
            margin:0!important;
            padding: 0!important;
        }
        .modal {
            margin-top: 0px;
        }
    
    }
    
    p {margin:0 0 20px;}
    
    /*Contact Form*/
    
    #myDIV {
        width: 100%;
        display: none;
    }
    
    .apolicy {
        cursor: pointer;
        
    }
