/* Module CSS - Specific Sections on a page, popups, very spefic.*/

.step1 {

}

.step2{
	display: none;
}

.step3 {
	display: none;
}

#prevButton {
	display: none;
}

#nextButton {
	display: inline-block!important;
}

.hundredWidth {
	width: 100%;
}

.bg-blue {
	background-color: #0666b3;
	color: #fff;
}

.bg-blue a {
  color: #fff;
}

.bg-blue-lt, .bg-blue-lt a {
  background-color: #297cc3;
  color: #fff;
}
.bg-grey, .bg-grey a {
	background-color: #dfdfdf;
	color: #a1a1a1;
}

.text-grey {
	color: #a1a1a1;
}
.text-grey-drk, .text-grey-drk a {
color: #343434;
}

.text-red {
	color: #c54b48;
}

.text-blue, .text-blue a {
	color: #0666b3;
}

.text-white, .text-white a {
	color: #fff;
}

.text-underline {
	text-decoration: underline;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  font-weight: 700;
  color: #0063b1;
  background: none;
  border-bottom: 3px solid #dfdfdf;
}


.navbar-default .navbar-nav>li>a {
  position: relative;
  display: block;
  padding-top: 5px;
	padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0063b1;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #797979;
}

#home-slider {
  margin-top: -48px;
}

.banner-angle {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner-slant {
	max-width: none;
}
.banner-box {
	position: absolute;
	width: 30%;
	height: 15%;
	background-color: #fff;
	bottom: 0;
	right: 20%;
	text-align: center;
	text-transform: uppercase;
}
.banner-box-slant{
	position: absolute;
	top: -17px;
	width: 100%;
}
.banner-box-slant img{
	width: 100%;
}
.banner-box p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: -2px;
	font-size: 2.2vw;
	margin-top: 2%;
}
.banner-box:hover {
	color: #0666B3;
}
div.item a {
	color: #000;
}
header {
	background-color: #fff;
}

.text-light {
	font-weight: 100;
}

.text-bold {
	font-weight: 900;
}

.btn {

  border-radius: 0px;
}

.btn-blue-angle, .btn-blue-angle a {
  background-color: #006bbd;
  color: #fff;
  border: none;
}

a:hover.btn-blue-angle {
  background-color: #0063AF;
  color: #fff;
}

a.btn-white-angle {
  background-color: #fff;
  color: #0666b3;
}

.navbar {
  margin-bottom: 2px;
  margin-top: 15px;
}

.nav-tabs>li>a {
  font-weight: 700;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
  background: url(/assets/img/btn-small-angle-blue.jpg) no-repeat, #0666b3;
  background-position: top center;
  border: none;
  border-radius: 0px;
  color: #fff;
}
.error {
   color: #ff0000;
   font-size: 12px;
   margin-top: 5px;
   margin-bottom: 0;
}

.inputTxtError {
   border: 1px solid #ff0000;
   color: #0e0e0e;
}

.blue-banner-bottom-angle {
  margin-top: -162px;
}

#home-runners {
  background: url(/assets/img/runners.jpg) no-repeat;
  background-size: 100%;
  height: auto;
}

