a
{
	color:#000;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
	text-decoration:none;
}

a:hover, a:focus, a:active
{
	color:#000;
	text-decoration:none;
	outline:none;
}

body
{
	font-family:"Roboto", sans-serif;
	margin:0px;
	padding:0px;
	line-height:24px;
	font-size:14px;
	color:#7b7b7b;
}

h1
{
	color:#000000;
	font-weight:normal;
	font-size:36px;
	line-height:48px;
	text-transform:none;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

h1.h1
{
	font-size:48px;
	font-weight:300;
	color:#4772d4;
	padding-bottom:30px;
	margin-bottom: 0px;
}

h1.h1.white
{
	color:#fff;
}

h2
{
	color:#2b52ad;
	font-size:30px;
	line-height:36px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:30px;
}

h3
{
	color:#2b52ad;
	font-weight:500;
	margin-bottom:30px;
	font-size:24px;
	line-height:30px;
	padding:0px;
	margin-top:0px;
	letter-spacing:0px;
}

h4
{
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	font-size:20px;
	line-height:24px;
	padding:0px;
	margin-top:10px;
	letter-spacing:0px;
}

h5
{
	color:#000;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-top:20px;
	margin:0px;
}

h5.faq-icon
{
	padding-top:75px;
	background:url(../images/faq-icon.png) 0px 0px no-repeat;
}

h5.white
{
	color:#fff;
}

h6
{
	color:#066778;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}

hr
{
	border-top:1px solid #d5d5d5;
	margin-top:0.5rem;
    margin-bottom:0.5rem;
}

.btn-link
{
	color:#066778;
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	display:inline-block;
	margin:20px 0px 0px 0px;
	letter-spacing:1px;
	padding:0px;
	text-decoration:underline;
}

.btn-link:hover, .btn-link:focus
{
	text-decoration:underline;
	color:#000;
}

.btn-default
{
	display:inline-block;
	border:none;
	background:#000 url(../images/plus.png) right 30px top 22px no-repeat;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:15px 50px 15px 30px;
	margin:0px auto 0px auto;
	color:#fff;
	text-decoration:none;
	border-radius:0px;
}

.btn-default:hover, .btn-default:focus
{
	border:none;
	color:#fff;
	background-color:#4772d4;
	text-decoration:none;
}

.btn-default.absolute-btn
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px 50px 10px 30px;
	border-top:1px solid #fff;
	background:#000 url(../images/plus.png) right 30px top 17px no-repeat;
}

.btn-default.absolute-btn:hover, .btn-default.absolute-btn:focus
{
	background-color:#2b52ad;
}

.btn-block
{
	display:block;
	font-size:12px;
	background:#f8f8f8 url(../images/black-arrow.png) right 38% top 22px no-repeat;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:15px 35px;
	color:#000000;
	border-radius:0px;
	margin-top:30px;
	text-align:center;
}

.btn-block:hover, .btn-block:focus
{
	background:#4772d4 url(../images/white-arrow.png) right 38% top 22px no-repeat;
	color:#fff;
	text-decoration:none;
}

.btn-block.absolute-btn
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}

