/*Your custom css*/
#contact-info{ text-align:right; }
#contact-info > span{ margin-left:30px; }

#navigation nav{
	float: right;
    margin-top: 12px;
}

.hl-bg-block{
	background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 20px;
}

.hl-bg-block.hl-list-ck{ padding-bottom:0; }

.block-ck{ 
    display: block;
    margin-bottom: 50px;
}
.block-ck .icon{
	 /* padding:0 30px; */
    border-radius: 5px;
}
.block-ck .icon img{
	 /* padding:0 30px; */
    border-radius: 5px;
}
.block-ck .name{
	display: block;
	padding: 0 15px;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
        color: #000;
        font-weight: 700
}

.halink_home_form{
	background:#936442;
}.halink_home_form .content{
	position:relative;
	padding: 50px 0;
	color:#fff;
}.halink_home_form .content .tt{ color:#fff; position:relative; }
.halink_home_form > .row{ width:100%; }

.tm-schedule-block-wrapper{ margin-top:30px; }
ul.tm-schedule-block {
    padding: 0px;
    font-size: 14px;
}ul.tm-schedule-block li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.18);
    padding: 9px 0px;
	font-size: 15px;
    font-weight: bold;
}ul.tm-schedule-block li .schedule-time {
    float: right;
}ul.tm-schedule-block li:last-child {
    border-bottom: none;
}

.heading-seperator {
    content: "";
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 3px;
    background: #dbdbdb;
   	left: 45px;
    bottom: -14px;
}.heading-seperator:before{
	height: 1px;
    width: 40px;
    background: #dbdbdb;
    position: absolute;
    right: 0px;
    top: 5px;
    content: "";
    margin-right: 6px;
}.heading-seperator:after{
	height: 1px;
    width: 40px;
    background: #dbdbdb;
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    margin-left: 6px;
}

#halink_home_form_r{
	position:relative;
	background:url(img/Doctor-Background.jpg);
	background-size: cover;
    background-position: center;
}#halink_home_form_r:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
}

#halink_home_form_r .content, #halink_home_form_r .content .tt{ color:#000; }
#halink_home_form_r .wpcf7-form input[type=text], 
#halink_home_form_r .wpcf7-form input[type=password], 
#halink_home_form_r .wpcf7-form input[type=email], 
#halink_home_form_r .wpcf7-form input[type=url], 
#halink_home_form_r .wpcf7-form input[type=number], 
#halink_home_form_r .wpcf7-form input[type=tel]{
	padding: 8px 0;
	margin-bottom: 5px;
}#halink_home_form_r .wpcf7-form .wpcf7-submit{
    background: #936442;
    padding: 10px 20px;
}#halink_home_form_r .wpcf7-form .txt{
	font-weight:bold;
}.form-header{
    font-size: 20px;
    margin-top: 34px;
}

#formlienhe .form-header{
	color: #e7c956;
}

.footer-email-signup input[type="submit"], .footer-email-signup .klaviyo_form_actions button.button{
	background: #936442;
	border: 2px solid #936442;
}