@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: 'Ulm Grotesk';
  src: url('../fonts/UlmGrotesk-Bold.eot');
  src: url('../fonts/UlmGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/UlmGrotesk-Bold.woff2') format('woff2'),
      url('../fonts/UlmGrotesk-Bold.woff') format('woff'),
      url('../fonts/UlmGrotesk-Bold.ttf') format('truetype'),
      url('../fonts/UlmGrotesk-Bold.svg#UlmGrotesk-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ulm Grotesk';
  src: url('../fonts/UlmGrotesk-Extrabold.eot');
  src: url('../fonts/UlmGrotesk-Extrabold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/UlmGrotesk-Extrabold.woff2') format('woff2'),
      url('../fonts/UlmGrotesk-Extrabold.woff') format('woff'),
      url('../fonts/UlmGrotesk-Extrabold.ttf') format('truetype'),
      url('../fonts/UlmGrotesk-Extrabold.svg#UlmGrotesk-Extrabold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


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

.common_btn:hover{
  background:#02a2dd;
  color:#fff;
}

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

.common_btn2:hover{
  background:#104265;
  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:#30a536;
  transition:all 600ms ease-in-out; 
}

.header_top:after{
  content:"";
  position:absolute;
  width:17%;
  height:100%;
  background:#059de0;
  right:0;
  top:0;
}

.header_contact li{
  line-height:0;
  border-right:1px solid #fff;
  margin-right:15px;
  padding-right:15px;
}

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

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

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

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

.header_btn a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#059de0;
  padding:14px 20px 14px 65px;
  position:relative;
  z-index:999;
}

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

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

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

  .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:160px;
  }

}

.home_banner{
  margin-top:200px;
}

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

.banner_content{
  width:800px;
  margin:0 auto;
}

.banner_bg_title{
  font-family: 'Ulm Grotesk';
  font-size:60px;
  line-height:68px;
  font-weight:800;
  text-shadow:0px 0px 6px rgba(0,0,0,.8);
  padding-bottom:25px;
}

.service_panel,
.home_form,
.about_panel,
.testimonial_panel{
  padding:60px 0;
}

.service_bg_title,
.about_bg_title,
.testimonial_bg_title{
  font-family: 'Ulm Grotesk';
  font-size:52px;
  color:#0f4267;
  line-height:60px;
  padding-bottom:15px;
}

.service_bg_title span{
  font-size:42px;
  color:#020202;
  line-height:46px;
}

.service_sm_title{
  font-size:24px;
  color:#030303;
  line-height:32px;
  font-weight:500;
  padding-bottom:35px;
}

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

.service_box:hover img{
  box-shadow:0 0 6px rgba(0,0,0,.8);
}

.service_title{
  font-size:22px;
  color:#020202;
  line-height:28px;
  font-weight:600;
  border-bottom:1px solid #0d4267;
  margin-bottom:18px;
  padding:18px 0 12px;
}

.service_content .common_btn{
  padding:12px 20px;
}

.service_panel .col-lg-4:nth-child(2n) .service_title{
  border-bottom-color:#30a536;
}

.service_panel .col-lg-4:nth-child(3n) .service_title{
  border-bottom-color:#02a2dd;
}

.service_panel .col-lg-4:nth-child(2n) .common_btn{
  background:#30a536;
}

.service_panel .col-lg-4:nth-child(2n) .common_btn:hover{
  background:#104265;
}

.service_panel .col-lg-4:nth-child(3n) .common_btn{
  background:#02a2dd;
}

.service_panel .col-lg-4:nth-child(3n) .common_btn:hover{
  background:#30a536;
}

.home_form{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
}

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

.about_sm_title span{
  font-family: 'Ulm Grotesk';
  font-size:30px;
  color:#2baee1;
  line-height:34px;
  font-weight:700;
}

.about_sm_title span.green{
  color:#44c34c;
}

.about_bg_title{
  color:#020202;
  padding-bottom:30px;
}

.about_content .section .icon{
  display:inline-block;
  width:48px;
  height:48px;
  line-height:46px;
  background:#124a8d;
  border-radius:50%;
  text-align:center;
}

.about_content .section .text{
  display:inline-block;
  vertical-align:middle;
  padding-left:10px;
}

.about_call_title{
  font-size:18px;
  color:#6896cd;
  line-height:20px;
  font-weight:500;
  padding-bottom:5px;
}

.about_content .section .text a{
  font-size:16px;
  color:#010101;
  line-height:18p;
}

.about_content .section .text a:hover{
  color:#44c34c;
}

.testimonial_panel{
  background:url(../images/testimonial-bg.jpg) no-repeat center top;
  background-size:cover;
}

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

.testimonial_box .sp-testimonial-free{
  background:#fff !important;
  border-radius:15px !important;
  padding:30px;
}