.btn-primary
{
	display:inline-block;
	border:none;
	background:#f5f5f5 url(../images/blue-plus.png) right 30px top 22px no-repeat;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:15px 50px 15px 30px;
	margin:25px auto 0px auto;
	color:#3660c1;
	text-decoration:none;
	border-radius:0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active
{
	background:#3660c1 url(../images/plus.png) right 30px top 22px no-repeat;
	text-decoration:none;
	color:#fff;
}

.img-fluid
{
	width:100%;
}

header
{
	position:absolute;
	z-index:1000;
	left:0px;
	right:0px;
}

header.inner
{
	position:static;
}

header .btn-close
{
	display:block;
	margin:0px 20px;
	padding-top:20px;
	width:30px;
	height:30px;
}

.navbar-brand
{
	display:inline-block;
	width:auto;
	height:auto;
	padding:25px 15px;
	z-index:10000;
}

nav
{
	background-color:transparent;
}

.navbar
{
	padding:0px;
}

.navbar-nav
{
	margin:20px 0px 0px 0px;
	float:none;
}

.navbar-light .navbar-nav .nav-item
{
	margin-left:0px;
	margin-right:0px;
}

.navbar-light .navbar-nav .nav-item:first-child
{
	margin-left:0px;
}

.navbar-light .navbar-nav .nav-item:last-child
{
	margin-right:0px;
}

.navbar-light .navbar-nav .nav-link
{
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:500;
	padding:6px 15px;
	border-radius:0px;
	margin:10px 20px;
	opacity:1;
}

header.inner .navbar-light .navbar-nav .nav-link
{
	color:#000;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, header.inner .navbar-light .navbar-nav .nav-link:hover, header.inner .navbar-light .navbar-nav .nav-link.active
{
    color:#fff;
	text-decoration:none;
	background-color:#4772d4;
}

.navbar-nav .dropdown-menu
{
	border-radius:0px;
}

.navbar-nav .dropdown-menu a
{
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.navbar-light .navbar-toggler
{
	border:none;
	border-radius:0px;
	float:none;
	box-shadow:none;
}

.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus
{
	outline:none;
}

.navbar-light .navbar-toggler-icon
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:10px 10px;
	margin:5px 0px;
	height:36px;
	width:36px;
	background:url(../images/menu-icon.png) center center no-repeat;
}

.navbar-light .navbar-toggler-icon:hover, .navbar-light .navbar-toggler-icon:focus
{
	background:url(../images/menu-icon.png) center center no-repeat;
}

.carousel
{
	height:633px;
	z-index:0;
	padding:0px;
	background-color:#99dff9;
}

.carousel .carousel-caption
{
	text-align:left;
	margin-bottom:35px;
	left:auto;
	right:3%;
	bottom:0px;
	background:url(../images/black-bg.png) 0px 0px repeat;
	display:block;
	padding:0px;
}

.carousel .carousel-caption h1
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:36px;
	line-height:30px;
	color:#fff;
	padding:8px 15px;
	margin:0px;
	display:inline-block;
}

.carousel .carousel-caption h1 span
{
	font-size:18px;
	display:block;
	font-weight:normal;
}

.carousel.inner
{
	height:257px;
	color:#fff;
}

.carousel.inner .carousel-inner .carousel-item
{
	height:257px;
	background:#066778;
}

.carousel.inner .carousel-caption
{
	top:auto;
	bottom:0px;
}

.carousel-indicators
{
	right:auto;
	bottom:-23px;
	margin-bottom:0px;
}

.carousel-indicators [data-bs-target]
{
	width:46px;
	height:46px;
	display:block;
	border-radius:50%;
	opacity:1;
	margin:0px 5px;
	border:5px solid #fff;
}

.carousel-indicators .thumb1
{
	background:url(../images/slider-thumbnail-1.jpg) 0px 0px no-repeat;
}

.carousel-indicators .thumb2
{
	background:url(../images/slider-thumbnail-2.jpg) 0px 0px no-repeat;
}

.carousel-indicators .thumb3
{
	background:url(../images/slider-thumbnail-3.jpg) 0px 0px no-repeat;
}

.carousel-indicators .active
{
	background-color:#f5c660;
	opacity:1;
}

.block
{
	padding:75px 0px;
}

.icon
{
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:50px;
}

.icon.icon1
{
	background-image:url(../images/partial-knee-why-icon.png);
}

.icon.icon2
{
	background-image:url(../images/partial-knee-for-whom-icon.png);
}

.icon.icon3
{
	background-image:url(../images/partial-knee-how-done-icon.png);
}

.text18
{
	font-size:18px;
	line-height:30px;
}

blockquote
{
	position:relative;
}

.arrow
{
	position:absolute;
	width:24px;
	height:15px;
	display:block;
	top:-40px;
	left:-20px;
	background:url(../images/top-arrow.png) 0px 0px no-repeat;
}

blockquote cite
{
	display:block;
	font-size:16px;
	color:#000;
	padding-top:20px;
}

.accordion-button
{
	font-weight:bold;
}

.accordion-button:not(.collapsed)
{
	background-color:#4772d4;
	color:#fff;
	outline:none;
}

.overlay-text:hover
{
	display:none;
}

.whitebox
{
	border:1px solid #fff;
}

.form-control
{
	height:auto;
	padding:10px;
	border-radius:0px;
	border:none;
}

.nav-pills
{
	margin:auto;
}

.nav-pills .nav-link
{
	padding:8px 25px;
	background-color:#2b52ad;
	color:#fff;
	border-radius:0px;
	text-transform:uppercase;
	margin:5px 10px;
	font-weight:500;
	letter-spacing:1px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
	background-color:#000;
	color:#fff;
}

ul.list-unstyled li
{
	display:block;
	padding-bottom:5px;
	padding-left:20px;
	background:url(../images/bullet.png) 0px 6px no-repeat;
}

ul.list-unstyled.white li
{
	background:url(../images/white-bullet.png) 0px 6px no-repeat;
}

.form-group
{
	margin-bottom:15px;
}

.big
{
	font-size:36px;
	line-height:48px;
	font-weight:100;
}

.black
{
	color:#000;
}

.gray
{
	color:#737373;
}

.white
{
	color:#fff;
}

.blue
{
	color:#4772d4;
}

.gray-bg
{
	background-color:#f3f3f3;
}

.gray-bg1
{
	background-color:#f6f6f6;
}

.blue-bg1
{
	background-color:#4772d4;
	color:#ffffff;
}

.blue-bg2
{
	background-color:#3660c1;
	color:#ffffff;
}

.blue-bg3
{
	background-color:#2b52ad;
	color:#ffffff;
}

.img-bg
{
	background:url(../images/about-bg.jpg) 0px 0px no-repeat;
	background-size:cover;
}

label.error
{
	clear:both;
	width:auto;
	height:auto;
	float:none;
	border:none;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#ff0000;
	text-transform:none;
	padding:0px;
	margin:0px;
	display:block;
}

iframe
{
	float:left;
}

.vid-wrapper
{
	position:relative;
	padding-bottom:0px;
	height:100%;
}

.vid-element
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
}

