/* Healing - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Welcome Section
7. Fluid Fullwidth Section
8. Services Section
9. About Section
10. Testimonial Section / Style Two
11. Blog Section
12. Appointment Section
13. Main Footer
14. Doctor Section
15. Therapists Section
16. Therapy Section
17. Discount Section
18. Call To Action Section
19. Default Gallery Section
20. Page Title
21. Clinic Section
22. Accordian Section
23. Faq Form Section
24. Patient Section ./ Style Two
25. Comming Son Section
26. Error Section
27. Services Single Sections
28. Gallery Section
29. Gallery FullWidth Section
30. Shop Item
31. Shop Single
32. Contact Map
33. Contact Form

**********************************************/


/***

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #E7392A;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
	color: #1e1e27;
}

input,
button,
select,
textarea {
	font-family: 'Lato', sans-serif;
}

.theme_color {
	color: #E7392A;
}

p {
	position: relative;
	line-height: 1.8em;
	color: #1e1e27;
}

.strike-through {
	text-decoration: line-through;
}

.node--type-product article {
	max-width: 1200px;
	margin: 0 auto;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

.grey-bg {
	background-color: #fafafa;
}

.contact-form .form-group.form-type-textarea,
.auto-container-default .field--name-field-media-image {
	width: 100%;
}

.node__content_wrap .Description .field--name-body,
.node__content_wrap #block-getintouchwithus .field--name-body {
	padding-top: 0;
	padding-left: 0;
}

#webform-submission-contact-node-6-add-form .js-form-type-radio input {
	display: inline-flex;
	width: 20px;
	align-items: center;
	height: auto;
}

#webform-submission-contact-node-6-add-form .js-form-type-radio {
	padding-left: 15px;
}

#webform-submission-contact-node-6-add-form .js-form-type-radio label {
	padding-left: 0;
}

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

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.theme-btn:hover {
	opacity: 0.60;
}


.centered {
	text-align: center;
}

/* a:focus,
a:hover {
  color: #fff;
} */
/*List Style One*/

.list-style-one {
	position: relative;
	margin-bottom: 40px;
}

.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	color: #797979;
	font-size: 17px;
	font-weight: 400;
}

.list-style-one li:before {
	position: absolute;
	content: '\f106';
	left: 0px;
	top: 2px;
	color: #E7392A;
	font-size: 18px;
	font-family: "Flaticon";
}

/*List Style Two*/

.list-style-two {
	position: relative;
	margin-bottom: 40px;
}

.list-style-two li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #797979;
	font-size: 17px;
	font-weight: 400;
}

.list-style-two li:before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	color: #E7392A;
	font-size: 14px;
	font-family: 'FontAwesome';
}

/*List Style Three*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	padding: 19px 22px;
	color: #ffffff;
	font-size: 22px;
	padding-left: 90px;
	margin-bottom: 20px;
	background-color: #E7392A;
}

.list-style-three li a {
	color: #ffffff;
}

.list-style-three li.number {
	font-size: 28px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
}

.list-style-three li .icon {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 46px;
	height: 46px;
	color: #edca9a;
	font-size: 24px;
	text-align: center;
	line-height: 46px;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
}

.list-style-three li .social-icon {
	font-size: 23px;
	margin-right: 30px;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #E7392A;
	display: inline-block;
	padding: 11px 21px;
	border-radius: 0px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover {
	opacity: 0.90;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #de2718;
	display: inline-block;
	padding: 10px 35px 8px;
	border-radius: 50px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
	/*border-bottom:2px solid #212a36;*/
}

.btn-style-two:hover {
	background: #E7392A;
	color: #ffffff;
	border-bottom-color: rgba(0, 0, 0, 0.10);
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	line-height: 24px;
	color: #E7392A;
	font-size: 16px;
	font-weight: 600;
	background: #ffffff;
	display: inline-block;
	padding: 8px 38px;
	border: 2px solid #E7392A;
	border-radius: 50px;
	text-transform: unset;
}

