@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

p{
  margin-bottom:0;
}

p a,
p a:hover{
	color:#e6690e;
}

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

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:17px;
  color:#fff;
  line-height:19px;
  background:#3b58bd;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#e66b12;
  color:#fff;
}

.common_btn2{
  font-size:17px;
  color:#fff;
  line-height:19px;
  background:#e66b12;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#3b58bd;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  letter-spacing:.03em;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:50px;
  background:#e6690e;
  right:0;
  top:0;
  transition:all 600ms ease-in-out;
}

.header_logo{
  width:220px;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.header_top{
  background:#e6690e;
  padding:8px 0 0 40px;
  z-index:999;
  transition:all 600ms ease-in-out;
}

.header_top:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:50px 0 0 30px;
  border-color:transparent transparent transparent #fff;
  transform:rotate(0deg);
  left:0;
  top:0;
}

.header_contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
}

.header_contact li a:hover{
  color:#1276b0;
}

.quote_btn a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  letter-spacing:.02em;
  background:#fff;
  border-radius:15px 15px 0 0;
  padding:12px 20px;
}

.quote_btn a:hover{
  background:#1276b0;
  color:#fff;
}

.header_bottom{
  padding-top:32px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

  .navbar-default.navbar-fixed:after{
    top:-50px;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:145px;
  }

  .navbar-default.navbar-fixed .header_top{
    margin-top:-50px;
  }

}

.home_banner{
  margin-top:162px;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(213,233,244,.8) , rgba(213,233,244,.0));
  left:0;
  top:0;
}

.home_banner .desc{
  left:0;
  bottom:16%;
}

.banner_content{
  width:600px;
  max-width:100%;
}

.banner_sm_title{
  font-size:24px;
  color:#020202;
  line-height:30px;
  font-weight:600;
  letter-spacing:.06em;
  padding-bottom:10px;
}

.banner_bg_title{
  font-size:50px;
  color:#010101;
  line-height:58px;
  letter-spacing:.02em;
  padding-bottom:25px;
}

.service_panel,
.faq_panel,
.testimonial_panel{
  padding:65px 0;
}

.service_bg_title,
.about_bg_title,
.faq_bg_title,
.h_form_title,
.testimonial_bg_title,
.area_bg_title{
  font-size:48px;
  color:#020202;
  line-height:56px;
  letter-spacing:.03em;
  padding-bottom:30px;
}

.service_img{
  z-index:999;
}

.service_img:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#5676d8;
  border-radius:20px;
  transform:rotate(4deg);
  left:0;
  top:0;
  z-index:-1;
}

.service_panel .col-lg-4:nth-child(2n) .service_img:before{
  background:#f09a5b;
}

.service_img img{
  border-radius:20px;
}

.service_title{
  font-size:22px;
  color:#040404;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.about_panel,
.area_panel,
.gallery_panel{
  padding-bottom:65px;
}

.about_img{
  background:url(../images/dott-img01.png) no-repeat right bottom;
}

.about_img img{
  border-radius:0 150px 150px;
}

.about_bg_title,
.testimonial_bg_title{
  color:#e66a13;
}

.choose_panel{
  background:#2748b2;
  padding:40px 0;
}

.choose_panel .col-lg-4{
  border-right:1px solid #fff;
}

.choose_panel .col-lg-4:last-child{
  border-right:none;
}

.choose_icon{
  display:inline-block;
  width:70px;
  height:70px;
  line-height:70px;
  background:#fff;
  border-radius:50%;
  text-align:center;
}

.choose_title{
  display:inline-block;
  width:78%;
  font-size:20px;
  line-height:26px;
  font-weight:500;
  letter-spacing:.02em;
  vertical-align:middle;
  padding-left:15px;
}

.faq_panel .logo_icon{
  margin-bottom:15px;
  padding:0 120px;
}

.faq_panel .logo_icon:before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  background:#010101;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.faq_panel .logo_icon img{
  width:90px;
  background:#fff;
  padding:0 15px;
  position:relative;
}

