#in-p-form form {
    background: #98cb46;
}
#in-p-form .modal{
	background: #00000078;
}
#in-p-form form .btn.btn-md{
	background: #06092d;
    color: #ffffff;
}
#in-p-form form p.message{
	color:#06092d;
}

#in-p-form form p.message i{
	color: #06092d;
}

#in-p-form form h3 span {
    color: #06092d;
    font-size: 24px;
}

#in-p-form .modal .modal-dialog.modal-md {
    max-width: 420px;
    top: 50%;
    transform: translateY(-50%);
}
.seo-tg{
    display:none !important;
}

.at-crs a{
	color:#0056b3;
}

.policy-p .box-p p{
	text-align: left;
	float: left;
	width: 100%;
}
.policy-p .box-p p a{
	float: right;
}

.box-p .note{
	background-color: #fff;
    padding: 15px;
    float: left;
    margin-top: 30px;
    border-radius: 10px;
}
.box-p .note p{
	color: #333;
}
.box-p .note p i{
	margin-left: 5px;
}



span.nrt_logo {
    display: inline-block;
    max-width: 100px;
    position: relative;
    right: 0px;
    float: right;
    top: -50px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.at-crs span.nrt_logo {
	max-width: 100px;
    position: static;
    margin-right: 20px;
}
.at-crs span.nrt_logo ~ p{
	max-width: calc(100% - 200px);
}
.course-s .about-us-wrap h2{
	float: left;
    margin-top: 20px;
}
.course-s .about-us-wrap p {
    font-size: 18px;
    text-align: justify;
    float: left;
}

.breadcrumbs-page.childcare-bg {
    background: url(../images/cs-img/childcare-bg.jpg) no-repeat center center;
    background-size: 100%
}

.breadcrumbs-page.childcare-bg1 {
    background: url(../images/cs-img/childcare-bg1.jpg) no-repeat center center;
    background-size: 100%
}

.breadcrumbs-page.community-bg {
    background: url(../images/cs-img/community-bg.jpg) no-repeat center center;
    background-size: 100%
}

.breadcrumbs-page.ageing-bg {
    background: url(../images/cs-img/ageing-bg.jpg) no-repeat center center;
    background-size: 100%
}

.breadcrumbs-page.sport-bg {
    background: url(../images/cs-img/sport-bg.jpg) no-repeat center center;
    background-size: 100%
}

.breadcrumbs-page.sport-bg1 {
    background: url(../images/cs-img/sport-bg1.jpg) no-repeat center center;
    background-size: 100%
}

.breadcrumbs-page h1 {
	text-shadow: 3px 1px 10px #00000085;
}

.header-top .header-fullpage{
    background: #0000009e;
}




@media screen and (max-width: 991px){
	.logo-brand img{
		width: 100px;
	}
	.about-us-wrap {
    	float: left;
	}
}
@media screen and (max-width: 767px){
	.navbar-toggler .icon-bar {
	    background-color: #ffffff;
	}

	.policy-p .box-p > p b {
	    float: left;
	    width: calc(100% - 112px);
	    text-align: left;
	    margin-bottom: 15px;
	}
	.policy-p .box-p a{
		padding: 4px 10px;
	    background: #98cb46;
	    border-radius: 110px;
	    color: #fff;
	    max-width: 112px;
	    width: 110px;
	    text-align: center;
	    margin-bottom: 15px;
	    display: inline-block;
	}
}
@media screen and (max-width: 479px){

	.at-crs span.nrt_logo ~ p {
    	max-width: 100%;
	}
	.breadcrumbs-page.horse-bg,
	.breadcrumbs-page.business-bg,
	.breadcrumbs-page.first-aid-bg,
	.breadcrumbs-page.cardio-bg{
		background-size: cover;
	}
	.breadcrumbs-page{
		padding: 1rem 0;
	}
	.policy-p .box-p a{
		margin-top: 10px;
	}
	.policy-p .box-p{
		margin-bottom: 0px;
	}
	.need-help{
		margin-bottom: 0;
	}
	.policy-p, .at-crs{
	    padding: 30px 0 0px;
	}

	.breadcrumbs-page.childcare-bg,
	.breadcrumbs-page.childcare-bg1,
	.breadcrumbs-page.community-bg,
	.breadcrumbs-page.ageing-bg,
	.breadcrumbs-page.sport-bg,
	.breadcrumbs-page.sport-bg1{
		background-size: cover;
	}

}
@media screen and (max-width: 420px){
	.course-s .about-us-wrap h2{
		margin-top: 0px;
	}
	.course-s .about-us-wrap span.nrt_logo{
		position: relative;
	    right: 0px;
	    float: left;
	    top: -20px;
	}
}