.btn-style-three:hover {
	background: #E7392A;
	color: #ffffff;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	line-height: 24px;
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	background: #ffffff;
	display: inline-block;
	padding: 11px 22px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover {
	background: #E7392A;
	color: #ffffff;
	border-color: #E7392A;
}

/*Btn Style Five*/

.btn-style-five {
	position: relative;
	line-height: 24px;
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	background: #ffffff;
	display: inline-block;
	padding: 8px 29px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-five:hover {
	opacity: 0.9;
	color: #E7392A;
}

/*Btn Style Six*/

.btn-style-six {
	position: relative;
	line-height: 24px;
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	background: none;
	display: inline-block;
	padding: 8px 26px;
	border: 2px solid #262626;
	border-radius: 50px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-six:hover {
	color: #ffffff;
	background-color: #262626;
}

/*Btn Style Seven*/

.btn-style-seven {
	position: relative;
	line-height: 24px;
	color: #242424;
	font-size: 14px;
	font-weight: 600;
	background: #edca9a;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 50px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-seven:hover {
	color: #ffffff;
	background-color: #E7392A;
}

/*Btn Style Eight*/

.btn-style-eight {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #E7392A;
	display: inline-block;
	padding: 17px 35px;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	min-width: 200px;
	text-align: center;
	display: inline-block;
}

.btn-style-three:focus,
.btn-style-three:focus-visible,
.btn-style-three:hover,
.btn-style-two:focus,
.btn-style-two:focus-visible,
.btn-style-two:hover,
.btn-style-eight:focus,
.btn-style-eight:focus-visible,
.btn-style-eight:hover {
	color: #ffffff;
	background: #000;
	opacity: 1;
}

/*Btn Style Nine*/

.btn-style-nine {
	position: relative;
	line-height: 24px;
	color: #38373d;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 38px;
	border: 2px solid #38373d;
	border-radius: 50px;
	text-transform: unset;
}

.btn-style-nine:hover {
	background: #E7392A;
	color: #ffffff;
	border-color: #E7392A;
}

/*Btn Style Ten*/

.btn-style-ten {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 12px 36px;
	border: 2px solid #E7392A;
	border-radius: 50px;
	background-color: #E7392A;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-ten:hover {
	color: #ffffff;
	opacity: 0.6;
}

.border-radius-5 {
	border-radius: 5px;
}

/*Btn Style Eleven*/

.btn-style-eleven {
	position: relative;
	line-height: 24px;
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	background: #ffffff;
	display: inline-block;
	padding: 11px 22px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-eleven:hover {
	background: none;
	color: #ffffff;
	border-color: #ffffff;
}

/*Btn Style Twelve*/

.btn-style-twelve {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	background: none;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 38px;
	border: 2px solid #ffffff;
	border-radius: 20px;
}

.btn-style-twelve:focus,
.btn-style-twelve:focus-visible,
.btn-style-twelve:hover {
	background: #ffffff;
	color: #38373d;
	border-color: #ffffff;
}


.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/***

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/***

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one {
	position: relative;
}

/*.social-icon-one .share{
	color:#222222;
	font-size:16px;
	font-weight:700;
}*/

.social-icon-one li {
	position: relative;
	margin-right: 18px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 32px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #E7392A;
	border-color: #E7392A;
}

/***

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin: 0px 5px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	color: #ffffff;
	display: inline-block;
	border: 1px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #1d1d1d;
	border-color: #1d1d1d;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #444444;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #E7392A;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
}

.main-header .header-top {
	position: relative;
	background: #1F2130;
	color: #ffffff;
	padding-top: 20px;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 13px 0px;

}

.main-header .header-top .top-left .links {
	position: relative;
	float: left;
}

.main-header .header-top .top-left .links li {
	position: relative;
	float: left;
	margin-right: 30px;
	line-height: 1em;
	color: #ababab;
	padding-right: 28px;
}

.main-header .header-top .top-left .links li:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	border-right: 1px solid #4d4f54;
}

.main-header .header-top .top-left ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: 0px;
}

.main-header .header-top .top-left .links li:last-child:after {
	display: none;
}

.main-header .header-top .top-left .links li .icon {
	position: relative;
	top: 1px;
	font-size: 18px;
	padding-right: 15px;
}

.main-header .header-top .top-left .links li a {
	position: relative;
	line-height: 24px;
	color: #90969e;
	font-size: 17px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header .header-top .top-left .links li a:hover {
	color: #E7392A;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 10px 0px;
}

/*Social Icons*/

.header-top .social-icon {
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top .social-icon li {
	position: relative;
	float: left;
	margin-left: 18px;
}

.header-top .social-icon li a {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #90969e;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top .social-icon li a:hover {
	color: #ffffff;
}

/*Main Box*/

.main-header .main-box {
	position: relative;
	padding: 0 0 30px 0;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #1F2130;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
	position: fixed;
	padding: 0px 0px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: -40px;
	z-index: 10;
	padding: 0 0px;
	top: -23px;
}

header .navigation.menu--main {
	position: relative;
	top: -11px;
	right: 30px;
	order: 2;
}

.main-header.fixed-header .main-box .logo-box {
	padding: 5px 0px;
	top: 5px;
}

header.fixed-header .navigation.menu--main {
	top: 13px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .main-box .logo-box .logo img {
	height: auto;
}

.main-header .nav-toggler {
	position: relative;
	right: 0px;
	width: 44px;
	height: 46px;
	top: 50%;
	margin-top: 0px;
	display: block;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #dddddd;
}

.main-header .nav-toggler button {
	position: relative;
	left: 12px;
	display: block;
	color: #444444;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	background: none;
	font-weight: 600;
}

.main-header .nav-outer {
	position: relative;
	float: right;
}

.main-header .nav-outer .search-box-outer {
	position: absolute;
	left: -55px;
	top: 50%;
	margin-top: -8px;
	width: 40px;
	height: 40px;
	display: block;
	color: #ffffff;
}

.main-header .search-box-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu {
	top: 37px;
	right: 0px;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 3px solid #E7392A;
}

.main-header .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.path-store .alert-dismissible,
.path-search .alert-dismissible {
	background: #ddd;
	opacity: 1;
}

.path-store .alert-dismissible svg,
.path-search .alert-dismissible svg {
	display: none;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 15px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #E7392A;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
}



.main-menu {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: 'Lato', sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 0px 0px;
	margin-left: 25px;
}

.main-menu .navigation>li span,
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 0px 0px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 14px;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.fixed-header .main-menu .navigation>li>a,
.fixed-header .main-menu .navigation>li>span {
	padding: 5px 0px;
}

.main-menu .navigation>li:hover>span,
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current>span {
	color: #E7392A;
	opacity: 1;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	width: 100%;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background: #E7392A;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}


.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	line-height: 24px;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.10);
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	text-transform: unset;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	text-transform: capitalize;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.07);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 250px;
	z-index: 100;
	display: none;
	background: #E7392A;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.10);
	color: #ffffff;
	text-align: left;
	text-transform: unset;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.07);
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .btn-outer {
	position: relative;
	float: right;
	padding: 2px 0 0px 0px;
	margin-left: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	order: 3;
}

.main-header.fixed-header .btn-outer {
	padding: 15px 0px;
}

.main-header.fixed-header .btn-outer .theme-btn {
	line-height: 18px;
}

.main-header .header-upper {
	position: relative;
	background: #ffffff;
	z-index: 5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .logo-outer {
	position: relative;
	z-index: 25;
	padding: 18px 0px;
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 30px;
}

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 50px;
	font-size: 13px;
	color: #777777;
	text-align: left;
	padding: 0px 0px 0px 50px;
}

.main-header .info-box:last-child {
	padding-right: 0px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #E7392A;
	font-size: 30px;
	text-align: left;
	line-height: 1.2em;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	line-height: 20px;
	color: #767676;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.main-header .info-box strong {
	font-weight: 700;
	color: #333333;
	font-size: 15px;
	display: block;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}

.header-style-two .header-lower {
	background-color: #212a36;
}

.header-style-two .nav-outer {
	width: 100%;
	float: none !important;
}

.header-style-two .main-menu .navigation>li {
	padding: 0px;
	margin-left: 0px;
	margin-right: 45px;
}

.header-style-two .main-menu .navigation>li>a {
	padding: 16px 0px;
}

.header-style-two .outer-box {
	position: absolute;
	right: 0px;
	top: 9px;
}

.header-style-three.fixed-header .main-box {
	border-bottom: 1px solid #f0f0f0;
}

.header-style-three .header-top {
	background-color: #50a6b5;
}

.header-style-three .header-top .social-icon li a,
.header-style-three .header-top .top-left .links li a,
.header-style-three .header-top .top-left .links li a:hover {
	color: #ffffff;
}

.header-style-three .header-top .top-left .links li:after {
	border-color: #ffffff;
}

.header-style-three .main-box {
	background-color: #ffffff;
}

.header-style-three .main-menu .navigation>li>a {
	color: #242424;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 6px 0px 3px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .sticky-header .main-menu .navigation>li {
	margin-right: 0px;
	margin-left: 30px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #333333;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: none !important;
}

.main-slider .btn-style-one {
	padding: 11px 28px;
}

.main-slider h1 {
	position: relative;
	color: #0d4291;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.1em;
	padding-bottom: 20px;
	font-family: 'Raleway', sans-serif;
}

.main-slider h1.dark {
	color: #242424;
}

.main-slider .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
}

.main-slider h2 {
	position: relative;
	color: #1e80a9;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.4em;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}

.main-slider h2 p {
	color: #fff;
	line-height: 1.4em;
}

.main-slider .text p {
	color: #fff;
	line-height: 1.6em;
}

.main-slider .solution {
	padding: 10px 20px 10px 0;
	color: #fff;
}

.main-slider h2 .pain {
	padding: 0px 20px 8px 0;
	color: #ffffff;
	margin-top: 5px;
	display: inline-block;
	background-color: transparent !important;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title h2 {
	position: relative;
	font-size: 34px;
	font-weight: 700;
	color: #E7392A;
	text-transform: uppercase;
	line-height: 1.2em;
	display: inline-block;
}

/*
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 5px;
	width: 50px;
	height: 2px;
	background-color: #E7392A;
} */

.sec-title .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-top: 20px;
}

/***

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
	position: relative;
	padding: 90px 0px;
	background: #FCEBE3;
}

.welcome-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.welcome-section .content-column .inner-column {
	position: relative;
	padding-right: 70px;
}

.welcome-section .content-column .title {
	position: relative;
	color: #E7392A;
	font-size: 24px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/* .welcome-section .content-column .title:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 0px;
	width: 90px;
	height: 1px;
	background-color: #E7392A;
} */
.welcome-section .content-column h1,
.welcome-section .content-column h2 {
	position: relative;
	color: #242424;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.welcome-section .content-column .bold-text {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}

.welcome-section .content-column .text {
	position: relative;
	margin-bottom: 30px;
}

.welcome-section .content-column .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 12px;
	line-height: 1.6em;
}

.welcome-section .image-column {
	position: relative;
}

.welcome-section .image-column .image {
	position: relative;
}

/* .welcome-section .image-column .image:before {
	position: absolute;
	content: '';
	width: 86px;
	height: 93px;
	left: -10px;
	bottom: -10px;
	background-color: #7ec4d0;
} */

.paragraph--type--content-with-image .welcome-section .image-column .image img {
	position: relative;
	width: auto;
	display: inline-block;
	height: auto;
}

.welcome-section .content-column h1 p,
.welcome-section .content-column h2 p {
	line-height: 1.3em;
}

/***

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
	padding: 0px;
	background-color: #E7392A;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
}

.fluid-section-one .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-one .image-column .image-box {
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-one .content-column {
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section-one .content-column .inner-box {
	position: relative;
	max-width: 590px;
	padding: 90px 15px 50px 55px;
}

.fluid-section-one .content-column .inner-box h2 {
	position: relative;
	font-size: 32px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 25px;
}

.fluid-section-one .content-column .inner-box h2:after {
	position: absolute;
	content: '';
	left: 105%;
	height: 3px;
	width: 50px;
	bottom: 8px;
	background-color: #ffffff;
}

.fluid-section-one .content-column .inner-box .big-text {
	position: relative;
	font-weight: 300;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 18px;
}

.fluid-section-one .content-column .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 50px;
}

.fluid-section-one .discount-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #edca9a;
}

.fluid-section-one .discount-column .inner-column {
	position: relative;
	max-width: 500px;
	width: 100%;
	float: right;
	padding: 75px 30px 50px 15px;
}

.fluid-section-one .discount-column .inner-column .discount {
	position: relative;
	color: #ffffff;
	font-weight: 500;
	font-size: 25px;
	padding: 7px 20px;
	margin-bottom: 25px;
	display: inline-block;
	background-color: #3f4045;
	font-family: 'Montserrat', sans-serif;
}

.fluid-section-one .discount-column .inner-column h2 {
	position: relative;
	color: #000000;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.fluid-section-one .discount-column .inner-column h2 .percent {
	font-size: 45px;
}

.fluid-section-one .discount-column .inner-column .seccion {
	font-size: 32px;
	display: block;
}

.fluid-section-one .discount-column .inner-column h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 1px;
	width: 60px;
	background-color: #000000;
}

.fluid-section-one .discount-column .inner-column .text {
	position: relative;
	color: #000000;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 35px;
}

.fluid-section-one .appoint-btn {
	color: #22242a;
	font-weight: 600;
	padding: 8px 36px;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

.fluid-section-one .appoint-btn:hover {
	background: #22242a;
	color: #ffffff;
}

/*fact counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 30px;
}

.fact-counter .column .inner {
	position: relative;
}

.fact-counter .count-outer .percentage {
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	font-size: 40px;
	line-height: 1em;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .count-outer .plus-tag {
	position: relative;
	font-weight: 700;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .count-outer .plus-tag.percent {
	font-size: 35px;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 17px;
	color: #ffffff;
	margin-top: 5px;
	text-transform: unset;
}

/***

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
	position: relative;
	padding: 0px;
	background-color: #353535;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.fluid-section-two:before {
	content: '';
	position: absolute;
	left: -85px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #edca9a;
	z-index: 1;
}

.fluid-section-two:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #22242a;
	opacity: 0.80;
}

.fluid-section-two .outer-container {
	position: relative;
	margin: 0px -15px;
	z-index: 2;
}

.fluid-section-two .outer-container .left-column {
	position: relative;
	float: left;
	width: 50%;
	padding: 0px 15px;
}

.fluid-section-two .outer-container .left-column .inner {
	position: relative;
	max-width: 585px;
	padding: 80px 85px 80px 0px;
}

.fluid-section-two .outer-container .right-column {
	position: relative;
	float: left;
	width: 50%;
	padding: 0px 15px;
}

.fluid-section-two .outer-container .right-column .inner-box {
	position: relative;
	margin-left: -85px;
	padding: 70px 15px 40px 55px;
}

.fluid-section-two .outer-container .right-column .inner-box h2 {
	position: relative;
	font-size: 32px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 25px;
}

.fluid-section-two .outer-container .right-column .inner-box h2:after {
	position: absolute;
	content: '';
	left: 105%;
	height: 3px;
	width: 50px;
	bottom: 8px;
	background-color: #ffffff;
}

.fluid-section-two .outer-container .right-column .inner-box .big-text {
	position: relative;
	font-weight: 300;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 18px;
}

.fluid-section-two .outer-container .right-column .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 50px;
}

.fluid-section-two .outer-container .left-column .inner .discount {
	position: relative;
	color: #ffffff;
	font-weight: 500;
	font-size: 25px;
	padding: 7px 20px;
	margin-bottom: 25px;
	display: inline-block;
	background-color: #3f4045;
	font-family: 'Montserrat', sans-serif;
}

.fluid-section-two .outer-container .left-column .inner h2 {
	position: relative;
	color: #000000;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.fluid-section-two .outer-container .left-column .inner h2 .percent {
	font-size: 45px;
	font-weight: 800;
}

.fluid-section-two .outer-container .left-column .inner .session {
	font-size: 32px;
	display: block;
	font-weight: 700;
}

.fluid-section-two .outer-container .left-column .inner h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 1px;
	width: 60px;
	background-color: #000000;
}

.fluid-section-two .outer-container .left-column .inner .text {
	position: relative;
	color: #000000;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 35px;
}

.fluid-section-two .outer-container .left-column .inner .appoint-btn {
	color: #22242a;
	font-weight: 600;
	padding: 8px 36px 8px;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

.fluid-section-two .outer-container .left-column .inner .appoint-btn:hover {
	background: #22242a;
	color: #ffffff;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 90px 0px 100px;
}

.services-section .services-title {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.services-section .services-title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 84px;
	height: 2px;
	margin-left: -42px;
	background-color: #E7392A;
}

.welcome-section .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.services-block {
	position: relative;
}

.services-block .inner-box {
	position: relative;
}

.services-block .inner-box .image .contextual-region {
	position: static;
}

.services-block .inner-box .image {
	position: relative;
}

.services-block .inner-box .image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.services-section .theme-btn.btn-style-two {
	min-width: 210px;
	text-align: center;
}

.services-section .owl-nav {
	display: none;
}

.services-section .theme-btn.btn-style-two {
	border-radius: 0;
	padding: 15px 40px;
	margin-top: 40px;
}


.services-block .inner-box .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: center top;
	top: 0;
	left: 0;
	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.9);
}

.services-block .inner-box .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.50;
	display: block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.services-block .inner-box .content {
	width: 100%;
	text-align: center;
	padding: 0px 28px;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 1;
}

.services-block .inner-box .content h3 {
	position: relative;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height: 35px;
}

.footer-bottom .privacy a {
	color: #e7392a;
	font-weight: 600;
}

.footer-bottom .privacy a:hover {
	text-decoration: underline;
}

.footer-widget.info-widget p a,
.footer-widget.info-widget p {
	color: #fff;
}

.footer-widget.info-widget p a:hover {
	color: #e7392a;
}

.services-block .inner-box .content h3 a {
	position: relative;
	display: block;
	word-break: break-all;
	color: #fff;
	width: 100%;
	padding: 0 0px;
}

.services-section .owl-dots {
	display: none;
}

.services-section .owl-nav {
	text-align: center;
	margin-top: 50px;
}

.services-section .owl-prev,
.services-section .owl-next {
	position: relative;
	width: 46px;
	height: 46px;
	color: #c2c2c2;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin: 0px 5px;
	font-size: 18px;
	border: 2px solid #c2c2c2;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-section .owl-prev:hover,
.services-section .owl-next:hover {
	color: #E7392A;
	border-color: #E7392A;
}

.three-item-carousel .services-block .inner-box .image {
	min-height: 207.86px;
	height: 207.86px;
}

.three-item-carousel .services-block .inner-box .image img {
	width: 100%;
	height: 100%;
}

/***

====================================================================
	Video Section
====================================================================

***/

.video-section {
	position: relative;
	padding: 95px 0px 100px;
	background-color: #fbe8e0;
}

.video-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.video-section .content-column h2 {
	position: relative;
	color: #242424;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 25px;
	margin-bottom: 30px;
	max-width: 400px;
}

.video-section .content-column h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 72px;
	height: 3px;
	background-color: #242424;
}

.video-section .content-column .text {
	position: relative;
	color: #242424;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 35px;
}

.video-section .video-column {
	position: relative;
}

.video-section .video-column .inner-column {
	position: relative;
	padding-left: 25px;
}

.video-section.style-two {
	background-color: #E7392A;
}

.video-section.style-two .content-column h2,
.video-section.style-two .content-column .text {
	color: #ffffff;
}

.video-section.style-two .content-column h2:after {
	background-color: #ffffff;
}

/*Video Box*/

.video-box {
	position: relative;
}

.video-box .image {
	position: relative;
}

.video-box .image img {
	position: relative;
	width: 100%;
}

.video-box .overlay-box,
.video-box a.openModalBtn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.20);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.50);
}

.video-box .overlay-box span,
.video-box a.openModalBtn span {
	position: relative;
	width: 64px;
	height: 64px;
	top: 48%;
	z-index: 99;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	margin-top: -28px;
	text-align: center;
	border-radius: 50%;
	line-height: 52px;
	padding-left: 4px;
	display: inline-block;
	border: 2px solid #ffffff;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 75px 0px 125px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonial-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(39, 48, 60, 0.80);
}

.testimonial-section .owl-carousel {
	padding-left: 50px;
	padding-right: 50px;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
}

.testimonial-block .inner-box .author {
	position: relative;
	width: 98px;
	height: 98px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block .inner-box .author img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: center;
}

.sidebar .testimonial-block p {
	color: #fff;
}

.sidebar .row {
	margin: 0;
}

.sidebar .block {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
}

.sidebar .testimonial-block {
	background: #E7392A;
	padding: 20px;
}

