.header-top-infos {
    font-size: 16px;
    line-height: 20px;
    color: #36404B;
    margin-top: 0px;
}
.pull-right {
    float: right;
}
.pull-right {
    float: right !important;
}
@media only screen and (max-width: 1023px) {
.header-top-infos {
width:550px;
margin:0 auto;
}
.pull-right {
    float: none !important;
    text-align:center;
}
}

@media only screen and (max-width: 600px) {
.header-top-infos {
width:300px;
margin:15px auto;
}
}

.header-top-infos li div p {
    float: left;
}
.header-top-infos p {
    margin-bottom: 5px;
}
p {
    position: relative;
}

a.white-link, a.white-link:visited{
color:#fff;
text-decoration:underline;
}

.header-top-infos li div img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
img {
    vertical-align: middle;
}
.header-top-infos > ul > li {
    float: left; 
    border-right: 1px solid #D3D3D3 !important;
    padding: 0 18px;
    height:42px;
}
.header-top-infos > ul > li:last-child {
    border: none !important;
}

@media only screen and (max-width: 600px) {
.header-top-infos > ul > li {
border-right:none !important;
}
}

#home-about-us{
width:100%;
margin-top:40px;
}
.home-about-us-left{
width:50%;
float:left;
padding-right:40px;
}
.home-about-us-right{
width:50%;
float:left;
}

