@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,700&display=swap');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

.bg--blue {
	background-color: #1F3054;
}
.bg--brown {
	background-color: #DBD0BC;
}

body {
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
}

h1, h2 {
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
}

h3, h4, h5 {
	font-family: 'Crimson Text', serif;
	font-family: 400 ;
	margin-bottom: 5px;
	line-height: 1.3;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.1rem;
}

.font-blue {
	color: #163357;
}

.font-ct {
	font-family: 'Crimson Text';
}

.font-os {
	font-family: 'Open Sans';
}

p {
	margin-bottom: 15px;
}

a {
	color: #191919;
}

a:hover {
	color: #1F2F54;
}

a.link-blue {
	color: #163357;
}

a.link-blue:hover {
	color: #F89B3D;
}

.button--orange {
	background-color: #F89B3D;
	color: #163257;
}
.button--orange:hover {
	background-color: #EB9338;
}

.button--teal {
	background-color: #52A7A6;
	color: #ffffff;
}
.button--teal:hover {
	color: #52A8A6;
    background-color: #fff;
}


.button {
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 7px;
	padding: 23px 18px;
	box-shadow: none;
	border: 0;
}

.section-title {
	font-family: 'Crimson Text', sans-serif;
	color: #1F3054;
	text-align: center;
	margin-bottom: 30px;
}

.section-title:after {
	content: '';
	width: 200px;
	height: 5px;
	background-color: #F89A3D;
	margin:  15px auto 0;
	display: block;
}

/* FULLWIDTH */
.fullwidth-col2-text {
	padding: 7% !important;
}

.fw-image {
    flex-basis: 12%;
    margin-right: 15px;
}
.fw-image img {
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    padding: 10px;
}
.fw-box {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.fw-text {
	flex-basis: 88%;
}

.fwcrow1 .fullwidth-col2-bg {
    background: url(../images/fwimg1.jpg);
    background-size: cover;
    min-height: 300px;
}

.fwcrow2 .fullwidth-col2-bg {
	background: url(../images/fwimg2.jpg) center;
	background-size: cover;
    min-height: 300px;

}

/* CONTACT */
#contact {
	background-image: url(../images/contactbg.jpg);
	background-position: center right;
	background-repeat: no-repeat;
    background-size: cover;
}
.contactformwrap {
    background-color: #fff;
    padding: 40px;
    border: 3px solid #F79A3D;
}
.contactformwrap .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    text-align: center;
}
.contactformwrap form .columns .column {
	flex: 0 50%;
    padding-top: 0;
    padding-bottom: 0;
}
.contactformwrap form input[type=submit] {
	color: #163257;
    font-size: 17px;
    background-color: #EB9338;
    border: 0;
    border-radius: 10px;
    margin-bottom: 0;
    height: 76px;
}
.contactformwrap .wpcf7 form .ajax-loader {
	margin-top: 10px;
}
.contactformwrap form input[type=submit]:hover {
	color: #fff;
	background-color: #163257;
}

.maincontact input, .maincontact textarea, .maincontact select {
    width: 100%;
    border: 1px solid #DEDFDD;
    padding: 14px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 15px;
}

/* .maincontact select {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.maincontact .ConcernedDepartment {
    position: relative;
}
.maincontact .ConcernedDepartment:after {
	content: "\f078";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: 900;
    pointer-events: none;
} */

.maincontact input:hover, .maincontact textarea:focus, .maincontact select:focus {
   	border-color:  #1F2F54;
}

/* GOOGLE MAPS */

.google-maps .socials a {
	margin-right: 25px;
}

.google-maps {
	/*background-color: #e3daca;*/
	background-color: #F9F7F3;
}
.google-maps p {
	color: #163257;
}
.google-maps p a:hover {
	color: #F89A3D;
}

/* WHY CHOOSE US */
.wy-text {
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	font-size: 18px;
}
.wy-flex .wy-box {
	flex: 0 30%;
    margin-bottom: 30px;	
}
.wy-image {
    display: flex;
    height: 150px;
    width: 150px;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eee;
}