.sidebar .testimonial-block a {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.testimonial-block .inner-box .text {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7em;
	color: #ffffff;
	max-width: 950px;
	margin: 0 auto;
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
}

.testimonial-block .inner-box .text .icon {
	position: relative;
	font-size: 30px;
}

.testimonial-block .inner-box .author-name {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

.testimonial-section .owl-nav {
	padding: 0px;
	margin: 0px;
	display: block;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -10px;
	width: 46px;
	height: 46px;
	border: 2px solid rgba(255, 255, 255, 0.50);
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev {
	left: 0px;
}

.testimonial-section .owl-nav .owl-next {
	right: 0px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
	color: #E7392A;
	border-color: #E7392A;
}

.testimonial-section .owl-dots {
	display: none;
}

.testimonial-section.style-two:before {
	display: none;
}

.testimonial-section.style-two .testimonial-block .inner-box .text {
	color: #797979;
}

.testimonial-section.style-two .testimonial-block .inner-box .author-name {
	color: #E7392A;
}

.testimonial-section.style-two .owl-nav .owl-prev,
.testimonial-section.style-two .owl-nav .owl-next {
	border-color: #e0e0e0;
	color: #000000;
}

.testimonial-section .testimonial-block {
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
}

.testimonial-section .testimonial-block .author {
	margin-left: 0;
}

.testimonial-section .testimonial-block .text {
	margin-left: 0;
	text-align: left;
	max-width: 100%;
}

.testimonial-section .testimonial-block .author-name {
	text-align: left;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 90px 0px 75px;
	background-color: #fbe8e0;
}

.news-block {
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .inner-box img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .lower-box {
	position: relative;
	padding-top: 30px;
}

.news-block .inner-box .lower-box .post-info {
	position: relative;
	color: #797979;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block .inner-box .lower-box .post-info span {
	font-weight: 700;
	color: #70c3d1;
	margin-right: 15px;
	font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .lower-box .text {
	position: relative;
	color: #242424;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom: 8px;
}

.news-block .inner-box .lower-box .text a {
	position: relative;
	color: #242424;
}

.news-block .inner-box .lower-box .read-more {
	position: relative;
	color: #E7392A;
	font-size: 15px;
	font-weight: 700;
	text-transform: unset;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
}

.news-section .sidebar-news .all-blog:after,
.news-block .inner-box .lower-box .read-more:after {
	content: "";
	background: url("../images/double-arrow.png")no-repeat;
	background-position: center;
	height: 10px;
	width: 10px;
	object-fit: cover;
	position: absolute;
	right: -13px;
	top: 10px;
	background-size: 10px;
}

.news-section .sidebar-news {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}

.news-section .news-block .inner-box a {
	position: relative;
	display: block;
}

.news-section .news-block .inner-box>a:before {
	content: "";
	display: block;
	padding-bottom: 54.25%;
}

.news-section .news-block .inner-box a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-block .inner-box .lower-box .post-info a {
	color: #797979;
}

/*News Block Two*/

.news-block-two {
	position: relative;
}

.news-block-two .inner-box {
	position: relative;
	padding: 22px 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-bottom: 1px solid #d9d9d9;
}

.news-block-two .inner-box h3 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.news-block-two .inner-box h3 a {
	color: #000000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .post-info {
	position: relative;
	color: #797979;
	font-size: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .post-info span {
	margin-right: 18px;
}

.news-section .sidebar-news .all-blog {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px 30px;
}

.news-block .inner-box .lower-box .read-more:hover,
.news-section .sidebar-news .all-blog:hover {
	text-decoration: underline;
}

.news-block-two .inner-box:hover {
	background-color: #E7392A;
	color: #fff;
}

.news-block-two .inner-box:hover h3 a,
.news-block-two .inner-box:hover .post-info {
	color: #ffffff;
}

/***

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section {
	position: relative;
	padding: 95px 0px 95px;
	background-position: right top;
	background-repeat: no-repeat;
}

.appointment-section .form-column .inner-column {
	position: relative;
	padding-right: 40px;
}

/*Default Form*/

.default-form {
	position: relative;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.default-form .form-group input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 0px;
	height: 55px;
	color: #000000;
	background: none;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid #dadada;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
	color: #000000;
	font-weight: 600;
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 0px;
	color: #000000;
	height: 150px;
	resize: none;
	overflow: hidden;
	background: none;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #dadada;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
	border-color: #E7392A;
}

.default-form .form-group button {
	margin-top: 5px;
}

/*Info Column*/

.appointment-section .info-column {
	position: relative;
}

.appointment-section .info-column .inner-box {
	position: relative;
	top: 7px;
	border-radius: 5px;
	padding: 45px 45px 40px;
	background-color: #edca9a;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
}

.appointment-section .info-column .inner-box .title {
	position: relative;
	color: #090913;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.appointment-section .info-column .inner-box h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
	padding-bottom: 20px;
	margin-bottom: 35px;
}

.appointment-section .info-column .inner-box h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 3px;
	background-color: #000000;
}

.appointment-section .info-column .inner-box h3 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 22px;
	color: rgba(0, 0, 0, 0.60);
}

.appointment-section .info-column .inner-box .number {
	position: relative;
	color: #242424;
	font-size: 34px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: rgba(31, 33, 48, 1);
}

.main-footer .footer-widget .text {
	color: rgba(204, 204, 204, 1);
}

.main-footer .widgets-section {
	position: relative;
	padding: 60px 0px 30px;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-widget h2 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-transform: unset;
}

.main-footer .footer-widget h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 2px;
	background-color: #E7392A;
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 15px;
}

.main-footer .logo-widget .text {
	position: relative;
	color: #cccccc;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}

.main-footer .list {
	position: relative;
}

.main-footer .list li {
	position: relative;
	margin-bottom: 8px;
}

.main-footer .list li a {
	position: relative;
	color: #858585;
	font-size: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .list li a:hover {
	color: #E7392A;
}

.main-footer .info-widget {
	position: relative;
}

.main-footer .info-widget .number {
	position: relative;
	color: #cccccc;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: 'Montserrat', sans-serif;
}

.main-footer .info-widget .text {
	position: relative;
	color: #cccccc;
	font-size: 16px;
	margin-bottom: 20px;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 22px 0px;
	background-color: rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created {
	position: relative;
	color: #858585;
	font-size: 15px;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 79px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.20);
}

.page-title h1 {
	position: relative;
	color: #ffffff;
	font-size: 52px;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 22px;
}

.page-title h1:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background-color: #ffffff;
}

.page-title .page-breadcrumb {
	position: relative;
}

.page-title .page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.page-title .page-breadcrumb li:after {
	position: absolute;
	content: '\f105';
	right: -4px;
	top: 0px;
	color: #fff;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after {
	display: none;
}

.page-title .page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title .page-breadcrumb li a {
	color: #fff;
	font-weight: 500;
}

/***

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
}

.field--name-field-fancy-bullets {
	padding: 100px 0 60px 0;
}

.align-items-center {
	display: flex;
	align-items: center;
}

.flex-reverse {
	flex-direction: row-reverse;
}

.about-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.about-section .image-column .inner-column {
	position: relative;
	padding-right: 45px;
}

.about-section .image-column .image {
	width: 375px;
	height: 375px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 187.5px 0px 0px 0px;
	background: var(--3, #FCEBE3);
}

.about-section .image-column .image img {
	height: auto;
	width: auto;
	position: relative;
}

.about-section .content-column {
	position: relative;
	padding-left: 59px;
}

.about-section .content-column .sec-title {
	position: relative;
	margin-bottom: 18px;
}

.about-section .content-column .large-text {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 15px;
}

.about-section .content-column .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 400;
	margin-bottom: 40px;
}

.about-section .content-column h3 {
	position: relative;
	color: #242424;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.about-section .content-column .history-text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 400;
}

.about-section .flex-reverse .content-column {
	padding-left: 15px;
}

.flex-reverse .image-column .image {
	border-radius: 0 187.5px 0 0px;
	background: var(--3, #FCEBE3);
}

.field--name-field-fancy-bullets .field__item:last-child {
	margin-bottom: 0;
}

.field--name-field-fancy-bullets .field__item {
	margin-bottom: 50px;
}


.play-icon {
	border: 1px solid var(--1, #E7392A);
	display: inline-block;
	padding: 13px 16px;
	color: var(--1, #E7392A);
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
}

.play-icon img {
	width: 24px;
	height: 24px;
	margin-right: 14px;
}

.paragraph--type--fancy-bullets .play-icon img {
	filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
}

.paragraph--type--fancy-bullets .play-icon:hover img {
	filter: inherit;
}

.play-icon:focus,
.play-icon:focus-visible,
.play-icon:hover {
	color: #fff;
	background: #e7392a;
}

.play-icon:focus img,
.play-icon:focus-visible img,
.play-icon:hover img {
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(1000%);
}

/***

====================================================================
	Clinic Section
====================================================================

***/

.clinic-section {
	position: relative;
	padding: 100px 0px 60px;
}

.clinic-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.clinic-section .image-column .inner-column {
	position: relative;
	padding-right: 50px;
}

.clinic-section .image-column .image {
	position: relative;
}

.clinic-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.clinic-section .content-column {
	position: relative;
}

.clinic-section .content-column .content-inner {
	position: relative;
	padding-top: 22px;
}

.clinic-section .content-column .content-inner h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 4px;
}

.clinic-section .content-column .content-inner .title {
	position: relative;
	font-style: italic;
	color: #E7392A;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}

.clinic-section .content-column .content-inner .text {
	position: relative;
	margin-bottom: 40px;
}

.clinic-section .content-column .content-inner .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.clinic-section .content-column .content-inner .signature {
	position: relative;
}

/***

====================================================================
	Comfort Section
====================================================================

***/

.comfort-section {
	position: relative;
	padding: 100px 0px 60px;
}

.comfort-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.comfort-section .content-column .sec-title {
	margin-bottom: 20px;
}

.comfort-section .content-column .text {
	position: relative;
}

.comfort-section .content-column .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.comfort-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.comfort-section .image-column .image {
	position: relative;
}

.comfort-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

/***

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section {
	position: relative;
	padding: 95px 0px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.65);
}

.call-to-action-section .title {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	line-height: 1.2em;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
}

.call-to-action-section .title:after {
	position: absolute;
	content: '';
	left: 104%;
	width: 50px;
	height: 2px;
	bottom: 5px;
	background-color: #ffffff;
}

.call-to-action-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2em;
}

.call-to-action-section .theme-btn {
	margin-top: 25px;
}

/***

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section {
	position: relative;
	padding: 95px 0px 40px;
}

.services-block-two {
	position: relative;
	margin-bottom: 50px;
}

.services-block-two .inner-box {
	position: relative;
}

.services-block-two .inner-box .image {
	position: relative;
	margin-bottom: 25px;
}

.services-block-two .inner-box .image .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(85, 182, 199, 0.80);
}

.services-block-two .inner-box .image .overlay .theme-btn {
	top: 48%;
	margin-top: -22px;
}

.services-block-two .inner-box:hover .image .overlay {
	opacity: 1;
}

.services-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block-two .inner-box .lower-box {
	position: relative;
}

.services-block-two .inner-box .lower-box h3 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.services-block-two .inner-box .lower-box h3 a {
	position: relative;
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .lower-box h3 a:hover {
	color: #E7392A;
	/*text-decoration:underline;*/
}

.services-block-two .inner-box .lower-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 60px;
}

.sidebar-page-container.blog-page .row {
	display: flex;
	flex-wrap: wrap;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 30px;
}

/*Blog Category*/

.blog-cat {
	position: relative;
}

.blog-cat li {
	position: relative;
	margin-bottom: 4px;
}

.blog-cat li a {
	position: relative;
	color: #242424;
	font-size: 17px;
	font-weight: 600;
	padding: 14px 15px 14px 22px;
	display: block;
	border-left: 4px solid #d2d2d2;
	background-color: #f1f1f1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog-cat li.active a,
.blog-cat li a:hover {
	color: #ffffff;
	border-color: #196c7b;
	background-color: #E7392A;
}

/*Brochure Box*/

.brochure-box {
	position: relative;
	border-radius: 3px;
	padding: 10px 20px 9px 20px;
	border: 0;
	background: rgba(231, 57, 42, 0.1);
	margin-top: 24px;
}

.brochure-box .inner {
	position: relative;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 24px;
}

.brochure-box .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.brochure-box .inner .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #e2574c;
	font-size: 36px;
}

.brochure-box .inner .text {
	position: relative;
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
	color: #242424;
}

/*List Widget*/

.list-widget {
	position: relative;
}

.list-widget ul {
	position: relative;
}

.list-widget ul li {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #242424;
	padding-left: 0;
	margin-bottom: 24px;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
	gap: 24px;
}

.list-widget ul li img {
	width: 70px;
	float: left;
}

.list-widget ul li span {
	width: calc(100% - 70px);
	float: left;
	font-size: 20px;
	line-height: 24px;
}

.list-widget ul li .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #949494;
	font-size: 22px;
	line-height: 1em;
	width: auto;
}

.services-single {
	position: relative;
}

.services-single .inner-box {
	position: relative;
}

.services-single .inner-box .image {
	position: relative;
	margin-bottom: 50px;
}

.services-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-single .inner-box .gallery-image {
	position: relative;
}

.services-single .inner-box .gallery-image .row {
	position: relative;
	margin: 0px -5px;
}

.services-single .inner-box .gallery-image .image-column {
	padding: 0px 5px;
}

.services-single .inner-box h2,
.view-taxonomy-term .sidebar-page-container.service-page .content-side h2 {
	position: relative;
	color: #242424;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.view-taxonomy-term .sidebar-page-container.service-page .content-side h3 {
	font-weight: 600;
	color: #242424;
}

.services-single .inner-box .text {
	position: relative;
}

.services-single .inner-box .text .two-column {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
}

.services-single .inner-box .text .two-column .benifits-content {
	padding-left: 30px;
}

.services-single .inner-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 18px;
}

