.main-header .header-upper{
	padding: 8px 0px;	
}
.header-upper .logo{
	font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.1em;
}
.header-upper .logo a:hover, .header-upper .logo a:focus{
	 color: rgba(0, 0, 0, 0.79);
}
.main-header .btn-outer .appt-btn {
    font-weight: bold;
    font-size: 17px;
    color: #a86703;
    background-color: #fff;
}
.sticky-header .logo{
	font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 3px;
}
.sticky-header .logo a:hover, .sticky-header .logo a:focus{
	 color: rgba(0, 0, 0, 0.79);
}
.featured-blog-post .image {
    margin-bottom: 0px; 
}

.featured-blog-post .post-lower {
    padding: 0px; 
    border: 0px solid #dadada;
}
.featured-blog-post .post-header{
	background-color: #a86703;
    text-align: center;
    padding: 7px 0;
}
.featured-blog-post .post-header h3{
	color: #fff !important;
}
.featured-blog-post .post-desc {
    padding: 15px 20px;
    border: 1px solid #dadada;
    min-height: 245px;
}

ul.list-unstyled li{
	list-style: square;
    margin-left: 15px;
}

.featured-blog-post .image {
    background: rgba(0, 0, 0, 0.29);
}
.hvr-float-shadow:hover .image img{
	z-index: -1;
}

.footer-logo{
	font-size: 21px;
    font-weight: bold;
    margin-top: 20px !important;
}
.footer-logo a{
	color: #fff !important;
}
.mt20{ margin-top: 20px;}

.main-footer .widgets-section {
    padding: 40px 0px 30px;
}
.main-footer .footer-column {
    margin-bottom: 0px;
}
.page-title {
    padding: 80px 0px 60px;
}
.custom_ul_li li:before{
    background-image: url(../images/icons/ul-li.png);
    display: inline-block;
    content: "";
    width: 27px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom_ul_li li{
    font-size: 15px;
    line-height: 2em;
}
.ml30{
    margin-left: 30px;
}