.testimonial_box .sp-testimonial-content p{
  color:#010101;
  text-align:left !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Ulm Grotesk' !important;
  font-size:26px !important;
  color:#44c34c !important;
  line-height:28px !important;
  font-style:italic !important;
  text-align:left !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.inner_testimonial .testimonial_box .sp-testimonial-free{
	box-shadow:0 4px 12px rgba(0,0,0,.1);
}

.choose_panel{
  border-top:2px solid #7fc7bc;
  margin-top:30px;
  padding:20px 0 40px;
}

.choose_box{
  background:#fff;
  padding:20px;
}

.choose_box:hover{
  background:#e5ecf4;
}

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

.choose_box:hover .choose_icon{
  background:#096582;
}

.choose_title{
  font-size:20px;
  color:#010101;
  line-height:26px;
  font-weight:600;
  padding-top:20px;
}

.choose_title span{
  display:block;
  color:#44c34c;
}

.support_panel{
  padding-bottom:60px;
}

.support_content{
  background:url(../images/support-bg.png) no-repeat center bottom, #096582;
  background-size:cover, auto;
  height:100%;
  padding:25px;
}

.support_content.compassion_content{
  background-color:#51cab1;
}

.support_title{
  font-size:24px;
  line-height:32px;
  font-weight:600;
  margin-bottom:18px;
  padding-bottom:16px;
}

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

.support_img img{
	height:555px;
	object-fit:cover;
}

.footer_top{
  background:#eaf1f8;
  padding:50px 0 40px;
}

.footer_title{
  font-family: 'Ulm Grotesk';
  font-size:22px;
  color:#44bf49;
  line-height:24px;
  text-transform:uppercase;
  padding-bottom:20px;
}

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

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

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

.footer_link li a:hover,
.ft_contact_mail a:hover,
.footer_bottom .text-common span{
  color:#02a1d7;
}

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

.ft_contact_title{
  font-size:17px;
  color:#010101;
  line-height:20px;
  font-weight:600;
  padding-bottom:5px;
}

.ft_contact_mail{
  font-size:16px;
  color:#030303;
  line-height:20px;
}

.ft_contact_mail a{
  color:#030303;
}

.footer_bottom{
  padding:25px 0;
}

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

.footer_bottom .text-common a{
  color:#44bf49;
}

#back-button {
  display:inline-block;
  background-color:#104265;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50px;
  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 center top;
  background-size:cover;
  margin-top:200px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Ulm Grotesk';
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:800;
  text-shadow:0px 0px 6px rgba(0,0,0,.8);
  text-align:center;
}

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

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

.contact-title{
  font-family: 'Ulm Grotesk';
  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:#039fda;
}

.thumb-conatct .form-box{
	background:url(../images/h-form-bg.jpg) no-repeat center center;
	background-size:cover;
}

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

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

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

.contact_form .block .form-control{
  height:52px;
  border-radius:0;
  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:120px;
  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:#056c86;
  border-radius:0;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#44c34c;
  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: 'Ulm Grotesk';
  font-size:52px;
  color:#040105;
  line-height:60px;
  font-weight:700;
}

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

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

.inner_list li{
  font-size:16px;
  color:#02A2DD;
  line-height:24px;
  font-weight:500;
  background:url(https://purelycare.com.au/wp-content/uploads/2025/08/healthcare.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left: 35px;
  background-size: 24px 24px;
  padding-top: 5px;
  font-family:'Ulm Grotesk';
}

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

.serv-inner-box{
	min-height:330px;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Ulm Grotesk';
  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:0;
  bottom:0;
  z-index:999;
}

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

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



@media screen and (max-width:1366px){
	.support_img img{
		height:580px;
	}
	
}

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

  .header_logo{
    width:180px;
  }

  .home_banner{
    margin-top:120px;
  }

  .banner_content{
    width:100%;
  }

  .home_banner .desc{
    bottom:12%;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }
	
	.page .entry-header, 
	.error404 .page-header{
		margin-top:120px !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;
  }

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

  .service_bg_title, 
  .about_bg_title, 
  .testimonial_bg_title,
  .inner_title{
    font-size:28px;
    line-height:36px;
  }

  .service_bg_title{
    padding-bottom:10px;
  }

  .service_bg_title span{
    font-size:25px;
    line-height:28px;
  }

  .service_sm_title{
    font-size:18px;
    line-height:26px;
    padding-bottom:20px;
  }

  .service_title{
    font-size:18px;
    line-height:26px;
  }

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

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

  .about_sm_title, 
  .testimonial_sm_title{
    font-size:17px;
    line-height:20px;
  }

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

  .about_bg_title{
    padding-bottom:20px;
  }

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

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

  .support_title{
    font-size:20px;
    line-height:28px;
  }

  .support_panel{
    padding-bottom:0;
  }
	
	.support_img img{
		width:100%;
		height:auto;
	}

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

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

  .footer_link li a,
  .ft_contact_mail{
    font-size:14px;
  }
	
	.footer_logo{
		width:180px;
	}
	
	.serv-inner-box{
		min-height:auto;
	}
	
	.inner-sm-title{
		font-size:18px;
		line-height:26px;
	}
	
	.page .entry-header, 
	.error404 .page-header{
		padding:80px 0 60px !important;
	}
	
	.page .entry-header .entry-title, 
	.error404 .page-header .page-title{
		padding-bottom:0;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		word-break:break-all;
	}
	
	.contact_map iframe{
		height:260px;
	}
	
  #rmp-menu-wrap-49 .rmp-submenu .rmp-menu-item-link{
		height:auto !important;
		line-height:20px !important;
		margin:10px 0 !important;
		padding-bottom:10px;
   }

  
}

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


  
}