.path-search .auto-container-default {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	border: 1px solid #d4d4d4;
	border-bottom: 0;
	border-left: 2px solid transparent;
	border-right: 0;
	transition: all 0.3s;
}

.accordian-section {
	border: 1px solid rgba(31, 33, 48, 0.1);
}

.accordion-box .block:hover {
	background: rgba(252, 235, 227, 0.15);
	border-left: 2px solid #E7392A;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	line-height: 21.94px;
	color: #242424;
	font-weight: 600;
	padding: 20px 50px 20px 24px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	text-align: left;
	font-family: 'Montserrat';
}

.accordian-section p,
.treatments p {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #E7392A;
	font-weight: 600;
	margin-bottom: 0;
	padding: 24px;
	text-align: left;
}

.accordion-box .block .acc-btn.active {
	color: #E7392A;
}

.accordion-box .block .acc-btn.active .icon-outer span.fa-angle-up::before {
	color: #1F2130;
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: auto;
	right: 0;
	top: 20px;
	font-size: 18px;
	color: #242424;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: auto;
	top: 50%;
	margin-top: -15px;
	font-size: 16px;
	color: #242424;
	font-weight: 300;
	right: 0;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	color: #d9d9d9;
	font-weight: 300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #242424;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	border-color: #fa9928;
	color: #fa9928;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion.block.active-block {
	background: rgba(252, 235, 227, 0.15);
	border-left: 2px solid #E7392A;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 0 30px 10px 24px;
}

.accordion-box .block .content .text li {
	padding-bottom: 10px;
}

.accordion-box .block .content .text li a {
	color: #1F2130;
	font-weight: 600;
	transition: all 0.3s;
	display: block;
}

.accordion-box .block .content .text li a:hover {
	color: #E7392A;
}

.accordion-box .block .content .text {
	padding-bottom: 10px;
	line-height: 19.5px;
	font-size: 16px;
	color: #1F2130;
	text-align: left;
	font-weight: 500;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

.accordion-box.style-two .block {
	border: 0px;
	margin-bottom: 20px;
}

.accordion-box.style-two .block .acc-btn {
	font-size: 19px;
	font-weight: 600;
	padding-left: 30px;
	font-family: 'Montserrat', sans-serif;
}

.accordion-box.style-two .block .content {
	padding-left: 28px;
	padding-top: 16px;
}

.accordion-box.style-two .block .content .text {
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.accordion-box .block .acc-btn .fa-angle-up {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .fa-angle-up {
	opacity: 1;
	right: 20px;
	position: relative;
}

.accordion-box .block .icon-outer span {
	font-size: 22px;
}

.accordion-box .block .acc-btn.active .fa-angle-down {
	opacity: 0;
}

.services-single h3 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
}

.visit-box {
	position: relative;
}

.visit-box .inner-box {
	position: relative;
	padding: 42px 26px;
	background-color: #edca9a;
}

.visit-box .inner-box h2 {
	position: relative;
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.visit-box .inner-box .text {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 30px;
}

/*News Block Three*/

.news-block-three {
	position: relative;
	margin-bottom: 80px;
}

.news-block-three:last-child {
	margin-bottom: 0px;
}

.news-block-three .inner-box {
	position: relative;
}

.news-block-three .inner-box .image {
	position: relative;
}

.news-block-three .inner-box .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-block-three .inner-box .image a::after {
	content: "";
	display: block;
	padding-bottom: 70%;
}

.sidebar-page-container.blog-page h1 {
	margin-bottom: 20px;
	font-weight: 600;
}

.news-block-three .inner-box .image a {
	display: block;
	position: relative;
}

.news-block-three .inner-box .lower-content {
	position: relative;
	padding-top: 30px;
}

.news-block-three .inner-box .lower-content .upper-box {
	position: relative;
}

.news-block-three .inner-box .lower-content .upper-box {
	position: relative;
}

.news-block-three .inner-box .lower-content .upper-box .post-date {
	position: relative;
	color: #E7392A;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}

.news-block-three .inner-box .lower-content .upper-box h3 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

.news-block-three .inner-box .lower-content .upper-box h3 a {
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-content .upper-box h3 a:hover {
	color: #E7392A;
}

.news-block-three .inner-box .lower-content .lower-box {
	position: relative;
	padding-top: 15px;
}

.news-block-three .inner-box .lower-content .lower-box .post-info {
	position: relative;
	margin-bottom: 20px;
}

.news-block-three .inner-box .lower-content .lower-box .post-info li {
	position: relative;
	color: #b8b8b8;
	font-size: 17px;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box .post-info li:after {
	position: absolute;
	content: '/';
	right: -5px;
	top: 1px;
	color: #b8b8b8;
}

.news-block-three .inner-box .lower-content .lower-box .post-info li:last-child::after {
	display: none;
}

.news-block-three .inner-box .lower-content .lower-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.news-block-three .inner-box .lower-content .lower-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 20px;
}

.news-block-three .inner-box .lower-content .lower-box .text h4 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.news-block-three .inner-box .lower-content .lower-box .text .two-column {
	margin-bottom: 20px;
}

.blog-page .content-side {
	padding-right: 45px;
}

.service-page .services-single {
	padding-left: 30px;
}


/*Search Box Widget*/
#views-exposed-form-rose-store-page-1 .js-form-type-select,
select#edit-field-product-category-target-id {
	display: none
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.store-header .js-form-item {
	position: relative;
}

.store-header .js-form-item:after {
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f002";
	position: absolute;
	right: 10px;
	top: 12px;
	color: #bdbdbd;
}

.store-header .js-form-item input,
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #d3d3d3;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 52px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: none;
	border-radius: 0;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 52px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #bdbdbd;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 15px;
}

.sidebar-title h2 {
	font-size: 22px;
	color: #242424;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	text-transform: unset;
	border: 0;
}

.sidebar-title h2:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 2px;
	width: 35px;
	height: 2px;
	background-color: #E7392A;
}

/*Blog Category*/

.cat-list {
	position: relative;
	width: 100%;
}

.cat-list li {
	position: relative;
}

.cat-list li a {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.cat-list li a:after {
	position: absolute;
	content: '\f105';
	right: 0px;
	top: 0px;
	color: #c8c8c8;
	font-size: 14px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover {}



/*Post Widget*/
.sidebar .post,
.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 90px;
	min-height: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.sidebar .post .post-thumb,
.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 72px;
}

.sidebar .post .post-thumb:before,
.sidebar .popular-posts .post .post-thumb:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.15);
}

.sidebar .post:hover .post-thumb img,
.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .post .post-thumb img,
.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .post .text,
.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: 15px;
	margin: 0px 0px 0px;
	font-weight: 700;
	color: #242424;
	line-height: 1.4em;
	text-transform: unset;
}

.sidebar .post .text a,
.sidebar .popular-posts .post .text a {
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .post a,
.sidebar .post a:hover,
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: #E7392A;
}

.sidebar .post-info,
.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 700;
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 7px 18px 7px;
	margin: 0px 6px 10px 0px;
	color: #a6a6a6;
	text-align: center;
	font-size: 15px;
	background: none;
	border: 1px solid #e4e4e4;
	text-transform: unset;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	border-color: #2db7cf;
	background-color: #2db7cf;
	color: #ffffff;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 30px;
	margin-bottom: 55px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .group-title h2 {
	position: relative;
	font-size: 22px;
	color: #242424;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: unset;
}

.sidebar-page-container .comments-area .inner-box {
	position: relative;
	border: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 25px 25px 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0) {
	background-color: #fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	border-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	min-height: 98px;
	padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment {
	margin-left: 100px;
	margin-top: 45px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #9cc900;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	text-transform: unset;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span {
	font-size: 14px;
	margin-right: 4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 73px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 75px;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	line-height: 16px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #898989;
	font-size: 17px;
	margin-top: 5px;
	line-height: 1.7em;
	margin-bottom: 18px;
}

.sidebar-page-container .comments-area .comment-time {
	position: relative;
	font-size: 13px;
	color: #f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	padding: 6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info {
	position: relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
	position: relative;
	padding-right: 10px;
	line-height: 1em;
	margin-right: 10px;
	border-right: 1px solid #bebebe;
	display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
	border: 0px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
	position: relative;
}

.comment-form .form-inner {
	position: relative;
	padding: 50px 35px;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 20px;
	height: 45px;
	color: #a5a5a5;
	font-size: 15px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
	border-color: #E7392A;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 20px;
	color: #a5a5a5;
	height: 170px;
	font-size: 15px;
	resize: none;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form button {
	margin-top: 10px;
	padding: 11px 34px 10px;
}

/***

====================================================================
	Contact Section
====================================================================

 ***/

.contact-section {
	position: relative;
	padding: 100px 0px;
}

/***

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
	position: relative;
	padding-bottom: 80px;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	height: 460px;
}

.contact-section .title-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-section .title-column h2 {
	position: relative;
	color: #1e1e27;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 25px;
}

.contact-section .title-column ul {
	position: relative;
}

.contact-section .title-column ul li {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #797979;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.top-right form .form-group {
	border-radius: 0px;
	border: 0px solid rgba(255, 255, 255, 0.20);
	background: #28272f;
	padding: 0 0;
	margin-bottom: 0;
	height: 100%;
	width: 200px;
}

.top-right form .form-group .form-type-search {
	display: grid;
}

.top-right form .form-group input {}

.top-right form .form-group input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	opacity: 1;
	/* Firefox */
}

.top-right form .form-group input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
}

.top-right form .form-group input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
}

.top-right form .form-group input {
	background: transparent;
	color: #fff;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 8px 10px 8px 8px;
	border: 0;
	width: auto;
	opacity: 1;
}

header #search-block-form {
	padding: 0 0 0 15px;
	flex-flow: row wrap;
	position: relative;
}

.block-search-form-block .content.container-inline {
	float: right;
}

.region.region-header-top {
	padding: 0 15px;
}

header #search-block-form .search-icon-img {
	background: transparent;
	font-size: 0;
	border: 0;
	width: auto;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	padding: 15px 15px;
	background-position: 0px 5px;
	top: 0;
	margin: 0;
}

.play-icon {
	border: 1px solid var(--1, #E7392A);
	display: inline-block;
	padding: 13px 16px;
	color: var(--1, #E7392A);
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
}

.play-icon img {
	width: 24px;
	height: 24px;
	margin-right: 14px;
}

/*Contact Form*/

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact-form .form-group input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 0px;
	height: 55px;
	color: #000000;
	background: none;
	font-size: 15px;
	font-weight: 600;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	color: #797979;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 0px;
	color: #000000;
	height: 150px;
	resize: none;
	background: none;
	font-weight: 600;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
	border-color: #1e1e27;
}

form .form-actions input.form-submit {
	display: inline-flex;
	width: auto;
	margin-top: 5px;
	padding: 11px 44px 10px;
	height: auto;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form .form-group {
	width: 49%;
	float: left;
	padding: 0 15px;
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 90px 0px 70px;
}

.gallery-section .filters {
	margin-bottom: 55px;
	text-align: center;
}

.gallery-section .filters .filter-tabs {
	position: relative;
}

.gallery-section .filters li {
	position: relative;
	display: inline-block;
	color: #242424;
	padding: 0px 30px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
	color: #38c4dc;
	text-decoration: underline;
}

.gallery-block.mix {
	display: none;
}


.gallery-block {
	position: relative;
	margin-bottom: 30px;
}

.gallery-block .inner-box {
	position: relative;
	overflow: hidden;
}

.gallery-block .inner-box .image-box {
	position: relative;
}

.gallery-block .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-block .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgba(85, 182, 199, 0.90);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 10px 30px;
	vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	width: 55px;
	height: 55px;
	margin: 0px 3px;
	line-height: 54px;
	border-radius: 50%;
	background-color: #282828;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon:hover {}

.gallery-block .inner-box .lower-box {
	position: relative;
	padding-top: 20px;
}

.gallery-block .inner-box .lower-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 400;
}

.gallery-block .inner-box .lower-box h3 a {
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-block .inner-box .lower-box h3 a:hover {
	color: #fa9928;
}

.gallery-block .inner-box .lower-box .designation {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	color: #fa9928;
}

.gallery-block .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.gallery-section.fullwidth .gallery-block {
	position: relative;
	width: 20%;
	float: left;
	padding: 0px 15px;
}

.gallery-section.fullwidth .filter-list {
	padding: 0px 15px;
}

/*Comming Soon*/

.comming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	overflow-y: auto;
	background-size: cover;
}

.comming-soon:before {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.70);
}

.comming-soon .content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
}

.comming-soon .content .content-inner {
	position: relative;
	padding: 50px 15px;
	display: table-cell;
	vertical-align: middle;
}