.about-us-img::after, .about-us-img::before {
    background-color: #ee2050;
    bottom: -40px;
    content: "";
    height: 300px;
    left: 20px;
    position: absolute;
    transform: rotate(5deg);
    width: 300px;
    z-index: -1;
}
.ht-heading-group {
  position: relative;
  color: #000;
}
.ht-heading-group .title {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .ht-heading-group .title {
    font-size: 20px !important;
  }
.utility-bar{
margin-bottom:50px;
}
.utility-bar-left{
display:block;
clear:both;
width:100%;
margin: 0 auto;
}
.utility-bar-right{
display:block;
clear:both;
width:100%;
margin: 0 auto;
}
}
.ht-heading-group .subtitle {
  font-style: italic;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ht-heading-group .subtitle {
    font-size: 18px !important;
  }
}
.ht-feature-list .entry {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}
.ht-feature-list .entry .entry-indicator {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.ht-feature-list .entry .entry-indicator.text {
  font-weight: 700;
}
/* Step Style */
.wrap-forms .wrap-step {
	width: 100%;
	display: block;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	height: 52px;
	margin-bottom: 37px;
}

.wrap-forms .wrap-step .steps {
	list-style: none;
	text-align: justify;
	margin: 0;
	padding: 11px 20px 0;
}

.wrap-forms .wrap-step .steps:after {
	width: 100%;
	height: 0;
	content: '';
	display: inline-block;
}

.wrap-forms .wrap-step .steps li {
	display: inline-block;
}

.wrap-forms .wrap-step .steps .step {
	color: #0f6ab8;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.wrap-forms .wrap-step .steps .step span {
	background: #0f6ab8;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	line-height: 15px;
	vertical-align: text-bottom;
	display: inline-block;
	height: 15px;
	width: 15px;
	text-align: center;
}

.wrap-forms .wrap-step .steps li.active-step .step span {
	background: #2b2b2b;
}

.wrap-forms .wrap-step .steps li.active-step .step,
.wrap-forms .wrap-step .steps .step:hover,
.wrap-forms .wrap-step .steps .step:hover strong {
	color: #2b2b2b;
	border-color: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step:hover span {
	background: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step strong {
	border-bottom: 1px solid #0f6ab8;
}

.wrap-forms .wrap-step .steps li.active-step .step strong {
	border: none;
}

.wrap-forms .field-text,
.wrap-forms .field-gap,
.wrap-forms .field-textarea,
.wrap-forms .field-select,
.wrap-forms .field-upload,
.wrap-forms .field-date,
.wrap-forms .field-time,
.wrap-forms .field-multiple,
.wrap-forms .field-rating,
.wrap-forms .field-table {
	margin-bottom: 23px;
	width: 100%;
}

.wrap-forms .field-checkbox,
.wrap-forms .field-radio {
	margin-bottom: 15px;
}

.wrap-forms .field-text.field-address {
	margin-bottom: -8px;
}

.wrap-forms .field-multiple div[class*='field-'] {
	width: 48%;
	display: inline-block;
	margin-bottom: 0;
}

.wrap-forms .wrap-rating .rating span {
	font-size: 19px;
}

.wrap-forms .wrap-rating .rating-title {
	margin-bottom: 19px;
}

.wrap-forms label,
.wrap-forms input,
.wrap-forms select {
	width: 100%;
}

.wrap-forms .field-text.field-address input,
.wrap-forms .field-text.field-address textarea,
.wrap-forms .field-text.field-address select {
	margin-bottom: 31px;
}

.wrap-forms .field-text.field-address input:last-child {
	margin-bottom: 0;
}

.wrap-forms label {
	font-size: 15px;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: bold;
}

.wrap-forms sup {
	font-size: 16px;
	color: #c0392b;
	top: 0;
	left: 2px;
}

.wrap-forms input,
.wrap-forms select {
	font-size: 14px;
	height: 41px;
	padding: 0 15px;
}

.wrap-forms textarea {
	padding: 8px 15px;
	height: 120px;
	font-size: 14px;
	line-height: 22px;
}

.wrap-forms select {
	border-color: #e5e5e5;
}

.wrap-forms .field-gap input.fill-gap {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	border-bottom: 1px solid #808080;
	text-align: left;
	width: initial;
	height: initial;
}

.wrap-forms .field-gap input.fill-gap:hover,
.wrap-forms .field-gap input.fill-gap:focus {
	outline: none;
	border: none;
	border-bottom: 1px solid #808080;
	background: none;
}

.wrap-forms div[class*='field-'] .omega {
	width: 48%;
	display: inline-block;
}

.wrap-forms div[class*='field-'] .omega.omega-right,
.wrap-forms div[class*='field-'] .omega-right {
	float: right;
}

.wrap-forms .field-time .time {
	width: 82%;
	display: inline-block;
}

.wrap-forms .field-time .time-format {
	width: 16%;
	float: right;
	display: inline-block;
}

.wrap-forms .field-upload .upload-file-input,
.wrap-forms .field-upload .upload-file-button {
	display: inline-block;
	width: auto;
}

.wrap-forms .field-upload .upload-file-input {
	width: 86%;
}

.wrap-forms .field-upload .upload-file-button {
	float: right;
	font-size: 12px;
	font-weight: 400;
}

.wrap-forms .field-table table, th, td {
	border-color: #e5e5e5;
}

.wrap-forms .field-table table thead tr td {
	text-align: center;
	background: #f7f7f7;
	padding: 8px 20px;
	min-height: 73px;
	line-height: 52px;
}

.wrap-forms .field-table table thead tr td span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.wrap-forms .field-table table tbody tr td {
	padding: 15px;
	line-height: 20px;
}

.wrap-forms .field-table table tbody tr td.input-styled {
	text-align: center;
	padding: 0;
}

.wrap-forms .field-table table tbody tr td.input-styled .custom-radio {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.wrap-forms input:-moz-placeholder,
.wrap-forms textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input::-moz-placeholder,
.wrap-forms textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input:-ms-input-placeholder,
.wrap-forms textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input::-webkit-input-placeholder,
.wrap-forms textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	font-style: italic;
	text-transform: none;
}

.wrap-forms input:focus::-webkit-input-placeholder {
	color: transparent;
}

.wrap-forms textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Custom CheckBox  &amp; Radio */
/*-----------------------------------*/
.wrap-forms .custom-checkbox,
.wrap-forms .custom-radio {
	position: relative;
}

.wrap-forms .custom-checkbox input,
.wrap-forms .custom-radio input {
	height: auto;
	width: auto;
	vertical-align: middle;
}

.wrap-forms .custom-checkbox::selection,
.wrap-forms .custom-radio::selection {
	background: transparent;
	color: inherit;
}

.wrap-forms .custom-checkbox label,
.wrap-forms .custom-radio label {
	position: relative;
	width: auto;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 6px;
	cursor: pointer;
	min-height: 17px;
}

.wrap-forms .custom-checkbox label::selection,
.wrap-forms .custom-radio label::selection {
	background: transparent;
	color: inherit;
}

.wrap-forms .custom-checkbox label.focus,
.wrap-forms .custom-radio label.focus {
	outline: none;
}

/* Section Break */
.wrap-forms .section-break {
	border-top: 1px solid #e5e5e5;
	margin: 42px auto 39px;
	padding-top: 25px;
}

.wrap-forms .section-break .title {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Arial';
	color: #333333;
	font-weight: 400;
	margin-bottom: 13px;
}

.wrap-forms .section-break .sub-title {
	font-size: 13px;
	font-family: 'Arial';
	font-weight: 400;
	color: #595959;
}

.wrap-forms .nav-form {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 29px;
	margin-top: 48px;
}

.wrap-forms .nav-form .button.button-nav-form,
.wrap-forms .nav-form .number-pages-form {
	display: inline-block;
}

.wrap-forms .nav-form .button.button-nav-form {
	border-top-left-radius: 0;
	padding: 10px 20px;
	font-weight: 400;
}

.wrap-forms .nav-form .number-pages-form {
	color: #333333;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 7px;
}

.wrap-forms .nav-form .button.button-nav-form.next {
	float: right;
}

.wrap-forms .nav-form .button.button-nav-form.prev {
	float: left;
}

/* layout */

.wrap-forms .field-columns-0:after,
.wrap-forms .field-columns-2:after,
.wrap-forms .field-columns-3:after {
	width: 100%;
	height: 0;
	content: '';
	display: inline-block;
}

.wrap-forms .field-columns-0 .options,
.wrap-forms .field-columns-2 .field-column,
.wrap-forms .field-columns-3 .field-column {
	float: left;
	padding-right: 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap-forms .field-columns-0 .options {
	padding-right: 15px;
}

.wrap-forms .field-columns-2 .field-column {
	width: 50%;
}

.wrap-forms .field-columns-3 .field-column {
	width: 33.3333%;
}
.fw-col-sm-6 {
    width: 50%;
padding-right:15px;
}
.fw-col-sm-1, .fw-col-sm-2, .fw-col-sm-3, .fw-col-sm-4, .fw-col-sm-5, .fw-col-sm-6, .fw-col-sm-7, .fw-col-sm-8, .fw-col-sm-9, .fw-col-sm-10, .fw-col-sm-11, .fw-col-sm-12, .fw-col-sm-15 {
    float: left;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f9f8f2;
   
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ht-feature-masonry {
  position: relative;
  z-index: 2;
}
.ab-feature-box-layout2 {

}
.ab-feature-box-layout2 .ab-feature-box {
    position: relative;
    padding: 47px 28px 25px;
    background: #004224;
    color: #fff !important;
    max-height: 228px;
    max-width: 374px;
    min-width: 374px !important;
   min-height: 228px;

}
.ab-feature-box:hover{
background: #025931;
}
a.service-title{
color: #fff !important;
}
.ab-feature-box-wraper{
float:left;
display:inline;
text-align:center;
margin:5px 0 0 5px;
}

.home-doctors{
margin-top:50px;
}
.copyright-left {
    color: #fff;
    text-align: left !important;
    margin: 0;
   float: left;
}
.copyright-right {
    text-align: right;
    float: right;
}
.contact-form .header.title p::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: url("http://northburnabydentureclinic.com/wp-content/themes/outreach-pro/images/pattern-light.svg");
}
.contact-form .header.title p::before, .contact-form [type="submit"], .contact-form .solid[type="submit"] {
    background-color: #027d45 !important;
}
.contact-form .header.title p {
    display: block;
    padding: 30px;
    position: relative;
}
@media only screen and (max-width: 600px) {
    .home-about-us-right{
        display:block;
        clear:both;
        width:100%;
    }
 .home-about-us-left {
        display:block;
        clear:both;
        width:98%;
      padding:10px;
    }
.fw-row{
display:block;
clear:both;
width:100% auto;
padding:20px;
}
.fw-col-xs-12{
display:block;
clear:both;
width:100%;
}
.ab-feature-box-layout2 .ab-feature-box{
width:100% auto !important;
}

}
.wpcf7-form-control-wrap {  
    margin-bottom: 10px;
}
.tcM{
padding-top:10px;
}
.utility-bar{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
height: 36px;
font-size: 14px;
line-height: 35px;
font-weight: normal;
font-style: normal;
text-transform: none;
}
input[type=text]:focus {
border-width: 1px !important;
border-style: solid !important;
border-color: #e5e5e5 !important;
}
.utility-bar-left{
width:53%;
float:left;
height: 36px;
}
.utility-bar-right{
width:47%;
float:right;
text-align:right;
height: 36px;
padding-top: 3px;
}

@media only screen and (max-width: 1023px) {
.utility-bar-left{
float:none;
width:100%
}
.utility-bar-right{
float:none;
width:100%
}
}
.fa-map-marker{
color:#01552f;
font-size:16px !important;
}
.fa-envelope-o{
color:#01552f;
font-size:16px !important;
}
a.lnk:hover{
color:#01552f !important;
text-decoration:none;
}
a.lnk{
color:#333 !important;
text-decoration:none;
}
a.lnk:active, a.lnk:visited{
color:#333 !important;
text-decoration:none;
}
.sml_emaillabel{
display:none;
}
.sml_emailinput{
width:200px !important;
border-radius:0px !important;
background-color:#d5f2e4 !important;;
color:#004224 !important ;
font-size:11px;
float:left;
display:inline;
margin: 0;
padding: 6px 14px 9px 14px;
}

.sml_submitbtn{
height: 29px !important;
width: 65px !important;
display: inline;
float: left;
font-size: 11px !important;
text-align: left;
margin: 0;
padding: 0 0 0 20px !important;
border-radius: 0px !important;
background-color: #467b62 !important;
}
.sml_email{
margin: 0px !important;
padding: 0px !important;
}
#text-4{
width:50%;
float:right !important;
}
.foogallery-default.alignment-center {
    text-align:left;
}
/* end: layout */