@font-face {
	font-family: ptsans;
	src: url(../fonts/ptsans.ttf);
}
@font-face {
	font-family: ptsans-bold;
	src: url(../fonts/ptsans-bold.ttf);
}
body {
	margin: 0;
	padding: 0;
	font-family: 'ptsans';
	overflow-x: hidden;
	color: #181817;
	font-size: 18px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	border: 1px solid #ddd;
	background: #fff;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: left;
	width: 100%;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
a:focus {
	outline: none;
}
a:hover {
	transition: 0.3s;
	color: #cbd5a3;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.h-main-content h1 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 16px;
}
h1 {
	font-family: ptsans-bold;
	font-size: 70px;
	text-align: center;
	line-height: 70px;
	margin-bottom: 20px;
}
h1 span {
	color: #d2cd94;
}
.h-contents h1 {
	font-size: 55px;
	font-family: ptsans-bold;
	line-height: 55px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.h-contents h2 {
	font-family: ptsans-bold;
	font-size: 97px;
	text-align: center;
	line-height: 97px;
}
.h-contents h2 span {
	color: #d2cd94;
}
p {
	margin-bottom: 25px;
	line-height: 25px;
}
.container-fluid {
	float: left;
	width: 100%;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container:before,
.container:after {
	display: table;
	content: " ";
}
.container:after {
	clear: both;
}
.row:before,
.row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
section .row > div[class *= col-] {
	/* display:flex; */
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.m-call {
	display: none;
}
.p-0 {
	padding: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.m-0 {
	margin: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
section {
	/* padding-bottom: 50px; */
	float: left;
	width: 100%;
}
section.h-contents {
	padding: 0;
}
/* Top Navigation */
header {
	border-top: 6px solid #0054a6;
}
.logo {
	padding: 8px 0;
	transition: 0.3s;
	width: 20%;
	float: left;
}
.logo a {
	float: left;
	margin: 5px 0 0;
	z-index: 9;
}
.logo a img {
	position: absolute;
	transition: 0.3s;
	margin-left: 5px;
}
#nav {
	float: right;
}
#cssmenu > ul > li.n-login,
#cssmenu > ul > li.n-register {
	background: #0053a6;
	padding: 30px 0;
}
#cssmenu > ul > li.n-login a,
#cssmenu > ul > li.n-register a {
	color: #fff;
	padding: 0px 21px;
}
#cssmenu > ul > li.n-login:hover a,
#cssmenu > ul > li.n-register:hover a {
	color: #d2cd94;
}
#cssmenu > ul > li.n-login a {
	border-right: 1px solid #4ea7ff;
}
.navbar-fixed-top header {
	position: fixed;
	background: #fffffff3;
	z-index: 999;
	width: 100%;
	transition: 0.3s;
}
.navbar-fixed-top .top_nav {
	display: none;
	transition: 0.3s;
}
.navbar-fixed-top .top-header {
	box-shadow: 0px 8px 24px -12px #222;
}
.navbar-fixed-top .logo {
	padding-bottom: 0;
	transition: 0.3s;
	padding-top: 0;
}
.navbar-fixed-top .logo a img {
	width: auto;
	max-height: 68px;
	transition: 0.3s;
}
.navbar-fixed-top #cssmenu > ul > li > a {
	/* padding:30px 17px; */
	transition: 0.3s;
}
.navbar-fixed-top #cssmenu > ul > li.n-login,
.navbar-fixed-top #cssmenu > ul > li.n-register {
	/* padding: 0; */
}
.navbar-fixed-top .logo a {
	display: block;
}
.articles-listing {
	text-align: center;
	padding: 50px 0 10px;
	background: #f5f5f5;
}
.free-stuff-heading p {
	font-family: ptsans-bold;
	max-width: 75%;
	margin: 0 auto 20px;
	float: none;
}
.reg-div {
	float: left;
	width: 100%;
}
.register-btn {
	display: inline-block;
	margin-bottom: 50px;
}
.reg-now {
	padding: 17px 0 18px;
	background: #0054a6;
	color: #fff;
	float: left;
	width: 238px;
	border-radius: 10px 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: ptsans-bold;
	font-size: 20px;
	transition: 0.3s;
	min-height: 62px;
}
.register-btn:hover .reg-now {
	background: #005fbb;
	transition: 0.3s;
}
.reg-img {
	padding: 18px;
	background: #005fbb;
	width: 60px;
	float: left;
	border-radius: 0 10px 10px 0;
	transition: 0.3s;
	min-height: 62px;
}
.register-btn:hover .reg-img {
	background: #0054a6;
	transition: 0.3s;
}
.articles_list > div {
	margin-bottom: 50px;
	min-height: 400px;
}
.article {
	border: 1px solid #ddd;
	float: left;
}
.article-content {
	float: left;
	width: 100%;
	padding: 20px 10px;
}
.article-title {
	font-family: ptsans-bold;
	font-size: 23px;
	line-height: 23px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	transition: 0.3s;
	color: #181817;
}
.article:hover .article-title {
	color: #0054a6;
}
.article-content p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #181817;
}
.article-date {
	color: #b7b16f;
	font-size: 14px;
}
.s-logo {
	margin-top: -64px;
	float: left;
	margin-bottom: 20px;
}
.ads p {
	font-size: 18px;
	line-height: 30px;
}
/* Inner */
.i-contents {
	padding-top: 20px;
}
.chiro-assistants {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.chiro-sub-category {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}

.checkout-btn {
	padding: 10px 15px; 
	background-color:#0053a6; 
	color:#fff; 
	border: none;
}

.checkout-btn:hover {
	color:#b7b16f;
	cursor:pointer;
}

.chiro-sub-category a {
	color: #181817;
	font-family: ptsans-bold;
	margin: 5px 20px;
	display: inline-block;
}
/* Footer */
footer {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.f-logo > a img {
	max-width: 258px;
	width: 100%;
}
.f-nav {
	float: right;
	width: calc(100% - 300px);
	border-bottom: 1px solid #ddd;
}
.f-nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: right;
}
.f-nav ul li {
	display: inline-block;
}
.f-logo {
	float: left;
}
.f-nav a {
	color: #b7b16f;
	font-family: ptsans-bold;
	font-size: 19px;
	padding: 35px 10px;
	float: left;
}
.f-nav a:hover {
	color: #0054a6;
}
.footer-bottom {
	padding: 50px 0;
}
.footer-bottom,
.footer-bottom a {
	color: #bebdbd;
}
.footer-bottom a:hover,
.footer-bottom a.f-web-dsgn:hover {
	color: #0054a6;
}
.footer-bottom a.f-web-dsgn {
	color: #b7b16f;
}

.info_block {
	text-align: left;
	margin: 10px 0 10px 0;
}
.info_header {
	font-weight: bold;
	font-size: 20px;
}
.edit_btn {
	background-color: #0053a6;
	color: #ffffff;
	font-size: 20px;
	display: inline-block;
	margin: 0 20px 30px 0;
	padding: 10px;
	font-weight: bold;
}

.edit_btn:hover {
	cursor: pointer;
	background-color: #d2cd94;
}

.info_area {
	width: 60%;
	margin: 0 auto 0 auto;
}

/* Responsive css */
@media (min-width: 981px) {
	#cssmenu ul {
		display: block !important;
	}
}
@media (min-width: 1080px) {
	.logo a {
		position: relative;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1280px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1199px) {
	.logo {
		padding: 0;
		float: inherit;
	}
	#cssmenu > ul > li > a {
		padding: 30px 9px;
	}
	.f-nav a {
		padding: 35px 5px;
	}
}
@media (max-width: 1080px) {
	.logo a img {
		width: 350px;
		z-index: 999;
	}
	.ads .col-md-6 {
		width: 100%;
	}
	.ads img {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.f-logo {
		width: 100%;
		text-align: center;
	}
	.f-logo > a img {
		display: inherit;
	}
	.f-nav {
		width: 100%;
	}
	.f-nav ul {
		text-align: center;
	}
	footer {
		padding-top: 0;
	}
	.footer-bottom span.col-md-4 {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 992px) {
	#nav {
		padding: 0 15px;
	}
	#nav {
		margin: 0 auto;
		width: auto;
		float: right;
		padding: 0;
	}
	#cssmenu > ul > li > a {
		padding: 30px 5px;
	}
	.free-stuff-heading p {
		max-width: 100%;
	}
	.chiro-assistants h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.articles-listing {
		padding: 20px 0;
	}
}
@media (max-width: 980px) {
	#nav {
		width: 100%;
	}
	.logo a img {
		max-width: 165px;
		width: 100%;
	}
	.header_menu_second {
		float: left;
		width: 100%;
		margin-top: 12px;
	}
	.top-header {
		float: left;
		width: 100%;
		background: #fff;
		min-height: 77px;
	}
	#cssmenu ul {
		top: 35px;
		z-index: 99;
	}
	div#menu-button {
		top: 10px;
		margin-right: 11px !important;
	}
	.logo a img {
		margin-left: 10px;
	}
	#cssmenu > ul > li > a {
		padding: 14px 5px;
	}
	#cssmenu > ul > li.n-login,
	#cssmenu > ul > li.n-register {
		padding: 15px 0;
	}
	.has-sub ul.open {
		/*max-height: 164px;overflow: hidden;overflow-y: auto;*/
	}
	.navbar-fixed-top .top-header {
		box-shadow: unset;
	}
	.h-contents h1 {
		font-size: 35px;
		line-height: 40px;
		margin-top: 20px;
	}
	.ads p {
		font-size: 18px;
		line-height: 27px;
	}
	.h-contents h2 {
		font-size: 43px;
		line-height: 70px;
	}
	.articles_list .col-md-3 {
		width: 50%;
	}
	.article img {
		width: 100%;
	}
	.navbar-fixed-top header {
		position: unset;
	}
}
@media (max-width: 800px) {
	.f-nav ul li {
		display: grid;
		width: 100%;
		float: inherit;
	}
	.f-nav a {
		padding: 11px 5px;
	}
	.info_area {
		width: 90%;
	}
}
@media (max-width: 768px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	.container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.articles_list .col-md-3 {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.h-contents h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.h-contents h2 {
		font-size: 27px;
		line-height: 52px;
	}
	.reg-now {
		width: 205px;
	}
}
@media (max-width: 420px) {
	.chiro-sub-category a {
		margin: 5px 8px;
	}
}
