@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:#ff6c00;
  border-radius:0 30px 30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#dea918;
  border-radius:30px 0 30px 30px;
  color:#fff;
}

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

.common_btn2:hover{
  background:#ff6c00;
  border-radius:0 30px 30px;
  color:#fff;
}

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

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

.header_top{
  background:#0b5b1e;
  padding:12px 20px;
  transition:all 600ms ease-in-out;
}

.h_welcome_text{
  font-size:16px;
  line-height:18px;
  font-weight:500;
  letter-spacing:.04em;
}

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

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

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

.header_bottom{
  box-shadow:0px 5px 4px -5px rgba(0,0,0,0.5);
  padding:15px 0;
}

.header_logo{
  display:inline-block;
  position:absolute;
  background:#fff;
  box-shadow:2px 4px 6px rgba(0,0,0,.2);
  left:0;
  top:0;
  border-radius:0 0 60px 60px;
}

.header_logo a{
  padding:12px 20px 25px;
}

.header_link{
  border:1px solid #ff6c00;
  border-radius:30px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0px 5px 4px -5px rgba(0,0,0,0.5);
  }

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

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:none;
  }

}

.home_banner{
  margin-top:125px;
}

.banner_bg_title{
  font-family: "Montserrat", sans-serif;
  font-size:50px;
  color:#0b5b1e;
  line-height:58px;
  margin-bottom:20px;
  padding-bottom:15px;
}

.banner_bg_title:after{
  content:"";
  position:absolute;
  width:60%;
  height:2px;
  background:#dea918;
  left:0;
  bottom:0;
}

.banner_bg_title span{
  display:block;
  color:#323232;
  font-weight:500;
}

.service_panel,
.faq_panel{
  padding:60px 0;
}

.service_panel .lower{
  margin-bottom:-570px;
  z-index:999;
}

.service_bg_title,
.choose_bg_title,
.about_bg_title,
.location_title,
.faq_bg_title,
.faq_title,
.testimonial_bg_title{
  font-family: "Montserrat", sans-serif;
  font-size:48px;
  color:#0b5b1e;
  line-height:56px;
  margin-bottom:30px;
  padding-bottom:15px;
}

.service_bg_title:after,
.choose_bg_title:after,
.about_bg_title:after,
.location_title:after,
.faq_bg_title:after,
.testimonial_bg_title:after{
  content:"";
  position:absolute;
  width:90px;
  height:2px;
  background:#ff6c00;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_img{
  z-index:999;
}

.service_img:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#ffebb4;
  border-radius:60px 0 60px 60px;
  left:13px;
  top:15px;
  z-index:-1;
}

.service_box:hover .service_img:before{
  background:#ffd4b4;
}

.service_img img{
  border:4px solid #dea918;
  border-radius:0 60px 60px;
}

.service_box:hover .service_img img{
  border-color:#ff6c00;
}

.service_title{
  font-family: "Montserrat", sans-serif;
  font-size:20px;
  color:#0b5b1e;
  line-height:26px;
  font-weight:700;
  padding:25px 0 12px;
}

.service_content a{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:600;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:30px;
}

.service_content a:hover{
  background-position:100% center;
}

