@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  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:#d60b5d;
  border-radius:30px;
  padding:15px 30px;
}

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

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

.common_btn2:hover{
  background:#d60b5d;
  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{
  transition:all 600ms ease-in-out;
  padding:10px 0;
}

.hd_contact span{
  margin-right:8px;
}

.hd_contact a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  border-right:1px solid #e01250;
  margin-right:10px;
  padding-right:10px;
}

.hd_contact a:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.hd_contact a:hover{
  color:#e01250;
}

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

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

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

  .navbar-default.navbar-fixed .header_bottom{
    background:#020202;
    padding:10px 0;
  }

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

}

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

.home-banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.2);
  left:0;
  top:0;
}

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

.banner_bg_title{
  font-size:52px;
  line-height:60px;
  text-shadow:1px 1px 2px rgba(0,0,0,.9);
  padding-bottom:20px;
}

.banner_bg_title span{
  display:block;
  font-size:45px;
  line-height:52px;
  font-weight:500;
}

.banner_content .text-common{
	text-shadow:1px 1px 2px rgba(0,0,0,.9);
	letter-spacing:.03em;
}

.banner_content ul li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  border:2px solid #fff;
  border-radius:30px;
  padding:14px 30px;
}

.banner_content ul li a:hover{
  background:#fff;
  color:#020202;
}

.banner_btm_panel,
.community_panel,
.home_form{
  background:#d8104c;
  padding:60px 0;
}

.banner_btm_title,
.service_bg_title,
.community_bg_title,
.work_bg_title,
.choose_bg_title,
.h_form_title{
  font-size:46px;
  color:#e51445;
  line-height:55px;
  padding-bottom:25px;
}

.banner_btm_title span,
.community_bg_title span{
  display:block;
  font-weight:500;
}

.mission_title{
  font-size:36px;
  line-height:44px;
  font-weight:600;
  padding-bottom:15px;
}

.banner_btm_panel .col-lg-3{
  border-right:1px solid #fff;
}

.banner_btm_panel .col-lg-3:last-child{
  border-right:none;
}

.about_panel{
  margin-bottom:-60px;
  padding-top:60px;
}

.about_img img{
  border-radius:0 100px 0 0;
}

.about_bg_title{
  font-size:41px;
  color:#020202;
  line-height:50px;
  padding-bottom:25px;
}

.about_bg_title span{
  font-weight:500;
  font-style:italic;
}

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

.service_sm_title,
.work_sm_title,
.choose_sm_title{
  font-size:22px;
  line-height:24px;
  font-weight:500;
  text-decoration:underline;
  margin-bottom:10px;
}

.service_panel .lt_side .common_btn{
	background:#020202;
}

.service_panel .lt_side .common_btn:hover{
	background:#fff;
	color:#020202;
}

.service_box{
  background:rgba(229,20,69,.4);
  min-height:395px;
  padding:25px;
}

.service_box:hover{
  background:#e51445;
}

.service_title{
  font-size:24px;
  line-height:32px;
  font-weight:600;
  padding:20px 0 16px;
}

.community_content{
  background:#d2065b;
  border-radius:0 120px 0 0;
  min-height:500px;
  padding:40px;
}

.work_panel{
  padding-bottom:60px;
}

.work_sm_title{
  color:#020202;
  text-decoration:inherit;
}

.work_box{
  background:#e0d2d5;
  padding:30px;
  min-height:277px;
}

.work_number{
  font-size:35px;
  color:#d2065b;
  line-height:38px;
  font-weight:600;
}

.work_title{
  font-size:30px;
  color:#020202;
  line-height:32px;
  font-weight:600;
  padding:20px 0 16px;
}

.work_panel .col-lg-6:last-child .work_box{
  background:#e51445;
}

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

.choose_panel .lower_panel{
  margin-top:-250px;
}

.choose_box{
  background:#fff;
  box-shadow:0 4px 6px rgba(0,0,0,.2);
  padding:20px;
}

.choose_content{
  min-height:270px;
}

.choose_title{
  font-size:24px;
  color:#020202;
  line-height:32px;
  font-weight:600;
  padding:20px 0 16px;
}

