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

@font-face {
    font-family: 'Alverata Informal Sb';
    src: url('../fonts/AlverataInformalSb.eot');
    src: url('../fonts/AlverataInformalSb.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlverataInformalSb.woff2') format('woff2'),
        url('../fonts/AlverataInformalSb.woff') format('woff'),
        url('../fonts/AlverataInformalSb.ttf') format('truetype'),
        url('../fonts/AlverataInformalSb.svg#AlverataInformalSb') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#c664ab;
  border-radius:12px;
  padding:15px 30px;
}

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

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#911687;
  border-radius:12px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#c664ab;
  color:#fff;
}

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

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

.navbar-default .conatainer{
  position:relative;
}

.header_top{
  padding-bottom:20px;
  transition:all 600ms ease-in-out;
}

.hd_phone a{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
}

.hd_phone a:hover{
  color:#911687;
}

.hd_phone a span{
  display:inline-block;
  width:35px;
  height:35px;
  line-height:35px;
  background:#911687;
  text-align:center;
  border-radius:50%;
  margin-right:8px;
}

.header_logo{
  position:absolute;
  width:250px;
  left:0;
  right:0;
  top:15px;
  margin:0 auto;
  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,.1);
  }

  .navbar-default.navbar-fixed .header_top{
    padding-bottom:10px;
  }

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

}

.home_banner{
  margin-top:126px;
}

.home_banner:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:linear-gradient(to top, rgba(255,255,255,.8), rgba(255,255,255,.0));
	left:0;
	top:0;
}

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

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

.banner_bg_title{
  font-family: 'Alverata Informal Sb';
  font-size:52px;
  color:#080808;
  line-height:60px;
  text-shadow:0px 2px 2px rgba(0,0,0,.8);
  padding-bottom:20px;
}

/* .banner_content .text-common{
	text-shadow:0px 2px 2px rgba(0,0,0,.8);
} */

.banner_bg_title span,
.about_bg_title span,
.service_bg_title span{
  color:#89077f;
}

.banner_bg_title .pink,
.about_bg_title .pink,
.service_bg_title .pink,
.testimonial_title .pink{
  color:#df3ec5;
}

.about_panel,
.choose_panel{
  padding:60px 0;
}

.about_bg_title,
.service_bg_title,
.suppot_bg_title,
.choose_bg_title,
.h_form_title,
.testimonial_title{
  font-family: 'Alverata Informal Sb';
  font-size:48px;
  color:#3c3b3b;
  line-height:56px;
  padding-bottom:25px;
}

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

.service_box{
  border:1px solid rgba(231,137,216,.4);
  padding:25px 15px;
}

.service_box:hover{
  background:#fcdbf9;
  border-color:#e789d8;
}

.servive_title{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  min-height:56px;
  margin-bottom:12px;
}

.service_box .text-common{
  min-height:125px;
}

.service_box a{
  font-size:18px;
  color:#c664ab;
  line-height:20px;
  font-weight:600;
  text-decoration:underline !important;
  margin-top:20px;
}

.service_box:hover a{
  color:#911687;
}

.support_panel{
  background:#e789d8;
}

.support_img{
  margin-top:-60px;
}

.support_sm_title,
.choose_sm_title{
  font-size:22px;
  color:#3a3a3a;
  line-height:28px;
  font-weight:500;
  padding-bottom:10px;
}

.support_content .common_btn{
  color:#020202;
  background:#fff;
  border:2px solid #df40c5;
}

.support_content .common_btn:hover{
  color:#fff;
  background:#df40c5;
}

.support_content .common_btn2{
  border:2px solid #fff;
}

.support_content .common_btn2:hover{
  color:#911687;
  background:#fff;
}

.choose_sm_title span{
  color:#b52cb0;
}

.choose_bg_title{
  color:#c664ab;
}

.choose_panel .lower .section{
  margin-bottom:12px;
}

.choose_panel .lower .section:last-child{
  margin-bottom:0;
}

.choose_icon{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:50px;
  background:#f9b6f3;
  border:5px solid #c664ab;
  border-radius:50%;
  text-align:center;
}

.choose_title{
  display:inline-block;
  font-size:22px;
  color:#020202;
  line-height:28px;
  font-weight:600;
  vertical-align:middle;
  padding-left:12px;
}

.h_form_box{
  background:#c664ab;
  border-radius:80px 80px 0 0;
  padding:30px 10px 0;
}

