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

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:#3c5538;
  border-radius:20px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#0265b1;
  color:#fff;
}

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

.common_btn2:hover{
  background:#3c5538;
  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; 
}


.header-top{
  background:#00aae3;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.hd-contact-main{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.hd-contact-main span{
  margin-right:8px;
}

.hd-contact-main a{
  color:#fff;
}

.hd-contact-main a:hover{
  color:#3c5538;
}

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

.hd-logo{
  width:155px;
  transition:all 600ms ease-in-out;
}

.hd-link{
  background:#00a9e2;
  border-radius:30px 30px 0 0;
  transition:all 600ms ease-in-out;
  padding:15px 25px;
}

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

  .navbar-default.navbar-fixed .header-mid{
    padding:10px 0;
  }

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

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

  .navbar-default.navbar-fixed .hd-link{
    padding:10px 0;
  }

}

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

.home-banner .desc{
  left:0;
  bottom:24%;
}

.banner-content{
  width:500px;
  max-width:100%;
}

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

.about-panel,
.service-panel,
.choose-panel{
  background:#e9f7ea;
  padding:60px 0;
}

.about-img img{
  border-radius:200px 200px 0 0;
}

.about-sm-title{
  font-size:20px;
  color:#008baa;
  line-height:22px;
  font-weight:500;
  border-bottom:2px solid #008baa;
  margin-bottom:10px;
  padding-bottom:5px;
}

.about-bg-title,
.service-bg-title,
.join-bg-title{
  font-size:44px;
  color:#0e0e0e;
  line-height:52px;
  padding-bottom:25px;
}

.service-panel{
  background:#def4fb;
  padding-bottom:140px;
}

.service-bg-title strong{
  color:#00aae3;
}

.service-box img{
  border-radius:100px;
}

.service-title{
  font-size:22px;
  color:#3a5636;
  line-height:28px;
  font-weight:700;
  padding:20px 0 15px;
}

.service-box .common_btn2{
  padding:12px 20px;
}

.join-panel{
  padding-bottom:60px;
}

.join-img img{
  border-radius:0 0 0 200px;
}

.join-box{
  background:url(../images/join-bg.jpg) no-repeat center center;
  background-size:cover;
  border-radius:60px;
  overflow:hidden;
  margin-top:-80px;
}

.join-content{
  padding:40px 60px;
}

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

.choose-sm-title{
  font-size:20px;
  line-height:22px;
  font-weight:500;
  padding-bottom:15px;
}

.choose-bg-title{
  font-size:32px;
  line-height:42px;
}

.choose-list li{
  font-size:20px;
  color:#fff;
  line-height:25px;
  font-weight:600;
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:12px;
  padding-left:28px;
}

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

.review-panel{
  padding-bottom:60px;
}

.review-top .col-lg-3 .review-box{
  background:#ecfeeb;
  min-height:101px;
  line-height:70px;
  padding:15px 20px;
}

.review-top .col-lg-3:nth-child(2) .review-box{
  background:#2855b1;
}

.review-top .col-lg-3:nth-child(3) .review-box{
  background:#616e65;
}

.review-top .col-lg-3:nth-child(4) .review-box{
  background:#26a516;
}

.review-box-icon{
  display:inline-block;
}

.review-box-title{
  display:inline-block;
  font-size:20px;
  color:#fff;
  line-height:22px;
  font-weight:600;
  vertical-align:middle;
  padding-left:10px;
}

.ft-contact-box{
  background:linear-gradient(to right, #00a9e2 , #014257);
  border-radius:50px;
  margin-bottom:-55px;
  padding:25px 30px;
}

.ft-contact-box .box .icon{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:60px;
  background:#fff;
  border-radius:50%;
  text-align:center;
}

.ft-contact-box .box .text{
  display:inline-block;
  width:80%;
  vertical-align:middle;
  padding-left:10px;
}

.ft-contact-title{
  font-size:20px;
  color:#fff;
  line-height:22px;
  font-weight:600;
  padding-bottom:8px;
}

.ft-contact-main{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.ft-contact-main a{
  color:#fff;
}

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

.footer-bottom{
  background:#303642;
  padding:100px 0 20px;
}

.footer-bottom .upper-panel{
  border-bottom:1px solid rgba(255,255,255,.15);
  margin-bottom:20px;
  padding-bottom:30px;
}

.footer-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

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

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

.ft-link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.ft-link li a:hover,
.footer-bottom .lower-panel a{
  color:#00aae3;
}

#back-button {
  display:inline-block;
  background-color:#3c5538;
  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 center top;
  background-size:cover;
  margin-top:204px !important;
  padding:180px 0 140px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  display:inline-block;
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  margin-bottom:0;
  padding:0;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#3c5538;
  line-height:80px;
  border-radius:50%;
  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:#1c1c1c;
  font-weight:500;
}

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

.thumb-conatct .form-box{
  box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:16px;
  color:#323232;
  line-height:20px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:50px;
  border-radius:0;
  border:1px solid rgba(0,0,0,.15);
  background:none;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow01.png) no-repeat 96% 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:600;
  text-transform:inherit;
  background:#3c5538;
  border-radius:15px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#0265b1;
  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;
}