#footer {
  background: url(/assets/img/footer-bg.jpg) no-repeat center center;
  background-size: cover;
}
.panel-heading {
  padding: 17px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-default>.panel-heading  {
  color: #FFF;
  background: url(/assets/img/panel-header.jpg) #006BBD;
  border-color: #005CA3;
  font-size: 18px;
  font-weight: 900;
}

.panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:focus {
  color: #FFF;
}

.slanty-bl-tr-blue {
	width: 0;
	height: 0;
	border-left: 345px solid transparent;
	border-bottom: 18px solid #0063af;
}
.slanty-tl-br-blue {
	width: 0;
	height: 0;
	border-left: 270px solid transparent;
	border-top: 14px solid #0063af;
}
.slanty-tl-br-blue2 {
	width: 0;
	height: 0;
	border-left: 370px solid transparent;
	border-top: 14px solid #0063AF;
}
.slanty-br-tl-white {
	width: 0;
	height: 0;
	border-right: 270px solid transparent;
	border-bottom: 14px solid #e0ecf6;
}
.slanty-top {
	border-top: 5px solid #0063af;
}
.slanty-bottom {
	border-bottom: 5px solid #0063af;
}
.slanty-top-white {
	border-top: 5px solid #e0ecf6;
}
.mob-hide {
	display: block;
}

.movingBar {
	width: 0;
	min-width: 10%;
}

.biosButton {
	width: 60%;
	margin-left: 20%;
	height: 50px;
	background-color: white;
	color: black;
	border: 1px solid black;
	border-radius: 0px;
	transition: border-radius .8s ease, background-color .8s ease, color .8s ease, border .8s ease;
}

.biosButton:hover {
	color: white;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid white;
	border-radius: 10px;
	transition: border-radius .8s ease, background-color .8s ease, color .8s ease, border .8s ease;
	cursor: pointer;
}

.biosButton p {
	padding-top: 15px;
}

.biosImage {
	width: 100%;
	margin-top: 15%;
}

.noDecHover a:hover {
	text-decoration: none;
}

.botDivide {
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
	border-top: none;
}
.inner-abt-cntnt {
    line-height: 28px;
    padding-top: 15px;
    max-width: 930px;
    margin: 0 auto;
}
.abt-img {
    float: left;
    margin: 70px 30px 20px 0;
    width: 280px;
    position: relative;
    shape-outside: border-box;
    border-radius: 0;
    padding: 0 30px 20px 0px;
}
.abt-img img {
    width: 100%;
    height: 100%;
}
.abt-img figure span {
    position: absolute;
    display: block;
    bottom: 10px;
    background-color: #fff;
    color: #000;
    font-style: italic;
    padding: 3px 5px;
    line-height: 20px;
    font-size: 12px;
}
figure.abt-img {
    float: right;
    width: 280px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-right: 0;
    margin-left: 30px;
    shape-outside: unset;
    margin-top: 0;
}
.inner-abt-cntnt p {
    font-size: 15px;
}
.row .abt-recharge-img {
	float: right;
}
.row.clearfix.evenrow .inner-abt-cntnt {
    padding-top: 0;
    margin: 0 auto;
}
.row.clearfix.evenrow {
    padding: 60px 0 20px;
}
.row.clearfix.oddrow {
    padding: 50px 0 0px;
}
.botm_menu {
    margin-top: 10px;
}
.botm_menu a {
    margin-right: 15px;
}
.botm_menu a:last-child {
	margin-right: 0px;
}
/*footer email form*/
.email-form h3{
	   font-size: 21px;
    margin-bottom: 20px;
}
.form-field input[type="text"] {
		padding: 15px;
		color: #000;
		width: 100%;
		border: 0px;
}
.email_error {
    font-size: 14px;
}
.form-field input[type="text"]:focus-visible {
    outline: 0px;
}
.form-field:first-child{
		 margin-bottom: 30px;
}
.form-field .btntxt {
		color: #0666b3;
    padding: 10px 30px;
    border-radius: 22px;
    border: 0;
    font-size: 18px;
}
.form-field .btntxt:hover {
  	background-color: #54b3ff;
  	color: #fff;
}
.output_message{
		font-size: 14px;
		margin-top: 20px;
}
.a3s.aiL a {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}
.a3s.aiL{
		padding: 15px 0;
		font-size: 18px;
		line-height: 22px;
		color: #15c;
}
#home-slider .owl-item .item > a> img {
    width: 100%;
}
.banner-angle img.banner-slant, .bottom-banner-angle img, #tab-body-angle img, .tab-body-angle img, .blue-banner-bottom-angle img {
    width: 100%;
}

/*2024 aug 06 advanced physical therapy*/