.h_form_box .contact_form{
  background:#fcdbf9;
  position:relative;
  bottom:-30px;
  box-shadow:0 4px 6px rgba(0,0,0,.2);
  padding:25px;
}

.testimonial_box .sp-testimonial-free{
  background:#f6f3f1 !important;
  border-radius:12px !important;
  box-shadow:0 4px 12px rgba(0,0,0,.2);
  margin:12px;
  margin-top:60px;
  padding:0 30px 30px;
}

.testimonial_box .sp-testimonial-client-image img{
  border:2px solid #fff !important;
  box-shadow:0 4px 12px rgba(0,0,0,.2);
  margin-top:-60px;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202;
  font-weight:500 !important
  padding:0 !important;
}

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

.footer_top{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:50px 0 40px;
}

.footer_top .upper{
  padding-bottom:30px;
}

.footer_title{
  font-family: 'Alverata Informal Sb';
  font-size:26px;
  line-height:28px;
  font-weight:600;
  padding-bottom:22px;
}

.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,
.footer_contact li,
.quick_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.footer_link li a:hover,
.footer_contact li a:hover,
.quick_link li a:hover{
  color:#020202;
}

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

.footer_contact li span{
  font-weight:700;
}

.footer_contact li a{
  color:#fff;
}

.quick_link li{
  display:inline-block;
  margin-right:30px;
  padding-left:15px;
  position:relative;
}

.quick_link li:before{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  background:#fff;
  border-radius:50%;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.abn_text{
  font-size:26px;
  line-height:28px;
  font-weight:600;
  margin-top:20px;
  padding-top:20px;
}

.abn_text:before{
  content:"";
  position:absolute;
  width:130px;
  height:1px;
  background:#fff;
  left:0;
  right:0;
  top:0;
  margin:0 auto;
}

.footer_bottom{
  padding:25px 0;
}

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

.footer_bottom .text-common a{
  color:#dd44d6;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#911687;
  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:126px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Alverata Informal Sb';
  font-size:50px;
  color:#080808;
  line-height:58px;
  font-weight:700;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#911687;
  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:#c664ab;
}

.thumb-conatct .form-box{
	background:#fcdbf9;
	border-radius:12px;
}

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

.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:52px;
  border-radius:0;
  border:1px dashed rgba(0,0,0,.3);
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  font-weight:500;
  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 right 20px 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{
  display:block;
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#911687;
  border-radius:0;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#c664ab;
  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-family: 'Alverata Informal Sb';
  font-size:48px;
  color:#010101;
  line-height:56px;
  font-weight:700;
}

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

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

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

.inner_list li strong{
  color:#911687;
}

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Alverata Informal Sb';
  font-size:42px;
  color:#1c1c1c;
  line-height:50px;
}

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

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

#rmp-menu-wrap-40 .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_title{
    width:87%;
  }



}

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

  .header_logo{
    position:inherit;
    width:160px;
    margin:0;
  }

  .home_banner{
    margin-top:88px;
  }

  .home_banner .desc{
    bottom:6%;
  }

  .choose_title{
    width:80%;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:88px !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:38px;
    padding-bottom:12px;
  }

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

  .about_bg_title, 
  .service_bg_title, 
  .suppot_bg_title, 
  .choose_bg_title, 
  .h_form_title, 
  .testimonial_title,
  .inner_title,
  .cta-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:16px;
  }
	
	.inner-sm-title{
		font-size:20px;
		line-height:28px;
	}

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

  .servive_title,
  .support_sm_title, 
  .choose_sm_title{
    font-size:18px;
    line-height:25px;
  }

  .service_box .text-common{
    min-height:auto;
  }

  .service_box a{
    font-size:16px;
    line-height:18px;
  }

  .support_panel{
    padding-top:35px;
  }

  .support_img{
    margin-top:0;
  }
	
	.servive_title{
		min-height:auto;
	}

  .choose_title{
    font-size:18px;
    line-height:25px;
  }

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

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

  .testimonial_box{
    padding-top:60px;
  }

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

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

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

  .footer_top .upper{
    padding-bottom:22px;
  }

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

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

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

  .footer_logo{
    width:180px;
  }

  .quick_link li{
    margin-right:15px;
    margin-bottom:8px;
  }

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

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

  .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:22px;
	}
	
	.inner_list li{
		font-size:14px;
	}

  
}

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

  .banner_content{
    background:rgba(255,255,255,.75);
    padding:15px;
  }


  .testimonial_box .sp-testimonial-free{
    padding:0 20px 20px;
  }


  
}