.comming-soon .content .content-inner h2 {
	position: relative;
	color: #ffffff;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 80px;
}

.comming-soon .content .content-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	margin-top: 30px;
	margin-bottom: 60px;
}

/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
}

.time-counter .time-countdown .counter-column {
	position: relative;
	margin: 0px 15px 0px;
	width: 170px;
	height: 170px;
	text-align: center;
	display: inline-block;
	padding: 10px 0px 10px;
	border: 2px solid #edca9a;
	color: #edca9a;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	border-radius: 50%;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 40px;
	padding: 30px 10px;
	color: #edca9a;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}




.comming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 76px;
	font-size: 17px;
	color: #797979;
	overflow: hidden;
	padding: 10px 50px 10px 20px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 195px;
	height: 76px;
	line-height: 40px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	background: #E7392A;
	font-family: 'Montserrat', sans-serif;
}

/*Error Section*/

.error-section {
	position: relative;
	padding: 190px 0px 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.error-section .content {
	position: relative;
	text-align: center;
}

.error-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.60);
}

.error-section h1 {
	position: relative;
	color: #edca9a;
	font-size: 200px;
	font-weight: 700;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
}

.error-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

.error-section .text {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
}

.error-section .theme-btn {
	font-size: 30px;
	font-weight: 600;
	padding: 18px 32px 18px;
	font-family: 'Montserrat', sans-serif;
}

/*Blog Grid Section*/

.blog-grid-section {
	position: relative;
	padding: 100px 0px 20px;
}

.blog-grid-section {
	position: relative;
}

/*News Block Four*/

.news-block-four {
	position: relative;
	margin-bottom: 80px;
}

.news-block-four .inner-box {
	position: relative;
}

.news-block-four .inner-box .image {
	position: relative;
}

.news-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	min-height: 259px;
}

.news-block-four .inner-box .lower-content {
	position: relative;
	padding-top: 28px;
}

.news-block-four .inner-box .lower-content .post-date {
	position: relative;
	color: #E7392A;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
}

.news-block-four .inner-box .lower-content h3,
.news-block-four .inner-box .lower-content h2 {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 12px;
	text-align: left;
}

.news-block-four .inner-box .lower-content h3 a,
.news-block-four .inner-box .lower-content h2 a {
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover,
.news-block-four .inner-box .lower-content h2 a:hover {
	color: #E7392A;
}

.news-block-four .inner-box .lower-content .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-block-four .inner-box .lower-content .text p {
	color: #797979;
	text-align: left;
	line-height: 1.5;
}

/*Faq Page Section*/

.faq-section {
	position: relative;
	padding: 95px 0px 90px;
}

.faq-section h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.faq-section .text {
	position: relative;
	color: #000000;
	font-size: 17px;
	margin-bottom: 40px;
}



/*Sidebar Search Form*/

.faq-search-box {
	position: relative;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 50px;
}

.faq-search-box .form-group {
	position: relative;
	margin: 0px;
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	color: #222222;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	padding: 15px 15px 15px 20px;
	border: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 65px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 22px;
	color: #c0c0c0;
	background: none;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-search-box .form-group input:focus {
	border-color: #E7392A;
}






/***

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section {
	position: relative;
	padding: 85px 0px 50px;
	background-color: #edca9a;
}

.faq-form-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 50px;
	text-align: center;
}

.faq-form-section .form-group {
	position: relative;
	margin-bottom: 30px;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px 8px;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	height: 46px;
	font-size: 16px;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus {
	border-color: #E7392A;
}

.faq-form-section .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 0px 0px;
	color: #ffffff;
	height: 160px;
	background: none;
	resize: none;
	overflow: hidden;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-form-section .form-group .btn-style-one {
	padding: 11px 35px 10px;
	margin-top: 20px;
}

/*Offer Section*/

.offer-section {
	position: relative;
	padding: 90px 0px 70px;
}

.offer-section .sec-title {
	position: relative;
	margin-bottom: 16px;
}

.offer-section .text {
	position: relative;
	font-size: 20px;
	color: #242424;
	line-height: 1.7em;
	margin-bottom: 40px;
	padding-right: 20px;
}

.offer-form {
	position: relative;
	padding-right: 100px;
}

.offer-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.offer-form .form-group input[type="text"],
.offer-form .form-group input[type="email"],
.offer-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 20px;
	height: 55px;
	color: #a5a5a5;
	font-size: 15px;
	background-color: #ffffff;
	border: 1px solid #dadada;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.offer-form .form-group input[type="text"]:focus,
.offer-form .form-group input[type="email"]:focus,
.offer-form .form-group textarea:focus {
	border-color: #E7392A;
}

.offer-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 20px;
	color: #a5a5a5;
	height: 200px;
	font-size: 15px;
	resize: none;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #dadada;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.offer-form button {
	margin-top: 30px;
	padding: 11px 34px 10px;
}

.offer-section .image-column {
	position: relative;
}

.offer-section .image-column .image {
	position: relative;
	margin-bottom: 40px;
}

.offer-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.offer-section .image-column h2 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 14px;
}

.offer-section .image-column .offer-list {
	position: relative;
}

.offer-section .image-column .offer-list li {
	position: relative;
	color: #797979;
	font-size: 16px;
	margin-bottom: 6px;
}

/*Patient Section*/

.patient-section {
	position: relative;
	padding: 90px 0px 60px;
}

.patient-section .content-column {
	position: relative;
}

.patient-section .content-column .inner-column {
	position: relative;
}

.patient-section .content-column .inner-column .sec-title {
	position: relative;
	margin-bottom: 15px;
}

.patient-section .content-column .bold-text {
	position: relative;
	color: #242424;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.patient-section .content-column .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

/*Patient List*/

.patient-list {
	position: relative;
	margin-bottom: 40px;
}

.patient-list li {
	position: relative;
	margin-bottom: 20px;
}

.patient-list li a {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 50px;
	display: inline-block;
	max-width: 360px;
	width: 100%;
	text-align: center;
	background-color: #E7392A;
	font-family: 'Montserrat', sans-serif;
}

/*Patient Box*/

.patient-box {
	position: relative;
	margin-bottom: 40px;
	background-size: cover;
}

.patient-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(16, 34, 57, 0.92)
}

.patient-box .inner-box {
	position: relative;
	padding: 45px 25px;
}

.patient-box .inner-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
}

.patient-box .inner-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.2em;
	padding-bottom: 20px;
	margin-bottom: 18px;
}

.patient-box .inner-box h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background-color: #E7392A;
}

.patient-box .inner-box .text {
	position: relative;
	color: #ffffff;
	line-height: 1.7em;
	margin-bottom: 25px;
}

.patient-section .info-column h4 {
	position: relative;
	color: #242424;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 14px;
}

.patient-section .info-column .offer-list {
	position: relative;
}

.patient-section .info-column .offer-list li {
	position: relative;
	color: #797979;
	font-size: 16px;
	margin-bottom: 6px;
}

/*Therapists Section*/

.therapists-section {
	position: relative;
	padding: 100px 0px 50px;
}

.therapist-block {
	position: relative;
	margin-bottom: 50px;
}

.therapist-block .inner-box {
	position: relative;
}

.therapist-block .inner-box .image {
	position: relative;
}

.therapist-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.therapist-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(85, 182, 199, 0.90);
}

.therapist-block .inner-box .image .overlay-box .social-icon-two {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.therapist-block .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.therapist-block .inner-box .lower-box {
	position: relative;
	padding-top: 18px;
	text-align: center;
}

.therapist-block .inner-box .lower-box h3 {
	position: relative;
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 3px;
	font-family: 'Poppins', sans-serif;
}

.therapist-block .inner-box .lower-box h3 a {
	position: relative;
	color: #242424;
}

.therapist-block .inner-box .lower-box .designation {
	position: relative;
	color: #797979;
	font-size: 16px;
}

/*Therapists Single Section*/

.therapists-single-section {
	position: relative;
	padding: 100px 0px 75px;
}

.therapists-single-section .image-column {
	position: relative;
}

.therapists-single-section .image-column .inner-column {
	position: relative;
	padding-right: 70px;
}

.therapists-single-section .image-column .image {
	position: relative;
	margin-bottom: 50px;
}

.therapists-single-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.therapists-single-section .content-column {
	position: relative;
}

.therapists-single-section .content-column h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 18px;
}

.therapists-single-section .content-column .title {
	position: relative;
	color: #797979;
	font-size: 17px;
	font-style: italic;
	display: inline-block;
	margin-bottom: 15px;
}

.therapists-single-section .content-column .title:after {
	position: absolute;
	content: '';
	left: 110%;
	height: 2px;
	width: 50px;
	bottom: 4px;
	background-color: #E7392A;
}

.therapists-single-section .content-column .text {
	position: relative;
	margin-bottom: 60px;
}

.therapists-single-section .content-column .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.therapists-single-section .content-column h3 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 35px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

.therapists-single-section .content-column h3:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 10px;
	height: 3px;
	width: 50px;
	line-height: 1.2em;
	background-color: #E7392A;
}

.therapists-single-section .content-column .yearly-info {
	position: relative;
}

.therapists-single-section .content-column .yearly-info {
	position: relative;
}

.year-block {
	position: relative;
	margin-bottom: 28px;
}

.year-block .inner-box {
	position: relative;
	padding-left: 110px;
}

.year-block .inner-box .year {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #E7392A;
	font-size: 34px;
	font-weight: 700;
}

.year-block .inner-box h4 {
	position: relative;
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 12px;
}

.year-block .inner-box .year-text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
}

/***

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section {
	position: relative;
	padding: 100px 0px 60px;
	background-color: #f2f2f2;
}

.experiance-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.experiance-section .image-column .image {
	position: relative;
}

.experiance-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.experiance-section .content-column {
	position: relative;
}

.experiance-section .content-column h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

.experiance-section .content-column h2:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 10px;
	height: 2px;
	width: 50px;
	line-height: 1.2em;
	background-color: #E7392A;
}

.experiance-section .content-column .text {
	position: relative;
}

.experiance-section .content-column .inner-column {
	position: relative;
	padding-left: 25px;
}

.experiance-section .content-column .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 20px;
}

/***

====================================================================
	Doctor Section
====================================================================

***/

.doctor-section {
	position: relative;
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.doctor-section .content {
	position: relative;
	max-width: 670px;
	width: 100%;
	float: right;
}

.doctor-section .content .content-inner {
	position: relative;
	padding: 55px 50px 40px;
	background-color: #FCEBE3;
}

.doctor-section .content .content-inner h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.doctor-section .content .content-inner .title {
	position: relative;
	color: #242424;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

.doctor-section .content .content-inner .text {
	position: relative;
	color: #242424;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 5px;
}

/***

====================================================================
	Therapy Section
====================================================================

***/

.therapy-section {
	position: relative;
	padding: 90px 0px 80px;
}

.therapy-section .therapy-title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.therapy-section .therapy-title h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 18px;
}

.therapy-section .therapy-title .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	padding-bottom: 25px;
}

.therapy-section .therapy-title .text:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 84px;
	height: 2px;
	margin-left: -42px;
	background-color: #E7392A;
}

/*Therapy Block*/

.therapy-block {
	position: relative;
	margin-bottom: 40px;
}

.therapy-block .inner-box {
	position: relative;
	padding-top: 25px;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #dbdbdb;
}

.therapy-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 20px;
	color: #E7392A;
	font-size: 50px;
	line-height: 1em;
}

.therapy-block .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}

.therapy-block .inner-box h3 a {
	position: relative;
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.therapy-block .inner-box h3 a:hover {
	color: #5bb9c9;
}

.therapy-block .inner-box .arrow-box {
	position: absolute;
	bottom: -20px;
	width: 40px;
	height: 40px;
	color: #8e9092;
	text-align: center;
	line-height: 36px;
	margin-left: -16px;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
}

.therapy-block .inner-box:hover .arrow-box {
	color: #ffffff;
	border-color: #5bb9c9;
	background-color: #5bb9c9;
}

.therapy-section .btn-box {
	margin-top: 40px;
}

.therapy-section .btn-box .theme-btn {
	padding-left: 35px;
	padding-right: 35px;
}

/***

====================================================================
	Shop Section
====================================================================

***/

.shop-banner {
	position: relative;
	padding: 50px 0px 60px;
	background-size: cover;
}

.shop-banner .title-column {
	position: relative;
	margin-top: 100px;
}

.shop-banner .title-column h1 {
	position: relative;
	color: #ffffff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}

.shop-banner .title-column .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 50px;
}

.shop-banner .image-column {
	position: relative;
	text-align: center;
}

/***

====================================================================
	Shop Features Section
====================================================================

***/

.shop-features-section {
	position: relative;
	padding: 40px 0px 20px;
	background-color: #E7392A;
}

.feature-block {
	position: relative;
	margin-bottom: 20px;
}

.feature-block .inner-box {
	position: relative;
	padding-left: 90px;
}

.feature-block .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 56px;
	line-height: 1em;
	margin-bottom: 20px;
}

