img{
	width: 100%;
}

body {
	font-family: Aileron-Regular;
}

/*/ ---- navbar css starts ---- /*/

.topbar {
	position: sticky;
}

.topbar ul {
	float: right;
	padding-right: 10px;
}

.topbar ul li {
	display: inline;
	border-bottom: 1px solid #30303066;
    padding-bottom: 3px;
}

.topbar ul li i {
	color: #2178d0;
}

.topbar ul li a {
	color: #555353;
	font-size: 12px;
	text-decoration: none;
	font-family: Aileron-Regular;
}

.navbar {
	position: fixed;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	top: 11px;
	z-index: 9999;
}

.navbar-fixed-top.scrolled {
  background-color: #b9db7d !important;
  transition: background-color 300ms ease-in-out;
  top: 0px !important;
  -webkit-box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.12);
}

.nav-c-bt.scrolled {
    border-top:none !important;
    padding-top: 0px!important;
}

.navbar .navbar-brand {
	width: 300px;
	margin-left: 2vh;
}

.navbar .navbar-brand img {
	width: 100%;
}

.navbar .navbar-nav {
	margin-left: auto;
	margin-right: 50px;
}
.second-logo img{
	width: 150px;
}
.navbar .nav-link {
	color: #383838;
	font-family: Aileron-Regular;
	text-transform: uppercase;
	padding-left: 3vh !important;
    padding-right: 3vh !important;
}
.nav-item .active{
	color: #16afde;
}


.navbar .navbar-collapse {
	
	padding-right: 2vh;
	padding-top: 25px;
}

.navbar .nav-apply-btn {
    color: #fff !important;
    background-color: #2178d0;
    border-radius: 7px;
}

/*/ ---- navbar css ends ---- /*/


/*/ ---- slider styles starts ---- /*/

.slider-container {
	padding-left: 8%;
	padding-right: 8%;
}

.s-r {
	width: 100%;
	height: 100vh;
}

.slider {
	background-image: url('../img/slider-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.slider .slider-content {
	text-align: center;
	padding-top: 20vh;
}

.slider .slider-content img {
	width: 100%;
	margin: auto;
}

/*.slider .slider-content h1 {*/
/*	font-family: Aileron-Heavy;*/
/*	text-transform: uppercase;*/
/*	color: #0056b3;*/
/*	margin-bottom: 0px;*/
/*	font-size: 3rem;*/
/*} */



.slider .slider-content p {
	font-family: Aileron-Regular;
	color: #121212;
	margin-bottom: 10px;
}

.slider .slider-content a {
	background-color: #2178d0;
	color: #fff;
	font-family: Aileron-Regular;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
	border-radius: 7px;
}

.slider .slider-img {
	padding: 21vh 10vh 6vh 10vh;
	animation: shake 0.9s infinite alternate ease-in-out;
}

.slider .slider-img img {
	width: 100%;
}

.slider .slider-highlights {
	padding-bottom: 5vh;
}

.slider-highlights .slider-highlight-box {
	text-align: center;
	padding: 0% 12%;
}

.slider-highlights .slider-highlight-box .s-h-img img {
	width: 70px;
}

.slider-highlights .slider-highlight-box .s-h-img {
	height: 90px;
}

.slider-highlights .slider-highlight-box h4 {
	color: #333333;
	font-family: Aileron-Regular;
	text-transform: uppercase;
	font-size: 20px;
}

.slider-highlights .slider-highlight-box p {
	color: #333333;
	font-family: Aileron-Regular;
	font-size: 13px;
}

@keyframes shake {
  0% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(10px);
  }
}


/*/ ---- slider styles ends ---- /*/



/*/ ---- about section styles starts ---- /*/

.home-about {
	background-color: #a1c363;
	padding-top: 8vh;
	padding-bottom: 8vh;
}

.home-about .about-img {
	padding: 0vh 13vh 0vh 0vh;
	position: relative;
}

.home-about .about-img .about-img-m {
	animation: shake 0.9s infinite alternate ease-in-out;
}

