* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-style: normal;
	font-family: "Brygada 1918", Sans-serif;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-Bold.woff2') format('woff2'), url('Brygada1918-Bold.woff') format('woff'), url('Brygada1918-Bold.svg#Brygada1918-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-Medium.woff2') format('woff2'), url('Brygada1918-Medium.woff') format('woff'), url('Brygada1918-Medium.svg#Brygada1918-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-BoldItalic.woff2') format('woff2'), url('Brygada1918-BoldItalic.woff') format('woff'), url('Brygada1918-BoldItalic.svg#Brygada1918-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-MediumItalic.woff2') format('woff2'), url('Brygada1918-MediumItalic.woff') format('woff'), url('Brygada1918-MediumItalic.svg#Brygada1918-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-Italic.woff2') format('woff2'), url('Brygada1918-Italic.woff') format('woff'), url('Brygada1918-Italic.svg#Brygada1918-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-Regular.woff2') format('woff2'), url('Brygada1918-Regular.woff') format('woff'), url('Brygada1918-Regular.svg#Brygada1918-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-SemiBoldItalic.woff2') format('woff2'), url('Brygada1918-SemiBoldItalic.woff') format('woff'), url('Brygada1918-SemiBoldItalic.svg#Brygada1918-SemiBoldItalic') format('svg');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brygada 1918';
	src: url('Brygada1918-SemiBold.woff2') format('woff2'), url('Brygada1918-SemiBold.woff') format('woff'), url('Brygada1918-SemiBold.svg#Brygada1918-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Regular.woff2') format('woff2'), url('DMSans-Regular.woff') format('woff'), url('DMSans-Regular.svg#DMSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Bold.woff2') format('woff2'), url('DMSans-Bold.woff') format('woff'), url('DMSans-Bold.svg#DMSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Medium.woff2') format('woff2'), url('DMSans-Medium.woff') format('woff'), url('DMSans-Medium.svg#DMSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-SemiBold.woff2') format('woff2'), url('DMSans-SemiBold.woff') format('woff'), url('DMSans-SemiBold.svg#DMSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.jmedfixbar {
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	background: #edeef2;
	border-bottom: 1px solid #fff;
	width: 100%;
	z-index: 99;
	transition: all 0.4s ease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out, margin 0s!important;
}
.jmedfixbar.sticky {
	position: fixed;
	background: #edeef2;
	transition: all 0.9s ease;
	z-index: 9999;
}
.jmedfixbar.sticky .jmedlogo {
	background: url(../images/jmed-logo.png) no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.jmedfixbar.sticky .jmedmnubar {
	margin-top: 20px;
}
.jmedfixbar.sticky .quick-booking-btn {
	margin-top: 15px;
}
header .jmedlogo {
	float: left;
	background: url(../images/jmed-logo.png) no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 60px;
	margin: 15px 0 15px 5px;
	transition: all 0.9s ease;
}
header .jmedlogo a {
	display: block;
}
header .jmedmnubar {
	float: left;
	margin: 30px 0 0 55px;
	transition: all 0.9s ease;
}
header .jmedmnubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .jmedmnubar ul li {
	float: left;
	position: relative;
	padding: 0 15px;
}
header .jmedmnubar ul li a {
	position: relative;
	display: block;
	color: #273171;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
header .jmedmnubar ul li a.drpmnu {
	margin-right: 23px;
}
header .jmedmnubar ul li a.drpmnu::after {
	content: "";
	position: absolute;
	top: 11px;
	right: -18px;
	width: 13px;
	height: 8px;
	background: url(../images/drop-mnu-icn.jpg) no-repeat;
	background-size: 13px 8px;
}
header .jmedmnubar ul li a:hover {
	color: #1f2a5c;
	font-weight: bold;
	text-decoration: none;
}
header .jmedmnubar ul li a:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #edeef2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
header .jmedmnubar ul li a:hover:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #a6d698;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 100;
}
header .jmedmnubar li>.sub-menu {
	position: absolute;
	min-width: 100%;
	width: 230px;
	background: #f4f4f4;
	padding: 0;
	z-index: 99;
	left: 0;
	top: 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
}
header .jmedmnubar li:hover>.sub-menu {
	top: 40px;
	text-align: left;
	opacity: 100;
	visibility: visible;
	padding: 15px 10px;
}
header .jmedmnubar li:hover>.sub-menu a {
	display: block;
	font-size: 13px;
	line-height: 24px;
	padding: 6px 0 7px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header .jmedmnubar li:hover>.sub-menu a:hover {
	color: #1f2a5c;
}
header .jmedmnubar li>.sub-menu li {
	float: none;
}
header .quick-booking-btn {
	float: right;
	margin: 25px 15px 0 0;
}
header .quick-booking-btn a {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #a6d698;
	background: #1f2a5c;
	border-radius: 7px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 10px;
	margin: 0;
}
header .quick-booking-btn a:hover {
	background: #a6d698;
	color: #1f2a5c;
	text-decoration: none;
}
/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background: #000;
	margin: 5px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 290px;
	height: 100%;
	background: #fff;
	padding: 30px 10px 10px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: inline-block;
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #000;
}
header .mobBar .mobNav li h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #de3232;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #000;
}
/** END **/
.jmedbanner-hero-section {
	position: relative;
	width: 100%;
	height: 650px;
	background: url(../images/home-page-banner-hero1.jpg) no-repeat center top;
	background-size: cover;
}
.jmedbanner-hero-section .mainhero-bantxt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 100%;
	padding: 0 3%;
}
.jmedbanner-hero-section .mainhero-bantxt h4 {
	width: 70%;
	font-size: 35px;
	color: #fff;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.jmedbanner-hero-section .book-consultation-btn {
	display: inline-block;
	margin: 30px 40px 0;
}
.jmedbanner-hero-section .book-consultation-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.jmedbanner-hero-section .book-consultation-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.jmedbanner-hero-section .explore-treatments-btn {
	display: inline-block;
	margin: 30px 30px 0;
}
.jmedbanner-hero-section .explore-treatments-btn a {
	display: block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	border-radius: 3px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.jmedbanner-hero-section .explore-treatments-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	padding: 8px 60px 8px 18px;
	color: #fff;
	text-decoration: none;
}
.jmed-abtclinc-section {
	position: relative;
	padding: 80px 0;
}
.jmed-abtclinc-section .ptbx {
	padding: 40px 40px 0 100px;
}
.jmed-abtclinc-section h1 {
	font-size: 38px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.jmed-abtclinc-section h2 {
	font-size: 20px;
	color: #7ea573;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0;
}
.jmed-abtclinc-section h5 {
	font-size: 20px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.jmed-abtclinc-section h6 {
	font-size: 20px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
	margin: 20px 0 0;
	padding: 0;
}
.jmed-abtclinc-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.jmed-abtclinc-section .about-clinc-btn {
	display: inline-block;
	margin: 30px 0 0;
}
.jmed-abtclinc-section .about-clinc-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.jmed-abtclinc-section .about-clinc-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.jmed-abtclinc-section .about-imgbx {
	width: 105%;
	margin-left: -5%;
}
.jmed-abtclinc-section .about-imgbx img {
	width: 100%;
	height: auto;
}
.jmed-ourtreatments-section {
	position: relative;
	padding: 30px 0 80px 0;
}
.jmed-ourtreatments-section .cntbx {
	text-align: center;
}
.jmed-ourtreatments-section .cntbx h3 {
	font-size: 38px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.jmed-ourtreatments-section .cntbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 32%;
}
.jmed-ourtreatments-section .treatmentbx {
	position: relative;
	width: 23%;
	float: left;
	margin: 15px 0 15px 20px;
	transition: transform 0.3s;
}
.jmed-ourtreatments-section .treatmentbx:hover {
	transform: translateY(-5px);
}
.jmed-ourtreatments-section .treatmentbx img {
	display: block;
	width: 100%;
	height: auto;
}
.jmed-ourtreatments-section .treatmentbx .overlaytbx {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 20, 55, 0.5);
	padding: 70px 12px 0;
}
.jmed-ourtreatments-section .treatmentbx .overlaytbx h3 {
	font-size: 35px;
	color: #fff;
	line-height: 46px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.jmed-ourtreatments-section .treatmentbx .overlaytbx h4 {
	font-size: 30px;
	color: #fff;
	line-height: 46px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.jmed-ourtreatments-section .treatmentbx .overlaytbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #f5f5f5;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.jmed-meetfounder-section {
	position: relative;
	padding: 0 0 50px;
}
.jmed-meetfounder-section .ptbx {
	padding: 40px 0 0 20px;
	width: 86%;
}
.jmed-meetfounder-section h3 {
	width: 70%;
	font-size: 38px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.jmed-meetfounder-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.jmed-meetfounder-section .abtfounder-btn {
	display: inline-block;
	margin: 30px 0 0;
}
.jmed-meetfounder-section .abtfounder-btn a {
	display: block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/g-arw.jpg) no-repeat 90% 12px #a6d698;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 50px 8px 18px;
	margin: 0 auto;
}
.jmed-meetfounder-section .abtfounder-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 90% 12px #1f2a5c;
	padding: 8px 50px 8px 18px;
	color: #fff;
	text-decoration: none;
}
.jmed-meetfounder-section .aboutfounder-imgbx {
	width: 100%;
	padding: 0 10%;
}
.jmed-meetfounder-section .aboutfounder-imgbx img {
	width: 100%;
	height: auto;
}
.jmed-stretchmark-section {
	position: relative;
	padding: 30px 0 50px;
	background: url(../images/stretch-mark-bg.jpg) no-repeat center;
	background-size: 98% 98%;
}
.jmed-stretchmark-section .cntbx {
	text-align: center;
	padding: 0 100px;
}
.jmed-stretchmark-section .cntbx h3 {
	font-size: 38px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.jmed-stretchmark-section .cntbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 25px;
}
.jmed-stretchmark-section .marktbx {
	position: relative;
	width: 31%;
	float: left;
	text-align: center;
	margin: 15px 0 15px 20px;
	padding: 50px 15px;
	transition: transform 0.3s;
	background: #d3d5df;
	border-radius: 20px;
}
.jmed-stretchmark-section .marktbx:hover {
	transform: translateY(-5px);
}
.jmed-stretchmark-section .marktbx h3 {
	font-size: 25px;
	color: #1f2a5c;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding: 0;
}
.jmed-stretchmark-section .marktbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #3b3b3b;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.jmed-stretchmark-section .knowmore-btn {
	display: block;
	margin: 50px 0 0;
	text-align: center;
}
.jmed-stretchmark-section .knowmore-btn a {
	display: inline-block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/g-arw.jpg) no-repeat 90% 12px #a6d698;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 50px 8px 18px;
	margin: 0 auto;
}
.jmed-stretchmark-section .knowmore-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 90% 12px #1f2a5c;
	padding: 8px 50px 8px 18px;
	color: #fff;
	text-decoration: none;
}
.jmed-whychose-clinicaq-section {
	position: relative;
	padding: 120px 0;
	background: #f7f9fb;
}
.jmed-whychose-clinicaq-section .lftbx {
	padding: 0 0 0 80px;
	width: 95%;
}
.jmed-whychose-clinicaq-section .lftbx h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.jmed-whychose-clinicaq-section .lftbx p {
	font-family: 'DM Sans';
	font-size: 16px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.jmed-whychose-clinicaq-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 0 0 10px -40px;
	width: 95%;
	float: left;
}
.jmed-whychose-clinicaq-section .card-header {
	font-family: 'DM Sans';
	font-size: 16px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff!important;
	border: 1px solid #e7e7e7;
	border-radius: 5px!important;
	background-color: inherit;
	padding: 0;
	margin: 0!important;
}
.jmed-whychose-clinicaq-section .card-header::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 15px;
	width: 19px;
	height: 20px;
	background-image: url(../images/dwnicn.jpg);
	background-repeat: no-repeat;
	background-size: 19px 20px;
}
.jmed-whychose-clinicaq-section .card-header #collapseOne .show::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 15px;
	width: 19px;
	height: 20px;
	background-image: url(../images/upnicn.jpg);
	background-repeat: no-repeat;
	background-size: 19px 20px;
	transition: transform .2s ease-in-out;
}
.jmed-whychose-clinicaq-section .text-left {
	font-family: 'DM Sans';
	margin: 0;
	padding: 14px 30px;
	border: none;
}
.jmed-whychose-clinicaq-section .faqcontent {
	border-radius: 101px;
	padding: 30px 65px;
}
.jmed-whychose-clinicaq-section .faqcontent p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.jmed-whychose-clinicaq-section .faqcontent p a {
	font-family: 'DM Sans';
	color: #585858;
	text-decoration: none;
}
.jmed-whichprocedure-section {
	position: relative;
	background: #f4faf2;
	margin: 50px 0;
}
.jmed-whichprocedure-section .lftbx {
	padding: 50px 0 50px 20px;
}
.jmed-whichprocedure-section .lftbx h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.jmed-whichprocedure-section .lftbx p {
	font-family: 'DM Sans';
	font-size: 21px;
	color: #555;
	line-height: 31px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.jmed-whichprocedure-section .lftbx .request-btn {
	display: inline-block;
	margin: 15px 0 0;
}
.jmed-whichprocedure-section .lftbx .request-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.jmed-whichprocedure-section .lftbx .request-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.jmed-whichprocedure-section .procedure-imgbx {
	width: 100%;
	position: relative;
	right: -15px;
}
.jmed-whichprocedure-section .procedure-imgbx img {
	width: 100%;
	height: auto;
}
.jmed-makeappointment-section {
	position: relative;
	padding: 50px 0;
}
.jmed-makeappointment-section .lft-adrstbx {
	width: 100%;
	float: left;
	padding: 0 50px 0 30px;
}
.jmed-makeappointment-section .lft-adrstbx h5 {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}
.jmed-makeappointment-section .lft-adrstbx h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	margin: 0 0 10px;
	padding: 0;
}
.jmed-makeappointment-section .lft-adrstbx p {
	font-family: 'DM Sans';
	font-size: 16px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.jmed-makeappointment-section .adrdetail-bx {
	width: 100%;
	float: left;
	padding: 0;
}
.jmed-makeappointment-section .adrdetail-bx ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.jmed-makeappointment-section .adrdetail-bx ul li {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 20px 0;
}
.jmed-makeappointment-section .adrdetail-bx ul li.bdr {
	border-bottom: 1px solid #e2e1df;
}
.jmed-makeappointment-section .adrdetail-bx ul li.bdr1 {
	width: 52%;
	border-right: 1px solid #e2e1df;
}
.jmed-makeappointment-section .adrdetail-bx ul li.bdr2 {
	width: 47%;
	padding-left: 30px;
}
.jmed-makeappointment-section .adrdetail-bx ul li .lt {
	float: left;
	width: 5%;
}
.jmed-makeappointment-section .adrdetail-bx ul li .rt {
	float: right;
	width: 95%;
}
.jmed-makeappointment-section .adrdetail-bx ul li.bdr1 .rt {
	width: 90%;
}
.jmed-makeappointment-section .adrdetail-bx ul li.bdr2 .rt {
	width: 86%;
}
.jmed-makeappointment-section .adrdetail-bx ul li h6 {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.jmed-makeappointment-section .adrdetail-bx ul li p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.jmed-makeappointment-section .adrdetail-bx ul li p a {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	text-decoration: none;
}
.jmed-makeappointment-section .adrdetail-bx ul li p a:hover {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.jmed-makeappointment-section .appointment-inquirform {
	width: 100%;
	float: left;
	padding: 0 50px;
}
.jmed-makeappointment-section .appointment-inquirform .inpbx {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.jmed-makeappointment-section .appointment-inquirform label {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.jmed-makeappointment-section .appointment-inquirform .inpnme {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.jmed-makeappointment-section .appointment-inquirform .inpnme::placeholder {
 color: #555;
 font-weight:normal;
}
.jmed-makeappointment-section .appointment-inquirform .inpnme::focus {
 background: #fff;
 border: 1px solid #dddddd;
}
.jmed-makeappointment-section .appointment-inquirform .inpeml {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.jmed-makeappointment-section .appointment-inquirform .inpeml::placeholder {
 color: #555;
 font-weight:normal;
}
.jmed-makeappointment-section .appointment-inquirform .inpnme::focus {
 background: #fff;
 border: 1px solid #dddddd;
}
.jmed-makeappointment-section .appointment-inquirform .selectbx {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.jmed-makeappointment-section .appointment-inquirform .datebx {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.jmed-makeappointment-section .appointment-inquirform .sbmt-btn {
	display: inline-block;
	font-family: "Brygada 1918", Sans-serif;
	font-size: 13px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 25px;
	padding: 5px 20px;
	margin: 5px 0 0;
	background: #a6d698;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.jmed-makeappointment-section .appointment-inquirform .sbmt-btn:hover {
	color: #fff;
	background: #1f2a5c;
	border-radius: 3px;
}
.ftrjmed-wrp {
	position: relative;
	background: #d3d5df;
}
.ftrjmed-wrp .jmed-havequestion {
	position: relative;
	padding: 50px 0 20px;
	border-bottom: 1px solid #e8e9ef;
}
.ftrjmed-wrp .jmed-havequestion .lftbx {
	padding: 37px 0 50px 45px;
}
.ftrjmed-wrp .jmed-havequestion .lftbx .ftlgo {
	display: block;
	width: 230px;
	height: auto;
	margin: 0 0 25px 20px;
}
.ftrjmed-wrp .jmed-havequestion .lftbx h3 {
	font-size: 30px;
	color: #1f2a5c;
	line-height: 38px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.ftrjmed-wrp .jmed-havequestion .lftbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.ftrjmed-wrp .jmed-havequestion .lftbx .getintouch-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.ftrjmed-wrp .jmed-havequestion .lftbx .getintouch-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.ftrjmed-wrp .jmed-havequestion .lftbx .getintouch-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.ftrjmed-wrp .jmed-havequestion .location-mapbx {
	width: 100%;
}
.ftrjmed-wrp .jmed-havequestion .location-mapbx iframe {
	width: 100%;
	height: 305px!important;
	border: none;
}
.ftrjmed-wrp .jmed-havequestion .get-dricn-btn {
	display: block;
}
.ftrjmed-wrp .jmed-havequestion .get-dricn-btn a {
	display: block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 20px 0 0;
	margin: 0;
}
.ftrjmed-wrp .jmed-havequestion .get-dricn-btn a:hover {
	color: #fff;
	text-decoration: none;
}
.ftrjmed-wrp .jmed-ftmenu {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.ftrjmed-wrp .jmed-ftmenu .ftqucklinks {
	width: 30%;
	float: left;
	padding-left: 45px;
}
.ftrjmed-wrp .jmed-ftmenu .ftqucklinks h4 {
	position: relative;
	display: block;
	color: #1f2a5c;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 10px;
}
.ftrjmed-wrp .jmed-ftmenu .ftqucklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrjmed-wrp .jmed-ftmenu .ftqucklinks ul li {
	position: relative;
}
.ftrjmed-wrp .jmed-ftmenu .ftqucklinks ul li a {
	display: block;
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0;
	padding: 3px 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.ftrjmed-wrp .jmed-ftmenu .ftqucklinks ul li a:hover {
	color: #000;
	text-decoration: none;
}
.ftrjmed-wrp .jmed-ftmenu .fttreatments {
	width: 30%;
	float: left;
}
.ftrjmed-wrp .jmed-ftmenu .fttreatments h4 {
	position: relative;
	display: block;
	color: #1f2a5c;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 10px;
}
.ftrjmed-wrp .jmed-ftmenu .fttreatments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrjmed-wrp .jmed-ftmenu .fttreatments ul li {
	position: relative;
}
.ftrjmed-wrp .jmed-ftmenu .fttreatments ul li a {
	display: block;
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0;
	padding: 3px 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.ftrjmed-wrp .jmed-ftmenu .fttreatments ul li a:hover {
	color: #000;
	text-decoration: none;
}
.ftrjmed-wrp .jmed-ftmenu .ftcontacts {
	width: 30%;
	float: left;
}
.ftrjmed-wrp .jmed-ftmenu .ftcontacts h4 {
	display: block;
	color: #1f2a5c;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 10px;
}
.ftrjmed-wrp .jmed-ftmenu .ftcontacts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ftrjmed-wrp .jmed-ftmenu .ftcontacts ul li {
	position: relative;
}
.ftrjmed-wrp .jmed-ftmenu .ftcontacts ul li a {
	display: block;
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0;
	padding: 3px 0 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.ftrjmed-wrp .jmed-ftmenu .ftcontacts ul li a:hover {
	color: #000;
	text-decoration: none;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now {
	float: left;
	width: 100%;
	margin-left: -15%;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now h4 {
	display: block;
	color: #1f2a5c;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 10px;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .inpbx {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .inpbx label {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .inpbx input {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .inpbx input::placeholder {
 color: #555;
 font-weight:normal;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .sbmt-btn {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .sbmt-btn input {
	display: inline-block;
	font-family: "Brygada 1918", Sans-serif;
	font-size: 14px;
	color: #1f2a5c;
	font-weight: 400;
	line-height: 25px;
	padding: 5px 20px;
	margin: 0;
	background: #a6d698;
	letter-spacing: 2px;
	border-radius: 3px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.ftrjmed-wrp .jmed-ftmenu .ftsubscribe-now .sbmt-btn input:hover {
	color: #fff;
	background: #1f2a5c;
	border-radius: 3px;
}
.ftrjmed-wrp .jmed-sociallinks {
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
}
.ftrjmed-wrp .jmed-sociallinks a {
	display: block;
	font-size: 1px;
	text-indent: -10000px;
	margin: 0 10px;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.ftrjmed-wrp .jmed-sociallinks .ficn1 {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/ft-flw-lgo1.jpg) no-repeat;
	background-size: 23px 23px;
	border-radius: 50px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn1:hover {
	background: url(../images/ft-flw-lgo1h.jpg) no-repeat;
	background-size: 23px 23px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn2 {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/ft-flw-lgo2.jpg) no-repeat;
	background-size: 23px 23px;
	border-radius: 50px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn2:hover {
	background: url(../images/ft-flw-lgo2h.jpg) no-repeat;
	background-size: 23px 23px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn3 {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/ft-flw-lgo3.jpg) no-repeat;
	background-size: 23px 23px;
	border-radius: 50px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn3:hover {
	background: url(../images/ft-flw-lgo3h.jpg) no-repeat;
	background-size: 23px 23px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn4 {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/ft-flw-lgo4.jpg) no-repeat;
	background-size: 23px 23px;
	border-radius: 50px;
}
.ftrjmed-wrp .jmed-sociallinks .ficn4:hover {
	background: url(../images/ft-flw-lgo4h.jpg) no-repeat;
	background-size: 23px 23px;
}
.ftrjmed-wrp .jmed-cpyright {
	clear: both;
	width: 100%;
	text-align: center;
	background: #92b083;
	padding: 25px 0;
}
.ftrjmed-wrp .jmed-cpyright p {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0;
}
.ftrjmed-wrp .jmed-cpyright p a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
/***** INNER PAGE CSS *****/

.innerpage-jmedbanner-hero-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.innerpage-jmedbanner-hero-section .mainhero-bantxt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	padding: 320px 0 0;
}
.innerpage-jmedbanner-hero-section .mainhero-bantxt h4 {
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
}
.innerpage-jmedbanner-hero-section .mainhero-bantxt p {
	width: 70%;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: normal;
	margin: 0 auto;
	padding: 8px 0;
}
.innerpage-jmedbanner-hero-section img {
	width: 100%;
	height: auto;
}
.innerpage-jmedbanner-hero-section .dsktp {
	display: block;
}
.innerpage-jmedbanner-hero-section .mobl {
	display: none;
}
.innerpage-jmed-abtclinc-section {
	position: relative;
	padding: 50px 0;
}
.innerpage-jmed-abtclinc-section .ptbx {
	padding: 30px 0px 0 130px;
}
.innerpage-jmed-abtclinc-section h1 {
	font-size: 35px;
	color: #1f2a5c;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-abtclinc-section h2 {
	font-size: 20px;
	color: #7ea573;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0;
}
.innerpage-jmed-abtclinc-section h5 {
	font-size: 20px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-abtclinc-section h6 {
	font-size: 20px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
	margin: 20px 0 0;
	padding: 0;
}
.innerpage-jmed-abtclinc-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-abtclinc-section .bookconsultn-btn {
	display: inline-block;
	margin: 30px 0 0;
}
.innerpage-jmed-abtclinc-section .bookconsultn-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.innerpage-jmed-abtclinc-section .bookconsultn-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.innerpage-jmed-abtclinc-section .about-imgbx {
	width: 100%;
	padding: 0 80px 0 15px;
}
.innerpage-jmed-abtclinc-section .about-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-techniques-section {
	position: relative;
	padding: 80px 0;
}
.innerpage-jmed-techniques-section .ptbx {
	padding: 10px 50px 0 0;
	margin-left: -30px;
}
.innerpage-jmed-techniques-section h2 {
	font-size: 35px;
	color: #1f2a5c;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-techniques-section h3 {
	font-size: 20px;
	color: #1f2a5c;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 20px 0 10px;
	padding: 0;
}
.innerpage-jmed-techniques-section h5 {
	font-family: 'DM Sans';
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 10px 0 0;
	padding: 0;
}
.innerpage-jmed-techniques-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-techniques-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-techniques-section ul li {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #585858;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: url(../images/listicn1.png) no-repeat 0 5px;
	background-size: 16px 15px;
	margin: 0;
	padding: 0 0 0 22px;
}
.innerpage-jmed-techniques-section .lft-imgbx {
	width: 85%;
	padding: 0 0 0 40px;
}
.innerpage-jmed-techniques-section .lft-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-techniques-section .inn-socials {
	width: 100%;
	display: block;
	padding: 30px 0 0;
	margin-left: -35px;
}
.innerpage-jmed-techniques-section .inn-socials a {
	display: block;
	font-size: 1px;
	text-indent: -10000px;
	margin: 0 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.innerpage-jmed-techniques-section .inn-socials .ficn1 {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/flw-lgo1.jpg) no-repeat;
	background-size: 36px 36px;
	border-radius: 50px;
}
.innerpage-jmed-techniques-section .inn-socials .ficn1:hover {
	background: url(../images/flw-lgo1h.jpg) no-repeat;
	background-size: 36px 36px;
}
.innerpage-jmed-techniques-section .inn-socials .ficn2 {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/flw-lgo2.jpg) no-repeat;
	background-size: 36px 36px;
	border-radius: 50px;
}
.innerpage-jmed-techniques-section .inn-socials .ficn2:hover {
	background: url(../images/flw-lgo2h.jpg) no-repeat;
	background-size: 36px 36px;
}
.innerpage-jmed-techniques-section .inn-socials .ficn3 {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/flw-lgo3.jpg) no-repeat;
	background-size: 36px 36px;
	border-radius: 50px;
}
.innerpage-jmed-techniques-section .inn-socials .ficn3:hover {
	background: url(../images/flw-lgo3h.jpg) no-repeat;
	background-size: 36px 36px;
}
.innerpage-jmed-mission-section {
	position: relative;
	padding: 80px 0;
}
.innerpage-jmed-mission-section .ptbx {
	padding: 30px 120px 0 60px;
}
.innerpage-jmed-mission-section h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.innerpage-jmed-mission-section h5 {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-mission-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-mission-section .rgt-imgbx {
	width: 100%;
	padding: 0 110px 0 0;
	margin-left: -25px;
}
.innerpage-jmed-mission-section .rgt-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-countnumr-section {
	position: relative;
	padding: 80px 0;
}
.innerpage-jmed-countnumr-section .counter-box {
	padding: 20px 30px;
	text-align: center;
}
.innerpage-jmed-countnumr-section .counter-box img {
	display: block;
	width: 50px;
	height: auto;
	margin: 0 auto 10px;
}
.innerpage-jmed-countnumr-section .counter {
	display: inline-block;
}
.innerpage-jmed-countnumr-section .counter-box .counter-box-content {
	display: block;
	font-family: 'DM Sans';
	color: rgba(0,0,0,0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
}
.innerpage-jmed-countnumr-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.innerpage-jmed-countnumr-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #1f2a5c;
	font-size: 45px;
	font-weight: 500;
	line-height: 60px;
	padding: 0;
	margin: 0;
}
.innerpage-jmed-countnumr-section .counter-box.home-effective strong {
	display: inline-block;
	color: #1f2a5c;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
}
.innerpage-jmed-countnumr-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	font-family: 'DM Sans';
	color: rgba(0,0,0,0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
}
.innerpage-jmed-meetfounder-section {
	position: relative;
	padding: 130px 0;
}
.innerpage-jmed-meetfounder-section .ptbx {
	padding: 20px 60px 0 10px;
}
.innerpage-jmed-meetfounder-section h1 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	letter-spacing: -2.2px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-meetfounder-section h5 {
	font-family: 'DM Sans';
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 15px 0;
}
.innerpage-jmed-meetfounder-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-meetfounder-section .bookconsultn-btn {
	display: inline-block;
	margin: 30px 0 0;
}
.innerpage-jmed-meetfounder-section .bookconsultn-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.innerpage-jmed-meetfounder-section .bookconsultn-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.innerpage-jmed-meetfounder-section .founder-imgbx {
	width: 100%;
	padding: 0 40px 0 80px;
}
.innerpage-jmed-meetfounder-section .founder-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-countnumr-skin-section {
	position: relative;
	padding: 100px 0 0;
}
.innerpage-jmed-countnumr-skin-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 50%;
	height: 5px;
	background: #d3d5df;
	margin: 0 auto;
}
.innerpage-jmed-countnumr-skin-section .cnt-imgbx {
	width: 100%;
	padding: 0 50px;
}
.innerpage-jmed-countnumr-skin-section .cnt-imgbx img {
	display: block;
	width: 100%;
	height: auto;
}
.innerpage-jmed-countnumr-skin-section .counter-box {
	padding: 10px;
	margin: 50px 0;
	text-align: center;
}
.innerpage-jmed-countnumr-skin-section .counter {
	display: inline-block;
}
.innerpage-jmed-countnumr-skin-section .counter-box .counter-box-content {
	display: block;
	font-family: 'DM Sans';
	color: rgba(0,0,0,0.7);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 0;
	margin: 0;
}
.innerpage-jmed-countnumr-skin-section .pt {
	position: relative;
	display: block;
	font-family: 'DM Sans';
	color: rgba(0,0,0,0.7);
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding: 20px 20px 0;
	margin: 20px 0 0;
}
.innerpage-jmed-countnumr-skin-section .pt::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #555;
	margin: 0 auto;
}
.innerpage-jmed-countnumr-skin-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.innerpage-jmed-countnumr-skin-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #1f2a5c;
	font-size: 35px;
	font-weight: 500;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.innerpage-jmed-countnumr-skin-section .counter-box.home-effective strong {
	display: inline-block;
	color: #1f2a5c;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
}
.innerpage-jmed-global-educator-section {
	position: relative;
	padding: 100px 0;
	background: #d3d5df;
	text-align: center;
	border-top: 1px solid #fff;
}
.innerpage-jmed-global-educator-section h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.innerpage-jmed-global-educator-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 90px;
}
.innerpage-jmed-legacyexcellence-section {
	position: relative;
	padding: 100px 0;
}
.innerpage-jmed-legacyexcellence-section .ptbx {
	padding: 0px 0px 0 80px;
}
.innerpage-jmed-legacyexcellence-section h3 {
	font-size: 35px;
	color: #1f2a5c;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-legacyexcellence-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-legacyexcellence-section .bookconsultn-btn {
	display: inline-block;
	margin: 10px 0 0;
}
.innerpage-jmed-legacyexcellence-section .bookconsultn-btn a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.innerpage-jmed-legacyexcellence-section .bookconsultn-btn a:hover {
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	padding: 8px 60px 8px 18px;
	color: #1f2a5c;
	text-decoration: none;
}
.innerpage-jmed-legacyexcellence-section .abtimg-slider {
	width: 100%;
}
.innerpage-jmed-legacyexcellence-section .abtimg-slider .bx {
	margin: 0 10px;
}
.innerpage-jmed-legacyexcellence-section .abtimg-slider .bx img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}
.innerpage-jmed-treatments-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.innerpage-jmed-treatments-section h1 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.innerpage-jmed-treatments-section p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-treatments-clm-section1 {
	position: relative;
	padding: 50px 0;
}
.innerpage-jmed-treatments-clm-section1 .ptbx {
	padding: 10px 90px;
}
.innerpage-jmed-treatments-clm-section1 h2 {
	font-size: 25px;
	color: #1f2a5c;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-treatments-clm-section1 h5 {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 25px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: normal;
	margin: 0;
	padding: 15px 0;
}
.innerpage-jmed-treatments-clm-section1 p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-treatments-clm-section1 .prcbx {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 10px;
}
.innerpage-jmed-treatments-clm-section1 .timebx {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-treatments-clm-section1 .bookconsultn-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerpage-jmed-treatments-clm-section1 .bookconsultn-btn a {
	display: block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.innerpage-jmed-treatments-clm-section1 .bookconsultn-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	padding: 8px 60px 8px 18px;
	color: #fff;
	text-decoration: none;
}
.innerpage-jmed-treatments-clm-section1 .lft-imgbx {
	width: 100%;
	padding: 0 70px 0 150px;
}
.innerpage-jmed-treatments-clm-section1 .lft-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-treatments-clm-section2 {
	position: relative;
	padding: 80px 0;
}
.innerpage-jmed-treatments-clm-section2 .ptbx {
	padding: 10px 50px 10px 150px;
}
.innerpage-jmed-treatments-clm-section2 h3 {
	font-size: 25px;
	color: #1f2a5c;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-treatments-clm-section2 h5 {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 25px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: normal;
	margin: 0;
	padding: 15px 0;
}
.innerpage-jmed-treatments-clm-section2 p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-treatments-clm-section2 .prcbx {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 10px;
}
.innerpage-jmed-treatments-clm-section2 .timebx {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-treatments-clm-section2 .bookconsultn-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerpage-jmed-treatments-clm-section2 .bookconsultn-btn a {
	display: block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 60px 8px 18px;
	margin: 0;
}
.innerpage-jmed-treatments-clm-section2 .bookconsultn-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	padding: 8px 60px 8px 18px;
	color: #fff;
	text-decoration: none;
}
.innerpage-jmed-treatments-clm-section2 .lft-imgbx {
	width: 100%;
	padding: 0 130px 0 90px;
}
.innerpage-jmed-treatments-clm-section2 .lft-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-contactus-section {
	position: relative;
	padding: 100px 0;
}
.innerpage-jmed-contactus-section .lft-adrstbx {
	width: 100%;
	float: left;
	padding: 0 50px 0 30px;
}
.innerpage-jmed-contactus-section .lft-adrstbx h5 {
	font-size: 16px;
	color: #92b083;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}
.innerpage-jmed-contactus-section .lft-adrstbx h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: normal;
	margin: 0 0 10px;
	padding: 0;
}
.innerpage-jmed-contactus-section .lft-adrstbx p {
	font-family: 'DM Sans';
	font-size: 16px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-contactus-section .adrdetail-bx {
	width: 100%;
	float: left;
	padding: 0;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 20px 0;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li.bdr {
	border-bottom: 1px solid #e2e1df;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li.bdr1 {
	width: 52%;
	border-right: 1px solid #e2e1df;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li.bdr2 {
	width: 47%;
	padding-left: 30px;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li .lt {
	float: left;
	width: 5%;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li .rt {
	float: right;
	width: 95%;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li.bdr1 .rt {
	width: 90%;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li.bdr2 .rt {
	width: 86%;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li h6 {
	font-size: 16px;
	color: #1f2a5c;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li p a {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	text-decoration: none;
}
.innerpage-jmed-contactus-section .adrdetail-bx ul li p a:hover {
	font-family: 'DM Sans';
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.innerpage-jmed-contactus-section .contact-inquirform {
	width: 100%;
	float: left;
	padding: 0 50px;
}
.innerpage-jmed-contactus-section .contact-inquirform h3 {
	font-size: 25px;
	color: #1f2a5c;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpbx {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.innerpage-jmed-contactus-section .contact-inquirform label {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpnme {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpnme::placeholder {
 color: #555;
 font-weight:normal;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpnme::focus {
 background: #fff;
 border: 1px solid #dddddd;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpeml {
	width: 100%;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpeml::placeholder {
 color: #555;
 font-weight:normal;
}
.innerpage-jmed-contactus-section .contact-inquirform .inpnme::focus {
 background: #fff;
 border: 1px solid #dddddd;
}
.innerpage-jmed-contactus-section .contact-inquirform textarea {
	width: 100%;
	height: 220px;
	float: left;
	font-family: 'DM Sans';
	font-size: 15px;
	color: #555;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0;
}
.innerpage-jmed-contactus-section .contact-inquirform textarea::placeholder {
 color: #555;
 font-weight:normal;
}
.innerpage-jmed-contactus-section .contact-inquirform .sbmt-btn {
	display: inline-block;
	font-family: "Brygada 1918", Sans-serif;
	font-size: 14px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 25px;
	padding: 5px 20px;
	margin: 5px 0 0;
	background: #a6d698;
	border-radius: 3px;
	letter-spacing: 1px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.innerpage-jmed-contactus-section .contact-inquirform .sbmt-btn:hover {
	color: #fff;
	background: #1f2a5c;
	border-radius: 3px;
}
/******* 4 AUG CSS *****/

.innerpage-jmed-ourtreatments-section {
	position: relative;
	padding: 100px 0;
	background:url(../images/flowerbg-img.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}
.innerpage-jmed-ourtreatments-section .lft-imgbx {
	width: 100%;
	padding: 0 90px 0 35px;
}
.innerpage-jmed-ourtreatments-section .lft-imgbx img {
	width: 100%;
	height: auto;
}
.innerpage-jmed-ourtreatments-section .ptbx {
	display:block;
	padding: 50px 0 0;
	width:95%;
	float:left;
}
.innerpage-jmed-ourtreatments-section .ptbx h1 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 65px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-ourtreatments-section .ptbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-ourtreatments-section .tbx {
	width:50%;
	position:relative;
	float:left;
	padding:20px 50px 0 0;
	margin:70px 0 0;
}
.innerpage-jmed-ourtreatments-section .tbx::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:122px;
	height:1px;
	background:#bdbdbd;
}
.innerpage-jmed-ourtreatments-section .tbx h2 {
	font-size: 30px;
	color: #1f2a5c;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-ourtreatments-section .tbx h3 {
	font-size: 30px;
	color: #1f2a5c;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-ourtreatments-section .tbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-ourtreatments-section .treatments-btn {
	width:100%;
	float:left;
	margin: 20px 0 0;
}
.innerpage-jmed-ourtreatments-section .treatments-btn a {
	display:inline-block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 50px 8px 18px;
	margin: 0;
}
.innerpage-jmed-ourtreatments-section .treatments-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	padding: 8px 50px 8px 18px;
	color: #fff;
	text-decoration: none;
}

.innerpage-jmed-ourtreatments-section1 {
	position: relative;
	padding: 100px 0;
	background:url(../images/flowerbg-img.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}
.innerpage-jmed-ourtreatments-section1 .ptbx {
	display:block;
	padding: 50px 0 0 85px;
	width:110%;
	float:left;
}
.innerpage-jmed-ourtreatments-section1 .ptbx h3 {
	font-size: 40px;
	color: #1f2a5c;
	line-height: 65px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-ourtreatments-section1 .ptbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-ourtreatments-section1 .tbx {
	width:45%;
	position:relative;
	float:left;
	padding:20px 0 0;
	margin:70px 0 0 85px;
}
.innerpage-jmed-ourtreatments-section1 .tbx::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:122px;
	height:1px;
	background:#bdbdbd;
}
.innerpage-jmed-ourtreatments-section1 .tbx h4 {
	font-size: 30px;
	color: #1f2a5c;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-ourtreatments-section1 .tbx p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-ourtreatments-section1 .tbx1 {
	width: 40%;
    position: relative;
    float: right;
    padding: 20px 0 0;
    margin: 70px -40px 0 0;
}
.innerpage-jmed-ourtreatments-section1 .tbx1::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:122px;
	height:1px;
	background:#bdbdbd;
}
.innerpage-jmed-ourtreatments-section1 .tbx1 h4 {
	font-size: 30px;
	color: #1f2a5c;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerpage-jmed-ourtreatments-section1 .tbx1 p {
	font-family: 'DM Sans';
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	line-height: 25px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 0;
}
.innerpage-jmed-ourtreatments-section1 .treatments-btn {
	width:100%;
	float:left;
	margin: 20px 0 0 85px;
}
.innerpage-jmed-ourtreatments-section1 .treatments-btn a {
	display:inline-block;
	font-size: 15px;
	color: #1f2a5c;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../images/g-arw.jpg) no-repeat 93% 12px #a6d698;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 8px 50px 8px 18px;
	margin: 0;
}
.innerpage-jmed-ourtreatments-section1 .treatments-btn a:hover {
	background: url(../images/w-arw.jpg) no-repeat 93% 12px #1f2a5c;
	padding: 8px 50px 8px 18px;
	color: #fff;
	text-decoration: none;
}
.innerpage-jmed-ourtreatments-section1 .rgt-imgbx {
	width: 100%;
	padding: 0 35px 0 90px;
}
.innerpage-jmed-ourtreatments-section1 .rgt-imgbx img {
	width: 100%;
	height: auto;
}