.feature-block .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.feature-block .inner-box h3 a {
	color: #ffffff;
}

.feature-block .inner-box .text {
	position: relative;
	color: #ffffff;
	line-height: 1.6em;
}

/***

====================================================================
	Shop Section
====================================================================

***/

.shop-section {
	position: relative;
	padding: 90px 0px 20px;
}

.shop-item {
	position: relative;
	margin-bottom: 80px;
}

.shop-item .inner-box {
	position: relative;
}

.shop-item .inner-box .image {
	position: relative;
}

.shop-item .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-item .inner-box .lower-content {
	position: relative;
	padding-top: 22px;
	text-align: center;
}

.shop-item .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
}

.shop-item .inner-box .lower-content h3 a {
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
	color: #E7392A;
}

.shop-item .inner-box .lower-content .price {
	position: relative;
	color: #E7392A;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

.shop-item .inner-box .lower-content .theme-btn {
	padding: 10px 34px 10px;
}

/***

====================================================================
	Products Section
====================================================================

***/

.products-section {
	position: relative;
	padding: 80px 0px 50px;
}

.products-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.70);
}

.products-section .product-column {
	position: relative;
}

.shop-item-two {
	position: relative;
	margin-bottom: 30px;
}

.shop-item-two .inner-box {
	position: relative;
	background-color: #f1f2f2;
}

.shop-item-two .inner-box .image {
	position: relative;
}

.shop-item-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-item-two .inner-box .lower-content {
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}

.shop-item-two .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
}

.shop-item-two .inner-box .lower-content h3 a {
	color: #242424;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item-two .inner-box .lower-content .price {
	position: relative;
	color: #E7392A;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}

.shop-item-two .inner-box .lower-content .theme-btn {
	padding: 10px 34px 10px;
}

.products-section .content-column {
	position: relative;
}

.products-section .content-column .inner-column {
	position: relative;
	padding-left: 45px;
	padding-bottom: 40px;
}

.products-section .content-column .inner-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 30px;
}

.products-section .content-column .inner-column h2 span {
	color: #E7392A;
	font-size: 40px;
	display: block;
}

.products-section .content-column .inner-column .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 35px;
}

.products-section .content-column .inner-column .theme-btn {
	padding: 15px 38px 13px;
}

/***

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section {
	position: relative;
	padding: 100px 0px;
}

.product-details .basic-details {
	position: relative;
	margin-bottom: 60px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

.product-details .image-column .image-box {
	padding-right: 40px;
}

.product-details .info-column .inner-column {
	position: relative;
	padding-left: 15px;
}

.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
	background-color: #f4f4f4;
}

.product-details .basic-details h4 {
	font-size: 32px;
	font-weight: 600;
	margin: -5px 0px 0px;
	line-height: 1.2em;
	color: #242424;
	padding-bottom: 20px;
}

.product-details .basic-details .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	padding: 25px 0px;
	margin-bottom: 22px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.product-details .basic-details .price {
	position: relative;
	color: #242424;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}

.product-details .basic-details .price span {
	font-weight: 700;
	font-size: 22px;
	color: #242424;
	margin-left: 10px;
	font-family: 'Lato', sans-serif;
}


/*.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;
}*/

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 46px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 11px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}

.product-details .basic-details .item-quantity {
	position: relative;
	/*float:left;
	width:85px;*/
	margin-bottom: 40px;
	/*margin-right:20px;	*/
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	color: #242424;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	margin-right: 20px;
	display: inline-block;
}

.product-details .basic-details .item-quantity .bootstrap-touchspin {
	width: 80px;
}






/***

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
	position: relative;
	margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e2e2e2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 16px;
	background: #E7392A;
	color: #ffffff;
	text-transform: unset;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	border: 1px solid transparent;
	padding: 11px 22px 9px;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -2px;
	width: 100%;
	height: 3px;
	opacity: 0;
	background-color: #E7392A;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::before {
	opacity: 1;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover:after,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #242424;
	border-color: #e2e2e2;
	background: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
	position: relative;
	padding: 50px 35px 30px;
	border: 1px solid #e2e2e2;
	border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content {
	position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
	position: relative;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 25px;
}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	color: #232527;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
}






/***

====================================================================
	Comments Area
====================================================================

 ***/

.shop-single .comments-area {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}

.shop-single .group-title {
	position: relative;
	margin-bottom: 40px;
}

.shop-single .group-title h2 {
	position: relative;
	font-size: 24px;
	color: #232628;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}

.shop-single .group-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 55px;
	height: 2px;
	background-color: #E7392A;
}

.shop-single .comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-single .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.shop-single .comments-area .comment-box:hover {
	border-color: #eb5310;
}

.shop-single .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 90px;
}

.shop-single .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}

.shop-single .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}

.shop-single .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #E7392A;
}

.shop-single .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

.shop-single .comments-area .comment-box .author-thumb img {
	width: 60px;
	display: block;
}

.shop-single .comments-area .comment-info {
	position: relative;
	color: #232527;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.shop-single .comments-area .comment-box .text {
	color: #848484;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.8em;
	margin-bottom: 0px;
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
}

.shop-comment-form h2 {
	position: relative;
	color: #232628;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}

.shop-comment-form h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 55px;
	height: 2px;
	background-color: #E7392A;
}

.shop-comment-form .group-title {
	margin-bottom: 20px;
}

.shop-comment-form .rating-box {
	position: relative;
	margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #848484;
	margin-bottom: 10px;
}

.shop-comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
	border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 6px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 14px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
	color: #E7392A;
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.shop-comment-form .form-group label {
	position: relative;
	color: #848484;
	font-size: 14px;
	font-weight: 400;
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
	border-color: #E7392A;
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 1px solid #efefef;
	height: 115px;
	font-weight: 300;
	background: #ffffff;
	resize: none;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form button {
	position: relative;
	margin-top: 10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
	border-color: #f06529;
}

.related-products {
	position: relative;
	padding: 95px 0px 20px;
	background-color: #f6f6f6;
}

/***

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 100px 0px 80px;
}

.cart-outer {
	position: relative;
}

.checkout-page .cart-outer {
	margin-bottom: 40px;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	background: #f4f5f6;
	color: #1c1c1c;
	border: 1px solid #ebebeb;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 13px 30px;
	font-weight: 600;
	font-size: 18px;
	text-transform: unset;
	border-right: 1px solid #ebebeb;
	font-family: 'Montserrat', sans-serif;
}

.cart-table thead tr th .fa {
	font-size: 18px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 25px 50px 20px;
}

.cart-table tbody tr .qty {
	width: 200px;
	padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: relative;
	width: 100px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
	font-weight: 500;
	color: #797979;
	font-size: 17px;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #1c1c1c;
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	font-size: 18px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #E7392A;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
	color: #797979;
	font-size: 17px;
	border-left: 1px solid #ebebeb;
}

.cart-table tbody tr td:last-child {
	border-right: 1px solid #ebebeb;
	text-align: center;
}

.cart-table tbody tr td .prod-title {
	position: relative;
	font-size: 17px;
	color: #797979;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #223555;
	border-radius: 50%;
}

.cart-section .cart-options {
	position: relative;
	padding: 25px 35px 10px;
	margin-bottom: 50px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	border-top: 0px;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 15px;
	padding: 8px 10px;
	border: 1px solid #eeeeee;
	width: 130px;
	height: 33px;
	background: #ffffff;
}

.cart-section .btn-style-two {
	padding: 4px 18px;
	line-height: 24px;
	border-radius: 3px;
	font-size: 15px;
}

.cart-section .cart-options .btn-style-one {
	top: -7px;
	padding-left: 32px;
	padding-right: 32px;
}

.cart-section .totals-table {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

.cart-section .totals-table li {
	line-height: 24px;
	padding: 14px 22px;
	border-bottom: 1px solid #ebebeb;
}

.cart-section .totals-table li:first-child {
	background-color: #f9f9f9;
}

.cart-section .totals-table li h3 {
	position: relative;
	font-weight: 600;
	color: #242424;
	font-size: 18px;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #242424;
	font-size: 17px;
	text-transform: unset;
}

.cart-section .totals-table li .col:last-child {
	text-align: right;
}

.cart-section .totals-table .total .price {
	color: #444444;
	font-weight: 700;
}

/*Default Gallery Section*/

.default-gallery-section {
	position: relative;
	padding-top: 20px;
	background-color: #f6f6f6;
}

/*Gallery Item*/

.gallery-item {
	position: relative;
}

.gallery-item .inner-box {
	position: relative;
}

.gallery-item .inner-box .image {
	position: relative;
}

.gallery-item .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-item .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	background-color: rgba(85, 182, 199, 0.60);
}

.gallery-item .inner-box .image .overlay-box .content {
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery-item .inner-box .image .overlay-box .content a {
	position: relative;
	top: 40%;
	margin-top: -20px;
	display: inline-block;
}

.gallery-item .inner-box .image .overlay-box .content a .icon {
	position: relative;

	width: 40px;
	height: 40px;
	color: #8d8d8d;
	font-size: 15px;
	border-radius: 50%;
	line-height: 40px;
	margin: 0px 4px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.gallery-item .inner-box .image .overlay-box .content .icon:hover {
	color: #ffffff;
	background-color: #E7392A;
}

.gallery-item .inner-box:hover .overlay-box {
	opacity: 1;
}

.default-gallery-section .gallery-item {
	padding: 0px;
}

/*Check Out Page*/

.checkout-page {
	position: relative;
	padding: 100px 0px 80px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 40px;
}

.checkout-page .default-links li {
	margin-bottom: 15px;
	line-height: 24px;
	padding: 18px 28px;
	background: #f9f9f9;
	color: #797979;
	font-size: 17px;
	font-weight: 600;
	border: 1px solid #ebebeb;
	font-family: 'Montserrat', sans-serif;
}

.checkout-page .default-links li a {
	color: #3ba5ea;
	text-decoration: underline;
}

.shop-form {
	position: relative;
}

.shop-form .billing-inner {
	position: relative;
	padding-right: 100px;
}

.shop-form .sec-title {
	margin-bottom: 30px;
}

.shop-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.billing-details .shop-form .form-group {
	margin-bottom: 20px;
}

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
	text-transform: unset;
	color: #797979;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.shop-form .form-group .field-label sup {
	color: #797979;
	font-size: 16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 16px;
	padding: 10px 15px;
	height: 38px;
	border: 1px solid #eeeeee;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.shop-form input.address-two {
	margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
	color: #c6c6c6;
}

.shop-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}

.shop-form select option {
	text-indent: 15px;
}

.shop-form textarea {
	resize: none;
	height: 100px !important;
	overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
	border-color: #E7392A;
}

/*Shop Order Box*/

.shop-order-box {
	position: relative;
	padding: 20px 22px 60px;
	border: 1px solid #d9d9d9;
	background-color: #fdfdfd;
}

.shop-order-box .order-list {
	position: relative;
}

.shop-order-box .order-list li {
	position: relative;
	color: #797979;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 12px;
	font-family: 'Montserrat', sans-serif;
}

.shop-order-box .order-list li span {
	float: right;
	font-size: 17px;
}

.shop-order-box .order-list li span.dark {
	color: #242424;
}

