@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold'; 
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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


html {overflow-x:hidden;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-long-arrow-pointing-to-the-right:before { content: "\f100"; }
.flaticon-telephone-of-old-design:before { content: "\f101"; }

.about_block li:after{content:none !important;}

body { font-family: 'latoregular'; font-size:16px; line-height:24px; overflow-x: hidden;}
ul { padding:0;}
li { list-style:none; display:inline;}
a:hover {color: #0056b3; text-decoration: none;}
.btn {
  border-radius: 0;
  border: 0;
  outline: none;
  background: #01b5cc;
  color: #fff;
  font-size: 18px;
}

i{ font-family:"fontawesome" !important; font-style:normal;}

.header_top {background: #05a3b7;  text-align: right;}
.header_top ul { margin:0;}
.header_top span {margin-left: 10px;}
.header_top a { color:#fefefe; font-size:16px;}
.header_top li {padding:11px 15px; border-right: 1px solid #fff; line-height: 40px;}
/*=========================== slider =========================*/

.slider .owl-dots{  display: none;}
.slider .item { position: relative; }
.slider .item::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background:#01b5cc;
  position: absolute;
  z-index:1;
  top: 0;
  opacity: 0.5;
}

.slider .item::before {
  content: "";
  background-image: linear-gradient(to left, #05a3b7, #71b7d4, #aecce7, transparent, transparent);
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.5;
}
.slider_content .btn, .slider_content .paoc-popup {
  width:auto;
  line-height: 36px;
  margin-top: 5px;
  border: 1px solid #05a3b7;
  background:#05a3b7;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.slider_content .btn:hover {
  background: #fff;
  border-color: #05a3b7;
  color: #05a3b7;
}
.header_top .social_icon a {font-size: 18px; padding: 0 8px; color: #fff;}
.header_top .social_icon a:hover { color:#9d840e;} 
.header_top .social_icon {text-align: right;}


.slider_content {
  position: absolute;
  top: 50%;
  right: 8%;
  left: 55%;
  z-index: 99;
  color: #fff;
  transform: translate(0,-50%);
  z-index: 9;
}
.slider_content h1 {font-size: 48px; font-family: 'latoblack'; margin-bottom: 0px;}
.slider img {max-width: 100%;}
.slider_content p {font-size: 18px;/*margin-bottom:10px;*/}
.owl-nav { display:none;}
/*=========================== slider-end =========================*/

 
.fixed .fa-gg {                  
    transform: rotate(360deg);      
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/*=========================== nav =========================*/
.nav a {font-size: 15px; color: #525866; line-height: 95px;}
.nav a:hover, .header_top a:hover {color: rgba(24,125,132,1);}
.nav li {padding:0 5px; position: relative;}
.menu-item-has-children::before {
  display: none;
  content: "▼";
  display: block;
  font-size: 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translate(0,-50%);
  color: #525866;
}
.sub-menu .menu-item-has-children::before {
  color:#05a3b7;
  right: 10px;
}
li.menu-item-has-children { padding-right: 18px;}
.logo img {max-width: 100%;}
.section-title {
  font-size: 36px;
  color: #343434;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  background: #01b5cc;
  bottom: 0;
  position: absolute;
}
.section-title + p { color:#868686;} 
.about_section {
  padding:70px 0;
  display: inline-block;
  width: 100%;
}
.ndis {
margin-top: 20px;
max-width: 290px; 
}
.iheartndisimg img {
	margin-top: 40px;
	width: auto;
}
.about_content {
  background: #f8f8f8;
  padding: 10px;
  position: relative;
  width: 60%;
  float: right;
  transform: translate(0,30%);
  transition: color 0.15s ease-in-out, 
  background-color 0.15s ease-in-out, 
  border-color 0.15s ease-in-out, 
  box-shadow 0.15s ease-in-out;
}
.about_content:hover {
  background: #08a3b6;
  color:#fff;
}
.about_content h3  { font-size:12px; color: #343434;}
.about_content p {
  color: #737373;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.about_content:hover p, .about_content:hover .btn, .about_content:hover h3 { color:#fff;}
.btn.enquiry_now {
  display: flex;
  background: transparent;
  color: #01b5cc;
  padding-left: 0;
  font-size: 14px;
  padding-right: 0;
  line-height: normal;
}
.about_block li {
/*  width: 25% !important;
  font-size: 17px;
  padding: 14px 10px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #01b5cc;
  background:#01b5cc;
  border-radius: 50px;
  margin-right: 30px;
  margin-bottom: 15px;
  cursor:pointer;
  color:#fff;
  display: inline-block;
  text-align: center;*/
  
  
    list-style-type: upper-roman;
    width: 30% !important;
    font-size: 17px;
    padding: 0 10px;
    line-height: 56px;
    font-weight: bold;
    border: 1px solid #01b5cc;
    background: #01b5cc;
    border-radius: 50px;
    margin-right: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    
}
.about_block li:nth-child(3n+3) {margin-right:0;}
.about_block li:hover {
  background: #fff;
  color: #01b5cc;
}
.about_block li:before {
    content: "\f00c";
    font-family: fontawesome;
    padding-right: 8px;
}
.about_block {
  margin: 0;
  padding-top: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.about_img {width: 40%; float: left;}
.about_img img, .imgSec .phone {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.about_img img:hover, .about_img img:focus, .imgSec .phone:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.flaticon-long-arrow-pointing-to-the-right::before { margin-left:8px; }
.flaticon-long-arrow-pointing-to-the-right {line-height: 18px;}
/*=========================== benefit =========================*/

.benefits-img {width: 100%; float: left;}
.benefits-img img{ max-width: 100%; }
.benefits-right { width:100%;  float: left; padding: 10px;}
.benefits-right h3 {
  color: #01b5cc;
  display: inline-block;
  font-size: 48px;
  font-family: 'latoblack';
}
.benefits-right span {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  color: #343434;
  margin-bottom: 10px;
  display: inline-block;
}
.benefits-right p {
  font-size: 16px;
  color: #212529;
  text-align: justify;
}
.benefits_section {
  display: inline-block;
  width: 100%;
  float: left;
}
.benefits_sec {margin-top:40px;}


/*=========================== testimonial =========================*/

.testimonials {
  background-image: url("https://homecaringinala.com.au/wp-content/uploads/2020/09/The-Support-you-Deserve-1.jpg");
  display: inline-block;
  width: 100%;
  padding: 50px 0;wh
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials .section-title{ color: #fff; margin-bottom: 30px;}
.testimonials .section-title + p {
  color: #363636;
  font-size: 16px;
  line-height: 24px;
  max-width: 65%;
  margin: 25px auto 45px;
}
.testimonials .section-title::after{ left: 50%; transform: translate(-50%); background: #fff; }
.testimonials p{ text-align: center; margin-top: 15px; color: white;}
.testimonial p.description{
    margin:20px auto auto;
  max-width:85%;
    font-size: 18px;
    color: #fff;
    line-height:24px;
    position: relative;
}
.testimonial .test_img{border-radius: 50%;max-width: 120px; text-align: center; margin:auto;}

/*.testimonial .description:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #73438f;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}*/

.testimonial .title{
    font-size: 18px;
    color: #fff;
    margin:10px 0 0px;
}
.testimonial .post {
  display: block;
  font-size: 16px;
  color: #363636;
}

.owl-theme .owl-controls{
    margin-top: 30px;
}
.testimonials .owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.testimonials .owl-theme .owl-controls .owl-page.active span,
.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #73438f;
}

.testimonials .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  font-size: 40px !important;
  color: #6a6a6a !important;
}

.testimonials .owl-carousel .owl-nav button.owl-next{
      right: 0%;
      top: 50%;
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
  top: 50%;
  left: 0%;
}
/*=========================== Countdown =========================*/


.grey-bg, .subscription{
  background: rgba(1,180,204,1);
  background: -moz-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,180,204,1)), color-stop(51%, rgba(24,125,132,1)), color-stop(100%, rgba(1,180,204,1)));
  background: -webkit-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
  background: -o-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
  background: linear-gradient(to right, rgba(1,180,204,1) 0%, rgba(24,125,132,1) 51%, rgba(1,180,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b4cc', endColorstr='#01b4cc', GradientType=1 ); 
  padding: 100px 0; 
  color: #fff;
}

.counter-Txt{text-align:center;}
.counter-Txt span {
  display: inline;
  font-size: 48px;
  margin-bottom: 0;
  font-family: 'latoblack';
  line-height: 48px;
}
.date_count {
  display: inline-block;
}
.grey-bg h4 {
  font-size: 18px;
  text-transform: initial;
  font-family: 'latoblack';
  line-height: 24px;
  position: relative;
  min-height: 50px;
  margin-top: 15px;
}
.grey-bg h4::after {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  right: 0;
  margin:5px auto;
}
.counter-Txt p {
  font-size: 16px;
  margin: 40px 0 0 0;
}



/*=========================== Logo Slider=========================*/

.logo_slider{ padding: 65px 0; }
.logo_slider .owl-dots {display: none;}
#return-to-top:hover {
  background: #01b5cc;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  z-index: 999;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: auto;
  position: relative;
  left: 17px;
  top: 13px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/*=========================== call & FAQ =========================*/



.call_faq{}
.call {
  background-color: #f4f4f4;
  padding: 94px;
  background-image: url(https://homecaringinala.com.au/wp-content/uploads/2020/09/we-belive.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.call::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background:#01b5cc;
  position: absolute;
  top:0;
  left:0;
  opacity: 0.4;
}
.call input[type="text"] {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #b3b1b1;
  font-size: 18px;
  width: 100%;
  margin: 25px 0;
  padding-bottom: 3px;
  transition: all 0.15s linear;
}
.call input[type="text"]:focus { border-color:#148690; color:#148690;} 
.call_sec .services{ width: 70%; }
.faq{ background-color: #01b5cc; padding: 94px; }
.faq .section-title::after{background: #fff; }
#accordion { margin:10px 0; }

/*=========================== Subscription =========================*/

.subscription{ padding: 50px; }
.subscription span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.subscription input {
  width: 100%;
  background-color:#fff;
  padding: 15px 25px;
  border: 0;
  border-radius: 25px;
  margin: 0;
  color: #747a89;
  font-size: 18px;
}
.subscription .es_submit_button {
  color: #fff;
  background: #01b5cc;
  font-size: 24px;
  padding: 15px 26px;
  border-radius: 0 25px 25px 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s linear;
  cursor: pointer;
  display: inline-block;
  width: auto;
}
/*.subscription a:hover {
  background: #01b5cc;
  color: #fff;
}*/




/*=========================== Footer =========================*/



footer{ background-color: #434a5a; }
.imgSec{ padding: 80px; font-family: 'latoblack'; }
.imgSec .phone{ max-width: 10%; }
.imgSec h1{ font-size: 48px; color: #fefefe;}
.imgSec h1 a{ color: #fefefe;}
.imgSec h6{ font-size: 18px; color: #fefefe; padding: 10px; }
footer .section-title {
  color: #fefefe;
  font-size: 22px;
}
footer ul li{ display: block; padding:5px 0; }
footer ul li a{ text-decoration: none; color: #fefefe; }
footer ul li a:hover, .footer-bottom .links a:hover{ color:#01b5cc; }
footer ul li i{padding-right: 10px; color: #fefefe;}
footer ul li{color: #fefefe;}
footer .section-title::after {
  background-color: #6f7b93;
  height: 3px;
}
footer .section-title::before {
  content: "";
  display: block;
  height: 1px;
  width:100%;
  background:#373e4c;
  bottom: 0;
  position: absolute;
  margin-bottom: 1px;
}
.footer_line{
  content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;}

.footer-bottom p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-bottom .links{ text-decoration: none; color: #fefefe;float: right;}
.footer-bottom .links a {
  padding: 0 5px;
  border-right: 2px solid #fff;
  color:#fff;
}
.footer-bottom .links a:last-child{ border:0; padding-right:0;}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #fff !important;
  margin: 0 5px;
}
.owl-dots .owl-dot.active {background: #262626 !important;}
.owl-dots {margin-top: 20px;}
.call .section-title {color: #fff; }
.call .section-title + p {
  color: #fff;
}
.faq .section-title {color: #fff; margin-bottom: 45px;}
.submit_btn {
    font-size: 24px;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #01b5cc;
    padding: 15px;
    border-radius: 50px;
}
.grey-bg .popupaoc-button {
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #01b5cc;
  padding: 15px;
  border-radius: 50px;
  outline: none;
  background: #01b5cc;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.call .btn:hover, .menu_group .btn:hover, .grey-bg .popupaoc-button:hover {
  border: 1px solid #fff;
  color: #01b5cc;
  background: #fff;
}
.menu_group {
  margin-top: 40px;
}
.subscription_input {
  margin: 20px 15px 0;
  max-width: 700px;
  position: relative;
}
.footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about_section .btn:hover {color:#0f3c41;}
.call_faq .card-header .btn-link {
  padding: 10px 60px 10px 15px;
  margin-bottom: 2px;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid #fff;
  width: 100%;
  text-align: left;
}
.call_faq .card-header .btn-link:hover, .call_faq .card-header .btn-link:focus { text-decoration:none; color:#01b5cc; background-color:#fff;}
.call_faq .card-header {
  padding:0;
  background-color:transparent;
  border-bottom:0;
}
.call_faq .card {
  background-color: transparent;
  border: 0;
  color: #fff;
  margin-bottom: 20px;
}
.call_faq .card:last-child{ margin:0;} 

.stm_select select {
  width: 100%;
  font-size: 18px;
  color: #777;
  background: transparent;
  border-bottom: 1px solid #b3b1b1 !important;
  box-shadow: none !important;
  outline: 0 !important;
  -webkit-transition: none;
  transition: none;
  border-radius: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px 3px 0;
  border: 0;
}
.stm_select::after {
  content: '';
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #a6a9aa transparent transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.stm_select {
  width: 100%;
  margin: 25px 0;
}
.owl-prev::before, .owl-next::before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 38px;
  line-height: 53px;
  background:#01b5cc;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
}
.slider .owl-nav {display: block;}
.owl-next::before {content: "\f105";}
.owl-prev::before {content: "\f104";}
.owl-prev span, .owl-next span {font-size: 0;}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 5%;
}
.owl-next {right: 5%; left: auto;}
button:focus, .btn:focus, .subscription input:focus {
  outline: none;
  box-shadow: none;
}

.logo_slider .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.why_choose .section-title::after, .logo_slider .section-title::after, .about_section .section-title::after {left: 0; right: 0; margin:auto; }
.why_choose {
  padding:0 0 50px;
  text-align: center;
}
.about_section .section-title + p, .about_section .section-title {
  text-align: center;
}

.why_choose .section-title, .why_choose .section-title + p  { color:#fff;}
.why_choose .section-title::after { background:#fff;}
.why_choose .submit_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #01b5cc;
}
.call div {
  position: relative;
  z-index: 99;
}



/*==================== content-header ====================*/

/*.content-header {
  background-image: url(../images/Palliative-Care-Banner.jpg);
  padding:120px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}*/
.content-header-inner .wrap-inner {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  max-width: 550px;
  padding: 25px;
  position: relative;
  top: 50px;
  border-bottom: 3px solid #05a3b7;
  z-index: 1;
  -webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.breadcrumbs-inner a::after {
  content: "/";
  width: 0;
  height: 2px;
  position: absolute;
  right: 8px;
  top: -2px;
  color:#ccc; 
}
.breadcrumbs-inner a {
  position: relative;
  padding-right:15px; 
  color:#01b5cc; 
}
.content_block {
  display: table;
  width: 100%;
  margin: 10px 0 0;
}
.box-image {
  padding-right: 15px;
  /*float: left;*/
  display: table-cell;
  width: 45%;
/*  //background-image:url(../images/western.jpg);  
*/  background-repeat: no-repeat;
  background-size: cover; 
  vertical-align: middle;
  padding-bottom: 15px;
}
.box-image img {
  width: 100%;
}
.box-content-inner {
  padding-left: 15px;
  /*float: left;*/
  width: 55%;
  display: table-cell;
  vertical-align: middle;
}
.content-body {
  margin: 100px 0;
}
.ul-point li, .page-template-service .content-body li  {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.entry-content ol { padding: 0; }
.number_ul li, .box-content-inner li, .page-template-service .content-body li,
.page-template-fullpage .wpb_wrapper li, .entry-content li {
  padding-left:30px;
  display: inline-block;
  width: 100%;
  margin-bottom:5px;
  margin-top:5px;
  position: relative;
}
.number_ul li::after {
  content: "1 )";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  color:#01b5cc; 
  font-weight: bold;
}
.number_ul li:nth-child(2)::after { content:"2 )"}
.number_ul li:nth-child(3)::after { content:"3 )"}
.number_ul li:nth-child(4)::after { content:"4 )"}
.number_ul li:nth-child(5)::after { content:"5 )"}
.number_ul li:nth-child(6)::after { content:"6 )"}
.number_ul li:nth-child(7)::after { content:"7 )"}
.number_ul li:nth-child(8)::after { content:"8 )"}
.number_ul li:nth-child(9)::after { content:"9 )"}
.number_ul li:nth-child(10)::after { content:"10 )"}
.number_ul li:nth-child(11)::after { content:"11 )"}
.number_ul li:nth-child(12)::after { content:"12 )"}
.number_ul li:nth-child(13)::after { content:"13 )"}
.number_ul li:nth-child(14)::after { content:"14 )"}
.number_ul li:nth-child(15)::after { content:"15 )"}
.number_ul li:nth-child(16)::after { content:"16 )"}
.number_ul li:nth-child(17)::after { content:"17 )"}

.ul-point li::after, .box-content-inner li::after, .page-template-service .content-body li:after,
.page-template-fullpage .wpb_wrapper li:after, .entry-content li:after  {
  content: "";
  display: block;
  background:#01b5cc ;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

/*.content_block:nth-child(2n+2) .box-image {
  float: right;
  padding-right: 0;
  padding-left: 15px;
}
.content_block:nth-child(2n+2) .box-content-inner {
  padding-left: 0;
  padding-right: 15px;
}
*/
.subtitle {
  color: #01b5cc;
  margin:0; 
}
.page-title-inner {
  margin: 10px 0;
}

.down-arrow a::after {
  content: "\f107";
  font-family: "fontAwesome";
  font-size: 42px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}
.down-arrow a {
  position: absolute;
  right: -5px;
  bottom: -35px;
  z-index: 100;
  width: 70px;
  height: 70px;
  border: 5px solid #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  background: #01b5cc;
}
.content-header-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.down-arrow a span {display: none;}
.content-header img {max-width: 100%; width: 100%;}
.content-header {position: relative;}
footer.entry-footer {
    background: transparent;
    margin: 25px 0 30px;
}
.edit-link a {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.testimonial img {
    width: auto !important;
    border-radius: 50%;
    display: inline-block !important;
}

.subscription_input label { width: 100%;}
#spinner-image { display: none;}

.contact-form-inner { width: 60%; float: left; padding-right: 50px;}
.contact-address {
  float: left;
  width: 40%;
  background: #f6f5f1;
  padding: 45px;
}
.contact-area { display: inline-block;  width: 100%; margin-top: 50px;}
.contact-address h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 39px;
  font-weight: 700;
  text-align: left !important;
  font-family: 'Oswald', sans-serif;
}
.contact-address h4 {
  font-size: 16px;
  margin: 20px 0;
  text-align: left !important;
  border-bottom: 1px solid #ececeb;
  padding-bottom: 15px;
  line-height: 26px;
}
.contact-address h4:last-child { border: 0;  padding-bottom: 0;}
.contact-form-inner input[type="text"], 
.contact-form-inner input[type="email"], 
.contact-form-inner textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"], 
.wpcf7-form textarea

 {
  border: 1px solid #ccc;
  padding: 8px;
  margin-top: 10px;
  width: 100%;
}
.contact-form-inner label {
  display: inline-block;
  width: 100%;
}
.contact-area .wpcf7-submit, .wpcf7-form .wpcf7-submit {
  padding: 10px 45px;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  background: #01b5cc;
  color: #fff;
  cursor: pointer;
}
.contact-area .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:hover {
  background: #0aa6ba;
}
iframe {
  max-width: 100%;
}
.bd-post-image img {
  max-width: 100%;
  height: auto;
}
.timeline_bg_wrap .timeline_back .timeline.blog-wrap:nth-child(2) {
  margin-top: 0 !important;
}

.paoc-popup-modal { max-width: 500px !important; }
.wpcf7-form label {
  width: 100%;
  display: inline-block;
}
.paoc-popup-modal-cnt { padding:20px 20px 5px 20px !important;}
.wpcf7-form textarea {
  height: 120px;
}

.contact-address_buttom {
  background: #f6f5f1;
  padding: 25px;
  text-align: center;
  margin-top: 15px;
}
.contact-address_buttom h4 {
  font-size: 16px;
  line-height: 26px;
}


.wpcf7-form p {
    margin-bottom: 10px !important;
}
div.wpcf7-validation-errors {
    margin: 0 !important;
}

.nav .sub-menu a {
  line-height: normal;
  color: #05a3b7;
}
.nav  .sub-menu {
  display: none;
  background: #fff;
  color: #05a3b7;
  position: absolute;
  top: 100%;
  width: 230px;
  z-index: 999;

-webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,0.6);
-moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,0.6 );
box-shadow: 0px 2px 5px 0px rgba(204,204,204,0.6);
}
.nav li:hover  .sub-menu {
  display: block;
}
.header_bottom .logo {
  padding-bottom: 20px;
  padding-top: 20px;
}
.nav .sub-menu li {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}
.nav .sub-menu .sub-menu {
  right: 100%;
  top: 0;
  width: 610px;
  padding: 10px;
}
.nav .sub-menu .sub-menu li {
  width: 30%;
  float: left;
  border: 0;
}
.nav .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.nav .sub-menu .sub-menu a {
  font-size: 14px;
  padding: 9px 10px;
}

.nav .sub-menu li a:hover, .nav .sub-menu li.current_page_item a {
  background: #05a3b7;
  color: #fff;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
  background-color: #05a3b7 !important;
}
button#responsive-menu-button {
  top: 38px !important;
  background: transparent !important;
}
.nav li:nth-child(4) .sub-menu {
  width:420px;
  padding: 10px;
}
.nav li:nth-child(4) .sub-menu li{ width: 50%; float: left; border:0;  }
.nav a .sub-menu a { font-size:14px; }
.page-template-conatct .content-header-inner {position: relative;}
.page-numbers li { padding-right: 0;  display: inline;}
.page-numbers li::after { display: none !important;}
sup {
    vertical-align: super !important;
    font-size: 9px;
}
.sub-menu .menu-item-has-children .sub-menu {
    display: none !important;
}
.sub-menu .menu-item-has-children:hover .sub-menu {
	display: block !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a{height: auto !important;}
.registeredAged.col-md-12 {
    text-align: center;
}
.testimonials-subtxt {
    text-align: center;
    margin-bottom: 30px;
}

.benefits-img {
    width: 100%;
    float: left;
    background-image: url('https://homecaringmidnorthcoast.com.au/wp-content/uploads/2022/10/hctwht.jpg');

}

.item.hideDesktop {
    display: none;
}
@media (min-width: 768px) and (max-width: 991.98px){
    ul.about_block li {
    font-size: 11px!important;
    margin-right: 10px!impportant;
}
}
@media(max-width: 767px){
   .item.hideMob{
    display: none;
}
.benefits_section .benefits-img {
    background-position: top!important;
}

.item.hideDesktop {
    display: block;
}
.about_section ul.about_block li {
    width: 100%!important;
    font-weight: 900!important;
    margin-top: 30px !important;
    margin-bottom: 15px;
    margin-right: 0px!important;
}

body .container p {
    line-height: 36px;
}
.call_faq span.popup-open.contact-popup.btn.submit_btn{
    font-size: 20px!important;
}
.section-title {
    font-size: 32px;
    line-height: 48px;
}
.menu_group span.popup-open.contact-popup.btn, .call_faq span.popup-open.contact-popup.btn {
    font-size: 20px!important;
    padding: 12px!important;
    display: block;
        height: auto;
    line-height: 1.5;
}
}