.banner-first-slide-content {
    position: absolute;
    top: 10%;
    width: 33.5%;
    right: 11%;
    padding: 42px 44px 35px 0px;
    background-color: #8e1f28e8;
    color: #fff;
    border: 2px solid #fff;
    border-top: 0;
    clip-path: polygon(0% 0%, 100% 9.5%, 100% 100%, 0% 100%);
    z-index: 1;
}
.banner-second-slide-content {
    position: absolute;
    top: 10%;
    width: 36.5%;
    left: 11%;
    background-color: transparent;
    color: #fff;
}
.banner-first-slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -3;
    clip-path: polygon(0% 0%, 100% 9.1%, 100% 10%, 0% 0.6%);
}
.banner-second-slide-content h2, .banner-first-slide-content h1 {
    font-size: 42px;
    line-height: 58px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.banner-second-slide-content h2{
	padding: 35px 35px 35px 30px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.banner-second-slide-content h2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #8e1f28e8;
	border:2px  solid #fff;
    margin-top: 0;
    z-index: -1;
        transform: skewY(0.8deg);
}
.banner-first-slide-content h1{
	padding-left: 45px;
	margin-bottom: 33px;
}
.banner-first-slide-content p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 30px 20px 50px;
    width: 99%;
   	background-color: #006BBD;
    border: 2px solid #fff;
   	border-left: 0;
    z-index: 1;
}
.banner-second-slide-content p::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #006BBD;
    border: 2px solid #fff;
    z-index: -1;
    transform: skewY(0.8deg);
}
.banner-second-slide-content p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 30px 28px 42px;
    margin: 20px 0px 0px;
    position: relative;
    z-index: 1;
}
.owl-item a:hover {
    text-decoration: none;
}


@media only screen and (max-width:1750px){
	.banner-second-slide-content h2, .banner-first-slide-content h1 {
	    font-size: 28px;
	    line-height: 36px;
	}
	.banner-first-slide-content p {
	    font-size: 22px;
	    line-height: 30px;
	}
	.banner-second-slide-content p {
	    font-size: 22px;
	    line-height: 28px;
	}
}
/*1680px*/

@media only screen and (max-width:1679px){
	.banner-first-slide-content {
	    padding: 20px 40px 20px 0px;
	}
	.banner-first-slide-content h1 {
	    margin-bottom: 20px;
	}
	.banner-second-slide-content {
	    width: 39.5%;
	}
	.banner-second-slide-content p {
	    padding: 20px 30px 28px 26px;
	}


}
/*1440px*/

@media only screen and (max-width:1365px){
	.banner-first-slide-content {
	    padding: 20px 20px 20px 0px;
	    width: 37%;
	    right: 7%;
	}
	.banner-first-slide-content h1 {
	    padding-left: 30px;
	}
	.banner-first-slide-content p {
	    padding: 15px 30px 15px 30px;
	}
	.banner-second-slide-content {
	    width: 43%;
	    left: 8%;
	}
	.banner-second-slide-content h2 {
	    padding: 25px 35px 25px 30px;
	}


}
/*1280px*/


@media only screen and (max-width:1279px){
	.banner-second-slide-content h2, .banner-first-slide-content h1 {
	    font-size: 22px;
	    line-height: 32px;
	}
	.banner-first-slide-content p {
	    font-size: 18px;
	    line-height: 26px;
	}
	.banner-second-slide-content p {
	    font-size: 18px;
	    line-height: 26px;
	}
	.banner-second-slide-content {
	    width: 39%;
	    left: 8%;
	}
	.item.home-banner-slide a > img {
	    height: 435px;
	}


}
/*1200px*/