.shop-order-box .order-list li.total {
	padding: 8px 0px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.payment-options {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 600 !important;
	text-transform: unset;
	letter-spacing: 1px;
	color: #797979;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 600;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}

.what-we-do-sec {
	padding: 50px 0;
}

.medical-conditions {
	width: 350px;
	float: left;
}

.body-area {
	width: calc(100% - 700px);
	float: left;
}

.treatments {
	width: 350px;
	float: left;
	border: 1px solid #1F213033;
}

.treatments ul li a {
	display: block;
	text-align: left;
	padding: 12px 24px;
	border-top: 1px solid rgba(31, 33, 48, 0.1);
	font-size: 18px;
	line-height: 28.8px;
	color: #1F2130;
	transition: all 0.3s;
}

.treatments ul li a:hover {
	background: #E7392A;
	color: #fff;
}

.what-we-process {
	position: relative;
	padding-top: 64px;
}

.title.small-subheading:after {
	position: absolute;
	content: '';
	left: 105%;
	bottom: 5px;
	width: 50px;
	height: 2px;
	background-color: #E7392A;
}

.title.small-subheading {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 27px;
	font-style: italic;
	margin-bottom: 43px;
}

.downtown-sec {
	padding: 100px 0;
}

.downtown-sec .inner-box {
	background: rgba(252, 235, 227, 0.5);
	padding: 32px;
	height: 100%;
}

.downtown-sec .row.clearfix {
	display: flex;
}

.downtown-sec .inner-box h5 {
	line-height: 26.82px;
	font-size: 22px;
	font-weight: 600;
	color: #1F2130;
	margin-bottom: 10px;
}

.downtown-sec .inner-box a.btn-style-six {
	margin-top: 10px;
}

.downtown-sec .inner-box .text {
	font-size: 18px;
	line-height: 28.8px;
	color: #1F2130;
	margin-bottom: 16px;
}

.downtown-sec .inner-box .list-widget {
	margin-bottom: 16px;
}

.downtown-sec .inner-box .list-widget ul li {
	padding-left: 32px;
	margin-bottom: 0;
}

.downtown-sec .inner-box .list-widget ul li span.icon::before {
	color: #E7392A;
}

.downtown-sec .inner-box .list-widget ul li svg path {
	fill: #e7392a;
}

.downtown-sec .inner-box .list-widget ul li a {
	color: #1F2130;
	text-align: left;
}

.downtown-sec .inner-column img {
	margin-bottom: 32px;
}

.downtown-sec .inner-box a {
	min-width: 192px;
	text-align: center;
}

.downtown-sec .inner-box a.btn-style-six img {
	margin-right: 5px;
}

.downtown-sec .inner-box a.btn-style-six:hover {
	color: #262626;
	background: transparent;
	opacity: 0.5;
}

.team-sec {
	padding: 100px 0;
}

.header-sorting {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.header-sorting h2 {
	font-size: 40px;
	line-height: 48.76px;
	font-weight: 700;
	color: #1F2130;
}

.header-sorting form.shop-form select {
	width: 400px;
	font-size: 18px;
	line-height: 28.8px;
	color: #1F2130;
	padding: 16px 16px;
	height: 61px;
}

/* team page css */
.grid-team-member {
	width: 100%;
}

#parent {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1.2em;
	-moz-column-gap: 1.2em;
	column-gap: 1.2em;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

#parent .item {
	display: inline-block;
	background: #fff;
	padding: 0;
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

#parent .item.team-member {
	margin: 0;
	margin-bottom: 15px;
	min-height: 220px;
}

#parent .item.team-member .list-group {
	margin-bottom: 14px;
}

.item.team-member li {
	padding: 0;
	border: 0;
}

#parent .item img {
	max-width: 100%;
}

.masonary-description h6 {
	font-size: 15px;
	line-height: 24px;
	color: #E7392A;
	text-transform: uppercase;
	font-weight: 600;
}

.masonary-description b {
	font-weight: 600;
	font-size: 22px;
	line-height: 32.91px;
	font-family: 'Montserrat';
	color: #1F2130;
	display: block;
}

.masonary-description span {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #1f2130;
	font-family: 'Montserrat';
	display: block;
}

.masonary-description span.pronoun {
	font-size: 14px;
	display: block;
	color: #797979;
}

.masonary-description {
	position: absolute;
	left: 25px;
	top: 25px;
	pointer-events: none;
	z-index: 1;
	padding-right: 25px;
}

.team-member a {
	display: block;
	transition: all 0.3s;
	background-color: #f4f2f3;
}

.team-member a:hover {
	opacity: 0.6;
}

.rev_slider li.tp-revslider-slidesli iframe {
	width: 100%;
	height: 200%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

article.profile .label {
	color: #000;
	font-weight: 400;
	padding: 0;
	font-size: 16px;
}

#parent .views-row.size-460x220 .item img {
	margin-top: 100px;
}

.inner-box .image .store_hover_image {
	display: none;
}


@media only screen and (min-width: 300px) {
	#parent {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 600px) {
	#parent {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 900px) {
	#parent {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 1200px) {
	.footer-widget.links-widget .text {
		max-width: 210px;
		display: inline-block;
	}
}

.main-slider .tp-caption { text-align: center; }
.main-slider h2 { text-transform: uppercase; }
.main-slider a.btn-style-two { border-radius: 0 !important; text-transform: uppercase; padding:15px 30px !important; font-size: 16px !important; }

@media only screen and (max-width: 1400px) and (min-width: 991px){
    .main-slider a.btn-style-two { margin-top:30px !important; }
	.main-slider .tp-caption { max-width:700px !important; min-width:700px !important; }
}
@media(max-width:500px){
	.main-slider a.btn-style-two {
		padding: 15px 15px !important;
	  }
}
.modal-body {
	padding: 0;
}

.modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.modal-body:before {
	content: "";
	padding-bottom: 56.25%;
	display: block;
}

.modal-dialog {
	transform: translate(-50%, -50%) !important;
	top: 50%;
	left: 50%;
	margin: 0;
	max-width: 1100px;
	width: 100%;
}

.sec-title .flex {
	display: flex;
	justify-content: space-between;
}

.sidebar-blog-category h3 {
	color: #242424;
	font-size: 21px;
	margin-bottom: 20px;
}

.related-blog-title h2 {
	color: #242424;
	margin-bottom: 20px;
}

.content-side .news-block .lower-box .text a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

aside.sidebar .treatments {
	width: 100%;
}

aside.sidebar .medical-conditions {
	width: 100%;
	margin-bottom: 30px;
}

.ads img {
	width: 100%;
}

.ads {
	display: flex;
	gap: 10px;
}

.Description h2 {
	font-weight: 700;
	margin-top: -15px;
}

.Description * {
	color: #1e1e27;
}

.Description ul li {
	list-style-type: disc;
}

.Description p {
	font-size: 16px;
}

.privacy-content .Description {
	padding-top: 50px;
	padding-bottom: 50px;
}

.Description ul {
	padding-left: 20px;
	margin: 20px 0;
}

.main-footer .footer-bottom .text-center {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.videos-sec .inner-box h3 {
	font-weight: 700;
	color: #242424;
}

.videos-sec .inner-box {
	margin-bottom: 30px;
}

.videos-sec {
	padding: 100px 0;
}

.apply-now .gallery-image .col-md-6 .image img {
	height: 370px;
	object-fit: cover;
}

.apply-now .gallery-image .col-md-6 .image {
	margin-bottom: 10px;
}

.apply-now {
	padding: 100px 0;
}

.contact-form .check-box {
	display: flex;
	align-items: end;
	margin-bottom: 15px;
	gap: 10px;
}

.contact-form .check-box input {
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.check-box label {
	line-height: normal;
	margin-bottom: 0;
}

input:focus {
	outline: 0 !important;
	border: 0;
}

.search-result-sec {
	padding: 100px 0;
}

.search-result-sec label {
	display: block;
	color: #1e1e27;
}

.search-result-sec h1 {
	font-weight: bold;
}

.search-result-sec input.search-result {
	background: transparent;
	border: 2px solid #e7392a;
	padding: 6px 15px 7px 15px;
	margin-right: 5px;
}

.advance-search h2 {
	font-weight: bold;
}

.advance-search {
	padding-top: 50px;
}

.contact-section .row.clearfix {
	margin-top: 40px;
}

#head .body-part1 {
	fill: red;
}

#neck .body-part6 {
	fill: red;
}

#knee .body-part3 {
	fill: red;
}

#head .body-part4 {
	fill: red;
}

#hand .body-part13 {
	fill: red;
}




#back .body-part11,
#back .body-part12 {
	fill: red;
}

#hip .body-part14,
#hip .body-part15 {
	fill: red;
}

#elbow .body-part10 {
	fill: red;
}

#shoulder .body-part8 {
	fill: red;
}

#knee .body-part16 {
	fill: red;
}

#foot .body-part17,
#foot .body-part18 {
	fill: red;
}

.store-header .form-group,
.store-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	width: 100%;
}

.store-header .categories ul li.active a {
	border-bottom: 1px solid var(--1, #E7392A);
	color: #E7392A;
}

.store-header #custom-category-filter {
	width: calc(100% - 270px);
	float: left;
	text-align: right;
}

.store-header #custom-category-filter+.form-actions {
	display: none;
}

.store-header .categories {
	width: 100%;
	float: left;
	text-align: right;
}

#views-exposed-form-rose-store-page-1 {
	width: 100%;
}

#views-exposed-form-rose-store-page-1 .form-actions input {
	border-radius: 0;
	background: #e7392a;
	border-color: #e7392a;
	padding: 10px 20px;
	font-weight: 600;
}

.store-header .categories ul {
	display: inline-block;
	border-bottom: 1px solid #E6E6E6;
}

.store-header .categories ul li {
	display: inline-block;
}

.store-header .js-form-item,
.store-header .search-box {
	width: 270px;
	float: left;
	position: relative;
}

.store-header .categories ul li a {
	color: #797979;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	padding: 13px 24px;
	display: inline-block;
}

.store-header .categories ul li a:hover {
	color: #E7392A;
	border-bottom: 1px solid #E7392A;
}

.store-header .search-box .form-group {
	margin-bottom: 0;
}

.view-treatments .view-content.row,
.view-medical-conditions .view-content.row {
	margin: 0;
}

.view-medical-conditions .view-content.row {
	border: 1px solid rgba(31, 33, 48, 0.1);
}

.services-section .form-type-select {
	border: 1px solid #eeeeee;
	font-size: 18px;
	line-height: 28.8px;
	color: #1F2130;
	padding: 0 16px;
	height: 61px;
	margin-bottom: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.services-section header {
	float: left;
	width: 50%;
}

.services-section header h2 {
	font-size: 40px;
	line-height: 48.76px;
	font-weight: 700;
	color: #1F2130;
}

.services-section form {
	float: left;
	width: 50%;
	text-align: right;
}

.services-section .form-actions {
	display: none;
}

.services-section .form-type-select label,
.grid-team-member {
	float: left;
	z-index: 1;
	position: relative;
}

.service-page .services-single .field--name-body {
	padding: 0;
}

.node--type-testimonial .node--type-testimonial {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 15px;

}

.node--type-testimonial .node--type-testimonial h1 {
	color: #dd3a31;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 40px;
}

.node--type-testimonial .node--type-testimonial h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;

}

.contact-section .auto-container>h2 {
	font-size: 34px;
	font-weight: bold;
	color: #e7392a;
	text-transform: uppercase;
}

.contact-form .form-group.js-form-type-date input::placeholder {
	color: red !important;
}

.contact-form .radios--wrapper legend span {
	display: block;
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	color: #000;
	opacity: 0.4;
}

.node--type-testimonial .node--type-testimonial .node__content p {
	color: #1f2131;
	font-size: 18px;
	font-weight: 700;
}

.services-section .form-type-select select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	cursor: pointer;
	float: right;
	text-align: right;
	width: 100%;
	position: absolute;
	right: 0;
	padding: 15px 40px 15px 16px;
}

.services-section .form-type-select select {
	background-image: url(/sites/images/sorting-arrow.svg);
	background-repeat: no-repeat;
	background-position: 97%;
}

.node__content_wrap .field--type-text-with-summary>p {
	text-align: left;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 27.2px;
	font-weight: 400;
	color: #222;
}

.path-frontpage .news-section .column .sidebar-title {
	display: none;
}

.page-vocabulary-medical-conditions .view-taxonomy-term .view-content.row {
	margin: 0;
}

.page-vocabulary-medical-conditions .view-taxonomy-term .sidebar-page-container.service-page {
	padding-bottom: 0;
}

.content-medical-taxonomy,
.path-user .auto-container-default {
	position: static;
	max-width: 1200px;
	padding: 0px 0px;
	margin: 0 auto;
}

form#search-form .container-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

form#search-form .container-inline .form-type-search label {
	float: left;
	width: 195px;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 20px;
	color: #000;
}

form#search-form .container-inline .form-type-search input {
	float: left;
	width: calc(100% - 212px);
	margin-left: 15px;
	padding: 12px 10px;
	height: auto;
	font-size: 18px;
}

form#search-form .container-inline input.form-submit {
	width: auto;
	margin-left: 15px;
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #E7392A;
	display: inline-block;
	padding: 10px 21px;
	border-radius: 50px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
	border-color: #E7392A;
	height: auto;
}

input:focus {
	box-shadow: none !important;
}

.node_search-results li.list-group-item {
	margin-bottom: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #e7392a;
	border-color: #e7392a;
}

.pagination>li>a,
.pagination>li>span {
	color: #e7392a;
}

form.user-login-form input.form-submit {
	background-color: #e7392a;
	border-color: #e7392a;
	font-size: 18px;
	font-weight: 700;
}

form.user-login-form {
	margin: 70px 0;
}

form.user-login-form input:focus {
	border: 1px solid #e7392a;
}

.node--view-mode-teaser {
	padding-bottom: 40px;
	border: 0;
}

.video-box a.openModalBtn .flaticon-right-arrow-1 {
	background-image: url(../images/gridicons_play2.png);
	box-shadow: none;
	border: 0;
	background-repeat: no-repeat;
}

.video-box a.openModalBtn .flaticon-right-arrow-1:before {
	content: "\f197";
}

.video-box a.openModalBtn .flaticon-right-arrow-1:before {
	display: none;
}