/* HERO */
.herologos img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.herologos img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    max-width: 172px;
}
#homehero h1 {
    font-size: 40px;
    font-weight: 800;
    color: #1F3054;
    line-height: 1.3;
    margin-bottom: 15px;
}
p.herotext {
    font-size: 22px;
}
#homehero {
    background-image: url(../images/hero-banner2.jpg);
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-size: cover;
    background-position: center right;
}


/* THE BANNER */

#thebanner h2 {
    font-size: 2.5rem;
    font-weight: 800;
}

#thebanner h3 {
    font-size: 1.5rem;
}

.bigprice {
    font-size: 120px;
    font-weight: 700;
    color: #F79B3D;
    line-height: 1;
}
.subprice {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
#thebanner .small {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}
#thebanner {
    background: url(../images/bgtexture.png);
    padding: 0;
}

/* FAQS */
.set {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}
/*.set:last-child {
	border-bottom: 0;
}*/
.set .faq-title {
  display: block;
  cursor: pointer;
  color: #163157;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set .faq-title {
    display: flex;
    align-items: baseline;	
}
.set .content {
	display: none;
}
.set .fa-sort-up:before {
    position: relative;
    top: 5px;
    transform: rotate(90deg);
}
.set .fa-sort-up {
    transform: rotate(90deg);
}
.set .fa-sort-down:before {
    position: relative;
    top: -3px;
}
.set .faq-title i {
    margin-right: 11px;
}
.set p {
	padding-bottom: 0;
	padding-top: 15px;
}

/* HEADER */

.header-top, .header-bot {
	padding: 10px 0;
}

#main-header {
    position: sticky!important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
/*#main-header.fixed {
    position: fixed;
}*/

.main-header img {
    margin-top: 7px;
}

.header-bot .main-menu a {
	color: #191919;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
	display: block;
	text-align: center;
}

.header-bot .main-menu a:hover {
	color: #1F2F54;
}

.header-bot a {
	margin-left: 15px;
}

.header-bot i {
	font-size: 23px;
}

/* WHAT CAN PAIN MANAGEMENT BE USED FOR */
.wcp-sec .column.is-5 h4 {
	font-size: 24px;
	font-weight: 400;
    margin-bottom: 10px;
}
.wcp-sec ul {
    border: 1px solid #F89A3D;
    padding: 30px 34px;
}
.wcp-sec ul li {
	color: #343434;
	font-weight: 400;
	position: relative;
	padding-left: 30px;
}
.wcp-sec ul li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #1F3054;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 10px;
}
.wcp-sec ul li:not(:last-child) {
    margin-bottom: 20px;
}

/*COMMON CAUSES OF CHRONIC PAIN*/
.common-sec {
	position: relative;
}
.common-sec:before {
	content: '';
    background: #f2f2f2eb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.common-sec .section-title {
	margin-bottom: 20px;
}
.common-sec .column p {
	font-weight: 700;
}
.common-sec .common-icon-holder, .wy-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}
.common-sec .common-icon-holder li {
	flex: 0 30%;
	margin-bottom: 20px;
}
.common-sec .common-icon-holder li .icon-holder {
	background: #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 20px;
	margin: 0 auto 10px;
}

.common-sec .common-icon-holder li .text-holder {
	color: #222222;
	font-weight: 700;
}
.common-sec .common-icon-holder li .text-holder i {
	color: #222222;
    text-shadow: 1px 0px 0px #222222;
    font-style: italic;
}

