body {
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #d33563;
}
::selection {
	color: #fff;
	background: #d33563;
}
::-webkit-scrollbar-track {
 background-color: #4a4a4a;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #d33563;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
.top-banner {
	position: relative;
	padding: 12px 0 !important;
}
.head-top {
	padding: 0 !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.head-text {
}
.head-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	font-style: italic;
	letter-spacing: .4px;
	padding: 4px 0 0 0;
	color: #4e4e4e;
}
.lang {
	margin: 0;
	padding: 0;
}
.goog-te-gadget-simple {
	padding: 5px !important;
	border: 1px solid #ffffff !important;
}
.lang select {
	width: 100%;
	height: 35px;
	margin: 0;
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
	background: none;
	outline: none;
	line-height: 25px;
	/* border-radius: 25px; */
	border: 1px solid #ffffff;
}
.headinin1 {
	padding: 0 10px 0 0!important;
}
.headinin2 {
	padding: 0 0 0 10px !important;
}
.head-intop {
	padding: 0 0 10px 0 !important;
}
.head-inbtm {
	padding: 0 !important;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 6px 0 0;
	line-height: 36px;
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li a {
	display: block;
}
.social li svg {
	padding: 0;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:nth-child(1) {
	background: #143f9a;
}
.social li:nth-child(2) {
	background: #fd8c00;
}
.social li:nth-child(3) {
	background: #ff001b;
}
.social li:nth-child(4) {
	background: #de4b39;
}
.social li:nth-child(5) {
	background: #007bb6;
}
.social li:nth-child(6) {
	background: #55acef;
}
.social li:hover {
	background: #ff5285;
}
.social li:hover svg path {
	fill: #ffffff;
}
.search {
	margin: 0;
	padding: 15px 0 0 0;
	float: right;
}
.search form {
	padding: 0;
	margin: 0;
}
.search input.search-text {
	color: #000;
	position: absolute;
	-webkit-transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 35px;
	width: 0;
	margin: 0;
	padding: 15px 17px;
	float: right;
	right: 0;
	top: 0;
	z-index: 9;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 1px solid #ff5285;
	background: url(../images/search.png)no-repeat;
	background-size: 35px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 100%;
	right: 0;
	top: 0;
	border: 1px solid #ff5285;
	background-color: #fff;
	outline: none;
	cursor: auto;
	padding: 10px;
	background: #fff;
	border-radius: 25px;
	float: right;
}
.search input.search-submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	border: 1px solid #ff5285;
	background: #ffffff url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.callus {
	width: 100%;
	margin: 20px 0 0 0;
}
.callus a {
	display: inherit;
}
.callus a span {
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	float: left;
	background: #ff5285;
	color: #fff;
	margin: 0 22px 0 0;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(255, 145, 177, 0.4);
	-moz-box-shadow: 0px 0px 0px 7px rgba(255, 145, 177, 0.4);
	box-shadow: 0px 0px 0px 7px rgba(255, 145, 177, 0.4);
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callus p {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #fff;
}
.callus h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	letter-spacing: 2px;
	padding: 0;
	color: #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.callus a:hover h4, .callus a:focus h4 {
	color: #ffadc5;
}
.enquiry {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	display: block;
	font-weight: 500;
	color: #ff5285;
	letter-spacing: 1px;
	background: #ffffff;
	text-transform: uppercase;
	position: relative;
	outline: none;
	/* border-radius: 25px; */
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
}
.enquiry svg path {
	fill: #fff;
}
.enquiry:hover, .enquiry:focus {
	color: #ffffff;
	background: #ff5285;
}
.modal-open .modal {
	z-index: 999999999;
}
.enquiry-in {
	margin: 0;
	padding: 0;
}
.enquiry-in .enq1 {
	width: 47.5%;
	height: 40px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq2 {
	width: 97.5%;
	height: 90px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq3 {
	width: 130px;
	height: 35px;
	margin: 5px 10px;
	padding: 0;
	font-size: 13px;
	float: right;
	background: #3ac1da;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff !important;
	background: #3ac1da !important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
	padding: 0 !important;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(1%, rgba(255,255,255,0.07)), color-stop(10%, rgba(255,255,255,0.75)), color-stop(15%, rgba(255,255,255,0.75)), color-stop(50%, rgba(255,255,255,0.75)), color-stop(85%, rgba(255,255,255,0.75)), color-stop(90%, rgba(255,255,255,0.75)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.logo {
	padding: 0;
}
.logo img {
	width: 230px;
	padding: 0;
	margin: 9px 0 0 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	background-color: #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #ff5285;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #ff5285;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #F5F5F5;
	border-radius: 1px
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #fff;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 220px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	padding: 0 10px;
	margin: 0;
	line-height: 45px;
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	letter-spacing: .6px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}/*
ul.slimmenu li a:after, ul.slimmenu li a:before {
	position: absolute;
	content: '';
	margin: 0 50%;
	padding: 0;
	width: 0;
	height: 1.4px;
	background: #2ba98e;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
ul.slimmenu li a:before {
	top: 0;
}
ul.slimmenu li a:after {



	bottom: 0;
}
ul.slimmenu li a:hover:after, ul.slimmenu li a:hover:before {
	width: 100%;
	margin: 0;
}
ul.slimmenu li.active a:after, ul.slimmenu li.active a:before {
	width: 100%;
	margin: 0;
}*/
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 10px;
	margin: 0;
	text-transform: none;
	text-align: left;
	letter-spacing: .4px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
	display: none;
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	color: #d33563;
}
ul.slimmenu li.active a {
	color: #d33563;
}
ul.slimmenu li a:hover {
	color: #d33563;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 999;
	width: 4px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #000;
	font-size: 6px;
	vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.booknow {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	color: #aa407a;
	background: #ffe6f4;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: .5px;
	z-index: 999;
	right: 4%;
	top: 48%;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.booknow:hover, .booknow:focus {
	color: #aa407a;
}
.fixed-div {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 99999999;
	top: 35%;
	right: -175px;
	background: #e4f781;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div:hover {
	right: 0;
}
.fixed-div ul {
	margin: 0;
	padding: 0;
}
.fixed-div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 46px;
	border-bottom: 1px solid #fff;
}
.fixed-div ul li:last-child {
	height: 45px;
	border-bottom: 0px solid #fff;
}
.fixed-div ul li a {
	height: 45px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div ul li a:hover {
	background: #109f81;
	color: #fff;
}
.fixed-div ul li:hover .fx-txt h5, .fixed-div ul li:hover .fx-txt p, .fixed-div ul li:hover .fx-txt h6 {
	color: #fff;
}
.fixed-div .fx-img {
	width: 45px;
	height: 45px;
	padding: 8px;
	float: left;
	margin: 0;
	background: #109f81;
}
.fixed-div .fx-img img {
	width: 100%;
}
.fixed-div ul li .fx-txt {
	width: 175px;
	float: left;
	padding: 0 10px;
}
.fixed-div ul li .fx-txt h5 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .8px;
	padding: 8px 0 0 0;
	color: #000;
}
.fixed-div ul li .fx-txt p {
	font-size: 11px;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	letter-spacing: .2px;
	padding: 0;
	cursor: text;
	color: #464646;
}
.fixed-div ul li .fx-txt h6 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.slide-banner {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.slide-banner img {
	width: 100%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 49%;
	height: 35px;
	width: 35px;
	z-index: 99;
	padding: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-control.left {
	left: 3%;
}
.slide-banner .carousel-control.right {
	right: 3%;
}
.slide-banner .carousel-indicators {
	bottom: 3%;
	left: auto;
	right: 3%;
	text-align: right;
	margin: 0;
	width: 100%;
}
.slide-banner .carousel-indicators li {
	margin: 0 3px;
	width: 5px;
	height: 15px;
	border: 0px solid #fff;
	background-color: rgba(0, 0, 0, 0.51);
	position: relative;
	border-radius: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-indicators .active {
	background-color: #3bc0d9;
	border: 0px solid #fff;
	height: 30px;
}
.slide-banner .slide-text {
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 10%;
	left: 0;
	top: 32%;
	z-index: 9999;
}
.slide-banner .slide-text .slide-text-in {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 20px 20px 0 0;
	float: right;
	z-index: 9;
	position: relative;
	visibility: visible !important;
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
}
.slide-banner .slide-text .slide-text-in:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 283px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	background: url(../images/sl-border.png) no-repeat;
	background-size: 100% auto;
}
.slide-banner .slide-text .slide-text-in h2 {
	color: #000000;
	margin: 0;
	font-size: 31px;
	line-height: 36px;
	font-weight: 800;
	padding: 13px 0 0 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	visibility: visible !important;
	-webkit-animation-name: bounceInDown !important;
	animation-name: bounceInDown !important;
}
.slide-banner .slide-text .slide-text-in h2 span {
	color: #3ac1da;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 10px 0 0 70px;
	color: #000000;
	visibility: visible !important;
	-webkit-animation-name: bounceInDown !important;
	animation-name: bounceInDown !important;
}
.slide-btn {
	width: 200px;
	height: 42px;
	margin: 0;
	padding: 0;
	display: block;
	color: #ffffff;
	background: #ff5285;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 41px;
	letter-spacing: .5px;
	border-radius: 7px;
	position: absolute;
	top: 69%;
	right: 47%;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn svg {
	margin: 0 3px 0 0;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
	background: #d33563;
}
.about {
}
.about-in {
	background: #d33563;
	margin: -50px 0 0 0;
	padding: 10px !important;
}
.ab-left {
	padding: 0 15px 0 0 !important;
}
.ab-leftin {
	margin: -70px 0 0 0;
	position: relative;
}
.ab-leftin img {
	width: 100%;
}
.ab-leftin .ab-mask {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 15px;
}
.ab-leftin .ab-mask h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #ff0;
	text-transform: uppercase;
}
.ab-leftin .ab-mask h5 {
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	color: #ffffff;
}
.ab-right {
	margin: 25px 0 0 0;
}
.abpdd {
	padding: 0 10px !important;
}
.ab-box {
	padding: 15px !important;
	border: 1px solid #fff;
	height: 150px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box img {
	width: 50px;
	border-radius: 100%;
	margin: 10px auto 20px auto;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.2);
	-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.2);
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ab-box h4 {
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 16px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box:hover {
	background: #fff;
}
.ab-box:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-box-shadow: 0px 0px 0px 10px rgba(211, 53, 99, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(211, 53, 99, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(211, 53, 99, 0.3);
}
.ab-box:hover h4 {
	color: #d33563;
}
.services {
	padding: 30px 0;
	position: relative;
}
.services:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: -150px;
	left: 0;
	z-index: -1;
	background: url("../images/bg-1.jpg") no-repeat;
	background-size: 100% auto;
}
.thead {
}
.thead h2, .thead h1 {
	font-size: 25px;
	line-height: 35px;
	color: #313131;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: .8px;
	text-transform: uppercase;
}
.thead h2 span, .thead h1 span {
	color: #d33563;
}
.thead hr {
	width: 195px;
	height: 25px;
	margin: 5px auto 10px auto;
	padding: 0;
	border: none;
	background: url("../images/hr1.png") no-repeat;
	background-size: 100% auto;
}
.ser-box {
	margin: 15px 0;
}
.ser-box img {
	width: 90px;
	margin: 0 auto 5px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ser-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .2px;
	padding: 5px 0;
	color: #000000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ser-box p {
	font-size: 12.5px;
	text-align: center;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .2px;
	padding: 0;
	color: #3a3a3a;
}
.ser-box:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.ser-box:hover h4 {
	color: #d33563;
}
.btn-1 {
	width: 125px;
	height: auto;
	background: #d33563;
	display: block;
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 35px;
	margin: 15px auto 0 auto;
	padding: 0 30px 0 0;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1 span {
	width: 33px;
	height: 33px;
	background: #fff;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 14px;
	border-radius: 25px;
	color: #d33563;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover {
	padding: 0;
	color: #fff;
}
.btn-1:hover span {
	right: -40px;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: 47%;
	margin: -15px 0 0 0;
	padding: 0;
	width: 35px;
	height: 35px;
	opacity: .3;
	background: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	left: -30px;
}
.adright {
	right: -30px;
}
.adleft:hover, .adright:hover {
	opacity: .7;
}
.conditions {
	padding: 0 0 30px 0;
	position: relative;
	text-align: center;
}
.conditions:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 90px;
	left: 0;
	z-index: -1;
	background: url(../images/bg-2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.conditions .nav-tabs {
	display: inline-block;
	margin: 15px 0 0 0;
	border-radius: 15px;
	border-bottom: 0px solid #ddd;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.conditions .nav-tabs>li {
	float: left;
	margin: 0;
	display: block;
}
.conditions .nav-tabs>li>a {
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	color: #d33563;
	margin: 0;
	padding: 10px 60px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 15px;
	background: #ffeed4;
	border: 5px solid #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.conditions .nav-tabs>li>a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
	padding: 0;
	opacity: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f9a424;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.conditions .nav-tabs>li.active a:before {
	opacity: 1;
}
.conditions .nav-tabs>li>a img {
	width: 35px;
	display: inline-block;
	margin: 0 5px 0 0;
}
.conditions .nav-tabs>li.active>a, .conditions .nav-tabs>li.active>a:focus, .conditions .nav-tabs>li.active>a:hover {
	background: #f9a424;
	color: #fff;
	border: 5px solid #fff;
}
.conditions .nav-tabs>li>a:hover {
	background: #ffeed4;
	border: 5px solid #f9a424;
}
.conditions .nav-tabs>li.active>a img {
	-webkit-filter: brightness(0%) invert(100%);
	-moz-filter: brightness(0%) invert(100%);
	-o-filter: brightness(0%) invert(100%);
	filter: brightness(0%) invert(100%);
}
.conditions .tab-content {
	padding: 25px 15px;
	background: #fff;
	margin: 25px 0 0 0;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.con-main {
	padding: 0 35px;
}
.copdd {
	padding: 0 !important;
	background: #f39c12;
}
.copdd2 {
	background: #16a085;
}
.copdd3 {
	background: #3498db;
}
.copdd4 {
	background: #9b59b6;
}
.con-text {
	padding: 42px 20px 0 20px !important;
	text-align: center;
}
.con-text h4 {
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #ffffff;
}
.con-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 7px 0;
	color: #ffffff;
}
.con-text a {
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.con-text a:hover {
	color: #fff;
	letter-spacing: 1.2px;
}
.con-text a svg {
	margin: 0 0 0 3px;
}
.con-text2 {
	padding: 45px 20px !important;
}
.con-img {
	padding: 0 !important;
	overflow: hidden;
}
.copdd .con-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.copdd:hover .con-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.conditions .adleft, .conditions .adright {
	top: 50%;
}
.conditions .adleft {
	left: -5px;
}
.conditions .adright {
	right: -5px;
}
.laser {
	padding: 0;
}
.laser-box {
	text-align: center;
}
.laser-box img {
	width: 85%;
	margin: 0 auto;
	z-index: 9;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.laser-box .laser-text {
	width: 220px;
	height: 220px;
	background: #d33563;
	margin: -140px auto 0 auto;
	padding: 55% 15px 15px 15px;
	border-radius: 100%;
	position: relative;
	z-index: -1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.laser-box .laser-text h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.laser-box .laser-text2 h4 {
	font-size: 12.5px;
	line-height: 16px;
	padding: 0;
}
.laser-box .laser-text a {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #ff0;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.laser-box:hover .laser-text a {
	opacity: 1;
}
.laser-box .laser-text a:hover {
	letter-spacing: 1.2px;
}
.laser-box:hover .laser-text {
	padding: 30% 15px 15px 15px;
	z-index: 9;
}
.laser-box:hover img {
	z-index: -1;
	opacity: .5;
	-webkit-transform: scale(.9, .9);
	-moz-transform: scale(.9, .9);
	-o-transform: scale(.9, .9);
	transform: scale(.9, .9);
}
.laser .adleft, .laser .adright {
	width: 12px;
	height: 46px;
	top: 39%;
	opacity: .5;
}
.laser .adleft {
	left: auto;
	right: 0;
	margin-top: -30px;
}
.laser .adright {
	right: 0;
	margin-top: 30px;
}
.cosmetic {
	padding: 130px 0 30px 0;
	background: url(../images/bg-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.cosmetic .thead h2 {
	color: #fff;
}
.cosmetic .thead h2 span {
	color: #ff0;
}
.cosmetic .thead hr {
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.cosmetic-box {
	margin: 15px 0;
}
.cosmetic-box2 {
	margin: 85px 0 15px 0;
}
.cosmetic-box2:before, .cosmetic-box2:after {
	position: absolute;
	content: '';
	width: 150px;
	height: 7px;
	margin: 0;
	padding: 0;
	top: 75px;
	left: -33%;
	background: #ff9bb8;
	z-index: -1;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}
.cosmetic-box2:after {
	left: auto;
	right: -33%;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.cosmetic-box .cosmetic-img {
	width: 110px;
	margin: 0 auto;
	border-radius: 10px;
	border: 7px solid #ff9bb8;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.cosmetic-box .cosmetic-img img {
	width: 100%;
	margin: 0;
}
.cosmetic-box:hover .cosmetic-img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.cosmetic-box .cosmetic-text {
}
.cosmetic-box .cosmetic-text img {
	width: 15px;
	margin: 20px auto;
	-webkit-filter: brightness(0%) invert(100%);
	-moz-filter: brightness(0%) invert(100%);
	-o-filter: brightness(0%) invert(100%);
	filter: brightness(0%) invert(100%);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.cosmetic-box .cosmetic-text h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.cosmetic-box:hover .cosmetic-text h4 {
	color: #ff0;
}
.cosmetic-box:hover .cosmetic-text img {
	-webkit-filter: brightness(100%) invert(0%);
	-moz-filter: brightness(100%) invert(0%);
	-o-filter: brightness(100%) invert(0%);
	filter: brightness(100%) invert(0%);
}
.cosmetic .carousel-inner {
	padding: 0 0 30px 0;
}
.cosmetic .carousel-indicators {
	bottom: 0;
}
.cosmetic .carousel-indicators .active {
	background: rgb(255, 255, 255);
}
.cosmetic .carousel-indicators li {
	display: inline-block;
	width: 50px;
	height: 10px;
	margin: 0 2px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
	border: 0px solid #868686;
}
.gallery {
	padding: 40px 0 30px 0;
}
.galpdd {
	padding: 0 20px !important;
}
.gal-box {
	padding: 0 !important;
	margin: 10px 0 0 0;
}
.gal-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background: rgba(255, 155, 184, 0.5);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box:hover:before {
	-webkit-transform: scale(.92, .9);
	-moz-transform: scale(.92, .9);
	-o-transform: scale(.92, .9);
	transform: scale(.92, .9);
}
.gal-box:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	left: -12px;
	bottom: -12px;
	padding: 0;
	margin: 0;
	opacity: .5;
	border-left: 4px solid #ff9bb8;
	border-bottom: 4px solid #ff9bb8;
}
.gal-box img {
	width: 100%;
	border: 1px solid #ccc;
}
.gal-box ul {
	position: absolute;
	margin: 0;
	margin-left: -40px;
	padding: 5px;
	width: 80px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	top: 41%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 32px;
	float: left;
}
.gal-box ul li:first-child {
	margin: 0 5px 0 0;
}
.gal-box ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gal-box ul li:hover img {
	opacity: 1;
}
.gal-box:hover ul li img {
}
.gal-box2, .gal-box4 {
	margin: 55px 0 0 0;
}
.gal-box2:after, .gal-box4:after {
	left: auto;
	bottom: auto;
	top: -12px;
	right: -12px;
	border-left: 0px solid #ff9bb8;
	border-bottom: 0px solid #ff9bb8;
	border-right: 4px solid #ff9bb8;
	border-top: 4px solid #ff9bb8;
}
.gal-box3:after {
	left: auto;
	right: -12px;
	border-left: 0px solid #ff9bb8;
	border-bottom: 4px solid #ff9bb8;
	border-right: 4px solid #ff9bb8;
}
.gal-box4:before {
	background: rgba(212, 76, 115, 0.75);
	-webkit-transform: scale(.92, .9);
	-moz-transform: scale(.92, .9);
	-o-transform: scale(.92, .9);
	transform: scale(.92, .9);
}
.gal-box4 .gal-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.gal-box4 .gal-mask .gal-maskin {
	display: table;
	width: 100%;
	height: 100%;
}
.gal-box4 .gal-mask .gal-maskin h4 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	line-height: 19px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}
.gal-box4 .gal-mask .gal-maskin h4 svg {
	font-size: 30px;
	margin: 0 0 5px 0;
}
.videopop {
}
.videopop .modal-dialog {
	margin: 50px auto 0 auto;
	padding: 15px;
}
.videopop .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #000;
	border: 5px solid #fff;
}
.videopop .modal-body {
	padding: 0;
	height: 445px;
}
.videopop button.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -18px;
	right: -10px;
	border-radius: 25px;
	background: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 0 5px 0;
	color: #000000;
	opacity: 1 !important;
	z-index: 9999;
}
.videopop video {
	width: 100%;
	height: auto;
}
.videopop .modal-footer {
}
.testimonials {
	padding: 20px 0 0 0;
	position: relative;
}
.testimonials:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 77%;
	z-index: -1;
	background: url(../images/bg-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonials .thead h2 {
	text-align: left;
}
.testimonials .thead hr {
	width: 95px;
	height: 20px;
	margin: 5px 0 10px 0;
	background: url(../images/hr3.png) no-repeat;
	background-size: 100% auto;
}
.testimonials-left {
	margin: 65px 0 0 0;
}
.testimonials-box {
	padding: 0;
	margin: 0;
	text-align: center;
}
.testimonials-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
}
.testimonials-box h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0 12px 0;
	color: #fff;
}
.testimonials-box a {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 15px 0;
	letter-spacing: .6px;
	padding: 0;
	display: inline-block;
	color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonials-box a span {
	display: inline-block;
	margin: 0 5px;
	background: #fff;
	width: 30px;
	height: 1px;
	position: relative;
	top: -3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonials-box a:hover {
	color: #fff;
}
.testimonials-box a:hover span {
	width: 45px;
}
.testimonials-right {
	margin: -25px 0 0 0;
}
.testimonialsv-box {
	padding: 0;
	margin: 0;
}
.testimonialsv-box img {
	width: 100%;
}
.testimonialsv-box ul {
	position: absolute;
	margin: 0;
	margin-left: -43px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(190, 32, 80, 0.75);
	border-radius: 10px;
	top: 46%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonialsv-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.testimonialsv-box ul li:first-child {
	margin: 0 5px 0 0;
}
.testimonialsv-box ul li img {
	width: 100%;
	opacity: .7;
	border: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testimonialsv-box ul li:hover img {
	opacity: 1;
}
.testimonials-left .carousel-inner {
	padding: 0 0 20px 0;
}
.testimonials-left .adleft, .testimonials-left .adright {
	top: auto;
	bottom: 0;
	opacity: 1;
	width: 50px;
	height: 15px;
}
.testimonials-right .adleft, .testimonials-right .adright {
	top: 7px;
	opacity: 1;
	width: 50px;
	height: 15px;
}
.testimonials-left .adleft {
	left: 40%;
}
.testimonials-right .adleft {
	left: auto;
	right: 75px;
}
.testimonials-left .adright {
	right: 40%;
}
.testimonials-right .adright {
	right: 15px;
}
.blog {
	padding: 0;
	position: relative;
	top: -40px;
}
.blog .thead h2 {
	text-align: left;
}
.blog .thead hr {
	width: 95px;
	height: 20px;
	margin: 5px 0 10px 0;
	background: url(../images/hr3.png) no-repeat;
	background-size: 100% auto;
}
.bpdd {
	padding: 0 30px !important;
}
.blog-box {
	margin: 15px 0;
	padding: 0 !important;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.blog-box:before {
	position: absolute;
	content: '';
	width: 95%;
	height: 91%;
	margin: 0;
	padding: 0;
	top: 12px;
	left: -10px;
	background: #e0e0e0;
	z-index: -1;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.blog-box .blog-img {
	overflow: hidden;
}
.blog-box .blog-img img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.blog-box .blog-text {
	padding: 20px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.blog-box .blog-text h4 {
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	color: #000000;
}
.blog-box .blog-text p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #3a3a3a;
}
.blog-box .blog-text:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	bottom: -25px;
	right: -50px;
	background: #ffd2e0;
	z-index: -1;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.blog .carousel-inner {
	padding: 0 0 30px 0;
}
.blog .adleft, .blog .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.blog .adleft {
	left: 45%;
}
.blog .adright {
	right: 45%;
}
.faq {
	padding: 0 0 20px 0;
	position: relative;
	z-index: 9;
}
.faq:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/bg-5.jpg) right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.faq:after {
	position: absolute;
	content: '';
	width: 45%;
	height: 78%;
	right: 0;
	padding: 0;
	margin: 0;
	top: 18%;
	background: none;
	border: 3px solid #ffb1ca;
	border-right: none;
	z-index: -1;
}
.faq-box {
	padding: 15px;
	background: #ffe9f0;
	margin: 25px 0;
	height: 275px;
}
.faq-box .c-accordion {
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.no-border {
	border-bottom: 0px dashed #e1c5f1 !important;
}
.faq-box .c-accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.faq-box .c-accordion label {
	position: relative;
	display: block;
	font-size: 13px;
	background: #d33563;
	color: #fff;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 20px;
	cursor: pointer;
	padding: 10px 30px 10px 10px;
	margin: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-box .c-accordion label:hover {
	color: #ffffff;
}
.faq-box .c-accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .75s;
}
.faq-box .c-accordion__content ul {
	margin: 0;
	padding: 0;
}
.faq-box .c-accordion__content ul li {
	margin: 0 0 0 15px;
	padding: 2px 0;
}
.faq-box .c-accordion__spacing {
	padding: 15px 0;
}
.faq-box .c-accordion__spacing p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}
.faq-box .c-accordion__spacing .btn1 {
	margin: 7px 0 0 0;
}
.faq-box .c-accordion input:checked ~ .c-accordion__content {
	max-height: 1000px;
	transition: max-height 1.5s;
}
.faq-box .c-accordion label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	transition: all .35s;
}
.faq-box .c-accordion input[type=checkbox] + label::after {
	content: "";
	width: 0;
	height: 0;
	top: 17px;
	right: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #ffffff;
}
.faq-box .c-accordion input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
footer {
	margin: 100px 0 0 0;
	padding: 40px 0 0 0;
	background: url(../images/bg-6.jpg) fixed;
	background-size: cover;
}
.ft-left {
	padding: 0 !important;
	margin: -100px 0 0 0;
	height: 460px;
	border: 5px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.ft-right {
	padding: 0 0 0 50px !important;
}
.ft-right .thead h2 {
	text-align: left;
	color: #fff;
	font-size: 22px;
}
.ft-right .thead hr {
	width: 75px;
	height: 20px;
	margin: 3px 0 10px 0;
	background: url(../images/hr4.png) no-repeat;
	background-size: 100% auto;
}
.ft-right p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #cacaca;
}
.ft-right p svg {
	margin: 0 3px 0 0;
}
.ft-right .social {
	margin: 15px 0 0 0;
}
.newsletter {
	padding: 20px 0 0 0;
}
.newsletter h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	color: #cacaca;
	text-transform: uppercase;
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ccc;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
 color: #ccc;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
 color: #ccc;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
 color: #ccc;
}
.newsletter form {
	margin: 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #fff;
	border: none;
	border: 1px solid #ccc;
	border-right: none;
	background: none;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 45px;
	background: none;
	text-align: center;
	padding: 0 !important;
	border: 1px solid #ccc;
	border-left: none;
	background: #fff;
	color: #525252;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.f-copy {
	margin: 40px 0 0 0;
	padding: 10px 0;
	background: #000;
}
.f-copy h6 {
	color: #ffffff;
	font-size: 12px;
	line-height: 47px;
	font-weight: 300;
	margin: 0;
	text-align: left;
	padding: 0;
	letter-spacing: .8px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #d4f2fd;
}
.f-copy .flogo {
	text-align: right;
}
.f-copy .flogo img {
	width: 90px;
	margin: 0;
	display: inline-block;
}
/*---------------------------------------------------------*/
.to-top {
	position: fixed;
	z-index: 9999;
	bottom: 15px;
	right: 15px;
	display: none;
}
.to-top a.back-to-top {
	display: block;
	text-align: center;
	color: #d33563;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #d33563;
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.to-top a.back-to-top:hover {
	opacity: 1;
}
.callnow {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 9999;
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
.callnow:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
.callnow a, .callnow a:hover {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	z-index: 99;
	border-radius: 100%;
	position: relative;
	background: #fc3b34;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	-moz-box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
	box-shadow: 0px 0px 0px 10px rgba(252, 59, 52, 0.25);
}
.callnow a .callnom {
	width: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 21%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 10px 0 0 10px;
	background: #fc3b34;
}
.callnow a:hover .callnom {
	width: 170px;
	left: -165px;
	opacity: 1;
}
.fixeddiv {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 32%;
	right: 0;
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva {
	width: 0;
	height: auto;
	margin: 0;
	float: right;
	padding: 10px 5px;
	display: block;
	background: rgba(211, 53, 99, 0.8);
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	font-weight: 500;
	opacity: 0;
	letter-spacing: .3px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva2 {
	width: 100%;
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
.fixeddiva span {
	display: block;
	-webkit-animation: fixz 1s infinite;
	-moz-animation: fixz 1s infinite;
	-ms-animation: fixz 1s infinite;
	animation: fixz 1s infinite;
}
 @-webkit-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
@-moz-keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
@keyframes fixz {
 0% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
 50% {
 -webkit-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, );
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(.9, .9);
 -moz-transform: scale(.9, .9);
 -o-transform: scale(.9, .9);
 transform: scale(.9, .9);
}
}
.fixeddiva svg {
	font-size: 20px;
	margin: 0 auto 7px auto;
	display: block;
}
.fixeddiva:hover {
	background: rgba(211, 53, 99, 0.92);
	color: #fff;
}
.inhome {
	position: relative;
}
.inhome .enquiry {
	color: #ffffff;
	background: #ff5285;
}
.inhome .callus p {
	color: #333;
}
.inhome .callus h4 {
	color: #ff5285;
}
.inhome .lang select {
	border: 1px solid #333;
	color: #333;
}
.inhome .menu {
	border-top: 1px solid #f0f0f0;
}
.inner-banner {
	width: 100%;
	position: relative;
	padding: 0;
}
.inner-banner img {
	width: 100%;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	display: block;
	position: absolute;
	top: 30%;
	right: 9%;
	background: rgba(255, 82, 133, 0.9);
	z-index: 99;
	border: 4px solid #ffe7ee;
}
.bknw:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 141, 136, 0.95);
	-moz-box-shadow: 0 0 0 0 rgba(255, 141, 136, 0.95);
	box-shadow: 0 0 0 0 rgba(255, 141, 136, 0.95);
	-webkit-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.bknw svg {
	display: block;
	margin: 8px auto 0 auto;
	font-size: 20px;
	color: #fff;
}
.bknw h4 {
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	line-height: 14px;
	margin: 0;
	letter-spacing: .6px;
	padding: 6px 0 0 0;
	color: #fff;
}
 @-webkit-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@-moz-keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
@keyframes bxa {
to {
-webkit-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
-moz-box-shadow:  0 0 0 45px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
}
}
.brd-in {
	padding: 0 0 15px 0;
	margin: 0;
	position: relative;
}
.brd-in .breadcrumb {
	background-color: transparent !important;
	text-align: left;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
	border: none;
	border-bottom: 1px dashed #ccc;
}
.brd-in .breadcrumb li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 500;
	color: #424242;
	letter-spacing: .8px;
}
.brd-in .breadcrumb li:last-child a {
	color: #ff5285;
}
.innerpage {
	margin: 0;
	padding: 35px 0 15px 0;
	position: relative;
}
.innerpage .thead h1 {
	text-align: left;
}
.innerpage .thead hr {
	width: 95px;
	height: 20px;
	margin: 5px 0 10px 0;
	background: url(../images/hr3.png) no-repeat;
	background-size: 100% auto;
}
.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 3px 0;
	color: #000;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: #ffe7ee;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #ff5285;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.inner-right h3 .fa {
	margin: 0 5px 0 0;
}
.inner-right form {
	margin: 0;
	padding: 0;
}
.inner-right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333;
}
.inner-right form ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
.inner-right form :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.inner-right form :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.inner-right .t1 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #333;
	outline: none;
	border: none;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.92);
}
.inner-right .t2 option {
	background: #ffff;
}
.inner-right .t2 {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	color: #333;
	outline: none;
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.92);
}
.inner-right .t3 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 90px;
	min-height: 90px;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	color: #333;
	box-shadow: none;
	outline: none;
	border: none;
	letter-spacing: .4px;
	background: rgba(255, 255, 255, 0.92);
}
.inner-right .t4 {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #ff5285;
	color: #fff;
	border: none;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 35px 0 0 0;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.ba-gallery img {
	width: 100%;
}
.innertesti .carousel-inner, .ba-gallery .carousel-inner, .pe-videos .carousel-inner {
	padding: 0 0 35px 0;
}
.innertesti .carousel-indicators, .ba-gallery .carousel-indicators, .pe-videos .carousel-indicators {
	bottom: 0;
	margin: 0;
	padding: 0 13px;
	left: 0;
	width: 100%;
	text-align: center;
}
.innertesti .carousel-indicators .active, .ba-gallery .carousel-indicators .active, .pe-videos .carousel-indicators .active {
	margin: 0 3px;
	background-color: #d33563;
}
.innertesti .carousel-indicators li, .ba-gallery .carousel-indicators li, .pe-videos .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgb(165, 165, 165);
	border: 0px solid #868686;
}
.innertesti-box {
	padding: 0;
}
.innertesti h3, .ba-gallery h3, .pe-videos h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	margin: 0;
	padding: 5px 0;
}
.innertesti hr, .ba-gallery hr, .pe-videos hr {
	width: 115px;
	height: 15px;
	margin: 5px auto 10px auto;
	padding: 0;
	border: none;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.innertesti-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}
.innertesti-box p img {
	width: 10px;
	display: inline-block;
	margin: 0 5px;
}
.innertesti-box h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0 0 0;
	color: #000;
}
.innertesti-box h5 {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000;
}
.bapd {
	padding: 0 5px !important;
	padding: 0 5px !important;
}
.pe-videosbox {
}
.pe-videosbox img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.pe-videosbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 10px;
	width: 100px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pe-videosbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 37px;
	float: left;
}
.pe-videosbox ul li:first-child {
	margin: 0 5px 0 0;
}
.pe-videosbox ul li img {
	width: 100%;
	opacity: .85;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.pe-videosbox ul li:hover img {
	opacity: 1;
}
.location-inner {
	padding: 50px 0 160px 0;
}
.inner-testi {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-testi:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 35px;
	height: 30px;
	background: url(../images/comma.png)no-repeat;
	background-size: 100% auto;
	top: -12px;
	left: -10px;
}
.inner-testi h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-testi h3 {
	text-align: left;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: 600;
}
.inner-testi img {
	width: 70px;
}
.inner-testi h4 {
	margin: 0;
	padding: 0;
	color: #8e8e8e;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.inner-testi h4 .fa {
	margin: 0 5px 0 0;
	color: #ff7a39;
}
.inner-blog {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-blog:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: url(../images/blg.png)no-repeat;
	background-size: 100% auto;
	top: -18px;
	left: -8px;
}
.inner-blog h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.successbtn {
	width: 100%;
	height: 35px;
	margin: 5px 0;
	padding: 0;
	color: #00b4af;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	border: none;
	outline: none;
}
.rd {
	color: #999;
	font-weight: bold;
	margin: 5px 0;
	text-decoration: none;
}
.rd .fa {
	margin: 0 0 0 3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.rd:hover .fa {
	margin: 0 0 0 6px;
}
.inner-news {
	padding: 15px;
	margin: 20px 0;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.1);
}
.inner-news:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 55px;
	height: 43px;
	background: url(../images/nws.png)no-repeat;
	background-size: 100% auto;
	top: -17px;
	left: -15px;
}
.inner-news h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.inner-left {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.inner-left .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.inner-left .panel-group .panel .fa {
	font-size: 13px;
}
.inner-left .panel-default {
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading {
	color: #fff;
	background-color: #00b4af;
	border-color: #fff;
}
.inner-left .panel-default > .panel-heading + .inner-left .panel-collapse > .panel-body {
	border-top-color: #f0f0f0;
}
.inner-left .collapse.in {
	display: block;
	background-color: #f0f0f0 !important;
	height: auto!important;
	border: 1px solid #f0f0f0 !important;
}
.i-accordion .panel-heading, .d-accordion .panel-heading, .accordion-2a .panel-heading, .accordion-2b .panel-heading, .accordion-3 .panel-heading {
	cursor: pointer;
}
.d-accordion .panel-heading.collapsed .fa-chevron-up:before {
	content: '\f078';
}
.inner-team {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ccc;
}
.inner-team img {
	max-width: 130px;
}
.inner-team h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.inner-team h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.trd {
	text-align: center;
	color: #999;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px 0;
	display: block;
	width: 100px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trd .fa {
	margin: 0 0 0 3px;
}
.team-detail {
	padding: 0 !important;
}
.team-detail img {
	max-width: 200px;
	padding: 5px;
	border: 1px dotted #00b4af;
}
.team-detail h4 {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.team-detail h6 {
	margin: 0;
	padding: 5px 0;
	color: #676767;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
}
.team-detail hr {
	width: 100%;
	height: auto;
	margin: 5px auto;
	padding: 0;
	border-bottom: 1px dotted #00a5a2;
}
.gallinner .button {
	display: inline-block;
	padding: 5px 18px;
	background: #f1fffc;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: .4px;
	cursor: pointer;
	border: 0px solid #000000;
	margin: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.gallinner .button:hover {
	background-color: #9fe8d9;
}
.gallinner .button:active, .gallinner .button.is-checked {
	background-color: rgb(16, 159, 129);
	outline: none;
	color: #fff;
}
.gallinner .button-group {
	margin: 20px 0;
	text-align: center;
}
.ingalbox {
	padding: 5px !important;
}
.ingalbox img {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
}
.peinnerboxmain {
}
.pepd {
	padding: 0 7px !important;
}
.peinnerbox {
	padding: 15px 20px !important;
	background: #ddfff8 url(../images/pecomma.png) no-repeat bottom right;
	margin: 6px 0;
	border-left: 3px solid #109f81;
}
.peinnerbox p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #333;
}
.peinnerbox h6 {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0;
	color: #000;
}
.peinnerboximg {
	padding: 0 !important;
	overflow: hidden;
	margin: 6px 0;
}
.peinnerboximg img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.peinnerboximg:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

@media only screen and (max-width: 1200px) {
.mpd {
	padding: 0 5px !important;
}
.callus h4 {
	font-size: 15px;
	letter-spacing: 1px;
}
ul.slimmenu li a {
	padding: 0 7px;
	font-size: 12px;
	letter-spacing: .4px;
}
.slide-btn {
	right: 41%;
}
.ser-box img {
	margin: 0 auto 10px auto;
}
.ser-box h4 {
	font-size: 15px;
	line-height: 16px;
}
.con-text {
	padding: 10px 10px 0 10px !important;
}
.laser-box img {
	width: 75%;
}
.laser-box .laser-text {
	width: 200px;
	height: 200px;
	padding: 59% 22px 15px 22px;
	margin: -120px auto 0 auto;
}
.testimonials-left {
	margin: 23px 0 0 0;
}
.testimonials-left .adleft {
	left: 37%;
}
.testimonials-left .adright {
	right: 37%;
}
.innertesti-box p {
	height: 90px;
	overflow: hidden;
	line-height: 24px;
}
}

@media only screen and (max-width: 990px) {
.home {
	position: relative;
	top: auto;
	left: auto;
	padding: 0 0 10px 0;
}
.top-banner {
	padding: 10px 15px 12px 15px !important;
}
.logo img {
	width: 220px;
	margin: 0 auto;
}
.callus {
	width: 220px;
	margin: 20px auto 0 auto;
}
.callus p {
	color: #333;
}
.callus h4 {
	color: #d33563;
}
.mpd {
	padding: 0 !important;
}
.head-intop {
	padding: 20px 0 0 0 !important;
}
.headinin1 {
	padding: 0 !important;
}
.headinin2 {
	padding: 12px 0 !important;
}
.enquiry {
	color: #ffffff;
	background: #ff5285;
}
.lang select {
	color: #333;
	border: 1px solid #333;
}
.goog-te-gadget-simple {
	border: 1px solid #333 !important;
}
.social li {
	width: 35px;
	height: 35px;
	margin: 0 4px 0 0;
	line-height: 34px;
}
.menu {
	padding: 0 15px !important;
	background: none;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 7px;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: .6px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li>ul {
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slide-btn {
	/* width: 100%; */
	/* position: relative; */
	top: 70%;
	right: 35%;/* margin: 15px auto; */
}
.ab-left {
	padding: 0 !important;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	top: 48%;
	height: 20px;
	width: 20px;
}
.about-in {
	margin: 30px 0 0 0;
	padding: 15px !important;
}
.ab-leftin {
	margin: 0;
}
.ab-leftin .ab-mask {
	padding: 5px;
}
.ab-leftin .ab-mask h4 {
	font-size: 14px;
	line-height: 20px;
}
.ab-leftin .ab-mask h5 {
	font-size: 15px;
	line-height: 20px;
}
.ab-right {
	margin: 0;
	padding: 0 0 0 15px !important;
}
.abpdd {
	padding: 0 0 0 7px !important;
}
.ab-box {
	padding: 20px 10px 10px 10px !important;
	height: 159px;
}
.thead h2, .thead h1 {
	font-size: 23px;
	letter-spacing: .4px;
}
.thead hr {
	width: 150px;
	height: 20px;
}
.services .carousel-inner {
	padding: 0;
}
.ser-box {
	margin: 15px 0;
	height: 225px;
}
.ser-box img {
	width: 70px;
}
.ser-box h4 {
	font-size: 15px;
	line-height: 19px;
}
.adleft, .adright {
/* top: auto; */
	/* margin: 0; */
}
.adleft {
	left: 0;
}
.adright {
	right: 0;
}
.conditions:before {
	display: none;
}
.conditions .nav-tabs {
	display: block;
}
.conditions .nav-tabs>li {
	float: left;
	width: 33.3333%;
}
.conditions .nav-tabs>li>a {
	font-size: 15px;
	line-height: 35px;
	padding: 5px 10px;
	letter-spacing: 1px;
}
.conditions .nav-tabs>li>a img {
	width: 35px;
	display: block;
	margin: 5px auto 0 auto;
}
.con-main {
	padding: 0;
}
.conditions .tab-content {
	padding: 15px;
	margin: 30px 0 0 0;
}
.copdd {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}
.con-text {
	padding: 10px 15px !important;
	width: 100%;
}
.con-img {
	width: 100%;
}
.conditions .adleft, .conditions .adright {
	top: auto;
	bottom: 0;
}
.conditions .carousel-inner {
	padding: 0 0 50px 0;
}
.conditions .adleft {
	left: 45%;
}
.conditions .adright {
	right: 45%;
}
.con-text p {
	height: 50px;
	overflow: hidden;
}
.laser {
	padding: 0 0 30px 0;
}
.laser-box img {
	width: 180px;
	margin: 10px auto 0 auto;
}
.laser-box:hover img {
	z-index: 99;
	opacity: 1;
}
.laser-box .laser-text {
	width: 220px;
	height: 220px;
	margin: -140px auto 0 auto;
}
.laser-box .laser-text {
	padding: 140px 15px 15px 15px;
}
.laser-box:hover .laser-text {
	padding: 140px 15px 15px 15px;
	z-index: 9;
}
.laser-box .laser-text a {
	opacity: 1;
}
.laser .carousel-inner {
	padding: 0 0 40px 0;
}
.laser .adleft, .laser .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.laser .adleft {
	left: 42%;
}
.laser .adright {
	right: 42%;
}
.cosmetic {
	padding: 30px 0;
	background: #cb5577;
	border-top: 10px solid #ffd4e8;
	border-bottom: 10px solid #ffd4e8;
}
.cosmetic-box .cosmetic-text img {
	display: none;
}
.cosmetic-box2:before, .cosmetic-box2:after {
	display: none !important;
}
.cosmetic-box2 {
	margin: 15px 0;
}
.cosmetic-box {
	margin: 0;
	padding: 0;
	border: 0px solid #ff9bb8;
}
.cosmetic-boxlast {
	margin: 0;
}
.cosmetic-box .cosmetic-img {
	width: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.cosmetic-box .cosmetic-text h4 {
	font-size: 14px;
	line-height: 16px;
}
.cosmetic .adleft, .cosmetic .adright {
	top: auto;
	bottom: 0;
	width: 50px;
	height: 15px;
	opacity: 1;
}
.cosmetic .adleft {
	left: 43%;
}
.cosmetic .adright {
	right: 43%;
}
.gallery {
	padding: 30px 0 0 0;
}
.galpdd {
	padding: 0 10px !important;
}
.gal-box, .gal-box2, .gal-box4 {
	margin: 10px 0;
}
.gal-box:before, .gal-box:after {
	display: none;
}
.gal-box ul {
	top: 39%;
}
.videopop .modal-body {
	height: 245px;
}
.testimonials {
	padding: 10px 0 30px 0;
}
.testimonials .thead h2 {
	text-align: center;
}
.testimonials .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.testimonials:before {
	display: none;
}
.testimonials-left {
	margin: 0;
	background: #d33563;
	padding: 15px;
	border-radius: 10px;
}
.testimonials-box p {
	line-height: 25px;
}
.testimonials-left .carousel-inner {
	padding: 0 0 15px 0;
}
.testimonials-right {
	margin: 15px 0 0 0;
	padding: 0 !important;
}
.testimonials-left .adleft {
	left: 42%;
}
.testimonials-right .adleft {
	left: 42%;
	right: auto;
}
.testimonials-left .adright {
	right: 42%;
}
.testimonials-right .adright {
	right: 42%;
}
.testimonials-right .carousel-inner {
	padding: 0 0 20px 0
}
.testimonials-right .adleft, .testimonials-right .adright {
	top: auto;
	bottom: 0;
	opacity: 1;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.blog {
	top: auto;
}
.blog .thead h2 {
	text-align: center;
}
.blog .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.blog-box .blog-text p {
	height: auto;
	/* overflow: hidden; */
	line-height: 21px;
}
.blog .adleft {
	left: 42%;
}
.blog .adright {
	right: 42%;
}
.faq {
	padding: 20px 0 0 0;
}
.faq:before, .faq:after {
	display: none;
}
.faq-box {
	margin: 0;
	height: auto;
}
.ft-right {
	padding: 15px 0 0 0 !important;
}
.ft-right .thead h2 {
	text-align: center;
	color: #fff;/* font-size: 20px; */
}
.ft-right .thead hr {
	width: 150px;
	height: 20px;
	margin: 3px auto 10px auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.ft-right p {
	text-align: center;
}
.ft-right .callus p {
	color: #fff;
	text-align: left;
}
.ft-right .social {
	float: none;
}
.newsletter h4 {
	text-align: center;
}
.f-copy h6 {
	font-size: 10px;
	/* line-height: 19px; */
	/* text-align: left; */
	letter-spacing: 0;
}
.f-copy .flogo {
	text-align: right;
	margin: 0;
}
.fixeddiv {
/* display: none !important; */
}
.bknw {
	top: 10%;
	right: 5%;
}
.bknw:after {
	display: block;
}
.brd-in .breadcrumb {
	text-align: center;
}
.innerpage {
	padding: 15px 0;
}
.innerpage .thead h1 {
	text-align: center;
}
.innerpage .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.innleft {
	padding: 0 0 20px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrpdd {
	padding: 0 !important;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 20px 0 0 0;
}
.inrpdd .adleft, .inrpdd .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.inrpdd .adleft {
	left: 42%;
}
.inrpdd .adright {
	right: 42%;
}
.innertesti-box p {
	height: auto;
	line-height: 24px;
}
.blog-box .blog-text:after {
	display: none;
}
}

@media only screen and (max-width: 765px) {
.home {
	position: relative;
	top: auto;
	left: auto;
	padding: 0 0 10px 0;
}
.top-banner {
	padding: 10px 15px 12px 15px !important;
}
.logo img {
	width: 220px;
	margin: 0 auto;
}
.callus {
	width: 220px;
	margin: 20px auto 0 auto;
}
.callus p {
	color: #333;
}
.callus h4 {
	color: #d33563;
}
.mpd {
	padding: 0 !important;
}
.head-intop {
	padding: 20px 0 0 0 !important;
}
.headinin1 {
	padding: 0 !important;
}
.headinin2 {
	padding: 12px 0 !important;
}
.enquiry {
	color: #ffffff;
	background: #ff5285;
}
.lang select {
	color: #333;
	border: 1px solid #333;
}
.goog-te-gadget-simple {
	border: 1px solid #333 !important;
}
.social li {
	width: 35px;
	height: 35px;
	margin: 0 4px 0 0;
	line-height: 34px;
}
.menu {
	padding: 0 15px !important;
	background: none;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 7px;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: .6px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li>ul {
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slide-btn {
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	margin: 15px auto;
}
.ab-left {
	padding: 0 !important;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	top: 48%;
	height: 20px;
	width: 20px;
}
.about-in {
	margin: 0;
	padding: 15px !important;
}
.ab-leftin {
	margin: 0;
}
.ab-right {
	margin: 7px 0 0 0;
	padding: 0 !important;
}
.abpdd {
	padding: 7px 0 !important;
}
.ab-box {
	padding: 10px !important;
	height: auto;
}
.thead h2, .thead h1 {
	font-size: 20px;
	letter-spacing: .4px;
}
.thead hr {
	width: 150px;
	height: 20px;
}
.services .carousel-inner {
	padding: 0 0 40px 0;
}
.ser-box {
	margin: 15px 0;
	height: 215px;
}
.ser-box img {
	width: 70px;
}
.ser-box h4 {
	font-size: 15px;
	line-height: 19px;
}
.adleft, .adright {
	top: auto;
	bottom: 0;
	margin: 0;
}
.adleft {
	left: 36%;
}
.adright {
	right: 36%;
}
.conditions:before {
	display: none;
}
.conditions .nav-tabs {
	display: block;
}
.conditions .nav-tabs>li {
	float: left;
	width: 33.3333%;
}
.conditions .nav-tabs>li>a {
	font-size: 15px;
	line-height: 35px;
	padding: 5px 10px;
	letter-spacing: 1px;
}
.conditions .nav-tabs>li>a img {
	width: 35px;
	display: block;
	margin: 5px auto 0 auto;
}
.con-main {
	padding: 0;
}
.conditions .tab-content {
	padding: 15px;
	margin: 30px 0 0 0;
}
.copdd {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.con-text {
	padding: 10px 15px !important;
	width: 100%;
}
.con-img {
	width: 100%;
}
.conditions .adleft, .conditions .adright {
	top: auto;
	bottom: 0;
}
.conditions .carousel-inner {
	padding: 0 0 40px 0;
}
.conditions .adleft {
	left: 42%;
}
.conditions .adright {
	right: 42%;
}
.con-text p {
	height: 50px;
	overflow: hidden;
}
.laser {
	padding: 0 0 30px 0;
}
.laser-box img {
	width: 180px;
	margin: 0 auto;
}
.laser-box:hover img {
	z-index: 99;
	opacity: 1;
}
.laser-box .laser-text {
	width: 220px;
	height: 220px;
	margin: -140px auto 0 auto;
}
.laser-box .laser-text {
	padding: 140px 15px 15px 15px;
}
.laser-box:hover .laser-text {
	padding: 140px 15px 15px 15px;
	z-index: 9;
}
.laser-box .laser-text a {
	opacity: 1;
}
.laser .carousel-inner {
	padding: 0 0 40px 0;
}
.laser .adleft, .laser .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.laser .adleft {
	left: 38%;
}
.laser .adright {
	right: 38%;
}
.cosmetic {
	padding: 30px 0;
	background: #cb5577;
	border-top: 10px solid #ffd4e8;
	border-bottom: 10px solid #ffd4e8;
}
.cosmetic-box .cosmetic-text img {
	display: none;
}
.cosmetic-box2:before, .cosmetic-box2:after {
	display: none !important;
}
.cosmetic-box2 {
	margin: 15px 0;
}
.cosmetic-box {
	margin: 55px 0;
	padding: 15px;
	border: 1px solid #ff9bb8;
}
.cosmetic-boxlast {
	margin: 55px 0 10px 0;
}
.cosmetic-box .cosmetic-img {
	width: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin: -60px auto 10px auto;
}
.cosmetic .adleft, .cosmetic .adright {
	top: auto;
	bottom: 0;
	width: 50px;
	height: 15px;
	opacity: 1;
}
.cosmetic .adleft {
	left: 38%;
}
.cosmetic .adright {
	right: 38%;
}
.gallery {
	padding: 30px 0 0 0;
}
.gal-box, .gal-box2, .gal-box4 {
	margin: 15px 0;
}
.gal-box:before, .gal-box:after {
	display: none;
}
.gal-box ul {
	top: 39%;
}
.videopop .modal-body {
	height: 245px;
}
.testimonials {
	padding: 10px 0 30px 0;
}
.testimonials .thead h2 {
	text-align: center;
}
.testimonials .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.testimonials:before {
	display: none;
}
.testimonials-left {
	margin: 0;
	background: #d33563;
	padding: 15px;
	border-radius: 10px;
}
.testimonials-box p {
	line-height: 25px;
}
.testimonials-left .carousel-inner {
	padding: 0 0 15px 0;
}
.testimonials-right {
	margin: 15px 0 0 0;
	padding: 0 !important;
}
.testimonials-left .adleft {
	left: 38%;
}
.testimonials-right .adleft {
	left: 38%;
	right: auto;
}
.testimonials-left .adright {
	right: 38%;
}
.testimonials-right .adright {
	right: 38%;
}
.testimonials-right .carousel-inner {
	padding: 0 0 20px 0
}
.testimonials-right .adleft, .testimonials-right .adright {
	top: auto;
	bottom: 0;
	opacity: 1;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.blog {
	top: auto;
}
.blog .thead h2 {
	text-align: center;
}
.blog .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.blog-box .blog-text p {
	height: 65px;
	overflow: hidden;
	line-height: 21px;
}
.blog .adleft {
	left: 38%;
}
.blog .adright {
	right: 38%;
}
.faq {
	padding: 20px 0 0 0;
}
.faq:before, .faq:after {
	display: none;
}
.faq-box {
	margin: 0;
	height: auto;
}
.ft-right {
	padding: 15px 0 0 0 !important;
}
.ft-right .thead h2 {
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.ft-right .thead hr {
	width: 150px;
	height: 20px;
	margin: 3px auto 10px auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.ft-right p {
	text-align: center;
}
.ft-right .callus p {
	color: #fff;
	text-align: left;
}
.ft-right .social {
	float: none;
}
.newsletter h4 {
	text-align: center;
}
.f-copy h6 {
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	letter-spacing: .4px;
}
.f-copy .flogo {
	text-align: center;
	margin: 10px auto 0 auto;
}
.fixeddiv {
	display: none !important;
}
.bknw {
	width: 100%;
	height: auto;
	border-radius: 0;
	padding: 5px 10px 10px 10px;
	margin: 10px 0 0 0;
	position: relative;
	top: auto;
	right: auto;
	background: rgba(255, 82, 133, 0.9);
	border: 0px solid #ffe7ee;
}
.bknw:after {
	display: none;
}
.brd-in .breadcrumb {
	text-align: center;
}
.innerpage {
	padding: 15px 0;
}
.innerpage .thead h1 {
	text-align: center;
}
.innerpage .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.innleft {
	padding: 0 0 20px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrpdd {
	padding: 0 !important;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 20px 0 0 0;
}
.inrpdd .adleft, .inrpdd .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.inrpdd .adleft {
	left: 38%;
}
.inrpdd .adright {
	right: 38%;
}
.innertesti-box p {
	height: auto;
	line-height: 24px;
}
}

@media only screen and (max-width: 480px) {
.home {
	position: relative;
	top: auto;
	left: auto;
	padding: 0 0 10px 0;
}
.top-banner {
	padding: 10px 15px 12px 15px !important;
}
.logo img {
	width: 220px;
	margin: 0 auto;
}
.callus {
	width: 220px;
	margin: 20px auto 0 auto;
}
.callus p {
	color: #333;
}
.callus h4 {
	color: #d33563;
}
.mpd {
	padding: 0 !important;
}
.head-intop {
	padding: 20px 0 0 0 !important;
}
.headinin1 {
	padding: 0 !important;
}
.headinin2 {
	padding: 12px 0 !important;
}
.enquiry {
	color: #ffffff;
	background: #ff5285;
}
.lang select {
	color: #333;
	border: 1px solid #333;
}
.goog-te-gadget-simple {
	border: 1px solid #333 !important;
}
.social li {
	width: 33px;
	height: 33px;
	margin: 0;
	line-height: 34px;
}
.menu {
	padding: 0 15px !important;
	background: none;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 7px;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: .6px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li .sub-toggle {
	top: 0;
	width: 35px;
}
ul.slimmenu li>ul {
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slide-btn {
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	margin: 15px auto;
}
.ab-left {
	padding: 0 !important;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	top: 48%;
	height: 20px;
	width: 20px;
}
.about-in {
	margin: 0;
	padding: 15px !important;
}
.ab-leftin {
	margin: 0;
}
.ab-right {
	margin: 7px 0 0 0;
	padding: 0 !important;
}
.abpdd {
	padding: 7px 0 !important;
}
.ab-box {
	padding: 10px !important;
	height: auto;
}
.thead h2, .thead h1 {
	font-size: 20px;
	letter-spacing: .4px;
}
.thead hr {
	width: 150px;
	height: 20px;
}
.services .carousel-inner {
	padding: 0 0 40px 0;
}
.ser-box {
	margin: 15px 0;
	height: 230px;
}
.ser-box img {
	width: 70px;
}
.ser-box h4 {
	font-size: 15px;
	line-height: 19px;
}
.adleft, .adright {
	top: auto;
	bottom: 0;
	margin: 0;
}
.adleft {
	left: 36%;
}
.adright {
	right: 36%;
}
.conditions:before {
	display: none;
}
.conditions .nav-tabs {
	display: block;
}
.conditions .nav-tabs>li {
	float: left;
	width: 33.3333%;
}
.conditions .nav-tabs>li>a {
	font-size: 15px;
	line-height: 35px;
	padding: 5px 10px;
	letter-spacing: 1px;
}
.conditions .nav-tabs>li>a img {
	width: 35px;
	display: block;
	margin: 5px auto 0 auto;
}
.con-main {
	padding: 0;
}
.conditions .tab-content {
	padding: 15px;
	margin: 30px 0 0 0;
}
.copdd {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.con-text {
	padding: 10px 15px !important;
	width: 100%;
}
.con-img {
	width: 100%;
}
.conditions .adleft, .conditions .adright {
	top: auto;
	bottom: 0;
}
.conditions .carousel-inner {
	padding: 0 0 40px 0;
}
.conditions .adleft {
	left: 36%;
}
.conditions .adright {
	right: 36%;
}
.con-text p {
	height: 50px;
	overflow: hidden;
}
.laser {
	padding: 0 0 30px 0;
}
.laser-box img {
	width: 180px;
	margin: 0 auto;
}
.laser-box:hover img {
	z-index: 99;
	opacity: 1;
}
.laser-box .laser-text {
	width: 220px;
	height: 220px;
	margin: -140px auto 0 auto;
}
.laser-box .laser-text {
	padding: 140px 15px 15px 15px;
}
.laser-box:hover .laser-text {
	padding: 140px 15px 15px 15px;
	z-index: 9;
}
.laser-box .laser-text a {
	opacity: 1;
}
.laser .carousel-inner {
	padding: 0 0 40px 0;
}
.laser .adleft, .laser .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.laser .adleft {
	left: 30%;
}
.laser .adright {
	right: 30%;
}
.cosmetic {
	padding: 30px 0;
	background: #cb5577;
	border-top: 10px solid #ffd4e8;
	border-bottom: 10px solid #ffd4e8;
}
.cosmetic-box .cosmetic-text img {
	display: none;
}
.cosmetic-box2:before, .cosmetic-box2:after {
	display: none !important;
}
.cosmetic-box2 {
	margin: 15px 0;
}
.cosmetic-box {
	margin: 55px 0;
	padding: 15px;
	border: 1px solid #ff9bb8;
}
.cosmetic-boxlast {
	margin: 55px 0 10px 0;
}
.cosmetic-box .cosmetic-img {
	width: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin: -60px auto 10px auto;
}
.cosmetic .adleft, .cosmetic .adright {
	top: auto;
	bottom: 0;
	width: 50px;
	height: 15px;
	opacity: 1;
}
.cosmetic .adleft {
	left: 30%;
}
.cosmetic .adright {
	right: 30%;
}
.gallery {
	padding: 30px 0 0 0;
}
.gal-box, .gal-box2, .gal-box4 {
	margin: 15px 0;
}
.gal-box:before, .gal-box:after {
	display: none;
}
.gal-box ul {
	top: 39%;
}
.videopop .modal-body {
	height: 245px;
}
.testimonials {
	padding: 10px 0 30px 0;
}
.testimonials .thead h2 {
	text-align: center;
}
.testimonials .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.testimonials:before {
	display: none;
}
.testimonials-left {
	margin: 0;
	background: #d33563;
	padding: 15px;
	border-radius: 10px;
}
.testimonials-box p {
	line-height: 25px;
}
.testimonials-left .carousel-inner {
	padding: 0 0 15px 0;
}
.testimonials-right {
	margin: 15px 0 0 0;
	padding: 0 !important;
}
.testimonials-left .adleft {
	left: 28%;
}
.testimonials-right .adleft {
	left: 28%;
	right: auto;
}
.testimonials-left .adright {
	right: 28%;
}
.testimonials-right .adright {
	right: 28%;
}
.testimonials-right .carousel-inner {
	padding: 0 0 20px 0
}
.testimonials-right .adleft, .testimonials-right .adright {
	top: auto;
	bottom: 0;
	opacity: 1;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.blog {
	top: auto;
}
.blog .thead h2 {
	text-align: center;
}
.blog .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.blog-box .blog-text p {
	height: 65px;
	overflow: hidden;
	line-height: 21px;
}
.blog .adleft {
	left: 28%;
}
.blog .adright {
	right: 28%;
}
.faq {
	padding: 20px 0 0 0;
}
.faq:before, .faq:after {
	display: none;
}
.faq-box {
	margin: 0;
	height: auto;
}
.ft-right {
	padding: 15px 0 0 0 !important;
}
.ft-right .thead h2 {
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.ft-right .thead hr {
	width: 150px;
	height: 20px;
	margin: 3px auto 10px auto;
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.ft-right p {
	text-align: center;
}
.ft-right .callus p {
	color: #fff;
	text-align: left;
}
.ft-right .social {
	float: none;
}
.newsletter h4 {
	text-align: center;
}
.f-copy h6 {
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	letter-spacing: .4px;
}
.f-copy .flogo {
	text-align: center;
	margin: 10px auto 0 auto;
}
.fixeddiv {
	display: none !important;
}
.bknw {
	width: 100%;
	height: auto;
	border-radius: 0;
	padding: 5px 10px 10px 10px;
	margin: 10px 0 0 0;
	position: relative;
	top: auto;
	right: auto;
	background: rgba(255, 82, 133, 0.9);
	border: 0px solid #ffe7ee;
}
.bknw:after {
	display: none;
}
.brd-in .breadcrumb {
	text-align: center;
}
.innerpage {
	padding: 15px 0;
}
.innerpage .thead h1 {
	text-align: center;
}
.innerpage .thead hr {
	width: 150px;
	height: 20px;
	margin: 5px auto 10px auto;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
}
.innleft {
	padding: 0 0 20px 0 !important;
}
.innright {
	padding: 0 !important;
}
.inrpdd {
	padding: 0 !important;
}
.innertesti, .ba-gallery, .pe-videos {
	margin: 20px 0 0 0;
}
.inrpdd .adleft, .inrpdd .adright {
	top: auto;
	bottom: 0;
	opacity: .4;
	width: 50px;
	height: 15px;
	-webkit-filter: brightness(0%) invert(0%);
	-moz-filter: brightness(0%) invert(0%);
	-o-filter: brightness(0%) invert(0%);
	filter: brightness(0%) invert(0%);
}
.inrpdd .adleft {
	left: 28%;
}
.inrpdd .adright {
	right: 28%;
}
.innertesti-box p {
	height: auto;
	line-height: 24px;
}
}