.inner-title{
  font-size:40px;
  color:#000;
  line-height:48px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#0265b1;
}

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

.inner-list li{
  font-size:16px;
  color:#000;
  line-height:24px;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
}

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

.recruitment-box{
	min-height:490px;
}

.inner-sec .card{
	margin-bottom:10px;
}

.inner-sec .card:last-child{
	margin-bottom:0;
}

.inner-sec .card-header{
	background-color:#99d6d9;
	border:none;
	padding:0;
}

.inner-sec .card-header a{
	text-align:left;
	padding:12px 50px 12px 20px;
}

.inner-sec .text-box .card-header a{
	display:block;
	background:url(https://deehealthcare.com.au/wp-content/uploads/2024/11/down-arrow01.png) no-repeat 97% center, #00a9e2;
	font-size:18px;
	color:#fff;
	line-height:24px;
	text-align:left;
	border-radius:0;
	padding:12px 20px;
	padding-right:50px;
}

.inner-sec .text-box .card-header a[aria-expanded="true"]{
	background:url(https://deehealthcare.com.au/wp-content/uploads/2024/11/top-arrow01.png) no-repeat 97% center, #00a9e2;
}

.inner-sec .card-header a:focus{
	box-shadow:none;
}

.bg-color{
  background:#f7f7f7;
}

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

.testimonial-box .sp-testimonial-free{
	background:#fff !important;
	box-shadow:0 4px 15px rgba(0,0,0,.15) !important;
	border-radius:30px !important;
	margin:6px !important;
	padding:30px;
}

.testimonial-box .sp-testimonial-client-name{
	font-size:22px !important;
	color:#0265b1 !important;
	line-height:24px !important;
}

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

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

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

[data-animate-in] {
    opacity: 0;
    transition: transform 1s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.8s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

#rmp-menu-wrap-47 .rmp-menu-item-link{
  padding-right:0 !important;
}
 
@media screen and (max-width:991px){
  .navbar-default{
    position:inherit;
  }

  .header-mid{
    padding:10px 0;
  }

  .hd-logo{
    width:110px;
  }

  .home-banner{
    margin-top:0;
  }

  .home-banner .desc{
    bottom:10%;
  }

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

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:0 !important;
  }
	
	.recruitment-box{
		min-height:412px;
	}

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

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

}

@media screen and (max-width:767px){
  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:10px;
  }

  .text-common,
  .inner-list li{
    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, 
  .service-panel, 
  .choose-panel{
    padding:35px 0;
  }
	
 
  .service-panel{
    padding-bottom:110px;
  }

  .about-sm-title,
  .choose-sm-title{
    font-size:16px;
    line-height:18px;
  }

  .about-bg-title, 
  .service-bg-title, 
  .join-bg-title,
  .choose-bg-title,
  .inner-title,
  .cta-title{
    font-size:25px;
    line-height:32px;
    padding-bottom:12px;
  }

  .inner-sm-title{
    font-size:18px;
    line-height:24px;
  }

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

  .join-content{
    padding:30px;
  }

  .join-panel,
  .review-panel{
    padding-bottom:35px;
  }

  .choose-content{
    border-right:none !important;
  }

  .choose-list li{
    font-size:15px;
    line-height:22px;
  }

  .review-box-title{
    font-size:15px;
    line-height:18px;
  }

  .ft-contact-box .box .icon{
    width:50px;
    height:50px;
    line-height:50px;
  }

  .ft-contact-title{
    font-size:16px;
    line-height:18px;
  }

  .ft-contact-main,
  .ft-link li a{
    font-size:14px;
    line-height:16px;
  }

  .footer-bottom{
    padding-top:80px;
  }

  .footer-title,
  .contact-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }
	
	.recruitment-box{
		min-height:auto;
	}

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

  .contact-title{
    padding-bottom:0;
  }

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

  .contact-form .block label{
    font-size:14px;
    line-height:18px;
  }

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:200px;
  }

}

@media screen and (max-width:575px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:300px !important;
  }

  .home-banner img{
    object-fit:cover;
  }

  .banner-content{
    background:rgba(0,0,0,.2);
    padding:20px;
  }

  .join-img img{
    border-radius:0;
  }

  .ft-contact-box .box .text{
    width:75%;
  }
  
}
