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

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:16px;
  color:#fff;
  line-height:18px;
  background:#038e2b;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#014f13;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#014f13;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#038e2b;
  color:#fff;
}

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

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

.header_top{
  border-bottom:1px solid #37194c;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.header_contact li span{
  padding-right:8px;
}

.header_contact li a{
  font-size:16px;
  color:#0d0d0d;
  line-height:18px;
  font-weight:500;
}

.header_contact li a:hover{
  color:#029027;
}

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

.header_logo{
  width:127px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-51px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

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

}

.home_banner{
  margin-top:190px;
}

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

.banner-content{
  width:550px;
}

.banner-bg-title{
  font-size:52px;
  line-height:62px;
  padding-bottom:20px;
}

.about_panel{
  background:#f0eeee;
  padding:60px 0 0;
}

.about_panel:after{
  content:"";
  position:absolute;
  width:100%;
  height:190px;
  background:url(../images/about-bg.png) no-repeat right bottom;
  background-size:cover;
  right:0;
  bottom:-190px;
}

.about_sm_title{
	font-size:20px;
	color:#020202;
	line-height:22px;
	font-weight:500;
	padding-bottom:10px;
}

.about_bg_title,
.choose_bg_title,
.service_bg_title,
.testimonial_bg_title,
.h_form_title{
  font-size:48px;
  color:#5f7652;
  line-height:56px;
  padding-bottom:25px;
}

.choose_panel{
  padding:220px 0 60px;
}

.choose_bg_title,
.service_bg_title,
.testimonial_bg_title{
  padding-bottom:35px;
}

.choose_box{
  background:#b0ffa5;
  border-radius:12px;
  min-height:370px;
  margin-right:40px;
  padding:25px 25px 50px;
}

.choose_title{
  font-size:22px;
  color:#000080;
  line-height:30px;
  font-weight:600;
  padding:20px 0 15px;
}

.choose_box a{
  position:absolute;
  width:80px;
  height:80px;
  line-height:80px;
  border-radius:50%;
  background:#fff;
  right:-40px;
  bottom:0;
}

.choose_box a:before{
  content:"";
  position:absolute;
  width:50px;
  height:50px;
  line-height:50px;
  background:#b0ffa5;
  left:0;
  right:0;
  top:0;
  bottom:0;
  border-radius:50%;
  margin:auto;
}

.choose_box a img{
  position:relative;
}

.choose_box:hover a:before{
  background:#000080;
}

.choose_box:hover a img{
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(211deg) brightness(103%) contrast(101%);
}

.service_panel,
.testimonial_panel{
  padding-bottom:60px;
}

.service_sm_title{
  font-size:22px;
  color:#070707;
  line-height:24px;
  font-weight:500;
  padding-bottom:12px;
}

.service_bg_title,
.testimonial_bg_title{
  color:#000080;
}

.service_box a{
  display:block;
}

.service_img{
  width:100%;
}

.service_content{
  position:absolute;
  height:90px;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  margin-left:35px;
  margin-right:10px;
  padding:20px 20px 20px 0;
  transition:all 500ms ease-in-out;
}

.service_box:hover .service_content{
  height:100%;
}

.service_box:hover .service_content .content{
  height:100%;
}

.service_content .icon{
  display:inline-block;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  background:#1c8a02;
  border-radius:10px;
  margin-left:-25px;
}

.service_content .content{
  display:inline-block;
  width:88%;
  height:60px;
  vertical-align:top;
  overflow:hidden;
  padding-left:15px;
  transition:all 500ms ease-in-out;
}

.service_title{
  font-size:20px;
  color:#020202;
  line-height:28px;
  font-weight:600;
  min-height:56px;
  margin-bottom:12px;
}

.testimonial_box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#020202;
  line-height:28px !important;
  font-weight:500 !important;
}

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

.home_form .upper_panel{
  background:url(../images/form-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:60px 0 140px;
}

.home_form .lower_panel{
  margin-top:-100px;
}

.h_form_box{
  background:#f4f3f3;
  padding:35px 35px 0;
}

.footer_top{
  background:#445568;
  border-radius:0 120px 0 0;
  padding:50px 0 40px;
}

.footer_title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

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

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

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

.footer_link li a:hover,
.footer_top .block a:hover{
  color:#04c438;
}

.footer_top .block{
  margin-bottom:12px;
}

.ft_contact_title{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  padding-bottom:6px;
}

.footer_top .block a{
  color:#fff;
}

.footer_social{
  border-top:1px solid rgba(255,255,255,.5);
  border-bottom:1px solid rgba(255,255,255,.5);
  margin-top:30px;
  padding:16px 0;
}

.footer_social li span{
  padding-right:8px;
}

.footer_social li a{
  color:#fff;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#04c438;
  font-weight:500;
}

.footer_bottom .text-common a{
  color:#018e2f;
}

#back-button {
  display:inline-block;
  background-color:#038e2b;
  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/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:190px !important;
  padding:180px 0 160px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:700;
  text-align:left;
}

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

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

.contact-title{
  font-size:24px;
  color:#000;
  line-height:26px;
  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:#038e2b;
}

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

.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:30px;
  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: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:#21b152;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#04c236;
  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:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

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

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

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(https://amicaredisabilityservices.com.au/wp-content/uploads/2025/08/tick-icon02.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner_list li strong{
  color: #3a4c60;
}

.inner-sec .testimonial_box .sp-testimonial-free{
	background:#fff !important;
	box-shadow:0 5px 12px rgba(0,0,0,.15) !important;
	margin:5px !important;
	padding:30px !important;
}

.bg-color{
  background:#f4f4f4;
}

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

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0049a6;
  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:#038e2b;
  padding:15px 20px;
}

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

#rmp-menu-wrap-32 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
	.choose_box{
		min-height:395px;
	}
	
}

@media screen and (max-width:991px){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .header_logo{
    width:100px;
  }

  .home_banner{
    margin-top:112px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:112px !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}


}

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

  .home_banner .desc{
    bottom:10%;
  }

  .banner-content{
    width:100%;
    background:rgba(0,0,0,.4);
    padding:25px;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:15px;
  }

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

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

  .about_panel{
    padding:35px 0 0;
  }

  .about_bg_title, 
  .choose_bg_title, 
  .service_bg_title, 
  .testimonial_bg_title, 
  .h_form_title,
  .inner_title,
  .cta-title{
    font-size:26px;
    line-height:34px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  .about_panel:after{
    height:100px;
    bottom:-100px;
  }

  .choose_panel{
    padding:80px 0 35px;
  }

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

  .service_title{
    line-height:26px;
  }

  .service_panel, 
  .testimonial_panel{
    padding-bottom:35px;
  }

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

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

  .home_form .upper_panel{
    padding:35px 0 130px;
  }

  .h_form_box{
    padding:25px 25px 0;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

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

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

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

  .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;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px
	}
	
	.contact-main{
		font-size:15px;
		line-height:20px;
		word-break:break-all;
	}

  
}

@media screen and (max-width:575px){
  .home_banner .desc{
    bottom:8%;
  }
	
	.banner-content{
		padding:20px;
	}

  
}
