@font-face {
	font-family: fjalla_oneregular;
	src: url(../css/fonts/fjallaone-regular-webfont.eot);
	src: url(../css/fonts/fjallaone-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../css/fonts/fjallaone-regular-webfont.woff2) format('woff2'), url(../css/fonts/fjallaone-regular-webfont.woff) format('woff'), url(../css/fonts/fjallaone-regular-webfont.ttf) format('truetype'), url(../css/fonts/fjallaone-regular-webfont.svg#fjalla_oneregular) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
    font-family: 'geomanistblack';
    src: url('../css/fonts/geomanist-black-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'geomanistbold';
    src: url('../css/fonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanistbook';
    src: url('../css/fonts/geomanist-book-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanistextralight';
    src: url('../css/fonts/geomanist-extralight-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanistlight';
    src: url('../css/fonts/geomanist-light-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanistmedium';
    src: url('../css/fonts/geomanist-medium-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanist_regularregular';
    src: url('../css/fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanistthin';
    src: url('../css/fonts/geomanist-thin-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanistultra';
    src: url('../css/fonts/geomanist-ultra-webfont.woff2') format('woff2'),
         url('../css/fonts/geomanist-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'geomanist_regularregular';
	line-height: 1.65em;
	text-rendering: optimizeSpeed; font-size:16px;
}
h1, h2, h3, h4 {
	font-family: fjalla_oneregular
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
h1 {
	font-size: 48px
}
h2, h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 16px
}
h6 {
	font-size: 12px;
	text-transform: none;
	letter-spacing: 1px
}
p {
	margin-bottom: .75em
}
a {
	color: #ff9000
}
a:focus, a:hover {
	color: #333;
	text-decoration: none
}
.secondary li a {
	color: #ffffff;
}
.secondary li a:focus, .secondary li a:hover {
	color: #ff9000;
}
ol {
	margin: 0;
	padding: 0;
}
.all_mgr_pdg {
	margin: 0 !important;
	padding: 0 !important;
}
.list-inline>li span, .list-inline>li span a {
	color: #fff
}
.wht-color {
	background: #fff !important
}
.gray-color {
	background: #eee !important
}
.mgr-50 {
	margin-bottom: 50px
}
.btn-warning {
	background-color: #ff9000 !important;
	border-color: #eea236;
	color: #fff !important
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0
}
.panel-title {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: inherit;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 6px;
	text-transform: capitalize;
	font-size: 16px !important
}
.panel-body {
	background: #fff;
	padding: 10px !important;
	border-radius: 3px
}
#cancel-comment-reply-link, .btn-small, .comment-reply-link {
	border-radius: 3px;
	background: #eee;
	border: none;
	color: #666;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
padding:.6rem 1.4rem;
	text-decoration: none
}
#cancel-comment-reply-link:hover, .btn-small:hover, .comment-reply-link:hover {
	background: #ddd;
	color: #333
}
.search-form input[type=submit] {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.btn, .btn-green-big, .btn-green-medium, .btn-green-small, .btn-primary-big, .btn-primary-medium, .btn-primary-small, .btn-secondary-big, .btn-secondary-medium, .btn-secondary-small, button, input[type=button], input[type=submit] {
	border-radius: 3px;
	background-clip: padding-box;
	border: none !important;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-decoration: none
}
.sticky-call-button, header.sticky .pre-header {
	display: none
}
.btn, button, input[type=button], input[type=submit] {
	border: none;
	margin: 6px;
	width: auto
}
.btn-green-big, .btn-green-medium, .btn-green-small {
	background-color: #ff9000;
	font-family: fjalla_oneregular;
	margin: 0 5px
}
.btn-green-big, .btn-primary-big, .btn-secondary-big {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 1.6rem 3.2rem
}
.btn, .btn-green-medium, .btn-primary-medium, .btn-secondary-medium, button, input[type=button], input[type=submit] {

	font-size: 1em;
	padding: .5em .8em
}
.btn-green-small, .btn-primary-small, .btn-secondary-small {
	font-size: 14px;
	font-size: 1.4rem;
padding:.8rem 1.6rem
}
.btn-primary-big:hover, .btn-primary-medium:hover, .btn-primary-small:hover, .btn:hover, button:hover, input:hover[type=button], input:hover[type=submit] {
	color: #fff
}
.btn-secondary-big:hover, .btn-secondary-medium:hover, .btn-secondary-small:hover {
	background: #222;
	color: #fff
}
.btn-green-big:hover, .btn-green-medium:hover, .btn-green-small:hover {
	background: #ff9000;
	color: #fff
}
.submit_btn_form.signup {
	background: #ff9000
}
.clr {
	clear: both;
	float: left;
	width: 100%
}
.margin-bottom-10 {
	margin-bottom: 10px !important
}
.margin-bottom-20 {
	margin-bottom: 20px !important
}
.margin-top-bottom-30 {
	margin: 30px 0 !important
}
.margin-top-10 {
	margin-top: 10px !important
}
.margin-top-20 {
	margin-top: 20px !important
}
.margin-top-30 {
	margin-top: 30px !important
}
.margin-top-80 {
	margin-top: 80px !important
}
.margin-bottom-30 {
	margin-bottom: 30px !important
}
.margin-bottom-60 {
	margin-bottom: 60px !important
}
.rgt-side {
	float: right !important
}
.lft-side {
	float: left !important
}
.padding-top {
	padding-top: 10px
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.gsc-cursor-current-page, .gsc-cursor-page {
	text-decoration: none !important;
	text-shadow: none
}
.no-margn-top {
	font-size: 22px;
	margin-top: 0;
	text-transform: capitalize
}
.top-padding {
	padding-top: 20px
}
.top-padding30 {
	padding-top: 30px
}
.bottom-padding {
	padding-bottom: 0
}
.review_text {
	background: #ff9000 !important;
	font-size: 36px;
	line-height: normal;
	text-align: center;
	padding: 35px !important;
}
header {
	transition: all .4s ease
}
header.sticky {
	position: fixed;
	width: 100%;
	text-align: left;
	z-index: 99999999;
	top: 0
}
.content-center, .home h1, .services .col-lg-4, h2.center-txt, .ctr-img {
	text-align: center;
}
.navbar-wrapper {
	left: 0;
	margin-bottom: -90px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}
.dropdown-submenu, .navbar {
	position: relative
}
.navbar-bg {
	background-color: transparent;
	border-top: 0 solid #ccc;
	border-right: 0 solid #ccc;
	border-left: 0 solid #ccc;
	opacity: 1;
	border-radius: 0;
	border-bottom: 0 solid #ccc
}
.navbar {
	margin-bottom: 0;
	min-height: 35px;
	border-radius: 0 !important
}
.navbar .nav {
	float: right;
	margin-right: 0
}
.nav > li {
	border: medium none;
	color: #231f20;
	font-size: 14px;
	text-transform: uppercase;
}
.dropdown-menu > li > a, .h4-inner, .header-section h4, .header-section h5 {
	text-transform: capitalize;
}
.navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:focus, .navbar-inverse .navbar-nav .open a:active, .navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:active {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background: #ff9000 none repeat scroll 0 0;
	border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	background-color: #ff9000 !important;
	color: #fff !important;
}
.navbar-inverse .navbar-nav > li > a {
	color: #333;
	padding: 18px 10px;
	text-transform: capitalize;
}
.navbar-toggle {
	background-color: #ff9000;
	border: medium none #ff0999;
	margin-top: 15px;
}
.navbar-collapse.collapse.in {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	line-height: 30px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	line-height: 30px;
	color: #fff !important;
}
.nav > li {
	font-size: 14px !important; letter-spacing:0.3px;
}
.dropdown-menu {
	font-size: 14px !important;
	list-style: outside none none;
	text-align: left;letter-spacing:0.3px;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px
}
li#menu-item-250 ul.dropdown-menu {
	right: 0 !important;
	left: auto !important
}
li:after .caret {
color:#fff
}
li:after .caret:active, li:after .caret:hover {
color:#ff9000
}
/*.dropdown-submenu a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #ccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	margin-top: 5px;
	margin-right: -10px
}*/
.dropdown-submenu:hover a:after {
	border-left-color: #fff
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px
}
.dropdown-menu {
	border-radius: 0;
	padding: 0
}
.dropdown-menu > li >a {
	clear: both;
	color: #333 !important;
	line-height: 1.42857;
	padding: 3px 15px;
	white-space: nowrap
}
.dropdown-submenu .dropdown-menu {
	display: none !important
}
.dropdown-submenu:hover.dropdown-menu {
	display: block !important
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover, .dropdown-menu li a:active {
	background-color: #ff9000 !important;
	color: #fff !important;
	text-decoration: none;
}









/*nav-link*/
.header-search {
	margin-top: 20px
}
.header-search .search-form input.search-input[type=text] {
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	color: #555;
	display: block;
	transition: border-color .15s 0 ease-in-out, box-shadow .15s 0 ease-in-out;
	width: 100%
}
.sticky {
	background-color: #fff;
	border-top: 0 none;
	box-shadow: 0 0 18px #2c8bdc !important;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}
.sticky nav ul li a {
	color: #333 !important;
}
.sticky nav ul li a:focus, .sticky nav ul li a:hover {
	color: #ff9000 !important;
}

#menu-item-5432:hover #menu-item-13463  {
display:block; 
}

#menu-item-5432 ul.dropdown-menu {
    left: -159px;
    top: 5PX;
    display: block !important;
	border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);



}

#menu-item-5432 ul.dropdown-menu li{
z-index:9; 
display:none;
}


.cse .gsc-tabHeader.gsc-tabhActive, .cse .gsc-tabHeader.gsc-tabhInactive, .gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhInactive {
	border-width: 1px 1px medium;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
font-family: 'Lato', sans-serif;
}
.cse .gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhActive {
	border-style: solid solid none
}
.gsc-tabHeader.gsc-tabhActive {
	background-color: #ff9000;
	border-color: #fff
}
.gsc-tabHeader.gsc-tabhInactive {
	background-color: #333;
	border-color: #fff
}
.gsc-control-cse {
font-family: 'Lato', sans-serif;
}
.gsc-orderby-label {
	color: #676767;
	padding: 5px 5px 6px 0
}
.gsc-control-cse .gsc-option-menu-container {
	color: #000;
	font-size: 75%;
	position: relative;
	width: 25%
}
.gsc-selected-option-container {
	background-color: transparent;
	border: solid rgba(0,0,0,.1);
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	color: #444;
	cursor: default;
	font-size: 11px;
	font-weight: 700;
	height: 27px;
	line-height: 27px;
	max-width: 90%;
	min-width: 54px;
	outline: 0;
	padding: 0 28px 0 6px;
	position: relative;
	text-align: center;
	width: auto !important
}
.cse .gs-spelling a, .cse .gs-webResult.gs-result .gsc-cursor-page, .cse .gs-webResult.gs-result a.gs-title:active, .cse .gs-webResult.gs-result a.gs-title:active b, .cse .gs-webResult.gs-result a.gs-title:hover, .cse .gs-webResult.gs-result a.gs-title:hover b, .cse .gs-webResult.gs-result a.gs-title:link, .cse .gs-webResult.gs-result a.gs-title:link b, .cse .gs-webResult.gs-result a.gs-title:visited, .cse .gs-webResult.gs-result a.gs-title:visited b, .cse .gs-webResult.gs-result a.gsc-trailing-more-results:link, .gs-imageResult .gsc-cursor-page, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-imageResult a.gsc-trailing-more-results:link, .gs-spelling a, .gs-webResult.gs-result .gsc-cursor-page, .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-webResult.gs-result a.gsc-trailing-more-results:link {
	color: #ff9000 !important;
	font-family: 'Lato', sans-serif;
}
.gsc-tabsArea {
	border-color: #ff9000 !important
}
.gsc-refinementsArea {
	display: none
}
.gsc-results .gsc-imageResult, .gsc-webResult.gsc-result {
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	border-color: #fff #fff #e9e9e9
}
.gs-imageResult div.gs-visibleUrl, .gs-webResult div.gs-visibleUrl {
	color: #ff9000;
	font-family: 'Lato', sans-serif;
}
.gsc-cursor-page {
	border-radius: 2px;
	float: left;
	border-color: #a25b08 !important;
	color: #333 !important;
	padding: 15px 20px
}
.gsc-cursor-current-page {
	background-color: #ff9000 !important;
	border-color: #461200 !important;
	color: #fff !important;
	padding: 15px 20px !important
}
section {
	padding: 20px 0
}
textarea.form-control {
	border-radius: 0 !important
}
.pre-header {
	color: #616b76;
	font-weight: 300;
	line-height: 1.2;
	padding-top: 10px
}
.pre-header .fa {
	margin-right: 4px
}
li i.fa::before {
	height: 20px;
	left: 0;
	top: 0;
	width: 20px
}
.list-unstyled.margin-bottom-20 li {
	display: block;
	margin: 0 0 5px 45px
}
li.icon:before {
	font-family: FontAwesome;
	content: '\f0e7';
	margin: 0 12px 28px 6px;
	line-height: 35px
}
li.icon-chk:before, li.icon-front-page::before, li.icon-front-page:before, ol li.icon-chk-1:before, ol li.icon-front-page1:before {
	font-family: FontAwesome;
	line-height: 24px;
	margin-right: 58px;
	position: absolute
}
li.icon-chk:before {
	content: '\f00c';
	left: 16px
}
li.icon-front-page::before, li.icon-front-page:before {
	content: '\f00c';
	left: 0
}
li.icon-front-page {
	font-size: 1.6rem
}
ol li.icon-chk-1:before, ol li.icon-front-page1:before {
	content: '\f105';
	left: 34px
}
.additional-shop-info li:first-child {
	padding-left: 0
}
.list-unstyled.list-inline span, .list-unstyled.list-inline.pull-right a {
	font-size: 13px
}
.call-form h2 span {
	color: #ff9000;
	font-weight: 700
}
.callus {
	border-bottom: 2px dotted #333;
	padding: 0;
	margin: 0 0 17px !important
}
.callus>span {
	color: #ff9d00;
	font-size: 16px;
	font-style: italic
}
.col-md-12.callus>h3 {
	margin: 0;
	padding: 0
}
.clr_org {
	color: #ff9d00;
	float: right;
	margin-top: -7px
}
.col-md-12.callus>h3 a {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 18px
}
.col-md-12.callus>h3 a:focus, .col-md-12.callus>h3 a:hover {
	margin: 0;
	padding: 0;
	color: #ff9000
}
.home h1 {
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1.5
}
.space-img {
	margin: 0 10px 10px 0 !important
}
.ipt-style {
	border-radius: 0;
	font-size: 14px;
	height: 31px;
	line-height: 31px
}
.well-bg {
	background-color:transparent;
	padding: 10px;
}
.bg-white {
	background-color: #fff;
}
.pinside20 {
	padding: 20px;
}
.box-shadow {
	box-shadow: 0px 0px 5px 0px rgba(222, 222, 222, 1);
}
form h2 {
	margin-top: 1px
}
.services .col-lg-4 {
	margin-bottom: 20px
}
h2.center-txt {
	font-size: 30px
}
.services a:hover, .services p {
	color: #FFF
}
.main-title {
	padding: 0 0 20px
}
.bg-pad, .bg-pad2, .bg-pad3 {
	padding: 50px 0
}
.pic1-services, .pic2-services, .pic3-services {
	background: url(../images/sprite.png) -11px -3px no-repeat rgba(0,0,0,0);
	width: 186px;
	height: 186px;
	display: inline-block;
	overflow: hidden
}
.pic1-services:hover {
	background-position: -11px -208px
}
.pic2-services {
	background-position: -225px -3px
}
.pic2-services:hover {
	background-position: -225px -208px
}
.pic3-services {
	background-position: -448px -3px
}
.pic3-services:hover {
	background-position: -448px -208px
}
.pic1-bang, .pic2-bang, .pic3-bang, .pic4-bang {
	background: url(../images/sprite-.png) -11px -3px no-repeat rgba(0,0,0,0);
	width: 186px;
	height: 186px;
	display: inline-block;
	overflow: hidden
}
.pic1-bang:hover {
	background-position: -11px -208px
}
.pic2-bang {
	background-position: -225px -3px
}
.pic2-bang:hover {
	background-position: -225px -208px
}
.pic3-bang {
	background-position: -448px -3px
}
.pic3-bang:hover {
	background-position: -448px -208px
}
.pic4-bang {
	background-position: -660px -3px
}
.pic4-bang:hover {
	background-position: -660px -208px
}
.graft-given, .hair-line, .high-graft, .ht-cost, .pain-free, .ultra {
	background: url(../images/sp-new.png) -11px -20px no-repeat rgba(0,0,0,0);
	width: 100px;
	height: 79px;
	display: inline-block;
	overflow: hidden
}
.header-block, .header-section, .message-block, .result-block {
	height: auto;
	position: relative
}
.pain-free {
	background-position: -208px -20px
}
.high-graft {
	background-position: -368px -20px
}
.graft-given {
	background-position: -533px -20px
}
.ht-cost {
	background-position: -667px -20px
}
.ultra {
	background-position: -799px -20px
}
.lft-text {
	width: 45%;
	float: left
}
.rgt-text {
	width: 40%;
	float: right;
	text-align: left
}
.bg-pad {
	background: #f5f5f5
}
.bg-pad2 {
	background: #f0f0f0
}
.bg-pad3 {
	background: #f1f1f1
}
.header-block {
	background: url(../images/quote.jpg) fixed #fff;
	min-height: 430px;
	z-index: 0
}
.h2-inner {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	text-align: right
}
.h4-inner {
	clear: both;
	color: #ff9000;
	font-size: 30px !important;
	font-weight: 400;
	text-align: right
}
.header-section {
	background: url(../images/body-bg-dark-1.jpg);
	border-bottom: 1px solid #cdcdcd;
	min-height: 430px;
	padding: 50px 0 25px;
	z-index: 0
}
.header-section h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	text-align: right
}
.header-section p {
	color: #fff;
	text-align: right;
	float: left
}
.header-section h4 {
	clear: both;
	color: #ff9000;
	float: right;
	font-size: 30px !important;
	font-weight: 400;
	text-align: right
}
.hairgain h2 {
	float: right;
	font-size: 26px;
	font-weight: 700;
	color: #ff9000
}
.hairgain .heading-hairgain {
	background: rgba(0,0,0,0);
	color: #333;
	display: block;
	float: right;
		font-size: 25px;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	text-align: right;
	width: 100%
}
.hairgain h4.heading-hairgain::before {
	background: 0 0
}
.hairgain p {
	float: right;
	font-style: italic
}
.hair-icon {
	clear: both;
	float: left;
}
.hair-icon ul {
	list-style: none;
	margin: 0
}
.hair-icon ul li {
	background: #ff9000;
	border-radius: 50%;
	float: left;
	margin: 13px 1px
}
.container h5 {
	font-style: italic;
	padding: 10px !important
}
.drl h2 {
	margin-top: 0
}
.drl h5 {
	padding-top: 0
}
.header-section h5 {
	background: 0 0;
	clear: both;
	color: #fff;
	float: right;
	font-size: 25px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 30px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 100%
}
.b-h1, .b-h4, .heading h1 {
	text-transform: uppercase
}
.header-block .header-section p {
	clear: both;
	margin: 25px 0;
	text-align: right
}
.header-section .right-btn {
	float: right;
	position: relative
}
.drl h5 {
	font-family: "Fjalla One"
}
.b-h1, .btn-orange-banner, .heading h1, .tab-content .tab-pane h3, .text-h3, ul.tab-hair-head li a {
	font-family: fjalla_oneregular
}
.drl h2, .drl h4, .drl h5, .drl h6 {
	color: #FFF !important
}
.hairgain {
	background: #fff !important;
	padding: 0 !important
}
.heading h1 {
	color: #333;
	font-size: 25px;
	font-weight: 100;
	line-height: 1.4 !important;
	margin: 0;
	position: relative;
	text-align: center
}
.heading p {
	font-size: 16px;
	line-height: normal;
	margin-top: 0;
	padding: 0 15px; line-height:1.65em;
	text-align: center
}
.heading small {
	font-size: 1.8rem;
	margin-left: 15rem
}
.container>h3 {
	margin-bottom: 30px;
	color: #ff9000;
	font-size: 30px
}
.message-block {
	background: url(../images/body-bg-dark-1.jpg);
	min-height: 457px;
	padding: 0 0 20px;
	z-index: 0
}
.message-block::after {
	background: rgba(0,0,0,.7)
}
.message-block h2 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 50px 0;
	padding: 0;
	position: relative;
	z-index: 2
}
.b-h1, .text-h3 {
	letter-spacing: -1px
}
.mgr-hair-restoration {
	margin-top: 105px;
}
.mgr-hair-restoration-1 {
	margin-top: 175px;
}
.all-block-1, .result-block {
	padding: 0 0 20px;
	z-index: 0
}
.result-block {
	background: url(../images/body-bg-dark-1.jpg) fixed #333;
	min-height: 520px;
	color: #fff
}
.banner-section-2016 {
	background: url(../images/body-bg-dark-1.jpg) #333;
	height: 500px;
	color: #fff
}
.hgt-banner {
	margin-top: 67px
}
.hgt-banner1 {
	margin-top: 115px
}
.b-h1, .b-h4 {
	margin-top: 10px
}
.b-h4 {
	font-size: 26px !important;
	font-weight: 600
}
.b-h1 {
	font-size: 69px !important;
	line-height: 72px !important
}
span.white-line {
	bottom: 13px;
	position: relative
}
.b-h3 {
	margin-top: 0;
	margin-bottom: 0
}
.b-h3 img {
	text-align: center;
	display: inline
}
.text-h3 {
	font-size: 25px !important;
	margin-top: 10px;
	text-transform: capitalize
}
.text-h3::before {
	margin-left: 50PX
}
.all-block-1 {
	background: url(../images/doc-bg.jpg) fixed #292f34 !important;
	height: auto;
	min-height: 300px !important;
	position: relative;
	color: #fff
}
.btn-orange-banner {
	background: 0 0 !important;
	border: 1px solid #ff9000 !important;
	border-radius: 26px;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	transform: translateZ(0);
	box-shadow: none
}
.btn-orange-banner:hover {
	background: #ff9000 !important;
	color: #fff !important;
	box-shadow: none
}
.viti-block {
	background: url(../images/vitiligo-coll.jpg) fixed #292f34 !important
}
.laser-block {
	background: url(../images/laser-hair-removal.png) fixed #292f34 !important
}
.bang-block {
	background: url(../images/banglore.jpg) fixed #292f34
}
.delhi-block {
	background: url(../images/delhi.jpg) fixed #292f34
}
.ludhiana-block {
	background: url(../images/ludhiana.jpg) fixed #292f34
}
.chd-block {
	background: url(../images/chd.jpg) fixed #292f34
}
.hyd-block {
	background: url(../images/hyd.jpg) fixed #292f34
}
.kolkata-block {
	background: url(../images/kolkata.jpg) fixed #292f34
}
.mumbai-block {
	background: url(../images/mumabi.jpg) fixed #292f34
}
.chenni-block {
	background: url(../images/channai.jpg) fixed #292f34
}
.bang-block, .chd-block, .chenni-block, .delhi-block, .hyd-block, .kolkata-block, .ludhiana-block, .mumbai-block {
	height: auto;
	min-height: 450px;
	padding: 0 0 20px;
	position: relative;
	z-index: 0;
	color: #fff;
	border-top: 10px solid #fff;
}
.result-block .fa, .result-block p {
	color: #ccc
}
.result-block h2.center-txt.main-title {
	margin: 40px 0;
	padding: 0
}
.result-block h6 {
	font-size: 18px;
	margin: 17px 0
}
div::after {
	clear: both
}
div::after, div::before {
	content: " ";
	display: table
}
ul.tab-hair-head {
	display: block
}
ul.tab-hair-head li a {
	color: #333;
	display: block;
	font-size: 18px;
	letter-spacing: 0;
	padding: 10px 20px
}
ul.tab-hair-head li a:hover {
	background: #ff9000;
	color: #fff;
	padding: 10px 20px;
	display: block;
	letter-spacing: 0
}
.features-main-area {
	float: left;
	width: 100%
}
.tab-content p {
	font-size: 16px !important;
    font-weight: 400;
}
.features-main-area p {
	font-size: 18px;
	line-height: 1.5;
	width: 100%
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ff9000;
	border-color: #ff9000 #ff9000 transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #ff9000
}
.tab-content {
	height: auto;
	min-height: 450px;
	padding: 20px 30px
}
.tab-content .tab-pane h3 {
	font-size: 24px;
	line-height: normal;
	margin: 0 0 10px
}
.tab-content, .tab-pane p {
	line-height: 1.65;
	margin: 10px 0;
	color: #333;
}
/*.panel-collapse ul li, .panel-collapse ul li ol li, .tab-content .tab-pane ul li, .tab-content .tab-pane ul li ol li {
	font-size: 14px
}*/
.panel-collapse ul li.icon-front-page::before, .tab-content .tab-pane ul li.icon-front-page::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	margin-right: 10px;
	font-size: 14px;
	position: relative
}
.panel-collapse ol li.icon-chk-1::before, .panel-collapse ol li.icon-front-page1::before, .tab-content .tab-pane ol li.icon-chk-1::before, .tab-content .tab-pane ol li.icon-front-page1::before {
	content: "";
	font-family: FontAwesome;
	left: 6px;
	line-height: 24px;
	margin-right: 10px;
	position: relative
}
.portfolio-box {
	display: block;
	margin: 0 auto;
	max-width: 650px;
	position: relative;
	text-align: center
}
.portfolio-box>h4 {
	color: #5f5f5f
}
.portfolio-box>p {
	color: #333
}
.portfolio-box .portfolio-box-caption {
	background: rgba(255,144,0,.9);
	bottom: 0;
	color: #fff;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all .35s 0 ease;
	width: 100%
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1
}
.no-gutter>[class*=col-] {
padding-left:0;
padding-right:0
}
.padding-top-bottom {
	padding: 0 15px 20px
}
.no-padding {
	max-height: 500px;
	overflow: hidden;
	padding: 0
}
#portfolio .result {
	background: #ff9000;
	border-radius: 10px;
	color: #fff;
	height: 164px;
	margin: 8% 0 0 28%;
	position: absolute;
	text-align: center;
	width: 370px;
	z-index: 2
}
#portfolio .result>h2 {
	font-size: 60px !important
}
.doctor-logos {
	clear: both;
	margin: 35px 0
}
.doctor-logos ul {
	list-style: none;
	margin: 0
}
.doctor-logos ul li {
	float: left
}
.doctor-logos ul li img {
	height: 86px
}
.quote-v1 {
	background: #7c858e;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0;
	color: #fff
}
.quote-v1 span {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	margin: 13px 5px 8px
}
.quote-v1 a {
	display: inline-block;
	margin: 5px
}
.quote-v1 a.btn-transparent {
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 8px 18px;
	text-decoration: none;
	white-space: nowrap
}
.blog-clr, .thumbnail-style {
	background: #f1f1f2
}
.item, .item figure {
	text-align: center
}
.item figure img {
	margin: 0;
	text-align: center;
	max-width: 100px
}
.bdr {
	border-radius: 50%;
	display: inline !important
}
.blog-clr .col-lg-4 {
	margin-bottom: 20px;
	text-align: center
}
.blog-clr h2.center-txt {
	font-size: 44px;
	text-align: center
}
.overflow-hidden {
	overflow: hidden
}
.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	height: 210px;
	transition: all .8s 0 ease-in-out
}
.thumbnail-kenburn:hover img {
	transform: scale(1.2), rotate(2deg)
}
.thumbnail-style .thumbnail-img {
	margin-bottom: 11px;
	position: relative
}
.thumbnail-style {
    margin-bottom: 20px;
    padding: 7px;
    border: solid 1px #ddd;
    min-height: 430px;
}
.thumbnail-style a.btn-more, a.btn-more-location {
	background: #333;
	color: #fff;
	display: inline-block;
	position: absolute;
	display: none;
}
.thumbnail-style:hover {
	box-shadow: 0 0 8px #ddd;
	transition: box-shadow .2s 0 ease-in-out
}
.thumbnail-style a.btn-more {
	padding: 1px 6px;
	right: 0;
	top: 0
}
.thumbnail-style a.btn-more:hover {
	box-shadow: 0 0 0 2px #ff9000;
	text-decoration: none
}
.thumbnail-style:hover a.btn-more {
	right: 10px
}
.caption>h3 {
	font-size: 1.4em
}
.hover-effect {
	transition: all .4s 0 ease-in-out
}
a.btn-more-location {
	bottom: 1px;
	padding: 5px 10px;
	right: 8px
}
.mgr-rht {
	margin-right: 10px
}
.awards {
	margin: 3px
}
.awards ul {
	list-style: none;
	margin: 0
}
.awards ul li {
	padding: 0;
	margin: 5px 16px;
	float: left
}
.awards img {
	display: block;
	width: 100%;
	height: auto
}
#advantage-hair-transplant h2 {
	text-transform: uppercase
}
#advantage-hair-transplant h3 {
	font-style: italic;
	color: #333;
	font-size: 18px
}
.panel-group {
	padding-top: 21px;
	margin-bottom: 20px
}
.panel-group .panel {
	border-radius: 4px;
	margin-bottom: 0;
	overflow: visible
}
.panel-default {
	background: rgba(0,0,0,0);
	border: none;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border-color: transparent !important
}
.panel-default>.panel-heading {
	background: rgba(0,0,0,0);
	border: none;
	padding: 0;
	color: #333
}
.panel-default h5 {
	font: 300 19px;
	margin: 0;
	background: #fff;
	padding: 0
}
.panel-default .accordion-toggle::before {
	background: url(../images/toggle-icons.png) 6px 10px no-repeat #e54a1a;
	border-radius: 50% !important;
	content: "";
	display: inline-block;
	height: 21px;
	margin-right: 10px;
	position: relative;
	top: 1px;
	width: 21px
}
.panel-default .collapsed::before {
	background: url(../images/toggle-icons.png) 6px -148px no-repeat #495764
}
.panel-default .accordion-toggle::before {
	background-color: #e54a1a
}
.panel-default .accordion-toggle {
	top: 10px
}
.panel-default .collapsed::before {
	background-color: #495764
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border: none;
	padding: 0 0 0 32px
}
.tab-head {
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 30px
}
.display-hide {
	display: none
}
.team-block {
	padding-top: 60px
}
.content h4 {
	font-size: 18px
}
.team-block h4 {
	margin-bottom: 45px
}
.team-block h2 {
	font: 400 37px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase
}
.team-block h2 strong, h2 strong {
	color: #ff9000
}
.team-block h3 {
	font-size: 20px;
	margin-bottom: 2px;
	padding-top: 13px
}
.team-block em {
	display: block;
	font: 400 14px;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #ff9000
}
team-block .item {
	margin-bottom: 30px
}
.team-block .team-img, .team-img  {
	border: 4px solid #e8e8e8;
	border-radius: 100%;
	box-shadow: 0 0 0 5px rgba(0,0,0,.1);
	height: auto;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	top: 49px;
	transition: all .3s ease 0;
	width: 37%;
	z-index: 2
}