/* RELIEVE YOUR PAIN AND FEEL BETTER FASTER*/
.ryp-sec .thebannerwrap {
	padding: 5rem 0;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

/* HOW CAN TCM HELP */
.hye-box-holder .hye-box-item:not(:last-child) {
	margin-bottom: 30px;
}
.hye-box-holder .hye-box-item h4 {
	color: #163257;
    font-family: 'Open Sans';
    font-weight: 700;
}
.hye-box-holder .hye-box-item h4 i {
	color: #163257;
	text-shadow: 1px 0px 0px #163257;
}
.hye-box-holder .hye-box-item i {
	font-style: italic;
}
.hye-box-holder .hye-box-item i span {
	font-weight: 700!important;
}
/*.how-can .blurb-image .img-border {
    border: 1px solid #dedede;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}*/
.how-can .col-flex-rev .wte-img img {
	-moz-box-shadow: 6px 9px 7px 1px #efede2;
    -webkit-box-shadow: 6px 9px 7px 1px #efede2;
    box-shadow: 6px 9px 7px 1px #efede2;
}

.fw-box.cw-box img {
	border: 0;
	padding: 0;
	margin-right: 20px;
}

.hc-box h3 {
    font-weight: 700;
    color: #173257;
}

.hc-box h4 {
	font-size: 1.3rem;
	font-weight: bold;
}
.hc-box-col {
    border: 1px solid #F89B3D;
    padding: 30px;
    margin: 20px 15px;
}


.blurb-image {
    flex-basis: 12%;
    margin-right: 15px;
}
.blurb-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
.blurb-text {
	flex-basis: 88%;
}
.blurb-text h5 {
    line-height: 1.6;
}



/* HOW ORIENTAL REMEDIES GROUP TREATS ECZEMA*/
.whitetilesbg .is-multiline {
	justify-content: center;
}
.pp-box {
    width: 100%;
    height: 340px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.pp-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 47%, rgba(22,51,87,1) 90%);
	  -webkit-transition:all 0.2s linear;
	  -moz-transition:all 0.2s linear;
	  transition:all 0.2s linear;

}

.whitetilesbg {
	/*background: url(../images/whitetiles.jpg);*/
	background: #F9F7F3;
	background-size: cover;

}

.pp-hover2 {
	opacity: 0;
	background-color: rgba(248, 155, 61, 0.8);
	color: #333;
	padding: 20px 20px 0;
	position: absolute;
	bottom: -100%;
	text-align: center;
  	-webkit-transition:all 0.2s linear;
 	-moz-transition:all 0.2s linear;
  	transition:all 0.2s linear;
}
.pp-box:hover .pp-hover {
	opacity: 0;
}
.pp-box:hover .pp-hover2 {
	opacity: 1;
	bottom: 0;
}


.pp-hover2 h3 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 19px;
}


.pp-hover h3 {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 20px;
    display: block;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 19px;
}


/* TESTIMONIALS */
.testi-text {
	height: 110px;
	overflow: hidden;
  	-webkit-transition:all 0.2s linear;
 	-moz-transition:all 0.2s linear;
  	transition:all 0.2s linear;
  	margin-bottom: 15px;
}
.testi-text p {
	margin-bottom: 0;
}
.testi-text.large {
	height: auto;
}
.testibox {
    background-color: #fff;
    padding: 40px;
    position: relative;
    margin: 0 10px;
}
.testi-more {
	color: #F89A3D;
    cursor: pointer;
    margin-bottom: 0;
    font-style: italic;
}
.testi-more a {
	color: #F89B3D;
}
.testi-more:hover, .testi-more a:hover {
	color: #163257;
}
.thestars {
	margin-bottom:  15px;
}
.testibox:after {
    content: '';
    background-image: url(../images/testi-quote.png);
    display: block;
    height: 72px;
    width: 88px;
    position: absolute;
    top: -20px;
    background-size: contain;
    z-index: 111;
    background-repeat: no-repeat;
    right: 20px;
}

.testi-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.testi-slider .slick-dots {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.testi-slider .slick-dots li.slick-active button {
    background-color: #163357;
}
.testi-slider .slick-dots button {
    background-color: #B5AC9F;
    border: transparent;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 10px;
    width: 10px;
    display: flex;
    padding: 0;
}
.testi-slider .slick-list {
    padding: 40px 0 20px;
    margin-bottom: 20px;
}


/* FOOTER */
#main-footer {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.7;
}

#main-footer a {
    color: #fff;
    word-break: break-all;
}

#main-footer a:hover {
	opacity: 0.8;
}

.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 40px;
}
.footer-copyright p {
	margin-bottom: 0;
}