.inner-video
{
	width: 100%;
	height: auto;
	display: block;
}

footer
{
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#a8a8a8;
	margin:0px;
	padding:0px 0px;
	text-align:center;
	border-top:1px solid #dadada;
}

footer a
{
	color:#a8a8a8;
}

footer a:hover, footer a:focus
{
	color:#000;
	text-decoration:none;
}

footer .navbar-nav
{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
}

footer .nav-item
{
	margin:0px 21px;
	padding:0px;
	float:left;
}

footer .navbar-nav a
{
	color:#000;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
}

footer .navbar-nav a:hover, footer .navbar-nav a.active, footer .navbar-nav a:focus
{
    color:#4772d4;
	background-color:transparent;
	text-decoration:none;
}

footer .social-media
{
	height:18px;
	display:block;
	float:right;
	margin-right:20px;
}

footer .social-media a
{
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin:0px 10px;
}

footer .social-media a.facebook
{
	background:url(../images/facebook-icon.png) 0px 0px no-repeat;
}

footer .social-media a.facebook:hover, footer .social-media a.facebook:focus
{
	background:url(../images/facebook-icon.png) -18px 0px no-repeat;
}

footer .social-media a.instagram
{
	background:url(../images/insta-icon.png) 0px 0px no-repeat;
}

footer .social-media a.instagram:hover, footer .social-media a.instagram:focus
{
	background:url(../images/insta-icon.png) -18px 0px no-repeat;
}

footer .social-media a.youtube
{
	width:26px;
	background:url(../images/youtube-icon.png) 0px 0px no-repeat;
}

footer .social-media a.youtube:hover, footer .social-media a.youtube:focus
{
	background:url(../images/youtube-icon.png) -26px 0px no-repeat;
}

@media all and (min-width:1024px) and (max-width:1200px)
{
	.navbar-light .navbar-nav .nav-item
	{
		margin-left:3px;
		margin-right:3px;
	}
	
	.navbar-light .navbar-nav .nav-link
	{
		padding:0px 7px;
		border-radius:8px;
	}
	
	.carousel, .carousel.inner
	{
		height:auto;
	}
	
	.carousel img
	{
		width:auto;
		height:auto;
	}
}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width:992px)
{
	h1
	{
		font-size:24px;
		line-height:36px;
		margin:0px 0px 30px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.carousel, .carousel.inner
	{
		height:auto;
	}
	
	.block
	{
		padding:50px 0px;
	}
}

@media (max-width:768px)
{
	header
	{
		position:static;
	}
	
	header .float-end
	{
		float:none !important;
	}
	
	header .navbar
	{
		background-color:#2b52ad;
	}
	
	.navbar-nav
	{
		margin:0px;
	}
	
	.navbar-light .navbar-nav .nav-link
	{
		color:#000;
		font-weight:500;
		padding:6px 15px;
	}
	
	.btn-block.absolute-btn
	{
		position:static;
		bottom:0px;
		left:0px;
		right:0px;
	}
	
	.btn-block
	{
		background:#f8f8f8 url(../images/black-arrow.png) right 30% top 22px no-repeat;
	}
	
	.btn-block:hover, .btn-block:focus
	{
		background:#4772d4 url(../images/white-arrow.png) right 30% top 22px no-repeat;
	}
	
	.big
	{
		font-size:30px;
		line-height:36px;
	}
	
	footer .social-media
	{
		float:none;
		display:inline-block;
		margin:0px auto;
		height:18px;
	}
	
	footer .social-media a
	{
		margin:0px 10px;
	}
	
	.vid-element
	{
		position:static;
	}
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:480px)
{
	h1
	{
		font-size:30px;
		line-height:36px;
		margin:0px 0px 20px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.m-image
	{
		width:100%;
		height:auto;
	}
	
	footer
	{
		text-align:center;
	}
	
	footer .copyright
	{
		text-align:center;
		margin-top:30px;
	}
	
	footer .navbar-nav
	{
		float:none;
		display:block;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	footer .nav-item
	{
		float:none;
		margin:0px 0px;
		text-align:center;
	}
	
	footer .text-end
	{
		text-align:center !important;
	}
}