.video-box figure.image {
	position: relative;
}

.video-box figure.image img.image-style-medium {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-box figure.image:after {
	content: "";
	padding-bottom: 60.25%;
	display: block;
}

.paragraph--type--content-with-image .row.clearfix {
	display: flex;
}

.paragraph--type--content-with-image .image-column .image {
	height: 100%;
	text-align: right;
}

.paragraph--type--content-with-image .image-column .image img {
	height: 100%;
	object-fit: cover;
}

.page-node-3 .sec-title h2:after {
	display: none;
}

.blog-page .node__content_wrap .field--type-text-with-summary>p {
	margin: 20px 0;

}

.blog-page .field--name-field-image.field__item {
	margin: 0;
}

.blog-page .our-blog .node--view-mode-teaser header h2.node__title a {
	font-weight: 700;
}

.node__content_wrap .field--name-body {
	position: static;
	max-width: 1200px;
	padding: 0px 15px 0 0;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 50px;
}


.sidebar-page-container.blog-page .content-side h1 {
	font-weight: 600;
	margin-bottom: 15px;
}

.treatments ul li a.active {
	background: #E7392A;
	color: #fff;
}

#edit-help-link {
	display: none
}

.search-advanced .criterion .checkbox .form-check {
	padding-left: 22px;
}

.search-advanced .criterion .checkbox .form-check label.form-check-label {
	padding-left: 0;
}

.search-advanced .criterion .checkbox .form-check input {
	margin-top: 7px;
}

.search-advanced .criterion {
	margin-bottom: 15px;
}

.search-advanced legend {
	border: 0;
}

.search-advanced .action input {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #E7392A;
	display: inline-block;
	padding: 11px 21px;
	border-radius: 50px;
	text-transform: unset;
	font-family: 'Montserrat', sans-serif;
	height: auto;
	border-color: #E7392A;
}

.path-search #block-mainpagecontent {
	padding: 50px 0;
}

.sidebar-page-container.blog-page .field--name-field-media-image {
	width: 100%;
}

.sidebar-page-container.blog-page .field--name-field-media-image img {
	max-width: none;
	height: auto;
	width: 100%;
}

.blog-page h2 {
	margin-top: 20px;
	line-height: 35px;
	margin-bottom: 10px;
	clear: both;
	font-weight: 500;
}

h1 strong,
h2 strong,
h3 strong {
	display: block;
}

.news-block .field__item::after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.news-block .field__item {
	position: relative;
}

.news-block .field__item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.welcome-section.full-content-with-bg .row {
	display: block;
}

.welcome-section.full-content-with-bg .content-column {
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
}

.welcome-section.full-content-with-bg .content-column .inner-column {
	padding: 0;
}

.welcome-section.full-content-with-bg {
	padding: 20px 0;
}

.welcome-section.full-content-with-bg h1 {
	color: #E7392A;
	font-weight: 600;
	font-size: 42px;
}

.welcome-section.full-content-with-bg .content-column .text p {
	font-size: 24px;
}

.welcome-section.full-content-with-bg {
	padding: 20px 0;
	min-height: 300px;
}

.page-title.image {
	padding: 0;
	min-height: 400px;
}

/*
.location-outer {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.location-outer .location-right {
  width: 60%;
}

.location-outer .location-left {
  width: 40%;
  padding-right: 100px;
}
.location-outer .location-left h2 {
  font-weight: 600;
  color: #E7392A;
  line-height: 120%;
  margin-bottom: 20px;
}

.location-outer .location-left p {
  font-weight: 500;
  font-size: 20px;
}

.location-right.landscapse-map {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
.location-right.portrait-map {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.location-outer .location-right img {
  max-width: 100%;
  width: 100%;
} */

.testimonials-new .testimonials-head {
	display: flex;
	justify-content: space-between;
}

.testimonials-new .testimonials-right-inner {
	display: inline-flex;
	align-items: center;
}

.testimonials-new .testimonials-right-inner p {
	text-transform: uppercase;
	margin: 0;
}

.testimonials-new .testimonials-left h2 {
	font-size: 48px;
	max-width: 640px;
}

.testimonials-new .testimonials-left p {
	font-size: 24px;
	color: #000;
	opacity: 0.7;
	max-width: 600px;
}

#parent .parent {
	margin-bottom: 15px;
}


.location-main-info {
	display: flex;
	gap: 30px;
}

.location_block .sec-title {
	width: calc(100% - 320px);
	float: left;
	padding-right: 20px;
}

.location_block .sec-title h2 {
	font-weight: 600;
	font-size: 30px;
	text-transform: unset;
	color: #1e1e27;
	line-height: 1.6em;
}

.location_block .sec-title .text {
	font-size: 20px;
	line-height: 28px;
	color: #1e1e27;
	margin-top: 0;
}

.location_block .location-main-right {
	width: 320px;
	float: left;
}

.location_block .tel-icon {
	background: url("../images/telephone.png")no-repeat;
	background-position: center center;
	min-width: 28px;
	margin-right: 14px !important;
	margin-top: 5px;
}

.location-map-inner .map-icon {
	background: url("../images/map.png")no-repeat;
	background-position: center center;
}

.location-map-inner .clock-icon {
	background: url("../images/clock.png")no-repeat;
	background-position: center center;
}

.location_block .email-icon {
	background: url("../images/envelope.png")no-repeat;
	background-position: center center;
	min-width: 28px;
	margin-right: 15px !important;
}

.location_block .tel-icon,
.location-map-inner .map-icon,
.location-map-inner .clock-icon,
.location_block .email-icon {
	height: 30px;
	width: 30px;
	background-size: 28px;
	margin-right: 35px;
}

.location_block .location-main-right .detail-outer {
	display: flex;
	margin-bottom: 30px;
}

.location_block .location-main-right .detail-outer h3 a {
	display: block;
}

.location_block .location-main-right .detail-outer h4 {
	font-weight: 600;
}

.location_block .location-main-right .detail-outer h4 a {
	display: block;
	color: #1e1e27;
	font-weight: 400;
}

.location_block .location-main-right .detail-outer h4 a:hover {
	color: #e7392a;
}

.locations_hours {
	clear: both;
}

.locations_hours h3 {
	font-weight: 600;
	line-height: 1.6em;
	font-size: 24px;
	color: #1e1e27;
}

.locations_hours p {
	font-size: 18px;
	font-weight: 400;
}

.location-with-map .location-map-inner {
	display: flex;
}

.location-with-map .location-map-inner .location-map-left {
	width: 40%;
}

.location-with-map .location-map-inner .location-map-right {
	width: 60%;
	position: relative;
}

.location-with-map .location-map-inner .location-map-right iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}

.location-map-right p {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #e7392a;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
}

.location-with-map .location-map-inner .location-map-left {
	width: 40%;
	padding: 20px;
}

.location-with-map .location-map-inner {
	display: flex;
	margin-top: 40px;
	background: #f7f7f7;
}


.location-with-map .location-map-inner .detail-outer {
	display: flex;
}

.location-map-inner .map-icon,
.location-map-inner .clock-icon {
	margin-left: 25px;
}

.location-map-inner .address-info {
	width: calc(100% - 85px);
}

.node-readmore.nav-link a {
	display: inline-block;
	border: 1px solid #e7392a;
	padding: 6px 15px;
	margin-top: 10px;
	text-transform: capitalize;
}

.location-with-map .location-map-inner .location-map-left .detail-outer {
	margin-bottom: 30px;
}

.location-with-map .location-map-inner .location-map-left .clock-icon,
.location-with-map .location-map-inner .location-map-left .map-icon {
	margin-top: 10px;
}

.location-map-inner .address-info p {
	font-size: 18px;
	margin: 0;
}

.location-map-inner .address-info a {
	font-weight: bold;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 25px;
	font-size: 18px;
}

.location-map-inner .address-info a:hover {
	text-decoration: underline;
	color: #e7392a;
}

.location-map-inner .address-info a:focus,
.location-map-inner .address-info a:hover {
	color: #e7392a;
}

.node-readmore.nav-link a:hover {
	background: #e7392a;
}

.blog-page .content-side .our-blog {
	padding-left: 4px;
	padding-right: 4px;
}

.node--type-blog .news-block-three .inner-box .lower-content {
	background-color: #FEF5F1;
	padding: 15px;
	min-height: 225px;
}

.node--type-blog .news-block-three .inner-box .lower-content .upper-box h3 {
	font-size: 16px;
	line-height: 19.5px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.node--type-blog .news-block-three .inner-box .lower-content .lower-box .text p {
	font-size: 15px;
	line-height: 19px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.node--type-blog .news-block-three .inner-box .lower-content .lower-box a.theme-btn {
	background: #e7392a;
	color: #fff;
	padding: 4px 18px;
}

.node--type-blog .news-block-three .inner-box .lower-content .lower-box a.theme-btn:hover {
	background: #000;
	border-color: #000;
}

.blog-page .content-side .our-blog {
	padding-bottom: 18px;
}

.content-side nav {
	clear: both;
	width: 100%;
}

.content-side nav {
	clear: both;
	padding-left: 10px;
}

@media(max-width: 991px) {
	.store-header .form-group {
		flex-wrap: wrap;
	}

	.store-header .categories ul,
	.store-header #custom-category-filter {
		width: 100%;
	}

	.store-header .categories {
		text-align: left;
	}

	.about-section .image-column .image {
		height: 275px;
		border-radius: 0;
	}
}

@media(max-width: 767px) {
	.location_block .sec-title {
		padding-right: 0;
	}

	.location_block .tel-icon,
	.location-map-inner .map-icon,
	.location-map-inner .clock-icon,
	.location_block .email-icon {
		margin-right: 20px;
	}

	.store-header .js-form-item,
	.store-header #custom-category-filter {
		width: 100%;
	}

	.store-header .categories {
		text-align: left;
	}

	.store-header .categories ul li a {
		padding: 10px 12px;
	}

	/* .node__content_wrap .field--type-text-with-summary>p iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		padding: 0 30px;
	}

	.node__content_wrap .field--type-text-with-summary>p:after {
		content: "";
		padding-bottom: 47.56%;
		display: block;
	} */

	.node__content_wrap .field--type-text-with-summary>p {
		position: relative;
	}

	.field--name-field-fancy-bullets {
		padding: 40px 0 60px 0;
	}

	.about-section .flex-reverse .image-column .image {
		border-radius: 0 0 0px 0 !important;
	}

	.modal-dialog {
		padding: 0 20px;
	}
}

.front-page-node-content section.node--type-service.page-title,
.front-page-node-content .node__meta {
	display: none;
}

.title.small-subheading.extra::after {
	left: 60px;
}


.team-hiring-block {
	background: #E7392A;
	padding: 10px;
	text-align: center;

}

.team-hiring-block p {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	margin: 0;
}

.hiring-block h3 {
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
}

.hiring-block h3 em {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
}

.hiring-block h3 span {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Lato;
	display: block;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
	margin-top: 20px;
}


.hiring-block a.btn {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	display: inline-block;
	margin-top: 20px;
	padding: 8px 30px;
}

.hiring-block a.btn:hover {
	background: #fff;
	color: #000;
}

#block-hiringblock {
	border: 1px solid #fff;
}

#block-hiringblock h2 {
	display: none;
}

form#views-exposed-form-taxonomy-term-page-1 {
	display: none;
}

.tparrows.metis {
	display: none;
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
	top: 701px !important;
}

.title.small-subheading .field--name-field-text-single.field__item {
	font-style: normal;
}

.paragraph--type--slider {
	position: relative;
	background-color: #000;
}

.paragraph--type--slider::after {
	content: "";
	display: block;
	padding-bottom: 52%;
}

.paragraph--type--slider .main-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.embedded-entity {
	float: left;
	margin: 20px 0;
}

.field--name-body li::marker {
	font-weight: bold;
	color: #000;
}

.field--name-body ol li {
	list-style: inherit;
	color: #222;
}

.field--name-body ul li {
	list-style: disc;
	color: #222;
}

.field--name-body ul,
.field--name-body ol {
	padding-left: 20px;
}

.field--name-body ul li strong,
.field--name-body ol li strong {
	color: #000;
}

.fade.show {
	opacity: 1;
}

.alert.fade.show {
	display: flex !important;
	align-items: baseline;
	gap: 15px;
}

.alert.fade.show svg {
	height: 20px !important;
}

.contact-section .title-column ul li.contact-info a {
	display: block;
	margin-bottom: 10px;
}

.node__content_wrap .field--name-body .basic-page-body {
	padding-top: 50px;
}

.tp-revslider-slidesli::after {
    content: "";
    display: block;
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    pointer-events: none;
}

@media(max-width: 991px) {
	.paragraph--type--slider::after {
		padding-bottom: 58%;
	}
}

@media(max-width: 767px) {
	.paragraph--type--slider::after {
		padding-bottom: 70%;
	}
}