.modal-header {
    /* padding: 15px; */
      height: auto;
}
.model-white{background:#fff!important;opacity:1!important; height:85px;}

.modal .pop-emi-1{ width:550px;}
.modal-header-new {
    /* padding: 15px; */
      height: 116px;
}



 .popup-team-img {
   border: 0px solid #e8e8e8;
    border-radius: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    top: -45px;
    transition: all .3s ease 0;
    width: 20%;
    z-index: 2;
}

.model-white h2{position: relative;
    position: relative;
    top: -54px;
    color: #fff !important;
}







.in-div-bdr {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px 1px #ccc;
	min-height: 375px
}
.in-div-bdr .img-div, .in-div-bdr .img-div1, .in-div-bdr .img-div2 {
	height: 125px
}
.in-div-bdr .img-div {
	background: url(../images/body-bg-dark-1.jpg) repeat;
}
.in-div-bdr .img-div1 {
	background: url(../images/bg-s2.jpg) 0 -70px repeat;
}
.in-div-bdr .img-div2 {
	background: url(../images/body-bg-dark-1.jpg) 0 -170px repeat
}
.in-div-bdr .info-div {
	background: #fff;
	border-top: 1px solid #ccc;
	box-shadow: 0 -2px 2px #d0d0d0;
	margin-top: 11px;
	padding-top: 40px
}
.tb-socio {
	padding-top: 3px;
	text-align: center;
	margin-bottom: 10px
}
.tb-socio .fa {
	border: 1px solid #d5d5d5;
	border-radius: 50% !important;
	color: #b3bdc6;
	font-size: 19px;
	height: 33px;
	line-height: 19px;
	margin: 0 7px;
	padding-top: 7px;
	width: 33px
}
.video-wrapper {
	width: 600px;
	max-width: 100%;
	clear: both
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}
.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
h2.blog-h2 {
	margin-top: 0
}
h2.blog-h2 a {
	color: #333;
}
h2.blog-h2 a:hover {
	color: #ff9000
}
.blog-info {
	list-style: none;
	margin: 15px 0 12px;
	padding-left: 0
}
.blog-info li {
	color: #555;
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
	padding: 0
}
.blog-info li i, .more {
	color: #ff9000
}
.more:focus, .more:hover {
	color: #767f88
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ff9000;
	border-color: #ff9000
}
.pagination>li>a, .pagination>li>span {
	color: #ff9000
}
#footer p, #footer ul.useful li a {
	color: #fff
}
.blog-item blockquote {
	border-color: #ff9000;
	margin: 20px 40px 18px
}
.blog-item .blog-info {
	border-bottom: 1px solid #ecebeb;
	border-top: 1px solid #ecebeb;
	margin: 20px 0;
	padding: 8px 0
}
.right {
	float: right
}
.award1, .award2, .award3, .award4, .award5, .award6 {
	background: url(../images/award-sprite.jpg) 0 4px no-repeat;
	overflow: hidden;
	display: block;
	float: left;
	height: 71px;
	width: 150px
}
.award2 {
	background-position: 0 -66px
}
.award3 {
	background-position: 0 -144px
}
.award4 {
	background-position: 0 -217px
}
.award5 {
	background-position: 0 -304px
}
.award6 {
	background-position: 0 -386px
}
.awards-box {
	display: block;
	margin: 0 auto;
	max-width: 650px;
	position: relative
}
.awards-box img {
	margin-left: 55px
}
.awards-box .awards-box-caption {
	background: rgba(255,162,0,.9);
	bottom: 0;
	color: #fff;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all .35s 0 ease;
	width: 100%
}
.awards-box .awards-box-caption .awards-box-caption-content {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}
.awards-box .awards-box-caption .awards-box-caption-content .project-category, .awards-box .awards-box-caption .awards-box-caption-content .project-name {
	padding: 0 15px
}
.awards-box .awards-box-caption .awards-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}
.awards-box .awards-box-caption .awards-box-caption-content .project-name {
	font-size: 18px
}
.awards-box:hover .awards-box-caption {
	opacity: 1
}
#footer {
	background: #716C6C;
	clear: both;
	font-size: .9em;
	min-height: 380px;
	padding-top: 25px
}
#footer p {
	font-size: 14px
}
#footer ul, #footer ul.useful {
	list-style: none;
	margin: 0;
	padding: 0
}
#footer ul.useful li {
	font-size: 14px;
	line-height: 30px
}
#footer ul.useful li a:hover {
	color: #ff9000;
	text-decoration: none
}
.mgrrgt {
	margin-right: 6px !important
}
.clr-white {
	color: #fff !important
}
#footer .footer-copyright {
	background: #333;
	padding: 30px 0 0
}
.footer-copyright .col-md-4>p {
	text-align: left
}
#footer .footer-copyright ul {
	list-style: none;
	margin: 0 15px
}
#footer .footer-copyright ul li {
	border-right: 1px solid #fff;
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	line-height: 15px
}
#footer .footer-copyright ul li:last-child {
	border-right: none
}
#footer .footer-copyright ul li a {
	color: #fff
}
#footer .footer-copyright ul li a:hover, #footer a:hover {
	color: #ff9000
}
.breadcrumb a span, h1.mgr-top {
	color: #333
}
.innerpage-header {
	margin-top: 0 !important;
	padding-top: 0 !important
}
#footer {
	padding: 0
}
.footer-widgets-1 .widget_text {
	padding-bottom: 25px
}
.widget_search {
	padding-top: 0
}
.search-form input[type=text].search-input {
	width: 57%;
	padding: 6px;
	border: 0;
	border-radius: 3px
}
.searchsubmit.search-submit {
	display: none
}
ul.social-link {
	float: right
}
ul.social-link li {
	border: none !important
}
.arrow-social {
	background: url(../images/arrow-social.png) 0 -2px no-repeat;
	height: 30px;
	width: 60px;
	overflow: hidden;
	display: inline-block;
	text-indent: -9999px
}
.innerpage-header {
	padding-bottom: 0
}
.header-inner {
    background-color: #f8f9fa!important;
    /*background: url(../images/body-bg-dark-1.jpg) #333;*/
	height: 260px;
	overflow: hidden
}
.header-inner-upper {
	margin-top: 110px
}
h1.mgr-top {
	margin: 20px 0 0 13px;
	font-size: 30px
}
.breadcrumb {
	background-color: transparent;
	color: #fff;
	font-size: 15px
}
.breadcrumb span, .breadcrumb>.active {
	color: #ff9000
}
.container h5 {
	font-size: 20px;
	font-weight: 500
}
ul li i.fa {
	margin-bottom: 6px;
	margin-right: 5px
}
section.head {
	height: 500px !important;
	padding: 0 !important
}
#st-accordion>ul {
	margin: 0;
	padding: 0
}
.st-accordion ul li {
	overflow: hidden;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	margin-bottom: 5px;
	display: inline-table;
	width: 100%
}
.item.left, .item.right, .number span {
	display: block
}
.st-accordion ul li>a {
	font-size: 17px;
	display: block;
	position: relative;
	transition: color .2s ease-in-out;
	background-color: #f9f9f9;
	border-color: #e0e0e0;
	padding: 5px;
	color: #333;
	font-weight: 400
}
.st-accordion ul li>a:hover {
	color: #1693eb;
	text-decoration: none
}
.st-accordion ul li.st-open>a {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #767f88
}
.st-accordion ul li.st-open>a span {
	transform: rotate(180deg);
	right: 10px;
	opacity: 1
}
.st-content {
	padding: 5px 0 30px
}
.st-content p {
	line-height: 28px;
	padding: 10px
}
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
	z-index: 999999;
	padding: 10px 0;
	box-sizing: content-box
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto
}
.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none
}
.jquery-script-center a {
	text-decoration: none
}
.jquery-script-ads {
	width: 728px;
	height: 90px;
	float: right
}
.jquery-script-clear {
	clear: both;
	height: 0
}
#blog-landing {
	margin-top: 81px;
	position: relative;
	max-width: 100%;
	width: 100%
}
img {
	max-width: 100%;
	height: auto
}
.white-panel {
	position: absolute;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	padding: 10px
}
.white-panel h1 {
	font-size: 1em
}
.white-panel h1 a {
	color: #A92733
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,.5);
	margin-top: -5px;
	transition: all .3s ease-in-out;
	cursor: pointer
}
.bdr_top {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding: 0
}
.orange_text {
	font-size: 18px;
	color: #ff9000
}
.padding_top_bottom {
	padding: 20px 0
}
.section {
	border: none;
	font-size: 5.4rem;
	font-weight: 100;
	padding: 10rem 16rem 8rem;
	position: relative;
	margin: 0 -8rem
}
.cosmetic .section {
	padding: 2rem 1rem
}
.section ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
.section ul li::before {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #0274be;
	content: "???";
	font-family: FontAwesome;
	font-style: normal;
	left: -25px;
	position: absolute;
	top: 0
}
.number {
	text-align: left
}
.number p {
	margin: 0 0 2.4rem;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.5
}
.number span {
	color: #0274be;
	float: left;
	font-size: 7.2rem;
	font-weight: 100;
	margin-bottom: 10rem;
	margin-top: -2rem;
	width: 80px
}
.copy-intro p {
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 700
}
.box_header {
	border-bottom: 1px solid #ff9000;
	float: left;
	padding-bottom: 10px
}
.info_green, .info_white {
	clear: both;
	font-style: italic;
	margin: 0;
	padding: 0;
	float: left
}
.info_green {
	color: #ff9000
}
.info_white {
	color: #333
}
.contact_form {
	float: left;
	width: 100%
}
.contact_form .block {
	margin-top: 10px
}
.contact_form .left {
	float: left
}
.contact_form .right {
	float: left;
	margin-left: 10px
}
input.hint[type=text], textarea.hint {
	color: #000 !important;
	border: 1px solid #515151;
	background: 0 0;
	margin: 0;
	padding: 9px
}
.contact_form input[type=submit] {
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #333 !important;
	border-radius: unset;
	color: #333;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 36px;
	margin-right: 0;
	margin-top: 10px;
	padding: 5px 10px;
	width: 70px
}
textarea.hint {
	height: 98px
}
.contact_data {
	list-style: none;
	margin: 0;
	padding: 0
}
.contact_data li {
	background-position: 0 3px;
	background-repeat: no-repeat
}
.footer-widgets h4 {
	color: #fff
}
.hide {
	display: none
}
.carousel-indicators .active {
	background-color: #000 !important
}
.carousel-indicators li {
	border: 1px solid #000 !important
}