.pg-holder {
	height: 100vh;
}
.pg-holder .sec-flex {
	display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pg-holder .sec-flex h1 {
	color: #1F3054;
	font-size: 40px;
	font-weight: 800;
}
.pg-holder .sec-flex p {
	color: #262626;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}

/*.testi-slider {
	width: 100%;
    text-align: center;
}*/

.testiboxwrap {
	width: 384px; 
	display: inline-block;
	margin: 0 auto;
}


/* MEDIA QUERIES */
@media (min-width: 1400px) {
	/*.header-bot .column.is-8-desktop {
		padding-left: 0;
    	padding-right: 0;
	}*/
	.container:not(.is-max-desktop):not(.is-max-widescreen) {
	    max-width: 1380px;
	}
	.header-bot .main-menu a {
	    font-size: 16px;
	    margin-left: 0;
	}
	.set .faq-title {
		font-size: 16px;
	}
}

@media (min-width: 1280px) {
	#contact .column.is-6-fullhd {
	    width: 50%;
	}
}

@media (min-width: 1024px) {
	.section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

@media (max-width: 1023px) {
	.col-flex-rev {
		display: flex;
		flex-direction: column-reverse;
	}
	.col-flex-rev .cwa-box {
		width: 100%;
	}
	.wcp-sec .is-align-items-center {
		display: flex;
	}
	/*.how-can .blurb-image .img-border {
	    width: 80px;
	    height: 80px;
	    margin: 0 auto 10px;
	}*/
	#main-footer {
		padding-bottom: 100px;
	}
}

@media (min-width: 1024px) and (max-width: 1215px) {
	#homehero {
	    padding-top: 6rem;
	    padding-bottom: 6rem;
	}
	.blurb-image {
	    flex-basis: 18%;
	    margin-right: 15px;
	}
	.blurb-box {
	    margin-bottom: 3px;
	    margin-top: 3px;
	}
	#main-header .button {
	    font-size: 13px !important;
	}
	.testibox:after {
	    height: 50px;
	    right: -10px;
	}
	.fullwidth-col2-text {
	    padding: 5% !important;
	}
	.header-bot i {
	    font-size: 18px;
	}
	.header-bot .main-menu a {
	    margin: 0;
	}
	.main-menu li {
	    display: inline-block;
	    width: 32.333%;
	    font-size: 15px;
	    margin: 3px 0;
	}
/*	.main-menu {
	    display: block !important;
	}*/
}

@media (max-width: 1407px) {
	/*.thebannerwrap {
		background-image: none;
	}*/
	#contact {
		position: relative;
	}
	#contact:before {
		content: '';
		background-color: rgba(0,0,0,0.4);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.wcu-bot {
	    width: 80%;
	    margin: 0 auto !important;
	}
}

@media (max-width: 1199px) {
	.wcp-sec ul {
		padding: 20px;
	}
	.ryp-sec .thebannerwrap {
    	background-image: none!important;
    }
	.common-sec .common-icon-holder, .wy-flex {
		width: 100%;
	}
	.contactformwrap form .columns {
		display: flex;
	    flex-flow: wrap column;
	    margin: 0;
	}
	.contactformwrap form .columns .column {
	    padding: 0;
	    margin: 0 auto;
	}
	.contactformwrap form .columns .column:first-child {
		margin-bottom: 20px;
	}
	.contactformwrap form input[type=submit] {
	    height: auto;
	    width: auto;
	    padding: 20px 40px;
	}
}