.home-about .about-img .img-s {
	width: 20%;
    position: absolute;
    bottom: -22px;
    left: 36%;
}

.home-about .abt-c {
	margin: auto;
}

.home-about .about-content {
	text-align: center;
}

.home-about .about-content h4 {
	font-family: Aileron-Regular;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

.home-about .about-content p {
	color: #ffffff;
	text-align: justify;
}

.home-about .about-content a {
	background-color: #2178d0;
	color: #fff;
	font-family: Aileron-Regular;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	float: left;
	border-radius: 7px;
}

.home-service a {
	text-decoration: none;
	color: #212121;
}

/*/ ---- about section styles ends ---- /*/



/*/ ---- service section styles starts ---- /*/

.home-service {
	background-image: url('../img/service-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 8vh;
	padding-bottom: 8vh;
}

.home-service .service-head h4 {
	color: #2178d0;
	text-transform: uppercase;
	font-family: Aileron-Regular;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
    margin-bottom: 3vh;
}

.home-service .home-service-box img {
	height: 276px;
    object-fit: cover;
	margin-bottom: 10px;
	border:5px solid #fff;
	border-radius: 0 50px;
}

.home-service .home-service-box {
	text-align: center;
	padding-bottom: 30px;
}

.home-service .home-service-box h6 {
	font-family: Aileron-Regular;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}


.service-home-content p{
	padding: 10px;
	font-size: 16px;
    letter-spacing: 0.5px;
}


.service-text {
    margin-top : 25px;
    text-align : center;
}
@keyframes slideInFromRight {
	0% {
	  transform: translateX(100%); /* Start from the right */
	  opacity: 0;
	}
	100% {
	  transform: translateX(0); /* End at normal position */
	  opacity: 1;
	}
  }
  
  .innerserv-img {
	opacity: 0;
	animation: slideInFromRight 1.5s ease-out forwards;
  }

  .innerserv-img img{
	height: 409px;
    object-fit: cover;
    border-radius: 10px;
    width: 409px;
	margin: auto;
    display: block;
  }
  .service-inner h4{
	font-weight: 600;
  }
  .innerserv-img{
	position: relative;
  }
  .innerserv-img::after {
    content: ""; /* Required to display the pseudo-element */
	position: absolute;
    top: 38px;
    left: 0;
    right: 60px;
    bottom: -20px;
    background-image: url(../img/shade.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
} 
  
/*/ ---- service section styles ends ---- /*/

/* what we provide start */
.service-provide{
	margin-top: 70px;
	margin-bottom: 100px;
}
.disability-serv{

padding: 50px 40px;
border-radius: 30px;
background-image: url(../img/disability-nurs.webp);
background-position: top;
background-size: cover;
background-repeat: no-repeat;

}
.nusring-serv{
    padding: 50px 40px;
border-radius: 30px;
background-image: url(../img/nursing-serv.webp);
background-position: top;
background-size: cover;
background-repeat: no-repeat;
min-height: 300px;
}
.disability-serv h4{
	text-align: center;
    color: #fff;
    font-weight: 600!important;
   	
    font-family: Aileron-Regular;
	text-transform: uppercase;
	font-size: 28px;
}
.disability-serv p{
color: #fff;
    text-align: justify;
    font-family: Aileron-Regular;
}
.nusring-serv h4{
text-align: center;
    color: #ffffff;
    font-weight: 600!important;	
    font-family: Aileron-Regular;
	text-transform: uppercase;
	font-size: 28px;
}
.nusring-serv p{
	color: #fff !important;
    text-align: justify;	
    font-family: Aileron-Regular;
}
.servic-care{
	color: #2178d0;
    font-family: Aileron-Regular;
	margin-bottom: 30px;
	text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
}
/* what we provide ends */

/* why choose us start */
.why-one{
	text-align: center;
}
.why-one img{
	width: 66px;
    height: 66px;
}
.why-choose{
	margin-top: 100px;
	margin-bottom: 100px;
}
.why-one {
    background-color: #fff; /* Add a background for contrast */
    padding: 20px; /* Add some padding for spacing inside the box */
    border-radius: 8px; /* Slightly rounded corners for a modern look */
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	height: 295px;
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
	position: relative;
	border-radius: 30px;
}

.why-one:hover {
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
}
.choose-btn a{
	background: #c3e489;
    color: #fff;
    padding: 8px 10px;
    border-radius: 7px;
}
.choose-btn a:hover{
	color: #000;
	text-decoration: none;
}
.choose-btn{
	position: absolute;
    right: 0;
    left: 0;
    bottom: 28px;
}
.choose{
	padding: 80px 31px;
    background: #c3e489;
    border-radius: 30px;
}

.choose h4{
	font-size: 2rem;
    font-weight: 600;
	color:#2178d0;
}
/* why choose us ends */


/*/ ---- footer styles starts ---- /*/

footer {
	background-image: url('../img/footer-bg.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 4vh;
}

footer .f-contact {
	margin-left: 4vw;
	margin-right: 4vw;
	padding-bottom: 3vh;
	border-bottom: 3px solid #fff;
}

footer .ndis-logo {
	width: 250px;
    margin: auto;
    margin-bottom: 6vh;
}

footer .ndis-logo img {
	width: 75px;
	float: left;
}

footer .ndis-logo h4 {
	font-family: Aileron-Regular;
	color: #6c2a77;
	font-size: 16px;
}

footer .footer-logo img {
	width: 22vw;
}

footer .footer-t-n {
	text-align: center;
}

footer .footer-t-n p {
	font-family: Aileron-Regular;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

footer .footer-t-n a {
	font-family: Aileron-Regular;
	color: #fff;
	font-size: 2.5rem;
	text-decoration: none;
}

footer .footer-soc {
	text-align: center;
}

footer .footer-soc ul li {
	display: inline;
	padding-right: 20px;
}

footer .footer-soc ul li i {
	font-size: 20px;
	color: #000;
}

footer .f-s {
	margin: auto;
}

footer .f-address  i {
	color: #2178d0;
}

footer .f-address a {
	font-family: Aileron-Regular;
	color: #555353;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

footer .f-address {
	margin-left: auto;
	margin-right: auto;
	padding: 3vh 0vh 3vh;
}

footer .f-copyright {
	background-color: #2178d0;
	padding: 1vh 7vh;
}

footer .f-copyright p {
	color: #fff;
	font-family: Aileron-Regular;
	font-size: 14px;
	margin-bottom: 0px;
}

footer .f-copyright p a {
	color: #fff;
	text-decoration: none;
}

footer .f-copyright .c-right {
	text-align: right;
}

/*/ ---- footer styles ends ---- /*/




/*/ ===== about page css starts ===== /*/

.about-banner {
	background-image: url('../img/about-page-bannerfinal.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-banner h1 {
	padding: 37vh 1vh 14vh 8vh;
	font-family: Aileron-Heavy;
	color: #000;
	font-size: 2.5rem;
}

.about-main .about-main-img {
	padding: 5vh;
}

.about-main .about-main-content p {
	font-family: Aileron-Regular;
	color: #7d7979;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
}

.about-ma {
	margin: auto;
}

.about-main .vision-box {
  text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000030;
    border-radius: 30px;
    min-height: 500px;
    margin-bottom: 20px;
}
.vision-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.vision-mission-wrapper{
    padding:70px 0px;
}
.values-wrapper{
    padding:70px 0px;
}
.values-wrapper img{
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #000000;
    border-radius: 20px;
}
.about-main .vision-box h4 {
	font-family: Aileron-Heavy;
	color: #2178d0;
}

.about-main .vision-box p {
	font-family: Aileron-Regular;
	font-size: 14px;
	padding-top: 3vh;
	color: #7d7979;
}

.about-main .vision-box img {
    padding: 0vh 0vh;
    border-radius: 30px;
}

.v-m-b {
	border-top: 1px solid #b9db7d96;
    padding-top: 6vh;
}

.value-box h4{
	font-family: Aileron-Heavy;
	color: #2178d0;
	margin-bottom: 30px;
}
.value-box p {
	font-family: Aileron-Regular;
	font-size: 14px;
	color: #7d7979;
	text-align: justify;

}
.bullet-sign{
	list-style-image: url('../img/daisysign.png');
}
.bg-im{
	background-image: url('../img/texture.png');
	background-size: cover;
}



.employee-detail{
	padding: 30px 0;
}
.employee-detail h3{
	margin-bottom: 30px;
	color: #2178d0;
	font-family: Aileron-Heavy;
	font-size: 20px;
}
.sub-employee{
	padding: 10px;
	background-color: #e9edf0;
	height: 100px;
	border-radius: 10px;
}
.sub-employee p{
	font-size: 13px;
}

/*/ ===== about page css ends ===== /*/





/*/ ===== service page css starts ===== /*/

.service-main .service-main-content p {
	font-family: Aileron-Regular;
	color: #7d7979;
	text-align: justify;
}

.service-main .service-main-content h4 {
	font-family: Aileron-Heavy;
	color: #2178d0;
}

.service-main .service-main-img {
	padding: 5vh 0vh;
}

.service-page ul li {
    margin-bottom: 1rem;
}

.service-page{
    padding: 12vh 12vh;
    background-image: url(../img/texture.png);
    background-size: cover;
    background-position: bottom;
}

.service-page p {
    margin-bottom: 1rem;
}

.serv-img img {
    width: 65%;
}


.daisy-rotate {
	position: relative;
    width: 193px;
    top: 21px;
    right: 43px;
  }
  
  .globe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1; /* Keep the globe behind the daisy */
  }
  
  .care-img {
	width: 80px;
    height: 80px;
  }
  
  .cylinder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .daisy-img {
	position: absolute;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    animation: rotateDaisy 8s infinite linear;
  }
  
  @keyframes rotateDaisy {
	0% {
	  transform: translateX(-50%) rotate(0deg);
	}
	100% {
	  transform: translateX(-50%) rotate(360deg);
	}
  }
/*/ ===== service page css ends ===== /*/



.specialities-img{
    text-align: end;
}

.specialities-img img {
    width: 80%;
}



/*/ ============== privacy page css starts =============== /*/


.privacy-full {
    background-image: url(../img/privacy-bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.privacy-page {
    padding: 9vh 14vh;
}

.privacy-head ul li {
    margin-bottom: 3vh;
}


/*.privacy-page h4 {*/
/*    color: #2178d0;*/
/*    text-transform: uppercase;*/
/*    font-family: Aileron-Regular;*/
/*    font-weight: 600;*/
/*    font-size: 2rem;*/
/*    margin-bottom: 3vh;*/
/*}*/

.privacy-con img {
    width: 75%;
}

.privacy-con {
    text-align: center;
}

.privacy-page .bg {
    background-color: rgb(255 255 255 / 18%);
}





/*/ ============== privacy page css end =============== /*/




/*/ ===== contact page css starts ===== /*/

.contact-main {
	padding: 8vh 0vh;
}

.contact-main .contact-form {
    background-color: #e9edf0;
    padding: 10vh 3vh 2vh;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 13px;
}

.contact-main .contact-form h4 {
	font-family: Aileron-SemiBold;
	margin-bottom: 3vh;
	text-align: center;
}

.contact-main .contact-form .form-group label {
	font-family: Aileron-Heavy;
	font-size: 12px;
}

.contact-main .contact-form .form-group input {
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-family: Aileron-Regular;
	margin-bottom: 1vh;
	padding: 10px;
}

.contact-main .contact-form .form-group textarea {
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-family: Aileron-Regular;
	width: 100%;
	padding: 10px;
}

.contact-main .contact-form .form-group textarea:focus {
	outline: none;
}

.contact-main .contact-form .form-group input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.contact-main .contact-form .form-group a {
	font-family: Aileron-SemiBold;
	color: #fff;
	background-color: #3153b7;
	border: 2px solid #3153b7;
	text-decoration: none;
	padding: 10px 13px;
	transition: 0.2s ease-in;
}

.contact-main .contact-form .form-group a:hover {
	border: 2px solid #3153b7;
	background-color: #e9edf0;
	color: #3153b7;
}

.contact-main .c-f {
	padding-right: 0px;
}

.contact-main .c-m {
	padding-left: 0px;
}

.contact-main .contact-map iframe {
    height: 560px;
    border-radius: 20px;
}

.contact-main .address-box {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    position: relative;
    border-radius: 30px;
    min-height: 160px;
    margin-bottom: 30px;
}
.contact-main .address-box i {
	background-color: #3153b7;
	color: #fff;
	width: 50px;
    height: 50px;
    padding: 17px;
    border-radius: 50px;
}

.contact-main .address-box p {
	font-family: Aileron-Regular;
	font-size: 14px;
	color: #6f6f6f;
	margin-top: 12px;
}

.contact-main .address-box a{
	text-decoration: none;
	color: #6f6f6f;
}




/*/ ===== contact page css ends ===== /*/







/*/ ===== appointment page css starts ===== /*/

.appointment-main {
	background-image: url('../img/appointment-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 8vh 0vh;
}

.appointment-main .appointment-side-img {
	padding: 6vh 5vh 0vh 0vh;
}

.appointment-main .appointment-box {
	background-color: #e9edf0;
	padding: 7vh 3vh;
}

.appointment-main .appointment-box h4 {
	font-family: Aileron-SemiBold;
	margin-bottom: 3vh;
}

.appointment-main .appointment-box .form-group label {
	font-family: Aileron-Heavy;
	font-size: 12px;
}

.appointment-main .appointment-box .form-group input {
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-family: Aileron-Regular;
	margin-bottom: 1vh;
	padding: 10px;
}

.appointment-main .appointment-box .form-group textarea {
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-family: Aileron-Regular;
	width: 100%;
	padding: 10px;
}

.appointment-main .appointment-box .form-group textarea:focus {
	outline: none;
}

.appointment-main .appointment-box .form-group input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.appointment-main .appointment-box .form-group a {
	font-family: Aileron-SemiBold;
	color: #fff;
	background-color: #3153b7;
	border: 2px solid #3153b7;
	text-decoration: none;
	padding: 10px 13px;
	transition: 0.2s ease-in;
}

.appointment-main .appointment-box .form-group a:hover {
	border: 2px solid #3153b7;
	background-color: #e9edf0;
	color: #3153b7;
}

/*/ ===== appointment page css ends ===== /*/




/*/ ===== specialities page css starts ===== /*/

.specialities-icon img{
	width: 62px;
    height: 62px;
	filter: grayscale(100%) brightness(0) sepia(1) hue-rotate(180deg) saturate(200%);
}
.specialities-main {
	padding: 8vh 0vh;
}

.specialities-main .specialities-icon {
	width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #9ac352;
	display: flex;
    align-items: center;
    justify-content: center;
}

.specialities-main .specialities-icon svg {	
    fill: #fff;
    width: 80px;
    height: 80px;
    padding: 13px;
}

.specialities-main .specialities-content {
	margin-bottom: 8vh;
}

.specialities-main .specialities-content h4 {
	color: #151515;
	font-family: Aileron-Heavy;
	font-size: 20px;
}

.specialities-main .specialities-content p {
	color: #7d7979;
	font-family: Aileron-Regular;
	font-size: 14px;
	text-align: justify;
}

/*/ ===== specialities page css ends ===== /*/




/*/ ===== career page css starts ===== /*/

.career-main {
	padding: 8vh 0vh;
}

.career-main .career-box {
	background-color: #e9edf0;
	position: relative;
	text-align: center;
    padding: 10vh 1vh;
    margin-bottom: 10vh;
    min-height: 34vh
}

.career-main .career-box img {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.career-main .career-icon {
	position: absolute;
    width: 100%;
    top: -40px;
}

.career-main .career-box h4 {
	font-family: Aileron-Heavy;
	color: #1e1e1e;
}

.career-main .career-box a {
	color: #fff;
    background-color: #2178d0;
    padding: 9px 14px;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid #2178d0;
}

.career-main .career-box a:hover {
	color: #2178d0;
	background-color: #e9edf0;
	border: 2px solid #2178d0;
}

.career-main .career-box p {
	margin-bottom: 3vh;
}

/*/ ===== career page css ends ===== /*/




/*/ ===== career form page css starts ===== /*/

.career-form-main {
	padding: 8vh 0vh;
}

.career-form-main .career-form-box {
	background-color: #e9edf0;
	padding: 7vh 3vh;
	width: 55vw;
    margin-left: auto;
    margin-right: auto;
}

.career-form-main .career-form-box h4 {
	font-family: Aileron-SemiBold;
	margin-bottom: 3vh;
	text-align: center;

}

.career-form-main .career-form-box .form-group label {
	font-family: Aileron-Heavy;
	font-size: 12px;
}

.career-form-main .career-form-box .form-group input {
	border: none;
	border-radius: 2px;
	font-size: 12px;
	font-family: Aileron-Regular;
	margin-bottom: 1vh;
	padding: 10px;
}

.career-form-main .career-form-box .form-group textarea {
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-family: Aileron-Regular;
	width: 100%;
	padding: 10px;
}

.career-form-main .career-form-box .form-group textarea:focus {
	outline: none;
}

.career-form-main .career-form-box .form-group input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.career-form-main .career-form-box .form-group a {
	font-family: Aileron-SemiBold;
	color: #fff;
	background-color: #3153b7;
	border: 2px solid #3153b7;
	text-decoration: none;
	padding: 10px 13px;
	transition: 0.2s ease-in;
}

.career-form-main .career-form-box .form-group a:hover {
	border: 2px solid #3153b7;
	background-color: #e9edf0;
	color: #3153b7;
}

.form-group.sb-btn button {
    color: #fff;
    background-color: #2178d0;
    padding: 5px 20px;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid #2178d0;
    letter-spacing: .6px;
}

.form-group.sb-btn button:hover {
    color: #2178d0;
    background-color: #fff;
}

.sb-btn.submitbtn {
    text-align: center;
}


.sb-btn {
    text-align: center;
}

.t-and-c {
    font-size: 14px;
}

/*.f-copyright .c-left p{ */
/*    text-align:center;*/
/*    margin-left: 410px!important;*/
/*}*/

/*/ ===== career form page css ends ===== /*/


@media only screen and (min-width: 300px) and (max-width: 500px) {

.innerserv-img img{
	width: 100%;
    height: 300px;
}
.innerserv-img::after {
	display: none;
}
.daisy-rotate{
	display: none;
}

.choose{
	margin-bottom: 20px;
}
.why-one{
	margin-bottom: 20px;
}
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
	.nusring-serv {
		padding: 23px 40px;
		}
		.choose{
			margin-bottom: 20px;
		}
		.why-one{
			margin-bottom: 20px;
		}
	.innerserv-img img{
		width: 100%;
		height: 376px;
	}
	.innerserv-img::after {
    right: -25px;
	}
	.daisy-rotate {
		width: 193px;
		top: -29px;
		right: 97px;
	}
	.care-img {
		width: 30px;
		height: 30px;
	}
	.daisy-img {
		width: 74px;
		height: 74px;
		top: -36px;
    left: 50%;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1244px) {

	.why-one {
		padding: 16px;
		height: 371px;
	}
	.choose {
		padding: 75px 21px;
		height: 100%;
	}
	.disability-serv {
		padding: 20px 24px;
	}
	.nusring-serv {
		padding: 21px 29px;
	}
	.innerserv-img img{
		width: 100%;
		height: 531px;
	}
	.innerserv-img::after {
		right: -22px;
		
	}
	.daisy-img {
		width: 100px;
		height: 100px;
		top: -49px;

}
.care-img {
    width: 70px;
    height: 70px;
}
.daisy-rotate {
	top: -18px;
    right: 43px;
}
}




@media only screen and (max-width: 642px) {
	.s-r {
		width: 100%;
	}
	.navbar {
		top: 25px;
	}
	.topbar {
		text-align: center;
	}
	.career-form-main .career-form-box {
		width: 80vw;
	}
}

@media only screen and (max-width: 767px) {
    
    .appointment-side-img {
        display: none;
    }
    
	.s-r {
		height: auto;
	}
	.slider .slider-content {
		padding-top: 15vh;
	}
	.slider .slider-img {
	    padding: 7vh 2vh 6vh 2vh;
	}
	.home-about .about-img {
		padding: 0vh 6vh 6vh 6vh;
	}
	footer .footer-logo img {
		width: 200px;
		margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
	footer .f-copyright .c-right {
		text-align: center;
	}
	footer .f-copyright .c-left {
		text-align: center;
	}
	footer .f-copyright {
		padding: 1vh 1vh;
	}
	.navbar .navbar-collapse {
		border-top: 0px;
	}
	.home-about .about-img .img-s {
		bottom: 10px;
		left: 44%;
	}
	.navbar .navbar-collapse {
		background-color: #ffffff91 !important;
		padding-right: 0vh;
	}
	.contact-main .c-f {
		padding-right: 15px;
	}

	.contact-main .c-m {
		padding-left: 15px;
	}
	.contact-main .contact-map iframe {
		height: 50vh;
	}
	.contact-main .contact-form {
		height: auto;
	}
}

@media only screen and (max-width: 500px) {
	.navbar .navbar-brand {
		width: 200px;
	}
	.navbar {
		top: 30px;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
	.slider .slider-img {
	    padding: 25vh 6vh 6vh 6vh;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1099px) {
	.slider .slider-img {
	    padding: 30vh 2vh 6vh 2vh;
	}
	.home-about .about-img .img-s {
		left: 33%;
	}
	.career-form-main .career-form-box {
		width: 70vw;
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.slider .slider-img {
	    padding: 30vh 2vh 6vh 2vh;
	}
	.home-about .about-img .img-s {
		left: 31%;
	}
	.career-form-main .career-form-box {
		width: 70vw;
	}
}

@media only screen  and (max-width: 1399px) {
	.navbar .nav-link {
		padding-left: 2vh !important;
		padding-right: 2vh !important;
	}
}

@media only screen and (max-width: 590px) {
    .about-banner h1 {
        padding: 140px 0px 50px 0px;
        font-size: 28px;
    }
}
@media only screen and (min-width: 991px) {
    .reg-ndis {
      display: none;
    }
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2178d0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b9db7d;
}
.service-page .service-inner{
    margin-top: 50px;
    text-align: justify;
}
.service-page-section .service-head h4{
    text-align: center;
}
.service-page-section .service-home-content p{
     text-align: center;
}
.service-page-section {
    border-radius: 30px;
}
.home-service .home-service-box img:hover {
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.reg-ndis {
    width: 150px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 50%;
    height: auto;
}
.reg-ndis img{
    background-color: #ffffff8a;
    padding: 8px;
    border-radius: 12px;
}








@media only screen  and (max-width: 767.5px) {
    .second-logo img {
      display:none;
}
    .navbar-toggler {
    border-radius: 13px;
    border: 1px solid #ffffff;
    margin-right: 7px;
    box-shadow: 0px 0px 5px 1px #00000026;
}
    .topbar ul li {
    border-bottom: 1px solid #ffffff96;
}
  .disability-serv h4 {
    font-size: 23px;
}  
        .disability-serv {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
        .nusring-serv {
        padding: 30px 20px;
    }
    .why-one {
    height: 260px;
}
    
        .about-banner h1 {
        padding: 140px 0px 50px 0px;
        font-size: 28px;
    }
    .service-page {
    padding: 3vh 2vh;
    }
    
   
    
}

/* Breadcrumb container styling */
.breadcrumb1 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  margin-bottom:20px;
}

/* Breadcrumb item styling */
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

/* Separator between breadcrumb items */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 8px;
  color: #fff;
}

/* Link styles */
.breadcrumb-item a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.breadcrumb-item a:hov