.carousel-inner>.item {
	min-height: 135px;
}
/* Blog Page New*/
ul#menu-right-sidebar-links {
	padding: 0 0 0 16px;
}
.left-sidebar-links {
}
ul#menu-left-sidebar-links {
	padding: 0 0 0 0px;
	list-style: none;
	margin: 0;
}
ul#menu-left-sidebar-links {
	padding: 0 0 0 0px;
	list-style: none;
	margin: 0;
}
ul#menu-left-sidebar-links li img {
	display: block;
	padding: 5px;
	text-align: center;
	width: 100%;
}

ul#menu-left-sidebar-links li img {
    padding: 10px;
    text-align: center;
    display: inline;
    width: 50%;
}
.blog-left-side-box {
	border: 2px solid #dedede;
}
.blog-left-side-box h2 {
	background: #ff9000 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	text-align: center;
	padding: 10px;
}
.blog-left-side-box p {
	padding: 10px;
}
.blog-left-side-box p.blg-btn {
	margin: 0;
}
.blog-font{font-family: 'geomanist_regularregular'; font-size:18px; line-height:1.66em;text-align:justify; color:#43464b;}
.blog-text-p{ text-align:justify; letter-spacing:.25; font-size:18px; line-height:1.66em; color:#43464b;font-family: geomanist_regularregular;}


/*review page*/

.review_page h2 {
	float: left;
	width: 100%;
	display: inline-block;
	color: #ff9000;
	font-size: 40px;
	line-height: 50px;
	font-family: fjalla_oneregular;
}
.review_page .quote {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
}
.review_page_video h2 {
	position: relative;
	float: left;
	width: calc(100% - 60px);
	color: #ff9000;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 30px;
	margin-left: 30px;
	font-family: fjalla_oneregular;
}
.review_page_video h2:before {
	z-index: 5;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #bebebe;
	top: 15px;
	left: 0px;
}
.review_page_video h2:after {
	z-index: 5;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #bebebe;
	bottom: 40px;
	left: 0px;
}
.review_page_video h2 span {
	z-index: 10;
	position: relative;
	display: inline-block;
	background-color: #fff;
	font-size: 40px;
	line-height: 45px;
	padding-right: 10px;
	padding-left: 10px;
}
.review_page_video .text_body {
	float: left;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
}
.review_witout_pic {
	background: #333 !IMPORTANT;
	font-size: 22px;
	line-height: normal;
	COLOR: #FFF;
	FONT-WEIGHT: 400;
	text-align: center;
	padding: 35px !important;
}
.results_review_square .text {
	position: relative;
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	margin-top: 75px;
}
 @media only screen and (max-width:1023px) {
.row-pad {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.heading h1 {
	font-size: 3.8rem;
	margin-top: 0;
	padding: 0;
	text-align: center
}
}
@media screen and (max-width:980px) {
.b-h4 {
	font-size: 25px !important;
	font-weight: 600;
	margin-top: 50px
}
.b-h4 span.white-line {
	display: none
}
.b-h1 {
	font-size: 39px !important;
	line-height: 45px !important
}
.text-h3 {
	font-size: 20px !important
}
.team-block .team-img {
	width: 19%;
	border: 2px solid #e8e8e8;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
}
@media screen and (max-width:800px) {
.b-h1, .b-h4 {
	font-size: 30px !important;
	line-height: 36px !important
}
.nav.navbar-nav.navbar-top-margin {
	display: block
}
.hgt-banner {
	margin-top: 92px !important
}
.b-h4 span.white-line {
	display: none
}
.b-h4 {
	margin-top: 50px
}
.text-h3 {
	font-size: 16px !important
}
.team-block .team-img {
	width: 19%;
	border: 2px solid #e8e8e8;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
}
@media (max-width:768px) {
.nav.navbar-nav.navbar-top-margin {
	display: block
}
.b-h4 span.white-line, .owl-buttons {
	display: none
}
.hgt-banner {
	margin-top: 110px !important
}
.b-h4 {
	font-size: 30px !important;
	line-height: 36px !important;
	margin-top: 50px
}
.text-h3 {
	font-size: 15px !important
}
.team-block .team-img {
	width: 20%;
}
}
@media (min-width:320px) and (max-width:640px) {
	p{ text-align:justify;}
.modal-dialog {
	margin: 100px auto;
	width: 90% !important
}
#blep-test-new {
	margin: 0 0 60px 0 !important;
}
.navbar-collapse.collapse.in {
	background: #f1f1f1;
}
.navbar .nav {
	float: right;
	margin-right: 0;
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
	color: #333;
	padding: 18px 10px;
	text-transform: uppercase !important;
}
.dropdown-menu li:last-child {
	border: none !important;
}
.team-block .team-img {
	width: 24%;
}
.tab-pane.features-main-area.margin-top-bottom-30 {
	margin-bottom: 60px !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
	background: #ff9000 !important;
	color: #fff !important;
}
.sidebar2, .hidden-xs-up {
	display: none;
}
}
 @media (min-width:320px) and (max-width:480px) {
.header-inner {
	height: auto;
	padding-bottom: 12px;
	position: relative;
}
.header-inner-upper {
	margin-top: 40px;
}
h1.mgr-top {
	color: #fff;
	font-size: 20px;
	margin: 10px 0 0;
	line-height: 30px;
}
.navbar .nav {
	float: left;
	margin-left: -2px;
	width: 100%;
}
.nav li {
	border-bottom: 1px solid #ccc;
}
.row-pad {
	padding-left: 0 !important;
	padding-right: 0 !important
}
h2.center-txt {
	font-size: 25px;
	text-align: center
}
.navbar-brand>img {
	height: 44px
}
.pre-header .list-inline li {
	border: none;
	display: block;
	margin-bottom: 10px;
	padding: 0
}
.btn-green, .pre-header.navbar {
	display: none
}
.pre-header .pull-right {
	float: left !important
}
.heading h1 {
	font-size: 3rem;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 999
}
h1.mgr-top {
	color: #fff;
	font-size: 25px;
	margin: 40px 0 0
}
.header-search {
	margin-top: 20px
}
.section div.subtitle h3 {
	font-size: 4rem;
	line-height: 1.1;
	font-weight: 100;
	margin-top: 3rem
}
.item figure {
	text-align: center;
	display: inline-block
}
ul.social-link {
	float: none;
	margin-top: 25px !important
}
.pre-header .col-md-6 {
	float: left
}
.pre-header .additional-nav {
	float: right;
	text-align: right
}
#footer .footer-copyright ul {
	margin: 0
}
.footer-copyright a {
	font-size: 13px
}
#footer, .breadcrumb, .header-search, .latest-news, .sidebar2, .zopim {
	display: none
}
.sticky-call-button {
	background: rgba(0, 0, 0, 0) url("../images/sticky.png") repeat scroll 0 0;
	bottom: 0;
	display: block;
	height: 40px;
	padding-top: 8px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.awards ul li {
	margin: 5px 76px
}
.prp img {
	display: none;
}
.team-block .team-img {
	width: 24%;
}
.mgr-hair-restoration {
	margin-top: 45px;
}
.mgr-hair-restoration-1 {
	margin-top: 0;
}
.h2-inner {
	font-size: 20px;
	text-align: center;
}
.btn-orange-banner {
	font-size: 13px;
}
}
 @media screen and (max-width:480px) {
.hgt-banner, span.white-line, .prp {
	display: none
}
.prp-text {
	text-align: center !important;
	margin-top: 0 !important;
}
.header-section h2, .header-section p, .header-section h4 {
	text-align: center !important;
}
.hgt-banner1 {
	margin-top: 55px
}
.b-h4 {
	font-size: 14px !important
}
.b-h1 {
	font-size: 39px !important;
	line-height: 44px !important
}
.text-h3 {
	font-size: 24px !important
}
.navbar-inverse .navbar-nav>li>a {
	color: #333;
	padding: 18px 10px;
	text-transform: capitalize
}
.panel-collapse h3 {
	font-family: fjalla_oneregular !important;
	font-size: 18px !important;
	line-height: normal;
	margin: 0 0 10px
}
.panel-collapse p {
	line-height: normal;
	margin: 10px 0;
	color: #333
}
.prp img {
	display: none;
}
.team-block .team-img {
	width: 44%;
}
.mgr-hair-restoration {
	margin-top: 45px;
}
.mgr-hair-restoration-1 {
	margin-top: 0;
}
.h2-inner {
	font-size: 20px;
	text-align: center;
}
.btn-orange-banner {
	font-size: 13px;
}
.img-responsive {
	width: 100%;
}
.zopim {
	display: none
}
}
 @media screen and (max-width:320px) {
.st-accordion ul li>a {
	font-size: 17px
}
.h2-inner {
	font-size: 19px;
	text-align: center;
}
}
@media (min-width:320px) {
.navbar-brand>img {
	height: 44px !important
}
.sticky-call-button li {
	padding: 11px 25px;
}
}
