/*
Theme Name: Spine Sites
Text Domain: spine
*/

@font-face {
	font-family: 'berthold_akzidenz_grotesk_bBd';
	src: url('fonts/berthold_akzidenz_grotesk_be_bold.woff2') format('woff2'),
	url('fonts/berthold_akzidenz_grotesk_be_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'berthold_akzidenz_grotesk_bRg';
	src: url('fonts/berthold_akzidenz_grotesk_be_regular.woff2') format('woff2'),
	url('fonts/berthold_akzidenz_grotesk_be_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
body{
	font-size: 18px;
	color:#777;
	font-family: 'berthold_akzidenz_grotesk_bRg';
	letter-spacing: .3px;
}
*{
	margin:0; padding:0; box-sizing: border-box; outline: none;
}
img{
	border:none; max-width:100%; width: auto;height:auto;
}
a, li{
	text-decoration:none;
	color: #313030;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
ul li {
	list-style:none;
}
a, a:hover{
	text-decoration: none;
}
input, textarea, select, button,a{outline: none;}
h1,h2, h3, h4, h5, h6{
	font-weight: normal;
	font-family: 'berthold_akzidenz_grotesk_bBd';
}



header {
	float: left;
	width: 100%;
	border-top: 4px solid #00364b;
	position: fixed;
	padding: 9px 0;
	top: 0;
	background: #fff;
	z-index: 9;
	border-bottom: 1px solid #ece9e9;
}
header:before{
	content: "";
	width: 22%;
	background: #00afa0;
	height: 4px;
	left: 0;
	top: -4px;
	position: absolute;
}
.logo {
	display: inline-block;
	max-width: 200px;
}
.header_right {
	margin-top: 7px;
}
.phoneno a {
	font-size: 18px;
	color: #13416d;
	float: left;
	margin-right: 20px;
	padding: 10px 0;
}
.phoneno a:hover{
	color: #00afa0;
}
a.request_info {
	background: #00afa0;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px 10px;
	line-height: 1;
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
}
a.enquire_now {
	background: #00afa0;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 50px 10px 15px;
	line-height: 1;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
a.enquire_now:after {
	content: '';
	position: absolute;
	top: 0;
	right: -25px;
	width: 50px;
	height: 100%;
	transform: skew(-45deg);
	background: white;
}
a.request_info:hover, a.enquire_now:hover{
	background: #13416d;
}
.phoneno {
	float: left;
}
.banner {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 76px;
}
.banner_content {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.banner_content h2 {
	margin: 0;
	font-size: 40px;
	color: #fff;
	font-family: 'berthold_akzidenz_grotesk_bRg';
}
.banner_content h2 span{
	color: #00afa0;
	font-family: 'berthold_akzidenz_grotesk_bBd';
}
.banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: -40%;
	width: 100%;
	height: 100%;
	transform: rotate(0deg) skew(-35deg);
	background: rgba(0, 54, 75, .77);
}
.h2, h2 {
	font-size: 34px;
}
section{
	padding: 40px 0;
	float: left;
	width: 100%;
}
section.spine_sec{
	padding-bottom: 0;
}
section.tagline {
	background: #268ca5;
	padding: 25px 0;
}
section.tagline h4{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2px;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}
.surgeons{
	padding: 0;
	background: #edf2f4;
}
.surgeons_img{
	padding: 0;
}
h2 {
	color: #123f6b;
}
.surgeons_content {
	padding: 6% 0 0 0;
}
.why_sec {
	position: relative;
	padding-bottom: 40px;
}
.why_sec:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	background: url(images/down_arrow.png) no-repeat;
	width: 32px;
	height: 20px;
	margin-left: -16px;
}
.why_sec h2 {
	text-align: center;
	margin-bottom: 20px;
}
.why_sec .why_img{
	margin-bottom: 20px;
	height: 85px;
	line-height: 85px;
}
.essential_criteria{
	background: #edf2f4;
}
.essential_criteria h2 {
	font-size: 40px;
}
.essential_criteria h2, .how_we_change h2{
	text-align: center;
}
.essential_criteria h4, .how_we_change h4{
	text-align: center;
	font-family: 'berthold_akzidenz_grotesk_bRg';
	font-size: 22px;
}
.essential_row {
	float: left;
	width: 100%;
	background: #fff;
	border: 2px solid #ccd8dc;
	position: relative;
	padding: 36px 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.essential_row h3 {
	margin-top: 0;
	color: #585858;
	font-size: 24px;
}
.essential_count {
	position: absolute;
	border: 2px solid #ccd8dc;
	width: 50px;
	height: 50px;
	line-height: 49px;
	border-radius: 50%;
	text-align: center;
	background: #268ca5;
	right: -25px;
	color: #fff;
	font-size: 20px;
	font-family: 'berthold_akzidenz_grotesk_bBd';
	top: 30px;
	z-index: 1;
}
.essential_row:before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	background: url(images/down_arrow.png) no-repeat;
	width: 32px;
	height: 20px;
	margin-left: -16px;
}

.essential_row:nth-child(odd) .essential_img{
	float: right;
}
.essential_row:nth-child(odd) .essential_count{
	right: inherit;
	left: -25px;
}
.essential_row li {
	float: left;
	width: 46%;
	text-align: center;
	background: #daebea;
	margin: 0 2% 5px;
	border: 1px solid #c0dfde;
	color: #04708a;
	padding: 4px;
}

.lives_change {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.lives_change_left {
	float: left;
	padding: 0 5px;
	clear: both;
	margin-top: -140px;
}
.lives_change_left.first-child, .lives_change_right.last-child{
	margin: 0;
}
.lives_change_right{
	float: right;
	padding: 0 5px;
	margin-bottom: 60px;
}
.lives_change img{
	border: 6px solid #d5d5d5;
	border-radius: 6px;
}
.directon_bg {
	padding: 0;
}
.lives_change .directon_bg img{
	border: none;
}
.lives_change_right.first-child {
	margin-top: 150px;
}
.directon_bg.first-child {
	position: relative;
	margin-top: 140px;
}
.directon_bg.last-child {
	height: 164px;
	overflow: hidden;
}
.featured ul{
	padding: 30px 15px;
	background: #edf2f5;
	border: 1px solid #c3c3c3;
}
.featured h4 {
	color: #123f6b;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.featured ul li{
	display: inline-block;
	padding: 10px;
}














.form-group input[type="checkbox"]{
	position: absolute;
	visibility: hidden;
	left: 0;
}
.form-group input[type="checkbox"] + .wpcf7-list-item-label{
	background: url(images/check_icon.png) no-repeat;
	padding-left: 30px;
	color: #fff;
	margin-right: 6%;
	font-weight: normal;
	cursor: pointer;
}
.form-group input[type="checkbox"]:checked + .wpcf7-list-item-label{
	background-position: left -40px;
}
span.wpcf7-list-item {
	margin: 0 1rem 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
section.form_sec {
	background: url(images/form_bg.jpg) no-repeat #1c4c5f;
	background-position: right center;
	background-size: cover;
}
section.form_sec h2 {
	color: #fff;
}
section.form_sec .info{
	color: #fff;
}
section.form_sec form {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.form-group input, .form-group textarea {
	border: none;
	padding: 6px 10px;
	width: 100%;
	max-width: 300px;
}
.form-group {
	margin-bottom: 10px;
}
div.wpcf7 .wpcf7-submit.submit_btn{
	background: #00afa0;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	padding: 10px 10px 10px 15px;
	font-size: 17px;
	position: relative;
}
div.wpcf7 .wpcf7-submit.submit_btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: -44px;
	width: 0;
	height: 0;
	border-top: 44px solid #00afa0;
	border-right: 44px solid transparent;
	border-bottom: 0;
	border-left: 0;
}
div.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7 .wpcf7-not-valid {
	outline: 2px solid red;
	outline-offset: -3px;
}
div.wpcf7 .wpcf7-response-output {
	margin: 0;
	background-color: rgba(255,255,255,0.9);
}
div.wpcf7 .ajax-loader {
	width: 44px;
	height: 44px;
	margin: 0 0 0 5rem;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="#00afa0"><path opacity="0.2" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/><path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"><animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="0.8s" repeatCount="indefinite" /></path></svg>');
}







section.footer {
	background: #00364b;
	padding: 20px 0;
}
section.footer span {
	color: #a8b1b9;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
}
.str_mob, .mob_banner {
	display: none;
	float: left;
	width: 100%;
}

.str_col {
	float: none;
	width: 340px;
	margin: 15px auto;
	border: 1px solid #d9dde0;
	box-sizing: border-box;
	display: table;
	padding: 8px;
	border-radius: 6px;
}
.str_col_TXT {
	float: left;
	width: 60%;
	color: #333;
	font-size: 18px;
	padding-right: 5px;
	line-height: 1.3;
}
.str_col_img {
	float: right;
	width: 40%;
}
.mob_banner img {
	width: 100%;
}
.foot_logo img {
	max-width: 170px;
}


@media(max-width: 1199px){
	.directon_bg.last-child {
		height: 134px;
	}
	.featured ul li {
		padding: 2px;
	}
	section.form_sec {
		background-position: 90% center;
	}
	.banner_content h2 {
		font-size: 30px;
	}
}

@media(max-width: 991px){
	body {
		font-size: 17px;
		letter-spacing: .2px;
	}
	.phoneno a {
		font-size: 16px;
		margin-right: 15px;
		padding: 7px 0;
	}
	a.request_info {
		padding: 10px 10px 8px;
		margin-right: 5px;
	}
	a.enquire_now {
		padding: 10px 50px 8px 10px;
	}
	a.enquire_now:before {
		transform: translate(-50%, -50%) rotate(-45deg) skew(-75deg);
	}
	.surgeons_content {
		padding: 0;
	}
	.h2, h2 {
		font-size: 26px;
	}
	section {
		padding: 30px 0;
	}
	section.tagline h4 {
		letter-spacing: .3px;
		font-size: 14px;
	}
	.essential_criteria h4, .how_we_change h4 {
		font-size: 18px;
	}
	.essential_row h3 {
		font-size: 20px;
	}
	.essential_row li {
		width: 48%;
		margin: 0 1% 5px;
		padding: 4px 2px;
		font-size: 13px;
	}
	.essential_count {
		font-size: 18px;
	}
	.lives_change_right.first-child {
		margin-top: 120px;
	}
	.lives_change_right {
		margin-bottom: 45px;
	}
	.directon_bg.first-child {
		margin-top: 120px;
	}
	.lives_change_left {
		margin-top: -120px;
	}
	.directon_bg.last-child {
		height: 104px;
		overflow: hidden;
	}
	.banner_content h2 {
		font-size: 26px;
	}
	.header_right {
		font-size: 15px;
	}
}
@media(max-width: 767px){
	.essential_criteria h2 {
		font-size: 30px;
	}
	.banner_content h2 {
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
	}
	header {
		padding: 5px 0;
	}
	.logo_outer{
		display: none;
	}
	.phoneno {
		float: left;
		width: 100%;
		text-align: center;
	}
	.phoneno a {
		font-size: 15px;
		padding: 5px 0 3px;
		display: block;
		width: 100%;
	}
	.str_mob, .mob_banner {
		display: block !important;
	}
	.desktop_img {
		display: none;
	}
	section.spine_sec {
		padding: 5px 0;
	}
	section.form_sec .info {
		color: #fff;
		background: rgba(31, 28, 28, 0.36);
		padding: 10px;
		font-size: 22px;
		line-height: 1.3;
	}
	body {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.header_right {
		text-align: center;
		margin-top: 0;
		width: 100%;
	}
	.banner {
		overflow: hidden;
		background: rgb(0, 54, 75);
	}
	.banner:before{
		display: none;
	}
	.banner_content {
		position: relative;
		top: 0;
		transform: none;
		padding: 15px 0;
	}
	section.tagline h4 {
		font-size: 15px;
	}
	.surgeons_content {
		padding: 0 15px;
	}
	.h2, h2 {
		font-size: 22px;
	}
	section {
		padding: 20px 0;
	}
	.why_sec .col-md-6 {
		margin-bottom: 20px;
	}
	.essential_row:nth-child(odd) .essential_count, .essential_count {
		right: inherit;
		left: 50%;
		margin-left: -25px;
		top: -25px;
	}
	.essential_row:before {
		bottom: -35px;
	}
	.essential_row {
		padding: 36px 0;
	}
	.essential_img img {
		margin-bottom: 20px;
	}
	.essential_row li {
		width: 100%;
		margin: 0 0 5px;
		font-size: 17px;
	}
	.essential_criteria h4, .how_we_change h4 {
		font-size: 17px;
		line-height: 1.4;
	}
	.lives_change {
		margin-top: 5px;
		text-align: center;
	}
	.directon_bg.first-child {
		margin-top: 0;
	}
	.directon_bg img {
		display: none;
	}
	.directon_bg.last-child {
		height: auto;
	}
	.lives_change_left, .lives_change_right{
		margin: 7px 0 !important;
	}
	.lives_change img {
		width: 100%;
		max-width: 400px;
	}
	header .col-xs-12 {
		width: 100%;
		padding: 0 5px;
	}
	.right_sec {
		font-size: 14px;
		float: right;
	}
	.form-group input[type="checkbox"] + label {
		clear: both;
		display: block;
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1;
	}
	.form-group input, .form-group textarea {
		padding: 10px;
		max-width: 100%;
		font-size: 18px;
	}
	.featured ul li img {
		max-width: 100%;
		height: 65px;
		padding: 8px;
	}
	section.tagline {	    
		padding: 20px 0;
	}
	section.form_sec h2 {
		font-size: 28px;
	}

	span.wpcf7-list-item {
		font-size: 20px;
	}
}


@media(max-width: 567px){
	.right_sec {
		font-size: 13px;
	}
}








.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.video-container iframe.desktop {
	display: block;
}
@media(max-width: 567px){
	.video-container {
		padding-bottom: 100%;
	}
	.video-container iframe.mobile {
		display: block;
	}
}