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

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;
}

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

button:focus{
  outline:none;
}

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

@font-face {
    font-family: 'Bauhaus';
    src: url('../fonts/Bauhaus-Bold.woff2') format('woff2'),
        url('../fonts/Bauhaus-Bold.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* ===== common css ====== */
.common_btn{
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    background: #02833e;
    border-radius: 12px;
    padding: 10px 20px;
}

.common_btn:hover{
  background: #85367a;
  color:#fff;
}

.common_btn2{
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  background: #85367a;
  border-radius: 12px;
  padding: 10px 20px;
}

.common_btn2:hover{
  background:#02833e;
  color:#fff;
}

.contact-btn3{
  font-family: 'Bauhaus';
  font-size:16px;
  color:#fff;
  line-height:18px;
  background: #90B91B;
  background: linear-gradient(90deg, rgba(144, 185, 27, 1) 0%, rgba(104, 137, 11, 1) 100%);;
  border-radius:30px;
  padding:15px 30px;
}

.contact-btn3:hover{
  color:#1c1c1c;
}

.common-btn4{
    font-family: 'Bauhaus';
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    border: 2px solid #75bd2f;
    border-radius: 10px;
    padding: 10px 15px;
}

.common-btn4:hover{
  color:#fff;
}

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

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

 .navbar-default.navbar-fixed .header-bottom{
    margin-top:-71px;
	padding: 10px 0;
    background: #fff;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
  }

.header-top{
  background: #447353;
  padding: 20px;
  transition:all 600ms ease-in-out; 
}

.hd-contact ul li a{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.header-bottom{
  padding: 10px 0;
  background: #fff;
}

.hd-link ul li a{
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 600;
}


.hd-link ul li a:hover{
  color: #447353;
}

.home-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(84, 32, 92, 1) 0%, rgba(237, 221, 83, 0) 60%);
  left: 0;
  top: 0;
}

.home-banner{
  margin-top: 118px;
}

.banner-img{
   border-radius: 0px 210px 210px 0px;
  -webkit-border-radius: 0px 210px 210px 0px;
  -moz-border-radius: 0px 210px 210px 0px;
}

.home-banner .desc{
  content: "";
  top: 0;
  left: 0;
  margin-top: 200px;
}

.banner-sm-title{
  font-family: 'Bauhaus';
  font-size: 26px;
  line-height: 36px;
  color: #e0fd8a;
  font-weight: 400;
}

.banner-bg-title{
   font-size:35px;
   line-height:45px;
   color:#fff;
   font-weight: 600;
}

.about-bottom-content .common_btn2{
   font-family: 'Bauhaus';
}

.about-top-bg-title{
   font-size: 35px;
   line-height: 45px;
   color: #1c1c1c;
   font-weight: 600;
}

.about-panel{
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-bottom-img img{
  width: 85%;
}

.about-bottom-bg-title{
  font-size: 32px;
  line-height: 45px;
  color:#447353;
  font-weight: 600;
}

.service-panel{
  background: #c4edd3;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 20px;
}

.service-bg-title{
  font-family: 'Bauhaus';
  font-size: 50px;
  line-height: 60px;
  color: #02833e;
  font-weight: 600;
}

.service-sm-title{
  font-size: 35px;
  line-height: 40px;
  color: #375746;
  font-weight: 400;
}

.service-img img{
   border-radius: 15px;
}

.service-card-sm-title{
  font-family: 'Bauhaus';
  font-size: 25px;
  line-height: 35px;
  color: #1d2f25;
  font-weight: 500;
}

.arrow-pic{
    background: #612c69;
    padding: 6px 10px;
    bottom: 16px;
    left: 0;
}

.arrow-pic:hover{
    background: #02833e;
    transition: 0.5s;
}

.hcta-panel{
  margin-top: 30px;
  margin-bottom: 40px;
}

.hcta-content-icon{
  background: #85367a;
  padding: 20px;
  border-radius: 50px;
}

.hcta-bg-title{
  font-size: 18px;
  line-height: 28px;
  color: #739415;
  font-weight: 500;
}

.hcta-sm-title{
  font-size: 14px;
  line-height: 24px;
  color: #00602d;
}

.hcta-panel .col-lg-3:nth-child(1),
.hcta-panel .col-lg-3:nth-child(2),
.hcta-panel .col-lg-3:nth-child(3){
   border-right: 2px solid #6eb891 ;
   height: 150px;
}


.choose-panel{
  margin-top: 40px;
  margin-bottom: 50px;
}

.choose-bg-title{
  font-family: 'Bauhaus';
  font-size: 50px;
  line-height: 60px;
  color: #33583f;
  font-weight: 600;
}

.choose-sm-title{
  font-size: 26px;
  line-height: 36px;
  color: #4ca776;
  font-weight: 500;
}

.star-logo{
  width: 40%;
}

.choose-sb-title{
  font-size: 20px;
  line-height: 28px;
  color: #1c1c1c;
  font-weight: 600;
}

.support-panel{
  background: url(../images/new-green01.png) no-repeat center center;
  background-size: cover;
  margin-top: 40px;
  /* margin-bottom: 50px; */
}

.support-content{
  padding: 15px 8px 70px;
}

.support-bg-title{
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
}


.home-form{
  margin-top: 10px;
  margin-bottom: 50px;
}

.form-box{
  background: #DAF0B5;
  background: linear-gradient(155deg, rgba(215, 241, 175, 1) 0%, rgba(247, 226, 243, 1) 100%);
  padding: 20px;
  border-radius: 15px;
  width: 80%;
  margin-left: 116px;
}

.bg-green{
  background: #97C11D;
}

.form-box img{
  border-radius: 15px;
}

.home-form-bg-title{
  font-size: 35px;
  line-height: 45px;
  color: #369c65;
  font-weight: 600;
}

.home-form-bg-title span{
  color: #943c84;
}

.home-form-content{
  margin-top: 30px;
}

.home-form-content .text-common{
  width: 80%;
}

.testimonial-bg-title{
  font-family: 'Bauhaus';
  font-size: 50px;
  line-height: 60px;
  color: #3b5e46;
  font-weight: 600;
}

.testimonial-panel{
  margin-top: 30px;
}

.footer-panel{
  background: url(../images/footer-bg-img02.jpg) no-repeat center center;
  background-size: cover;
}

 .footer-panel:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(55, 86, 63, 0.5) 0%, rgba(237, 221, 83, 0) 100%);
    left: 0;
    top: 0;
}