.choose_box a{
  font-size:18px;
  color:#e51445;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
}

.choose_box a:hover{
  color:#020202;
}

.testimonial_title{
  font-size:26px;
  color:#d2065d;
  line-height:34px;
  font-weight:600;
  padding-bottom:25px;
}

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

.footer_title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  text-decoration:underline;
  padding-bottom:22px;
}

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

.footer_link li:last-child,
.footer_time li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_time li,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

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

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

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

.footer_contact li a{
  color:#fff;
}

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

.footer_bottom .text-common span,
.footer_bottom .text-common a{
  color:#fff;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#e51445;
  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:66px !important;
  padding:280px 0 120px !important;
  position:relative;
}

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

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

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

.contact-title{
  font-size:24px;
  color:#020202;
  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:#e51445;
}

.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:48px;
  border-radius:0;
  border:1px solid rgba(0,0,0,.2);
  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:#e51445;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#020202;
  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:#d2232a;
}

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

.inner-list li{
    font-size: 16px;
    color: #1c1c1c;
    line-height: 25px;
    font-weight: 500;
    background: url(https://countrynursing.com.au/wp-content/uploads/2025/06/tick-iconA02.png) no-repeat left 4px;
    margin-bottom: 12px;
    padding-left: 28px;
    background-size: 16px;
}


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

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

.testimonial_box .sp-testimonial-content p{
  color:#020202;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#e51445 !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !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:#020202;
  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:#e51445;
  padding:15px 20px;
}

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

.help-inner-box{
	min-height:262px;
}

.why-us-box{
	padding:20px;
	min-height:180px;
}

/* Accordian-start */
.accommodation-service .serv-inner-box{
  min-height:245px;
}

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

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

.accordion-button{
	font-size:18px;
	color:#fff;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
	background:#E51445;
}

.accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#D2065D;
	color:#fff;
}

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


/* Accordian-End */

#rmp-menu-wrap-38 .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){





}

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

  .header_logo{
    width:130px;
  }

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

  .banner_bg_title{
    font-size:40px;
    line-height:45px;
  }

  .banner_bg_title span{
    font-size:35px;
    line-height:44px;
  }

  #footer{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:105px !important;
    padding:160px 0 120px !important;
  }

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



  
}

@media screen and (max-width:767px){
  .home-banner .desc{
    bottom:12%;
  }

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

  .banner_bg_title span{
    font-size:24px;
    line-height:32px;
  }

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

  .banner_content ul li a,
  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }
  
  .banner_btm_panel, 
  .community_panel, 
  .home_form,
  .service_panel{
    padding:35px 0;
  }

  .banner_btm_panel .col-lg-3{
    border-right:none;
  }

  .banner_btm_title,
  .about_bg_title, 
  .service_bg_title, 
  .community_bg_title, 
  .work_bg_title, 
  .choose_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;
	}
	
	.accordion-button{
		font-size:16px;
		line-height:24px;
	}

  .mission_title{
    font-size:24px;
    line-height:32px;
  }

  .about_panel{
    margin-bottom:0;
    padding-top:35px;
    padding-bottom:35px;
  }

  .service_sm_title, 
  .work_sm_title, 
  .choose_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .service_title,
  .choose_title{
    font-size:20px;
    line-height:26px;
  }

  .community_content{
    border-radius:0;
    padding:25px;
  }

  .work_panel{
    padding-bottom:35px;
  }

  .work_box{
    padding:20px;
  }

  .work_number{
    font-size:26px;
    line-height:28px;
  }

  .work_title{
    font-size:22px;
    line-height:24px;
  }

  .choose_panel .upper_panel{
    padding:35px 0 280px;
  }

  .choose_box a{
    font-size:15px;
    line-height:18px;
  }

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

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

  .testimonial_title{
    font-size:22px;
    line-height:30px;
  }

  .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{
    padding-top:30px;
  }

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

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

  .footer_mid{
    padding-top:25px;
  }

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

  .service_box,
  .community_content,
  .choose_content{
    min-height:auto;
  }

  
}

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

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

  
}