@media (max-width: 1023px) {
	#homehero {
	    padding-top: 5rem;
	    padding-bottom: 5rem;
	    background: none;
	}
	.main-header {
		display: none;
	}
	.hc-box h3 {
	    margin-bottom: 15px;
	}
	.fw-box {
	    margin-bottom: 10px;
	    display: flex;
	    align-items: center;
	}
	.herobgresponsive {
		height: 350px;
    background-image: url(../images/hero-banner2.jpg);
    background-size: cover;
    background-position: center right;
	}
	.fwcrow1 {
		flex-direction: column-reverse;
	}
	.fullwidth-col2-text {
	    padding: 7% !important;
	}
	.faq-right {
		margin-top: -2rem;
	}
	.faq-right .set:first-child {
	    border-top: 1px solid #eee;
	}
	.pp-box {
	    height: 300px;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 100%;
	}
	.button {
	    padding: 15px 20px;
	    height: auto;
	    white-space: normal;
	}
	.main-header-mobile {
	    padding: 10px 10px 0;
	}
	.navbar-burger span {
	    height: 2px;
	    width: 20px;
	    left: calc(50% - 10px);
	}
	.navbar-burger {
	    background-color: #F89B3D !important;
	    color: #fff !important;
	    border-radius: 2px;
	}
	.navbar-menu.is-active {
		opacity: 1;
		visibility: visible;
		height: 280px;
	}
	.navbar-menu {
	    /* opacity: 0; */
	    position: absolute;
	    z-index: 5;
	    overflow: hidden;
	    top: 100%;
	    color: #fff;
	    width: 100%;
	    padding: 0;
	    display: block;
	    height: 0;
	    background-color: #1F2F54;
	    /* visibility: hidden; */
	    display: block !important;
	    -webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    transition: all 0.2s linear;
	    box-shadow: none;
	}
	.mobile-cta a {
	    margin: 0 7px;
	    color: #fff;
	}
	.mobile-cta {
	    position: fixed;
	    background-color: #1F2F54;
	    padding: 15px 25px;
	    width: 100%;
	    bottom: 0;
	    text-align: center;
	    display: flex;
	    z-index: 55;
	    align-items: center;
	    justify-content: center;
	}
	.mobile-cta {
	    position: fixed;
	    background-color: #1F2F54;
	    padding: 15px 10px;
	    width: 100%;
	    bottom: 0;
	}
	.mobile-cta i {
	    font-size: 40px;
	}
	.navbar-start {
		padding: 10px 0;
	}
	a.navbar-item {
	    color: #fff;
	    padding: 10px 20px;
	    border-bottom: 1px solid rgba(255,255,255,0.215);
	}
	a.navbar-item:last-child {
		border-bottom: 0;
	}
	.mobile-cta {
	    position: fixed;
	    background-color: #1F2F54;
	    padding: 15px 6px;
	    width: 100%;
	    bottom: 0;
	}
}

@media (min-width:  769px) and (max-width: 1023px) {
	.thebannerwrap {
	    padding: 60px;
	}
	.cwa-box {
	    width: 660px;
	    margin: 0 auto;
	    max-width: 100%;
	}
	.pp-hover2 {
	    font-size: 95%;
	    padding: 20px 15px 0;
	}
	.pp-box {
	    height: 250px;
	}
	.pp-hover2 {
	    font-size: 95%;
	}
	.is-flex-tablet {
		display: flex;
	}
	.blurb-box {
		display: block;
		width: 300px;
		margin: 0 auto 25px;
	}
	.blurb-image, .blurb-box {
	    margin-right: auto;
	    text-align: center;
	}
}

@media (max-width: 768px) {
	.fw-box {
	    display: block !important;
	    text-align: center;
	}
	#thebanner h3 {
	    margin-bottom: 15px;
	}
	#thebanner h2 {
	    line-height: 1.2;
	    margin-bottom: 10px;
	}
	.col-flex-rev .cwa-box {
	    margin-left: 0;
	    margin-right: 0;
	}
	.blurb-box {
	    padding: 5px 0 5px !important;
	}
	.blurb-image {
	    margin-right: 0;
	}
	.wte-img.column, .wte-img.column img {
	    width: 100% !important;
	    padding: 0 !important;
	    margin-top: 20px !important;
	}
	.pp-box{
	    height: 300px;
	    width: 430px;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 100%;
	}
	#how-can-tcm-help .column {
	    max-width: 100%;
	    width: 600px;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 30px 50px;
	}
	.mobile-cta i {
	    font-size: 25px;
	}
	#homehero {
    	text-align: center;
	}
	.herologos img {
	    margin: 20px auto;
	    display: block;
	}
	#how-can-tcm-help {
		padding-top: 5rem;
	}
	.thebannerwrap {
	    padding: 40px 20px;
	}
	.fw-image, .fw-image img {
	    margin-right: 0 !important;
	}
	.hc-box-col {
	    padding: 20px;
	    text-align: center;
	}
	.blurb-box {
	    display: block;
	    text-align: center;
	}
	.footer-copyright {
	    margin-top: 20px;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	#why-choose-us .columns {
	    display: flex;
	}
	.mobile-cta a {
	    margin: 0 17px;
	    color: #fff;
	}
}