.choose_panel{
  background:url(../images/choose-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:610px 0 60px;
}

.choose_panel:before{
  content:"";
  position:absolute;
  width:100%;
  height:575px;
  background:url(../images/choose-top-bg.png) no-repeat center bottom;
  background-size:cover;
  left:0;
  top:0;
}

.choose_box{
  border:1px solid #0b5b1e;
  border-radius:40px;
  min-height:170px;
  padding:25px 15px;
}

.choose_number{
  font-size:16px;
  color:#fff;
  line-height:25px;
  font-weight:700;
  background:#ff6c00;
  position:absolute;
  width:25px;
  height:25px;
  background:#ff6c00;
  text-align:color;
  border-radius:50%;
  left:0;
  top:0;
}

.choose_title{
  font-size:20px;
  color:#0b5b1e;
  line-height:26px;
  font-weight:600;
  padding-bottom:12px;
}

.about_panel{
  padding:60px 0;
}

.about_bg_img img,
.about_sm_img img{
  border:4px solid #ff6c00;
  border-radius:0 50px;
}

.about_sm_img{
  margin-top:-120px;
}

.about_sm_img img{
  border-radius:50%;
}

.about_bg_title:after,
.location_title:after,
.faq_bg_title:after{
  right:auto;
}

.h_form_box{
  border:4px solid #dea918;
  border-radius:0 30px 30px;
  padding:35px 35px 0;
}

.h_form_box .contact_form{
  margin-bottom:-25px;
}

.form_rt_img{
  margin-bottom:-30px;
}

.home_location{
  background:url(../images/location-bg.jpg) no-repeat center top;
  background-size:cover;
  clip-path:polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
  padding:150px 0 60px;
}

.home_map iframe{
  width:100%;
  height:300px;
  margin-bottom:0;
}

.location_content .lower{
  border:2px solid #ff6c00;
  border-radius:30px;
  padding:20px;
}

.address_title{
  font-family: "Montserrat", sans-serif;
  font-size:22px;
  color:#ff6c00;
  line-height:27px;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
  background:url(../images/location-icon01.png) no-repeat left center;
  margin-bottom:20px;
  padding-left:30px;
}

.location_list li{
  margin-bottom:5px;
}

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

.location_list li a{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
}

.location_list li a:hover{
  color:#0b5b1e;
  text-decoration:underline;
}

.faq_rt_content{
  width:380px;
  background:#ff9933;
  border-radius:30px;
  margin:0 auto -25px;
  padding:30px;
}

.faq_rt_content:after{
  content:"";
  position:absolute;
  width:65px;
  height:42px;
  background:url(../images/faq-btm-bg.png) no-repeat center bottom;
  left:25%;
  bottom:-42px;
}

.faq_rt_content a:hover{
  background:#fff;
  color:#ff6c00;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

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

.accordion-button{
  font-size:18px;
  color:#010101;
  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:none;
  box-shadow:none;
  color:#010101;
}

.accordion-body{
  padding-top:0;
}

.accordion-button[aria-expanded="true"]:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(0%) 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;
}

.testimonial_panel{
  padding-bottom:60px;
}

.testimonial_box .sp-testimonial-free{
  background:url(../images/testimonial-bg01.png) no-repeat center bottom, #e4ffea !important;
  border-radius:10px !important;
  min-height:490px;
  padding:50px 25px 230px;
  position:relative;
}

.testimonial_box .sp-testimonial-item:nth-child(2) .sp-testimonial-free{
  background:url(../images/testimonial-bg02.png) no-repeat center bottom, #ffd4b4 !important;
}

.testimonial_box .sp-testimonial-item:nth-child(3) .sp-testimonial-free{
  background:url(../images/testimonial-bg03.png) no-repeat center bottom, #ffd563 !important;
}

.testimonial_box .sp-testimonial-free:before,
.testimonial_box .sp-testimonial-item:nth-child(2) .sp-testimonial-free:before,
.testimonial_box .sp-testimonial-item:nth-child(3) .sp-testimonial-free:before{
  content:"";
  position:absolute;
  width:40px;
  height:28px;
  background:url(../images/quote-icon01.png) no-repeat left top;
  left:15px;
  top:15px;
}

.testimonial_box .sp-testimonial-item:nth-child(2) .sp-testimonial-free:before{
  background:url(../images/quote-icon02.png) no-repeat left top;
}

.testimonial_box .sp-testimonial-item:nth-child(3) .sp-testimonial-free:before{
  background:url(../images/quote-icon03.png) no-repeat left top;
}

.testimonial_box .sp-testimonial-client-image{
  position:absolute;
  right:18%;
  bottom:18%;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-image img{
  border:4px solid #0a5b1e !important;
}

.testimonial_box .sp-testimonial-item:nth-child(2) .sp-testimonial-client-image img{
  border-color:#ff9933 !important;
}

.testimonial_box .sp-testimonial-item:nth-child(3) .sp-testimonial-client-image img{
  border-color:#dea918 !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#030303 !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: "Montserrat", sans-serif !important;
  font-size:20px !important;
  color:#010101 !important;
  line-height:22px !important;
  font-weight:700 !important;
  font-style:italic !important;
}

.abn_title{
  font-size:22px;
  line-height:24px;
  letter-spacing:.02em;
  background:#faae62;
  border-radius:12px 12px 0 0;
  padding:15px 20px;
}

.footer_mid{
  background:#faae62;
  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_contact .block:last-child{
  margin-bottom:0;
}

.footer_link li a,
.ft_contact_main{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.ft_contact_main a:hover{
  color:#0b5a1e;
}

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

.footer_contact .block .icon{
  display:inline-block;
  width:21px;
}

.footer_contact .block .content{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:10px;
}

.ft_contact_title{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:uppercase;
  padding-bottom:6px;
}

.ft_contact_main{
  line-height:22px;
}

.ft_contact_main a{
  color:#fff;
}

.footer_bottom{
  padding:25px 0;
}

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

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

#back-button {
  display:inline-block;
  background-color:#0b5b1e;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:8px;
  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:125px !important;
  padding:180px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Montserrat", sans-serif;
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:800;
  position:relative;
}

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

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

.contact-title{
  font-family: "Montserrat", sans-serif;
  font-size:22px;
  color:#030303;
  line-height:26px;
  font-weight:700;
  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:#0b5b1e;
}

.contact_form .block{
  background:#ffebb4;
  border-radius:0 12px 12px;
  margin-bottom:15px;
  padding:15px 25px;
}

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

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

.contact_form .block .form-control{
  height:42px;
  border-radius:0;
  border:none;
  border-bottom:1px solid #ff6c00;
  background:none;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:0;
}

.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 .submit_btn .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 right center !important;
}

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

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

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

.contact_form .submit_btn .btn:hover{
  background:#ff6c00;
  color:#fff;
}

.contact_form .submit_btn .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-family: "Montserrat", sans-serif;
  font-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:800;
}

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

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

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

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

.bg-color{
  background:#f4f4f4;
}

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

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

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

#rmp-menu-wrap-49 .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:195px;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:515px;
  }


}