@media only screen and (max-width:979px){
	.item.home-banner-slide a > img {
	    height: auto;
	}
	.banner-second-slide-content h2 {
	    padding: 25px 15px 25px 15px;
	}
	.banner-second-slide-content {
	    width: 54%;
	    left: 3%;
	}
	.banner-second-slide-content p {
	    padding: 20px 15px 28px 15px;
	}
	.banner-first-slide-content h1 {
	    padding-left: 15px;
	}
	.banner-first-slide-content p {
	    padding: 15px 15px 15px 15px;
	}
	.banner-first-slide-content {
	    padding: 20px 20px 20px 0px;
	    width: 96%;
	    right: 0;
	    position: relative;
	    margin: 25px auto;
	    clip-path: unset;
	    border-top: 2px solid  #fff;
	    background-color: #8e1f28e8;
	}
	.banner-first-slide-content::before {
		height: 0;
		width: 0;
	}
	.banner-second-slide-content{
		position: relative;
		width: 96%;
		margin:25px auto;
		left: 0;
	}
	.banner-second-slide-content h2::before,.banner-second-slide-content p::before{
		transform: unset;
	}
}
/*768px*/


@media only screen and (max-width:767px){
	.banner-second-slide-content h2, .banner-first-slide-content h1 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.banner-first-slide-content p,.banner-second-slide-content p {
	    font-size: 16px;
	    line-height: 24px;
	}
}
/*650px*/



/*2024 aug 06 advanced physical therapy*/


@media (max-width: 1200px) {
	.slanty-bl-tr-blue {
		border-left: 274px solid transparent;
		border-bottom: 12px solid #0063af;
	}
	.slanty-top {
		border-top: 3px solid #0063af
	}
	.slanty-tl-br-blue {
		border-left: 212px solid transparent;
		border-top: 10px solid #0063af;
	}
	.slanty-br-tl-white {
		border-right: 212px solid transparent;
		border-bottom: 10px solid #e0ecf6;
	}
	.slanty-bottom {
		border-bottom: 3px solid #0063af
	}
	.slanty-top-white {
		border-top: 3px solid #e0ecf6
	}
	.inner-abt-cntnt {
	    padding-top: 0px;
	}
	.banner-angle img.banner-slant, .bottom-banner-angle img, #tab-body-angle img, .tab-body-angle img, .blue-banner-bottom-angle img {
	    width: auto;
	}	
}

@media(max-width: 1000px) {
}
@media(max-width: 992px) {
	.mob-hide {
		display: none;
	}
	.logo {
		margin-top: 15px;
	}
	.top-menu {
		border-bottom: 3px solid #a1a1a1;
	}
	.banner-box-slant {
		display: none;
	}
	.bottom-banner-angle {
		display: none;
	}
	.slide-caption {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.tab-body-angle, .blue-banner-bottom-angle {
		display: none;
	}
	.top-angle {
		display: none;
	}
	#home-runners {
		background-image: none;
		padding-bottom: 83px;
	}
	.row .abt-recharge-img {
	    float: unset;
	    display: block;
	}
	figure.abt-img {
	    padding-bottom: 30px;
	    text-align: left;
	}

	.row.clearfix.evenrow {
	    padding: 35px 0 0px;
	}
	.row.clearfix.oddrow {
	    padding: 40px 0px 30px;
	}
	.form-field:first-child {
	    margin-bottom: 14px;
	}
	.email-form h3 {
		margin-top: 0px;
    margin-bottom: 12px;
}
}
@media(max-width: 649px) {
	.abt-img {
	    float: unset;
	    display: block;
	    margin: 0 0 15px;
	}
	figure.abt-img {
	    padding-bottom: 20px;
	    text-align: left;
	    float: unset;
	    margin: 30px 0 20px;
	}
	.container.bosom-top-md.bosom-bottom-md .col-md-6.column iframe {
	    width: 100%;
	}
}
@media(max-width: 413px) {
	.abt-img {
	    width: 285px;
	}
	.botm_menu a {
	    display: block;
	    margin: 10px 0;
	}
}
@media only screen and (min-width: 769px){
	.show_mobile{
		display: none;
	}
}
@media only screen and (max-width: 768px){
	.show_desktop{
		display: none;
	}
}