@media (min-width: 500px) and (max-width: 768px) {

	.mobile-cta a.button {
	    padding: 15px 30px;
	    font-size: 16px;
	}
	.mobile-cta i {
	    font-size: 30px;
	}
}

@media (max-width: 480px) {
	.mobile-cta a.button {
	    font-size: 15px;
	    padding: 10px 15px;
	}
}

@media (min-width: 768px) {
	.herologos {
		display: flex;
	    align-items: center;
	}
}

@media (max-width: 767px) {
	.wcp-sec .is-align-items-center, .wy-flex {
	    flex-flow: wrap column;
	}
	.common-sec .common-icon-holder {
	    justify-content: space-around;
	}
	.common-sec .common-icon-holder li {
	    flex: 0 50%;
	}
	.ryp-sec .thebannerwrap {
	    padding: 50px 10px 30px;
	}
	.contactformwrap {
    	padding: 20px 10px;
	}
	.pg-holder {
	    height: 100%;
	    padding: 50px 10px;
	}
}

@media (max-width: 360px) {
	.contactformwrap form .columns .column .g-recaptcha > div, .contactformwrap form .columns .column .g-recaptcha iframe {
		width: 100%!important;
	}
}


/* 9/28 */



.button--teal:hover {
    color: #000;
    background-color: #52A8A6;
}


.wcp-sec ul li {
    color: #343434;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}

.hye-box-holder .hye-box-item i span {
    font-weight: 400!important;
}

.slider-arrows {
	position: absolute;
    top: 64%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.slider-arrows i {
	position: relative;
	font-size: 25px;
}

.slider-arrows i.left-arrow {
	left: -20px;
}

.slider-arrows i.right-arrow {
	right: -20px;
}


.header-bot .main-menu a {
    margin-right: 24px;
}

p i span, em, p i, p strong i {
	font-style: italic !important;
}

p strong, strong  {
	font-weight: 700;
}

.maincontact textarea {

	height: 102px;

}

.maincontact select {
    color: #757575;
}

.common-sec .common-icon-holder li .text-holder i {
    text-shadow: unset;
}

@media screen and (max-width: 1500px) {

	#contact {
		background-position: left;
	}

}

@media screen and (max-width: 1440px) and (min-width: 1408px) {

	.column.is-8-fullhd {
		flex: none;
		width: 53.66667%;
	}

}

@media screen and (max-width: 1600px) {

	#contact {
		background-position: -20px;
	}

}

@media screen and (max-width: 1440px) { 
	#contact {
		background-position: -100px;
	}
}

@media screen and (max-width: 1366px) {

	.header-bot .main-menu a {
		font-size: 13px;
		margin-right: 10px;
	}

	p.herotext {
		font-size: 18px;
	}

	#contact {
		background-position: -136px;
	}
}



@media screen and (max-width: 1199px) and (min-width: 1024px){

	#thebanner .columns.is-desktop {
		display: flex !important;
	}
}



