﻿/*
Theme Name: A New Life
Theme URI: https://www.anewlife.com.au/
Author: Enamul Haque/Lordwordpress
Author URI: https://www.anewlife.com.au/
Version: 1.0
*/

@import 'assets/css/bootstrap.min.css';
@import 'assets/css/font-awesome.min.css';
@import 'assets/css/components/component.css';

/* ----------------------------------------------------------------
    typography
-----------------------------------------------------------------*/
@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/CircularStd-Bold.eot');
    src: url('assets/fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CircularStd-Bold.woff2') format('woff2'),
        url('assets/fonts/CircularStd-Bold.woff') format('woff'),
        url('assets/fonts/CircularStd-Bold.ttf') format('truetype'),
        url('assets/fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/CircularStd-Black.eot');
    src: url('assets/fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CircularStd-Black.woff2') format('woff2'),
        url('assets/fonts/CircularStd-Black.woff') format('woff'),
        url('assets/fonts/CircularStd-Black.ttf') format('truetype'),
        url('assets/fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/CircularStd-Book.eot');
    src: url('assets/fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CircularStd-Book.woff2') format('woff2'),
        url('assets/fonts/CircularStd-Book.woff') format('woff'),
        url('assets/fonts/CircularStd-Book.ttf') format('truetype'),
        url('assets/fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/CircularStd-Medium.eot');
    src: url('assets/fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CircularStd-Medium.woff2') format('woff2'),
        url('assets/fonts/CircularStd-Medium.woff') format('woff'),
        url('assets/fonts/CircularStd-Medium.ttf') format('truetype'),
        url('assets/fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('assets/fonts/CircularStd-Book.eot');
    src: url('assets/fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CircularStd-Book.woff2') format('woff2'),
        url('assets/fonts/CircularStd-Book.woff') format('woff'),
        url('assets/fonts/CircularStd-Book.ttf') format('truetype'),
        url('assets/fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Circular Std Book';
	font-weight: normal;
	font-style: normal;
	color: #505470;
}

a:active,
a:focus,
input,
select,
textarea {
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
.container {
    text-decoration: none !important;
    transition: all .5s;
}

a:hover,
a:focus {
    color: #323232;
}

a:hover,
.btn,
button,
.btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

h1, h2, h3, h4, p{
    margin: 0;
}

p{
	font-size: 18px;
	color: #505470;
	line-height: 1.6;
}

.m0{
	margin: 0 !important;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mt90{
	margin-top: 90px;
}
.mt100{
	margin-top: 100px;
}

.p0{
	padding: 0 !important;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}

.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px;
}
.pt50{
	padding-top: 50px;
}
.pt60{
	padding-top: 60px;
}
.pt70{
	padding-top: 70px;
}
.pt80{
	padding-top: 80px;
}
.pt90{
	padding-top: 90px;
}
.pt100{
	padding-top: 100px;
}

/*================ Start Header Section ================*/
.header-top-section {
	border-bottom: 1px solid #f4f6fe;
	padding: 15px 20px;
	position: relative;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icons li,
.site-navbar li{
	display: inline-block;
}

.ht-menu ul > li{
	position: relative;
}

.ht-menu ul > li:hover ul{
	opacity: 1;
	z-index: 9;
}

.ht-menu ul li ul {
	position: absolute;
	border: 2px solid #f4f6fe;
	border-radius: 8px;
	padding: 12px 20px;
	width: 260px;
	z-index: -1;
	background: #fff;
	opacity: 0;
	transition: .5s;
}

.site-navbar li a:hover {
	color: #34acb5;
}

.site-navbar li a {
	display: block;
	padding: 10px 5px;
	margin: 0 10px;
	color: #505470;
	font-size: 16px;
}

.is_frontpage .site-navbar li a{
	color: #fff;
}

.is_frontpage .site-navbar li a:hover {
	color: #6dc7ce;
}

.social-icons li a:hover {
	border-color: #6dc7ce;
}

.social-icons li a {
	display: flex;
	height: 38px;
	width: 38px;
	color: #6dc7ce;
	border: 1px solid #6dc7ce50;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	font-size: 16px;
}

.footer-social .social-icons li a{
	background-color: rgba(237, 248, 249, .5);
}

.footer-social .social-icons li a:hover{
	background-color: rgba(237, 248, 249, 1);
}

.is_frontpage .social-icons li a{
	color: #fff;
	border-color: #fff1;
	background: #fff1;
}

.is_frontpage .social-icons li a:hover {
	border-color: #fff;
}

.hb-menu ul li,
.breadcrumbs ul li{
	display: inline-block;
}

.breadcrumb-section {
	padding: 20px 0;
	border-bottom: 1px solid #f4f6fe;
}

.breadcrumbs h2 {
	color: #505470;
	margin-bottom: 10px;
}

.breadcrumbs ul li a {
	color: #34acb5;
	display: block;
	position: relative;
	padding-right: 15px;
	margin-right: 7px;
	font-size: 15px;
}

.breadcrumbs ul li a::before {
	content: "\f105";
	font-family: FontAwesome;
	right: 0;
	position: absolute;
}

.breadcrumbs ul li:last-child a:before{
	content: unset;
}

.breadcrumbs ul li a.active {
	color: #b5b7c3;
	pointer-events: none;
}

.fc2 p,
.fc1 p {
	font-size: 18px;
	margin-bottom: 20px;
}

.section-padding{
	padding: 80px 0;
}

.fc1 h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.fc1-list li {
	position: relative;
	font-size: 18px;
	padding: 0 0 15px 20px;
}

.fc1-list li::before {
	position: absolute;
	content: "";
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #6dc7ce;
	top: 9px;
}

.btn1 {
	font-size: 14px;
	color: #fff !important;
	background: #6dc7ce !important;
	font-weight: bold;
	padding: 13px 30px;
	display: inline-block;
	border-radius: 40px;
	border: 0;
	transition: .3s;
	letter-spacing: 1px;
}

.btn1:hover{
	color: #fff !important;
	background: #1b1459 !important;
}

.btn2 {
	background: #e0f5f5;
	font-size: 14px;
	font-weight: bold;
	color: #34acb5;
	padding: 13px 30px;
	display: inline-block;
	border-radius: 40px;
}

.btn2 img{
	padding-left: 10px;
}

.mr10{
	margin-right: 10px;
}
.mb10{
	margin-bottom: 10px;
}

.fc1-btn {
	padding: 20px 0 50px 0;
}

.fc2-logo {
	margin-bottom: 20px;
	display: inline-block;
}

.anl-input {
	border: 1px solid #b5b7c3;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
}

.anl-input:focus {
	border-color: #6dc7ce;
}

.single-input {
	display: block;
	margin: 12px 0;
}

.single-input p {
	margin-bottom: 5px;
	font-size: 15px;
}

.single-input h4 {
	margin-bottom: 20px;
}

.star{
	color: #6dc7ce;
}

.anl-label {
	display: block;
	position: relative;
	padding: 0 0 10px 30px;
	font-size: 15px;
	font-weight: normal;
	cursor: pointer;
}

.anl-label input {
	display: none;
}

.anl-label span::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	border: 2px solid #b5b7c3;
	border-radius: 50%;
	left: 0;
}

.anl-label input[type="radio"]:checked + span:before{
	background: url('assets/img/radio.png') no-repeat scroll center center / cover;
	border: 0;
}

.anl-label.checkbox span::before{
	border-radius: 0;
}
.anl-label input[type="checkbox"]:checked + span:before{
	background: url('assets/img/check.png') no-repeat scroll center center / cover;
	border: 0;
}

textarea.anl-input{
	height: 200px;
}

.fc-request {
	text-align: center;
	border: 2px solid #e0f5f5;
	border-radius: 8px;
	padding: 35px 10px;
	width: 100%;
	max-width: 350px;
}

.fc-request h3{
	margin: 20px 0;
}

.fc-list2 li {
	position: relative;
	padding: 5px 0 5px 22px;
}

.fc-list2 li::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 20px;
	color: #6dc7ce;
	top: 2px;
}

.fc-list2 li a {
	display: block;
	font-size: 18px;
	color: #6dc7ce;
}

.fc-procedure {
	margin-top: 50px;
}

.fc-procedure h3 {
	margin-bottom: 10px;
}

.mobile-menu{
	display: none;
}

.slicknav_menu {
	background: no-repeat;
	padding: 0;
}

.slicknav_nav {
	background: #1b1459;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	z-index: 9;
}

.slicknav_nav .site-navbar {
	margin: 0;
}
.slicknav_nav .site-navbar li{
	display: block;
}
.slicknav_nav .site-navbar li a {
	display: block;
	color: #e0ddf8;
	margin: 0;
	padding: 10px 30px;
	border-bottom: 1px solid #362e7e;
}
.slicknav_nav .site-navbar li .slicknav_row a {
	display: inline-block;
	border: 0;
	padding: 0px 0 0 20px;
}
.slicknav_nav .site-navbar li a:hover{
	border-radius: 0;
	color: #fff;
	background: #6dc7ce;
}
.slicknav_btn {
	background: #1b1459;
	border-radius: 2px;
	margin: 0;
	padding: 10px 14px;
}

/*================= Footer Section ====================*/
.nl-footer-section {
	border-top: 1px solid #e2e5f9;
	border-bottom: 1px solid #e2e5f9;
	padding: 40px 0;
	background: rgba(251, 252, 254, .5);
}

.footer-copyright {
	background: #f6f7fd;
	padding: 20px 0;
	text-align: center;
	color: #6e7485;
}

.footer-menu {
	padding: 25px 0;
}

.footer-title p {
	margin-top: 18px;
	font-size: 18px;
}

.footer-copyright p {
	font-size: 14px;
}

/*============== Start HomePage ====================*/
.is_frontpage .header-top-section {
	border: 0;
}

.homepage-banner {
	padding: 200px 0 250px;
	text-align: center;
	color: #fff;
}

.home-banner {
	max-width: 800px;
	margin: auto;
}

.home-banner h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

.home-banner h1 {
	font-size: 50px;
	font-weight: 700;
	margin: 30px 0;
}

.home-header-bottom .row > div {
	padding: 20px 15px;
}

.home-header-bottom-section {
	padding: 50px 0;
}

.home-header-bottom h2 {
	margin-bottom: 20px;
}

.home-header-bottom p {
	margin-bottom: 30px;
}

.h-h-b-logo {
	text-align: center;
	margin-bottom: 20px;
}

.get-started-section{
	background: #34acb5;
}

.gs-pro {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-right: 20px;
}
.gs-pro img{
	border-radius: 50%;
}

.gs-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

.get-started-section .row > div {
	padding: 15px 15px;
}

.gs-body p a{
	text-decoration: underline !important;
	color: #fff;
}
.gs-body p a:hover{
	text-decoration: none !important;
	color: #1b1459;
}
.gs-body p {
	color: #fff;
}

.gs-footer .btn2{
	color: #fff;
	background: #6dc7ce;
}

.gs-head {
	margin-bottom: 12px;
}

.gs-footer{
	margin-top: 12px;
}

.hb-body {
	padding: 40px 30px 60px;
}

.hb-body h3 {
	font-weight: 700;
	margin-bottom: 25px;
}

.hb-body a{
	margin-top: 30px;
}

/*============== About our facilities ================*/
.image-gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.image-gallery li {
	display: block;
	width: 31%;
	margin: 1.8% 0;
}

.image-gallery li a{
	display: block;
	pointer-events: none;
}

.facilities-content h3 {
	margin-bottom: 15px;
}

.facilities-content a {
	color: #6dc7ce;
}

.facilities-image {
	display: inline-block;
	margin-bottom: 20px;
}

.facility-img {
	padding: 20px 0;
}

.fm1{
	box-shadow: 0px 23px 51px 0px rgba(149, 156, 174, 0.4);
}

.fm2{
	box-shadow: 0px 23px 51px 0px rgba(161, 196, 231, 0.4);
}

.ourteam {
	margin: 20px 0;
}

.ourteam h3{
	margin-bottom: 15px;
}

.team-img {
	margin-bottom: 20px;
}

.teamimg {
	display: inline-block;
	box-shadow: 0px 23px 51px 0px rgba(180, 138, 96, 0.4);
}

.teambanner-section {
	padding: 200px 0;
}

.teambanner h1{
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.doctorimg {
	display: inline-block;
	box-shadow: 0px 23px 51px 0px rgba(108, 97, 75, 0.4);
}

.ad-tab-menu ul {
	border-bottom: 2px solid #f4f6fe;
}

.ad-tab-menu ul li {
	display: inline-block;
}

.ad-tab-menu ul li.active a {
	color: #505470;
	box-shadow: 0px 2px 0px 0px #6dc7ce;
}
.ad-tab-menu ul li a {
	display: block;
	color: #b5b7c3;
	font-size: 18px;
	margin-right: 30px;
	padding: 12px 0;
}

.ad-tab-menu {
	margin-bottom: 20px;
}

.about-doctor-tabs .tab-content > div {
	padding: 10px 0;
}

.about-doctor {
	margin: 40px 0 20px 0;
}

.arrival-count {
	display: flex;
	font-size: 16px;
	color: #34acb5;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 2px solid #34acb530;
	justify-content: center;
	align-items: center;
	margin-right: 28px;
	min-width: 30px;
}

.w55 > li > .arrival-left > .arrival-count{
	width: 55px;
	height: 55px;
	margin-right: 35px;
}

.number li {
	display: flex;
}

.arrival-right h3, .arrival-right h4 {
	margin-bottom: 25px;
	font-weight: bold;
}

.arrival-right p {
	margin-bottom: 25px;
}

.arrival-right {
	border-bottom: 2px solid #f4f6fe;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.number.space li {
	padding: 0 0 20px 0;
	font-size: 18px;
}

.arrival-content ul li:last-child .arrival-right {
	border: 0;
}


.excess-quote {
	border: 2px solid #e0f5f5;
	padding: 20px 20px 20px 70px;
	border-radius: 5px;
	position: relative;
	margin: 30px 0 50px;
}

.excess-quote::before {
	content: url(assets/img/quote.png);
	position: absolute;
	left: 20px;
}

.journey a{
	color: #6dc7ce;
}

.a-trigger {
	display: block;
	color: #34acb5;
	font-size: 18px;
	border: 2px solid #34acb530;
	border-radius: 2px;
	padding: 8px 30px 8px 15px;
	position: relative;
	cursor: pointer;
}

.a-trigger::before {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 17px;
	transition: .3s;
}

li.active .a-trigger::before{
	transform: rotateX(180deg);
}

.accordion-content {
	padding: 20px;
	display: none;
}

li.active .accordion-content{
	display: block;
}

.accordion-list li {
	margin-bottom: 10px;
}

.accordion-img {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.accordion-img span {
	display: inline-block;
	padding: 10px 10px 10px 0;
}

.thumbs ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.thumbs li {
	margin-right: 25px;
	font-size: 18px;
}

.faq-contact {
	border: 2px solid #f4f6fe;
	border-radius: 5px;
	padding: 10px 25px 25px 25px;
	margin-top: 40px;
}

.faq-note {
	display: block;
	margin: 10px 0 20px 0;
}

.accordion-content a {
	color: #6dc7ce;
}

.paragraphm p{
	margin-bottom: 20px;
}
.headingm h3, .headingm h4{
	margin-bottom: 20px;
	line-height: 1.6;
}

.gastric-img {
	margin: 50px 0;
}

.s-day {
	display: inline-block;
	font-weight: 700;
	color: #34acb5;
	font-size: 15px;
	border: 2px solid #34acb530;
	padding: 10px 20px;
	border-radius: 30px;
	margin-bottom: 20px;
}

.single-surgery {
	border-bottom: 2px solid #f4f6fe;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.single-surgery h4{
	font-weight: bold;
}
.b0{
	border: 0 !important;
}

.overview-right {
	border: 2px solid #e0f5f5;
	padding: 20px;
	border-radius: 6px;
}

.overview-right p {
	font-size: 15px;
	margin: 20px 0;
}

.overview-footer {
	display: flex;
	align-items: center;
}

.overview-footer h4{
	margin-right: 20px;
}

.overview-rate a {
	color: #efce4a;
}

.overview-right h3 {
	font-size: 22px;
	margin-top: 20px;
}

.overview-bottom {
	margin-top: 50px;
}

.arrival-right a {
	color: #6dc7ce;
}

button.dropdown-toggle {
	width: 100%;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #b5b7c3;
	color: #505470 !important;
	font-size: 15px;
	padding: 10px 15px;
}

.bootstrap-select {
	width: 100% !important;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #333;
	border-color: unset !important;
	background-color: unset !important;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6dc7ce;
}

.dropdown-menu > li > a {
	padding: 10px 20px;
}

.single-surgery-day {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #f4f6fe;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.sd-left {
	width: 32%;
}

.sd-right {
	width: 62%;
}

.procedure-img {
	display: block;
	margin: 50px 0;
}

.p-table {
	border: 2px solid #e0f5f5;
	border-radius: 5px;
	margin: 0;
}

.procedure-table {
	margin: 50px 0;
}

.p-table > tbody > tr > td {
	color: #505470;
	border-top: 2px solid #e0f5f5;
	font-size: 15px;
	padding: 12px 10px;
}

.p-table tr td:first-child {
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 20px;
}

.p-table tr th {
	font-size: 18px;
}

td .fc1-list li{
	font-size: 15px;
}

.single-pro-p-head {
	margin: 30px 0;
}

.single-pro-p-head a {
	color: #6dc7ce;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-top: 20px;
}

.procedure-link a {
	color: #6dc7ce;
	display: inline-block;
	margin-right: 20px;
}

.ccc-img1 {
	margin-bottom: 30px;
}

.mcc-img {
	margin: 60px 0 40px 0;
}

.sfs-logo {
	margin: 35px 0;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}

.anl-dob > li {
	position: relative;
	padding-right: 22px;
}

.anl-dob > li::before {
	content: "/";
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 9;
}

.anl-dob > li:last-child:before{
	content: unset;
}

.fileupload input[type="file"] {
	display: none;
}

.fileupload span{
	cursor: pointer;
}

.column2{
	column-count: 2;
}

.column2 .anl-label {
	display: inline-block;
	margin: 2px 0;
}

/*============== Start Responsive Stylesheet ====================*/
@media all and (max-width: 1199px){
	.header-top-section{
		padding: 20px 0;
	}
	.mobile-menu{
		display: block;
	}
	.ht-menu{
		display: none;
	}
}

@media all and (max-width: 991px){
	.finance-content-right {
		margin-top: 50px;
	}
}

@media all and (max-width: 767px){
	.homepage-banner{
		padding: 100px 0; 
	}
	.home-banner h1{
		font-size: 40px;
	}
	.sd-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.sd-right {
		width: 100%;
	}
}

@media all and (max-width: 575px){
	.header-top {
		flex-wrap: wrap;
	}

	.ht-social {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.hb-body {
		padding: 40px 10px;
	}
	.number.w55 > li {
		display: block;
	}
	.w55 > li > .arrival-left > .arrival-count {
		margin: 0 0 20px;
	}
}

@media all and (max-width: 500px){
	.image-gallery li{
		width: 49%;
	}
	.arrival-count{
		margin-right: 12px;
	}
}

.wp-caption-text{
color:#000;
font-size:14px !important; 
text-align:center;
}

.wp-caption {
/*display: block; 
margin-left: auto;
 margin-right: auto;
 */
 background: #f3f3f3;
 padding:4px;
}


.faq-accordion ol li{
    font-size: 18px;
}





.is_frontpage .sub-menu li a {
    color: #505470;
}



div.wpcf7-validation-errors {
    border: 2px solid #f00; 
	background:#f00; 
	color:#fff; 
	float:left;
}



div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color:#fff; 
	background:#398f14;
	float:left;
}



.lwp-fc-contact span.wpcf7-list-item{
display:block;
}

.post ul li:before {
/*list-style-type: square;*/
content: "\2022";
display: inline-block;
width: 1em;
margin-left: -1em;	
color: #6dc7ce;	
font-size: 18px;
/*margin: 0 0 10px;*/ 	
	
}


.post ul li {
font-size: 18px;
list-style-position:inside
margin-bottom:10px;	
}


.post ul {
padding-left:0;   
}


.post ol li {
font-size: 18px;
list-style-position:inside;
margin-bottom:10px;	
}