@media screen and (max-width:991px){
  .header_logo{
    width:90px;
  }

  .header_bottom{
    padding:40px 0;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

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


}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:36px;
  }

  .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,
  .about_panel{
    padding:35px 0;
  }

  .service_bg_title, 
  .choose_bg_title, 
  .about_bg_title, 
  .location_title, 
  .faq_bg_title, 
  .testimonial_bg_title,
  .faq_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:22px;
  }

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

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

  .choose_box{
    min-height:175px;
  }

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

  .h_form_box .contact_form{
    margin-bottom:-22px;
  }

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

  .contact_form .submit_btn .btn{
    font-size:15px;
    line-height:17px;
    padding:12px 20px;
  }

  .home_location{
    clip-path:polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding:65px 0 35px;
  }

  .home_map iframe{
    height:200px;
  }

  .address_title{
    font-size:18px;
  }

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

  .testimonial_box .sp-testimonial-free{
    min-height:auto;
  }

  .abn_title{
    font-size:18px;
    line-height:22px;
  }

  .footer_mid{
    padding:30px 0 25px;
  }

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

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

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

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

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

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

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

@media screen and (max-width:575px){
  .service_img:before{
    left:8px;
    top:12px;
  }

  .choose_box{
    min-height:auto;
  }
	
	.about_sm_img{
		float:right;
		width:200px;
		position:relative;
	}

  .faq_rt_content{
    width:300px;
	padding:20px;
  }

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

  
}