@media screen and (max-width: 1199px) {

	.navbar-burger {
		display: block;
	}

	.navbar-menu {
		display: block !important;
	}

	.header-bot.bg--brown, .header-top.bg--blue {
		display: none;
	}

	.main-header-mobile {
		display: block !important;
	}

	.navbar-menu {
		/* opacity: 0; */
		position: absolute;
		z-index: 5;
		overflow: hidden;
		top: 100%;
		color: #fff;
		width: 100%;
		padding: 0;
		display: block;
		height: 0;
		background-color: #1F2F54;
		/* visibility: hidden; */
		display: block !important;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;
		box-shadow: none;
	}

	.navbar-menu.is-active {
		opacity: 1;
		visibility: visible;
		height: 280px;
	}

	.navbar-burger {
		background-color: #F89B3D !important;
		color: #fff !important;
		border-radius: 2px;
	}

	a.navbar-item {
		color: #fff;
		padding: 10px 20px;
		border-bottom: 1px solid rgba(255,255,255,0.215);
	}

	.navbar-start {
		padding: 10px 0;
		display: block;
	}

	/* #thebanner .columns.is-desktop {
		display: block !important;
	} */
	
	
	.pp-box .pp-hover {
    	opacity: 0;
	}
	
	.pp-box .pp-hover2 {
		opacity: 1;
		bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
p.herotext {
	max-width: 25rem;
}
}


@media screen and (max-width: 991px) {

	.wcp-sec .column.is-5 h4 {
		font-size: 20px;
	}

	.ryp-sec .thebannerwrap .is-8-fullhd {
		padding: 0 15px;
	}

}

@media screen and (max-width: 768px) {
	.text-holder p {
		font-size: 16px !important;
		padding: 20px 20px 0;
	}
}


@media screen and (max-width: 600px) {

	#homehero h1 {
		font-size: 30px;
	}

	p.herotext {
		font-size: 16px;
		max-width: 22rem;
		margin: 0 auto;
	}

	#thebanner .thebannerwrap h2 {
		font-size: 29px;
	}

	#thebanner h3 {
		font-size: 20px;
	}
	.bigprice {
	    font-size: 100px;
	}

	.google-maps .columns {

		display: flex;
		flex-direction: column-reverse;

	}
	
	.pp-box .pp-hover {
    	opacity: 0;
	}
	
	.pp-box .pp-hover2 {
		opacity: 1;
		bottom: 0;
	}
}

@media screen and (max-width: 480px) {

	.mobile-cta a.button {
		font-size: 12px;
	}

	.mobile-cta i {
		font-size: 25px;
	}

	.faq-right .set:first-child {
		border-top: none;
	}

	h3 {
		font-size: 27px;
	}
	

	.common-sec .common-icon-holder li .text-holder {
		font-size: 14px;
	}

}

@media screen and (max-width: 414px) {
	.used-mobile-view {
		max-width: 21rem;
		margin: 0 auto;
	}
}


@media screen and (max-width: 412px) {
.used-mobile-view {
	max-width: 21rem;
	margin: 0 auto;
}
}
					
@media screen and (max-width: 374px) {
	.ryp-sec .thebannerwrap .is-8-fullhd {
	    padding: 0;
	}
	#thebanner .thebannerwrap h2 {
		font-size: 23px;
	}
}

/*Additional Style*/
.error404 .pg-holder p br, .txt-br1, .txt-br2 {
	display: none;
}
#contact {
    background-position: 100px 100px;
    background-attachment: fixed;
}

/*Responsive*/
@media only screen and (min-width: 1200px) {  
	#what-to-expect .blurb-text h5 {
		font-size: 1.04rem;
	}
}

@media screen and (max-width: 1408px) and (min-width: 1200px){
	#thebanner .column.is-8-fullhd {
	    width: 45%;
	    flex: none;
	}
}

@media only screen and (max-width: 1366px) {  
	.thebannerwrap > div > div {
		max-width: 65%;
	}
}

@media only screen and (max-width: 1199px) {  
	.thebannerwrap > div > div {
		max-width: 100%;
	}
	.txt-br2 {
		display: block;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1366px){
	#homehero {
	    padding-top: 5rem;
    	padding-bottom: 7rem;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px){
	.hye-box-holder .hye-box-item h4 {
	    font-size: 1.2rem;
	}
}

@media screen and (max-width: 1024px) {
	p.herotext {
	    margin: 0 auto;
	}
}

@media screen and (max-width: 1023px) {
	#what-can-pain-management-be-used-for {
		padding-bottom: 4rem;
	}
	#thebanner .physician-mobile {
		margin: 0 auto;
	}
	.txt-br2 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.error404 .pg-holder p br {
		display: block;
	}
}

@media screen and (max-width: 600px) and (min-width: 600px){
	.page-id-85 .thanks-section .text-holder p {
	    font-size: 17px!important;
	}
}

@media screen and (max-width: 392px) {
	.error404 .pg-holder p {
		font-size: 14px!important;
		padding: 20px 0 0;
	}
}

@media screen and (max-width: 344px) {
	.txt-br1 {
	    display: block;
	}
}