.accordion-item{
  border:1px solid #ee985c !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#ee985c;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.home_form{
  background:linear-gradient(to right, #2c4aac , #fff);
}

.home_form{
  padding-top:65px;
}

.sp-testimonial-free{
  border:1px solid #3b58bd !important;
  border-radius:15px !important;
  min-height:365px;
  padding:30px 25px;
}

.sp-testimonial-content p{
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-size:24px !important;
  color:#13359f !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
}

.area_bg_title,
.faq_bg_title{
  color:#13359f;
}

.area_list li{
  display:inline-block;
  font-size:18px;
  color:#050505;
  line-height:20px;
  font-weight:600;
  letter-spacing:.03em;
  background:url(../images/location-icon01.png) no-repeat left center;
  margin-right:25px;
  padding-left:25px;
}

.area_list li:last-child{
  margin-right:0;
}

.footer_top{
  background:#0b0c1c;
  padding:60px 0 45px;
}

.footer_top .col-md-6{
  border-right:1px solid #fff;
}

.footer_top .col-md-6:last-child{
  border-right:none;
}

.footer_title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li .text a:hover{
  color:#df5918;
}

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li .icon{
  display:inline-block;
  width:20px;
  text-align:center;
}

.footer_contact li .text{
  display:inline-block;
  width:90%;
  vertical-align:middle;
  font-size:16px;
  color:#fff;
  line-height:22px;
  padding-left:10px;
}

.footer_contact li .text a{
  color:#fff;
}

.abn_list li{
  font-size:20px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  border-right:1px solid #fff;
  margin-right:12px;
  padding-right:12px;
}

.abn_list li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .text-common span{
  color:#ff3d01;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#13359f;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#e66b12;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:162px !important;
  padding:130px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#010101;
  line-height:58px;
  font-weight:700;
  position:relative;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#e66b12;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width: 75%;
}

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#2c4aac;
}

.thumb-conatct .form-box{
  background:#2c4aac;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:12px;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:115px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#e66b11;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#6a2a74;
  color:#fff;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-size:48px;
  color:#020202;
  line-height:56px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#3b58bd;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  background:url('https://aussiecareqld.com.au/wp-content/uploads/2026/01/health-care.png') no-repeat left 5px;
	background-size:20px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.rl-gallery-item img{
  width:100%;
  border-radius:15px;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-size:46px;
  color:#1c1c1c;
  line-height:54px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#e66b12;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#e66b12;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#3b58bd;
}

table thead tr th{
	background:#3b58bd;
	padding-top:12px !important;
	padding-bottom:12px !important;
}

table thead tr td{
	font-weight:700;
}

table tr td{
	color:#030303;
}

@media screen and (max-width:1366px){
  .sp-testimonial-free{
    min-height:390px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

  .navbar-default:after{
    display:none;
  }

  .header_logo{
    width:110px;
  }

  .home_banner{
    margin-top:92px;
  }

  .footer_top .col-md-6:nth-child(1){
    border-right:none;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:92px !important;
  }

  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:5%;
  }

  .banner_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:36px;
    padding-bottom:12px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .common_btn,
  .common_btn2{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .service_panel, 
  .faq_panel, 
  .testimonial_panel{
    padding:35px 0;
  }

  .service_bg_title, 
  .about_bg_title, 
  .faq_bg_title, 
  .h_form_title, 
  .testimonial_bg_title, 
  .area_bg_title{
    font-size:28px;
    line-height:36px;
    padding-bottom:20px;
  }

  .service_title,
  .choose_title{
    font-size:18px;
    line-height:24px;
  }

  .about_panel, 
  .area_panel, 
  .gallery_panel{
    padding-bottom:35px;
  }

  .about_ndis_logo{
    width:120px;
  }

  .choose_panel{
    padding:30px 0;
  }

  .choose_panel .col-lg-4,
  .footer_top .col-md-6{
    border-right:none;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

  .home_form{
    padding-top:35px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .area_list li{
    font-size:15px;
    margin-right:15px;
    margin-bottom:12px;
  }

  .footer_top{
    padding:35px 0 30px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:16px;
  }

  .footer_link li a,
  .footer_contact li .text{
    font-size:14px;
  }

  .abn_list li{
    font-size:16px;
    line-height:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	.inner_list{
		font-size:14px;
		line-height:20px;
	}

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:400px;
    object-fit:cover;
  }

  .about_img{
    background-size:250px;
  }

  .choose_title{
    width:75%;
  }

  .home_form{
    background:#2c4aac;
  }

  .sp-testimonial-free{
    min-height:auto;
    padding:20px;
  }

  
}