.footer-top{
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-mid{
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-top-content .text-common a{
  color: #fff;
}

.footer-top-bg-title{
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
}

.footer-mid-bg-title,
.abn{
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
}

.footer-list li a{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.footer-list li a:hover{
  color: #9CBD3E;
  transition: 0.5s;
}

.copy-rights{
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.copy-rights a{
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.footer-bottom{
  padding-bottom: 30px;
}

.hr-line{
   border-top: 2px dashed #fff; 
   width: 80%;
   margin: 15px auto;
}

.footer-mid-logo{
  margin-bottom: 60px;
}



/* extra css */
#back-button {
  display:inline-block;
  background-color:#447353;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  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/inner-banner01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:115px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Baloo 2", sans-serif;
  font-size:54px;
  color:#fff;
  line-height:62px;
  font-weight:700;
  text-align:center;
}

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

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

.contact-title{
  font-family: "Baloo 2", sans-serif;
  font-size:26px;
  color:#000;
  line-height:28px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

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

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

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

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

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

.contact_form .block .form-control{
  height:52px;
  /* border-radius:12px; */
  border:1px solid #447353;
  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:110px;
  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:#84367B;
  border-radius:30px;
  padding:10px 15px;
}

.form-control{
  display: inline-block;
}

.contact_form .block .btn:hover{
  background:#447353;
  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:16px;
  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-family: "Baloo 2", sans-serif;
  font-size:50px;
  color:#040105;
  line-height:60px;
  font-weight:700;
}

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

.inner-sm-title strong{
	color:#3D498A;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#000000;
  line-height:24px;
  font-weight:500;
  background:url('https://starfamilycare.com.au/wp-content/uploads/2025/08/star.png') no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
  padding-top: 3px;
}

.inner_list li strong{
	color:#4ca776;
}


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

.bg-color{
  background:#f4f4f4;
}

.bg-prpl{
	background:#8CB419;
}

.cta-title{
  font-family: "Baloo 2", sans-serif;
  font-size:42px;
  color:#1c1c1c;
  line-height:50px;
}

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

.cta-btn{
left: -20px;
bottom: 0px;
z-index: 999;
width: 106%;
}

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

.cta-btn li:last-child a{
  background:#84367B;
}

/* .sp-testimonial-post-title{
    color: #fff !important;
} */




/* Responcive */

@media screen and (max-width: 991px){
 

 }

@media screen and (max-width: 767px){
     .hd-logo a img{
        width: 60%;
     } 

    .home-banner{
      margin-top: 87px;
    }

    .banner-img{
      height: 230px;
    }

    .home-banner .desc{
      margin-top: 8px;
    }

    .banner-bg-title {
      font-size: 25px;
      line-height: 30px;
    }

    .banner-sm-title {
      font-size: 18px;
      line-height: 20px;
    }

    .banner-content .common-btn4{
      font-size: 15px;
      line-height: 18px;
      padding: 8px 8px;
    }

    .about-panel {
      margin-top: 10px;
      margin-bottom: 50px;
    }

    .about-top-logo img{
      width: 65%;
    }

    .about-top-bg-title{
      font-size: 28px;
      line-height: 38px;
    }

    .about-bottom-content{
      margin-top:30px;
    }

    .about-bottom-bg-title,
    .service-bg-title,
    .choose-bg-title{
      font-size: 28px;
      line-height: 38px;
    }

    .service-sm-title {
      font-size: 20px;
      line-height: 24px;
    }

    .service-panel {
      margin-bottom: 25px;
    }

    .hcta-panel .col-lg-3:nth-child(1),
    .hcta-panel .col-lg-3:nth-child(2),
    .hcta-panel .col-lg-3:nth-child(3){
      border-right: none;
      margin-bottom: 40px;
    }

    .choose-sm-title {
      font-size: 20px;
      line-height: 26px;
    }

    .choose-panel-logo{
       width: 65%;
       padding-left: 80px;
    }

    .choose-panel {
      margin-top: 50px;
      margin-bottom: 20px;
    }

    .support-bg-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px;
    }

    .support-panel {
      margin-top: 20px;
      margin-bottom: 0px;
    }

    .testimonial-bg-title {
      font-size: 30px;
      line-height: 40px;
    }

    .footer-bottom {
      margin-bottom: 40px;
    }

    .copy-rights,
    .copy-rights a{
      font-size: 14px;
      line-height: 18px;
    }

    .abn {
      font-size: 22px;
      line-height: 32px;  
    }

    .form-box {
      width: 100%;
    }

    .home-form-bg-title {
      font-size: 28px;
      line-height: 38px;
    }

    .footer-mid-logo{
      margin-bottom: 0px;
    }

    .form-box{
      margin-left: 0px;
    }

    .home-form {
    /* margin-top: 10px; */
      margin-bottom: 30px;
    }

    .about-bottom-img{
      text-align: center !important;
    }

    .home-form-content .text-common {
      width: 100%;
    }

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

    .thumb-conatct .section .icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }

    .contact-title {
      font-size: 22px;
      line-height: 26px;
    }

    .contact-main {
      font-size: 16px;
    }

    .banner-content{
      background: rgba(136, 61, 128, 0.5);
      padding: 10px;
      border-radius: 0px 104px 103px 0px;
      -webkit-border-radius: 0px 104px 103px 0px;
      -moz-border-radius: 0px 104px 103px 0px;
    }

    .page .entry-header,
    .error404 .page-header{
      margin-top:0px !important;
      /* padding:160px 0 120px !important; */
    }
	
  #rmp-menu-wrap-45 .rmp-submenu .rmp-menu-item-link {
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
   }
	
	
.page .entry-header,
.error404 .page-header{
  background:url(../images/inner-banner01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:80px !important;
  padding:50px 0 40px !important;
}
	
.page .entry-header .entry-title, .error404 .page-header .page-title {
    font-size: 32px;
    line-height: 42px;
}
	
	.service-content{
	   margin-bottom: -10px !important;
	}

	.navbar-default.navbar-fixed .header-bottom {
	  margin-top: 0px;
	}

	.footer-mid-logo img{
		width:60%;
	}
	
	.footer-mid {
	  padding-bottom: 30px;
	}
	
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
  margin: 0;
}
	
.footer-mid-bg-title,
.footer-top-bg-title,
.abn{
  font-size: 24px;
  line-height: 30px;
}
	
.footer-top-content{
	margin-bottom: 15px;
}

.footer-top {
  padding-bottom: 0;
}

 }


@media screen and (max-width: 565px){
 
  }


