body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #00b8ff;
}
::selection {
	color: #fff;
	background: #00b8ff;
}
::-webkit-scrollbar-track {
 background-color: #5f5f5f;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #0089bd;
}
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-banner {
	padding: 0 30px !important;
	position: relative;
}
.head-top {
	padding: 12px 0 15px 0 !important;
}
.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;
}
.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 #fff;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 3px 0 0;
	line-height: 35px;
	padding: 0;
	display: inline-block;
	background: #73b32e;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.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: #365db0;
}
.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: #00b8ff;
}
.search {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}
.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: 16px;
	z-index: 9;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 0px solid transparent;
	background: url(../images/search.png)no-repeat;
	background-size: 35px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 90%;
	right: 16px;
	top: 0;
	border: 0px solid #cf1372;
	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: 15px;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	background: #ffffff url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.enquiry {
	width: 80%;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 31px;
	display: block;
	font-weight: 500;
	color: #00b8ff;
	letter-spacing: 1px;
	background: #ffffff;
	border: 2px solid #fff;
	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: #fff;
	background: #00b8ff;
}
.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: #2c7dfe;
	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: #2c7dfe !important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
}
.logo {
	position: relative;
}
.logo img {
	width: 160px;
	padding: 0;
	margin: 17px 0 0 0;
	display: block;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 5px 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: #73b32e;
	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: #73b32e;
}
.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: right;
}
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: #ffffff;
	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: 200px;
	-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
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 11px;
	margin: 0;
	line-height: 35px;
	font-size: 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: .8px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	padding: 8px 10px;
	margin: 0;
	text-transform: none;
	text-align: left;
	letter-spacing: .4px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.26);
}
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: #fff;
	background: #00b8ff;
}
ul.slimmenu li.active a {
	color: #ffffff;
}
ul.slimmenu li a:hover {
	color: #ffffff;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 999;
	width: 5px;
	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: #fff;
	font-size: 7px;
	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
}
.search {
	margin: 0;
	padding: 0 !important;
}
.search .header-button {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 5px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
}
.search .header-button img {
	width: 100%;
}
.search .header-button:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 46%;
	background: #b7b7b7;
	top: 0;
	left: 0;
	margin: 27% 0;
	padding: 0;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: 7px 0 0 5px;
	float: right;
}
.search #toggle-basket {
	position: relative;
	float: right;
	background-position: -120px 0;
}
.search #toggle-basket:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 50px;
	content: "";
	background-color: #000;
}
.search #search-form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 57px;
	right: 10px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgb(234, 255, 211);
}
.search #search-form.open {
	max-height: 45px;
}
.search #search-form fieldset {
	position: relative;
	margin: 0 45px 0 0;
	padding: 0;
	border: none;
}
.search #search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 35px;
	font-weight: 400;
}
.search #search-form input[type="search"] {
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	border: none;
	outline: none;
}
.search #search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #73b32e;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.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;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 9;
	background: url(../images/slide.jpg) fixed center center;
	background-size: cover;
}
.slide-banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .8;
	background: rgba(35,213,171,1);
	background: -moz-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,213,171,1)), color-stop(25%, rgba(35,166,213,1)), color-stop(50%, rgba(231,60,125,1)), color-stop(75%, rgba(238,119,82,1)), color-stop(99%, rgba(237,193,83,1)), color-stop(100%, rgba(237,193,83,1)));
	background: -webkit-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: linear-gradient(135deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23d5ab', endColorstr='#edc153', GradientType=1 );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
 @-webkit-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
.slide-banner img {
	width: 100%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 50%;
	height: 35px;
	width: 35px;
	z-index: 99;
	padding: 3px;
	border: 1px solid #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-control.left {
	left: -13%;
}
.slide-banner .carousel-control.right {
	right: -13%;
}
.slide-banner:hover .carousel-control.left {
	left: 3%;
}
.slide-banner:hover .carousel-control.right {
	right: 3%;
}
.slide-banner .carousel-inner .item {
}
.slide-banner .slide-text {
	padding: 110px 25px 30px 25px;
}
.slide-banner .slide-text .slide-img {
}
.slide-banner .slide-text .slide-img:before {
	position: absolute;
	content: '';
	width: 200px;
	height: 210px;
	margin: 0;
	padding: 0;
	background: url(../images/ss1.png) no-repeat;
	background-size: 100% auto;
	top: -1%;
	left: -2%;
	opacity: .8;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible !important;
	animation-delay: 2s !important;
	animation-name: zoomIn !important;
}
.slide-banner .slide-text .slide-img:after {
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 30px solid #ff0;
	border-radius: 100%;
	right: 23%;
	bottom: -2%;
	opacity: .8;
	mix-blend-mode: multiply;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible !important;
	animation-delay: 1.5s !important;
	animation-name: zoomIn !important;
}
.slide-banner .slide-text .slide-img img {
	width: 90%;
}
.slide-banner .slide-text .slide-text-in {
	padding: 8% 20px 0 0;
	text-align: right;
}
.slide-banner .slide-text .slide-text-in:before {
	position: absolute;
	content: '';
	width: 51%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 35px;
	opacity: .85;
	background: url(../images/sbox.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.2s;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.sh2{
	    font-size: 36px !important;
}
.slide-banner .slide-text .slide-text-in h4 {
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 0 7px 0;
	padding: 3px 20px;
	border-radius: 25px;
	text-align: right;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
	position: relative;
}
.slide-banner .slide-text .slide-text-in h4:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 290%;
	height: 1px;
	left: -290%;
	top: 40%;
	background: #fff;
}
.slide-banner .slide-text .slide-text-in h2 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 7px 0;
	text-align: right;
	letter-spacing: .8px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	text-transform: uppercase;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.slide-banner .slide-text .slide-text-in h2 span {
	color: #ff0;
	font-weight: 400;
}
.slide-banner .slide-text .slide-text-in h3 {
	color: #ffffff;
	text-transform: none;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 8%;
	text-align: right;
	letter-spacing: .8px;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.btn-1 {
	width: 200px;
	height: 40px;
	margin: 14px 0 0 0;
	padding: 0;
	float: right;
	display: block;
	color: #00b8ff;
	background: #ffffff;
	border: 2px solid #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
	border-radius: 25px;
	letter-spacing: .6px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.btn-1 svg {
	margin: 0 3px 0 0;
}
.btn-1:hover, .btn-1:focus {
	color: #fff;
}
.btn-1:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	margin: 10% 0 0 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	background: #00b8ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover:before {
	height: 100%;
	margin: 0;
	opacity: 1;
}
.slide-banner #carousel-example {
	z-index: 99;
}
.sbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
#triangle {
	stroke: #FC63B3;
}
#circle {
	stroke: #FFF48D;
}
#square {
	stroke: #94FFF5;
}
#cross {
	stroke: #8cff79;
}
.stage {
	position: relative;
	width: 100%;
	height: 100%;/* background-color: #232a35; */
}
.stage svg {
	position: absolute;
	z-index: 2;
}
.stage svg:nth-child(1) {
	left: 20%;
	top: 40%;
	-webkit-animation: roll-right 9s infinite linear alternate-reverse;
	-moz-animation: roll-right 9s infinite linear alternate-reverse;
	animation: roll-right 9s infinite linear alternate-reverse;
}
.stage svg:nth-child(2) {
	left: 90%;
	top: 30%;
	-webkit-animation: zmin 3s infinite linear alternate-reverse;
	-moz-animation: zmin 3s infinite linear alternate-reverse;
	animation: zmin 3s infinite linear alternate-reverse;
}
.stage svg:nth-child(3) {
	left: 70%;
	top: 20%;
	-webkit-animation: roll-right 8s infinite linear alternate-reverse;
	-moz-animation: roll-right 8s infinite linear alternate-reverse;
	animation: roll-right 8s infinite linear alternate-reverse;
}
.stage svg:nth-child(4) {
	left: 50%;
	top: 20%;
	-webkit-animation: roll-left 12s infinite linear alternate-reverse;
	-moz-animation: roll-left 12s infinite linear alternate-reverse;
	animation: roll-left 12s infinite linear alternate-reverse;
}
.stage svg:nth-child(5) {
	left: 80%;
	top: 50%;
	-webkit-animation: roll-left 13s infinite linear alternate-reverse;
	-moz-animation: roll-left 13s infinite linear alternate-reverse;
	animation: roll-left 13s infinite linear alternate-reverse;
}
.stage svg:nth-child(6) {
	left: 10%;
	top: 20%;
	-webkit-animation: zmin 1s infinite linear alternate-reverse;
	-moz-animation: zmin 1s infinite linear alternate-reverse;
	animation: zmin 1s infinite linear alternate-reverse;
}
.stage svg:nth-child(7) {
	left: 40%;
	top: 60%;
	-webkit-animation: roll-left 20s infinite linear alternate-reverse;
	-moz-animation: roll-left 20s infinite linear alternate-reverse;
	animation: roll-left 20s infinite linear alternate-reverse;
}
.stage svg:nth-child(8) {
	left: 10%;
	top: 90%;
	-webkit-animation: roll-right 11s infinite linear alternate-reverse;
	-moz-animation: roll-right 11s infinite linear alternate-reverse;
	animation: roll-right 11s infinite linear alternate-reverse;
}
 @-webkit-keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-moz-keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
 @-moz-keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@-webkit-keyframes zmin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
@keyframes zmin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
.about {
	padding: 40px 0 20px 0;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: 100% auto;
}
.about-left {
}
.about-left img {
	width: 100%;
	mix-blend-mode: multiply;
}
.about-right {
}
.about-right:after {
	position: absolute;
	content: '';
	width: 12%;
	height: 114%;
	top: 0;
	right: -32px;
	border: 12px solid #beedff;
	border-left: none;
}
.thead {
	position: relative;
	text-align: left;
	padding: 0 0 10px 0;
}
.thead h2, .thead h1 {
	font-size: 26px;
	line-height: 35px;
	color: #313131;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 800;
	letter-spacing: .8px;
	display: inline-block;
	position: relative;
}
.thead h2 span, .thead h1 span {
	width: 40px;
	height: 3px;
	margin: 0 3px;
	padding: 0;
	top: -6px;
	position: relative;
	display: inline-block;
	background: #00b8ff;
}
.thead h2 img, .thead h1 img {
	width: 35px;
	display: inline-block;
	margin: 0;
}
.about-right p {
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #3a3a3a;
}
.about-right .btn-1 {
	float: none;
	margin: 7px 0 0 0;
	border: 2px solid #00b8ff;
	width: 140px;
}
.ab-box {
	padding: 15px;
	margin: 20px 0 0 0;
	background: #eaeaea;
	border-left: 5px solid #00b8ff;
}
.ab-img {
	width: 120px;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 100%;
	position: relative;
}
.ab-img:after {
	position: absolute;
	content: '';
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 10px solid #00b8ff;
	border-radius: 100%;
	right: 0;
	bottom: -7px;
	opacity: .6;
}
.ab-img img {
	width: 100%;
	border-radius: 150px;
	border: 2px solid #d3d3d3;
}
.ab-box h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
}
.ab-box p {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	padding: 5px 0;
}
.ab-box a, .ab-box a:hover {
	font-size: 15px;
	text-align: left;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #00b8ff;
}
.ab-box a svg {
	margin: 0 0 0 1px;
	vertical-align: -3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box a:hover svg {
	margin: 0 0 0 6px;
}
.conditions {
	padding: 0;
}
.conditions .thead {
	text-align: center;
}
.urological {
	padding: 60px 0 25px 0;
	margin: -20px 0 0 0;
	background: url(../images/bg2.jpg);
	background-size: 100% auto;
}
.urological .thead h2 {
	color: #fff;
}
.urological .thead h2 span {
	background: #ff0;
}
.uro-box {
	padding: 0 !important;
	margin: 20px 0;
}
.uro-box .uro-img {
	border-radius: 100%;
	width: 150px;
	margin: 0 auto 25px auto;
	position: relative;
	z-index: 9;
}
.uro-box .uro-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-radius: 100%;
	right: 0;
	bottom: 0;
	opacity: .6;
	z-index: -1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.uro-box:hover .uro-img:before {
	-webkit-transform: scale(1.25, 1.25);
	-moz-transform: scale(1.25, 1.25);
	-o-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
}
.uro-box .uro-img:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: 13px solid #ff0;
	border-radius: 100%;
	right: -10px;
	bottom: -15px;
	opacity: .6;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.uro-box:hover .uro-img:after {
	background: #ff0;
}
.uro-box .uro-img img {
	width: 100%;
	border-radius: 100%;
}
.uro-box .uro-text {
}
.uro-box .uro-text h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	line-height: 21px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 5px 0;
	color: #ffffff;
	text-transform: uppercase;
}
.uro-box .uro-text p {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #ffffff;
}
.uro-box .uro-text .btn-1 {
	float: none;
	margin: 12px auto 0 auto;
	border: 2px solid #ffffff;
	background: none;
	color: #fff;
	width: 125px;
	height: 35px;
	line-height: 30px;
}
.uro-box .uro-text .btn-1:hover {
	color: #00b8ff;
}
.uro-box .uro-text .btn-1:before {
	background: #fff;
}
.adleft, .adright {
	position: absolute;
	content: '';
	top: -45px;
	margin: 0;
	padding: 6px;
	width: 35px;
	height: 35px;
	opacity: .85;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #ffffff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.adleft {
	right: 60px;
}
.adright {
	right: 20px;
}
.adleft:hover, .adright:hover {
	opacity: 1;
}
.oncology {
	padding: 40px 0 35px 0;
	background: url(../images/bg3.jpg) no-repeat top right;
	background-size: auto 100%;
}
.onco-left {
	padding: 0 !important;
}
.onpd {
	padding: 0 10px !important;
}
.onco-box {
	padding: 0 !important;
	margin: 12px 0;
}
.onco-box img {
	width: 90px;
	margin: 0 auto 10px auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.onco-box:hover img {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.onco-box hr {
	width: 60px;
	height: 10px;
	margin: 5px auto;
	padding: 0;
	border: none;
	background: url(../images/hr3.png) no-repeat;
	background-size: 100% auto;
}
.onco-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
}
.onco-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #3a3a3a;
}
.mf-urology {
	padding: 50px 0 30px 0;
	background: url(../images/bg4.jpg) fixed;
	background-size: cover;
}
.mf-urology .tabs-left {
	border-bottom: none;
	border-right: 0px solid #ddd;
}
.mf-urology .tabs-left>li {
	float: none;
	margin: 0 0 30px 0;
	border: none;
	background: none;
}
.mf-urology .nav-tabs>li>a {
	margin: 0;
	padding: 0;
	line-height: 20px;
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.2px;
	color: #565656;
}
.mf-urology .nav-tabs>li>a img {
	width: 90px;
	margin: 0 auto 15px auto;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}
.mf-urology .tabs-left>li.active>a img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.mf-urology .tabs-left>li.active>a, .mf-urology .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
	border-radius: 0px;
	margin: 0px;
	border: none !important;
	color: #000 !important;
	background: none;
	outline: none;
	background-color: transparent !important;
}
.mf-urology .nav-tabs>li>a:hover {
	border: 0px solid transparent;
	background-color: transparent;
}
.mf-urology .tabs-left>li.active>a::after {
	content: "";
	position: absolute;
	top: 43px;
	right: -75px;
	width: 80px;
	height: 1px;
	background: #00c0ff;
	display: block;
}
.mf-urology .tab-content {
	border: 1px solid #00c0ff;
	padding: 15px;
	background: rgba(255, 255, 255, 0.4);
}
.mf-box {
	padding: 0 10px !important;
	border-right: 1px solid #9c9c9c;
	margin: 15px 0 20px 0;
}
.mf-box2 {
	border-right: 0px solid #9c9c9c;
}
.mf-box img {
	width: 130px;
	margin: 0 auto 15px auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.mf-box:hover 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);
}
.mf-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 5px 0;
	color: #000000;
	text-transform: uppercase;
}
.mf-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #3a3a3a;
}
.mf-urology .carousel-inner {
	padding: 0;
}
.mf-urology .adleft, .mf-urology .adright {
	top: auto;
	bottom: -33px;
	border: 1px solid #00c0ff;
	opacity: 1;
}
.mf-urology .adleft {
	left: 44%;
}
.mf-urology .adright {
	right: 44%;
}
.pediatric {
	padding: 40px 0 50px 0;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
}
.pediatric .thead {
	text-align: center;
	padding: 0;
}
.ped-box {
	padding: 10px !important;
	border: 4px double #00c0ff;
	margin: 80px 0 0 0;
	z-index: 9;
}
.ped-box:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	background: #00c0ff;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ped-box:hover:after {
	height: 100%;
}
.ped-box img {
	width: 130px;
	margin: -78px auto 5px auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ped-box:hover img {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.ped-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 5px 0;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ped-box p {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 5px 0;
	color: #3a3a3a;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ped-box:hover h4, .ped-box:hover p {
	color: #fff;
}
.latest {
	padding: 40px 0 35px 0;
	background: #eaeaea url(../images/bg5.jpg) no-repeat;
	background-size: auto 100%;
}
.latest .thead {
	padding: 0 0 20px 0;
}
.latest-box {
	margin: 0;
	padding: 0 0 0 20px !important;
}
.latest-box2 {
	padding: 0 0 0 90px !important;
}
.latest-box .latest-img {
	width: 100px;
	border-radius: 100%;
	border: 5px solid #00b8ff;
	float: left;
	position: relative;
	margin: 0 25px 0 0;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.latest-box:hover .latest-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);
}
.latest-box .latest-img:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 4px;
	height: 100px;
	background: #00b8ff;
	-webkit-transform: rotate(-28deg);
	-moz-transform: rotate(-28deg);
	-o-transform: rotate(-28deg);
	transform: rotate(-28deg);
	bottom: -78px;
	right: 0;
	z-index: -1;
}
.latest-box .latest-img2:before {
	-webkit-transform: rotate(28deg);
	-moz-transform: rotate(28deg);
	-o-transform: rotate(28deg);
	transform: rotate(28deg);
	bottom: -78px;
	right: 73px;
}
.latest-box .latest-img3:before {
	display: none;
}
.latest-box .latest-img img {
	width: 100%;
	border-radius: 100%;
}
.latest-box h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0 5px 0;
	color: #000000;
}
.latest-box p {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0 0 5px 0;
	color: #3a3a3a;
}
.latest-box a {
	font-size: 15px;
	text-align: left;
	float: right;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #3a3a3a;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.latest-box a:hover {
	color: #46c7f8;
}
.latest-box a span {
	width: 35px;
	height: 2px;
	margin: 0 0 0 5px;
	padding: 0;
	top: -2px;
	background: #46c7f8;
	display: inline-block;
	position: relative;
}
.casestudeis {
	padding: 40px 0 20px 0;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
}
.case-left {
	padding: 0 40px 0 0 !important;
}
.case-left h4 {
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	letter-spacing: .6px;
	padding: 10px 0 0 0;
	color: #00b8ff;
}
.case-left h6 {
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	letter-spacing: .6px;
	padding: 5px 0;
	color: #3a3a3a;
}
.case-left p {
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .6px;
	padding: 2px 0;
	color: #3a3a3a;
}
.case-left .btn-1 {
	float: none;
	margin: 10px 0 0 0;
	border: 2px solid #00b8ff;
	width: 140px;
}
.case-right {
	background: url(../images/mac.jpg);
	background-size: 100% auto;
	padding: 15px 15px 90px 15px !important;
}
.case-right iframe {
	width: 100%;
	height: 197px;
}
.reviews {
	padding: 30px 0 10px 0;
	background: url(../images/bg7.jpg) no-repeat;
	background-size: 100% auto;
}
.reviews .thead {
	padding: 0 0 20px 0;
}
.reviews .thead h2 {
	color: #fff;
}
.reviews-in {
	background: #fff;
	border-radius: 15px 15px 0 0;
}
.review-left {
	padding: 25px 0 0 0 !important;
}
.review-box {
	background: #cbf0ff;
	padding: 25px 25px 50px 25px!important;
	margin: 0 auto;
	text-align: center;
}
.review-box img {
	width: 75px;
	margin: 0 auto 12px auto;
	padding: 0;
}
.review-box p {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.review-box h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	letter-spacing: .9px;
	padding: 5px 0 0 0;
	color: #000;
}
.review-box h5 {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	letter-spacing: .6px;
	padding: 0;
	color: #000;
}
.review-box .btn-1 {
	float: none;
	margin: 10px auto 10px auto;
	border: 2px solid #00b8ff;
	width: 120px;
	height: 35px;
	line-height: 30px;
	background: none;
}
.reviewv-box {
	padding: 0 10px !important;
	margin: 10px 0;
}
.reviewv-box img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.reviewv-box ul {
	position: absolute;
	margin: 0;
	margin-left: -60px;
	padding: 5px 10px;
	width: 130px;
	background: rgba(0, 0, 0, 0.36);
	border-radius: 10px;
	top: 40%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box:hover ul {
	background: hsla(197, 100%, 50%, 0.65);
}
.reviewv-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
}
.reviewv-box ul li:first-child {
	margin: 0 10px 0 0;
}
.reviewv-box ul li img {
	width: 100%;
	opacity: .65;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box ul li:hover img {
	opacity: 1;
}
.reviewv-box img {
	width: 100%;
	border: none;
}
.review-right {
	margin: -60px 0 0 0;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0;
}
.reviews #reviews2-slider .carousel-inner {
	padding: 0 0 35px 0;
}
.reviews #reviews-slider .carousel-indicators, .reviews #reviews2-slider .carousel-indicators {
	bottom: 20px;
	margin: 0;
	padding: 0 13px;
	left: 0;
	width: 100%;
	text-align: center;
}
.reviews #reviews2-slider .carousel-indicators {
	bottom: 0;
}
.reviews #reviews-slider2 .carousel-indicators {
	padding: 0 3px;
}
.reviews .carousel-indicators .active {
	margin: 0 3px;
	background-color: #00b8ff;
}
.reviews .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgba(99, 99, 99, 0.53);
	border: 0px solid #868686;
}
.videopop {
}
.videopop .modal-dialog {
	margin: 50px auto 0 auto;
}
.videopop .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #000;
	border: none;
}
.videopop .modal-body {
	padding: 0;
	height: 450px;
}
.videopop button.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -18px;
	right: -10px;
	border-radius: 25px;
	background: #00b8ff;
	font-size: 24px;
	border: 2px solid #fff;
	color: #fff;
	opacity: 1 !important;
	z-index: 9999;
}
.videopop video {
	width: 100%;
	height: auto;
}
.videopop .modal-footer {
}
.videopop .modal-footer .btn-default {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
	margin: 0 auto;
	padding: 6px 22px;
	display: block;
	border-radius: 25px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.videopop .modal-footer .btn-default:hover {
	color: #fff;
	border: 2px solid #009c4b;
	background-color: #009c4b;
}
.gallery {
	padding: 0 0 50px 0;
}
.gallery .thead {
	padding: 0 0 20px 0;
}
.gallery .nav-tabs {
	border-bottom: 0px solid #ddd;
	text-align: right;
	margin: -47px 0 0 0;
}
.gallery .nav-tabs>li {
	float: none;
	margin: 0;
	display: inline-block;
}
.gallery .nav-tabs>li.active>a, .gallery .nav-tabs>li.active>a:focus, .gallery .nav-tabs>li.active>a:hover {
	color: #00b8ff;
	cursor: default;
	background-color: #fff;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.gallery .nav-tabs>li>a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #888888;
	margin: 0;
	line-height: 24px;
	border: 0px solid transparent;
	border-radius: 0;
	padding: 0 10px;
	display: block;
}
.gallery .nav>li>a:focus, .gallery .nav>li>a:hover {
	background-color: transparent;
}
.gallery .nav-tabs>li>a .tbspan1, .gallery .nav-tabs>li>a .tbspan2 {
	position: relative;
	padding: 10px 6px;
}
.gallery .nav-tabs>li>a .tbspan1:after, .gallery .nav-tabs>li>a .tbspan1:before, .gallery .nav-tabs>li>a .tbspan2:after, .gallery .nav-tabs>li>a .tbspan2:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 7px;
	height: 7px;
}
.gallery .nav-tabs>li>a .tbspan1:before {
	top: 0;
	left: 0;
	border-left: 2px solid #888888;
	border-top: 2px solid #888888;
}
.gallery .nav-tabs>li>a .tbspan1:after {
	bottom: 0;
	left: 0;
	border-left: 2px solid #888888;
	border-bottom: 2px solid #888888;
}
.gallery .nav-tabs>li>a .tbspan2:before {
	top: 0;
	right: 0;
	border-right: 2px solid #888888;
	border-top: 2px solid #888888;
}
.gallery .nav-tabs>li>a .tbspan2:after {
	bottom: 0;
	right: 0;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
}
.gallery .nav-tabs>li.active a .tbspan1:before, .gallery .nav-tabs>li.active a .tbspan1:after, .gallery .nav-tabs>li.active a .tbspan2:before, .gallery .nav-tabs>li.active a .tbspan2:after {
	border-color: #00b8ff;
}
.gallery .tab-content {
	padding: 25px 0 0 0;
}
.gpdd {
	padding: 1px !important;
}
.galvbox {
	padding: 0 !important;
}
.galvbox img {
	width: 100%;
}
.galvbox ul {
	position: absolute;
	margin: 0;
	margin-left: -50px;
	padding: 5px 5px;
	width: 100px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	top: 38%;
	left: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox:hover ul {
	background: rgba(0, 184, 255, 0.75);
}
.galvbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 42px;
	float: left;
}
.galvbox ul li:first-child {
	margin: 0 5px 0 0;
}
.galvbox ul li img {
	width: 100%;
	opacity: .65;
	border: 0px solid #ffabe3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.galvbox ul li:hover img {
	opacity: 1;
}
.gallery .btn-1 {
	margin: 10px 10px 0 0;
}
.galbox {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}
.galbox img {
	width: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.galbox: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);
}
.appointment {
	position: relative;
	background: url(../images/bg6.jpg) fixed;
	background-size: cover;
}
.appointment-left {
	padding: 35px 35px 60px 35px !important;
	background: rgba(0, 184, 255, 0.9);
	mix-blend-mode: multiply;
}
.appointment-left .thead h2 {
	color: #fff;
}
.appointment-left .thead h2 span {
	background: #ff0;
}
.app-form {
	padding: 20px 0 0 0;
}
.app-form .form-group {
	margin: 0 0 8px 0;
	padding: 0 10px !important;
}
.app-form .form-group label {
	width: 100%;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 4px 0;
	color: #fff;
}
.app-form .form-group label span {
	color: #ff0;
	font-weight: 800;
	font-size: 19px;
	vertical-align: middle;
}
.app-form .form-group input {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #fff;
	background: none;
	letter-spacing: .4px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	outline: none;
}
.app-form .form-group textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 74px;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #fff;
	letter-spacing: .4px;
	background: none;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.65);
}
.app-form .form-group input:focus, .app-form .form-group textarea:focus {
	border: 1px solid #ffffff;
}
.app-form .form-group input[type=submit] {
	width: 150px;
	background: #ffffff;
	color: #00b8ff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.app-form .form-group input[type=submit]:hover {
	background: #ffffff;
	color: #00b8ff;
}
.appointment-right {
	padding: 35px !important;
}
.openhour {
	padding: 0 0 25px 0;
}
.openhour h2 {
	font-size: 21px;
	text-align: left;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 20px 0;
	letter-spacing: .6px;
	padding: 0 0 10px 0;
	color: #3a3a3a;
	border-bottom: 1px solid #00b8ff;
}
.openhour table {
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: .6px;
	color: #000;
	border: 1px solid #00b8ff;
}
.openhour table th {
	background: #00b8ff;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	padding: 7px;
	border: 1px solid #00b8ff !important;
}
.openhour table td {
	padding: 10px 5px;
	border: 1px solid #00b8ff !important;
}
.blogs {
	padding: 40px 0;
}
.blogs .thead {
	padding: 0 0 30px 0;
}
.blog-box {
	padding: 0 !important;
}
.blog-box ul {
	margin: 0;
	padding: 0;
}
.blog-box ul li {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-bottom: none;
}
.blog-box ul li:last-child {
}
.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;
	border: 1px solid #ccc;
	border-top: 2px solid #00b8ff;
	position: relative;
}
.blog-box .blog-text h4, .blog-box ul li h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	letter-spacing: 0;
	padding: 10px 0 5px 0;
	color: #000000;
}
.blog-box ul li h4 {
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #00b8ff;
}
.blog-box .blog-text .blog-date {
	position: absolute;
	left: 0;
	top: -20px;
	text-align: center;
	width: 100%;
}
.blog-box .blog-text .blog-date h5 {
	width: auto;
	display: inline-block;
	font-size: 12.5px;
	text-align: left;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1px;
	padding: 3px 17px;
	color: #ffffff;
	background: #00b8ff;
	border-radius: 25px;
}
.blog-box .blog-text h5 svg {
	margin: 0 3px 0 0;
}
.blog-box .blog-text p, .blog-box ul li p {
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	letter-spacing: .6px;
	padding: 2px 0 7px 0;
	color: #3a3a3a;
}
.blog-box ul li p {
	text-align: left;
	padding: 0 0 2px 0;
	font-size: 15px;
	line-height: 24px;
}
.blog-box .blog-text a, .blog-box ul li a {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #a2a2a2;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box .blog-text a:hover, .blog-box ul li a:hover {
	color: #333;
}
.blog-btn, .blog-btn:hover {
	display: block;
	width: 100%;
	height: 40px;
	background: #00b8ff;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer {
	padding: 40px 0 0 0;
	background: url(../images/fbg.jpg) no-repeat center center;
	background-size: cover;
}
.f-box {
	padding: 0 !important;
}
.f-box2 {
	padding: 0 0 0 30px !important;
}
.f-box h4 {
	font-size: 21px;
	line-height: 35px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 500;
	letter-spacing: .8px;
}
.f-box hr {
	width: 40px;
	height: 3px;
	background: #ff0;
	margin: 5px 0 12px 0;
	padding: 0;
	border: none;
}
.f-box p {
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	letter-spacing: .1px;
	padding: 3px 0;
	color: #ffffff;
}
.f-box p svg {
	margin: 0 3px 0 0;
	color: #ff0;
}
.fpdd {
	padding: 0 10px 0 0 !important;
}
.f-box .social {
	padding: 20px 0 0 0;
}
.f-box .social ul li {
	margin: 0 3px 0 0;
	border: 1px solid #fff;
}
.newsletter {
	padding: 13px 0 0 0;
}
.newsletter h4 {
	text-align: left;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: .6px;
}
.newsletter form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.newsletter form ::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.newsletter form :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.newsletter form :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.newsletter form {
	margin: 0;
}
.newsletter .nl1 {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
	border: none;
	border: 1px solid #ffffff;
	background: none;
	outline: none;
}
.newsletter .nl2 {
	width: 100%;
	height: 45px;
	background: #ffffff;
	border: 0px solid #fff;
	color: #00b8ff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 39px;
	outline: none;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsletter .nl2:hover {
	background: #fff;
	color: #3e3e3e;
}
.f-copy {
	margin: 40px 0 0 0;
	padding: 10px 0;
	background: #1d1d1d;
}
.f-copy h6 {
	color: #adadad;
	font-size: 12px;
	line-height: 47px;
	font-weight: 300;
	margin: 0;
	text-align: left;
	padding: 0;
	letter-spacing: 1px;
}
.f-copy h6 a, .f-copy h6 a:hover, .f-copy h6 a:focus {
	color: #83dcff;
}
.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: #ff0;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: #00b8ff;
	border: 2px solid #ff0;
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.to-top a.back-to-top:hover {
	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(0, 184, 255, 0.75);
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
	font-weight: 500;
	opacity: 0;
	letter-spacing: .4px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixeddiva2 {
	width: 100%;
	opacity: 1;
}
.fixeddiva svg {
	font-size: 20px;
	margin: 0 auto 7px auto;
	display: block;
}
.fixeddiva:hover {
	background: rgba(0, 184, 255, 0.95);
	color: #fff;
}
.inner-banner {
	width: 100%;
	position: relative;
	z-index: 9;
}
.inner-banner .btn-1 {
	position: absolute;
	top: 47%;
	right: 7%;
	z-index: 9999;
}
.inner-banner .sbg {
	opacity: .5;
}
.inner-banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .8;
	background: rgba(35,213,171,1);
	background: -moz-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,213,171,1)), color-stop(25%, rgba(35,166,213,1)), color-stop(50%, rgba(231,60,125,1)), color-stop(75%, rgba(238,119,82,1)), color-stop(99%, rgba(237,193,83,1)), color-stop(100%, rgba(237,193,83,1)));
	background: -webkit-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
	background: linear-gradient(135deg, rgba(35,213,171,1) 0%, rgba(35,166,213,1) 25%, rgba(231,60,125,1) 50%, rgba(238,119,82,1) 75%, rgba(237,193,83,1) 99%, rgba(237,193,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23d5ab', endColorstr='#edc153', GradientType=1 );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
.inner-banner img {
	width: 100%;
	opacity: .2;
}
.bknw {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	bottom: 8%;
	right: 25%;
	background: rgba(255,0,136,0.85);
	background: -moz-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,0,136,0.85)), color-stop(1%, rgba(255,0,136,0.85)), color-stop(100%, rgba(114,21,99,0.85)));
	background: -webkit-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
	background: linear-gradient(135deg, rgba(255,0,136,0.85) 0%, rgba(255,0,136,0.85) 1%, rgba(114,21,99,0.85) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0088', endColorstr='#721563', GradientType=1 );
	z-index: 99;
	border: 4px solid #ffdbee;
}
.bknw svg {
	display: block;
	margin: 8px auto 0 auto;
	font-size: 20px;
	color: #fff;
}
.bknw h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 15px;
	margin: 0;
	letter-spacing: .6px;
	padding: 6px 0 0 0;
	color: #fff;
}
.brd-in {
	padding: 5px 0;
	margin: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 0;
}
.scp-brc {
	background-color: transparent !important;
	text-align: left;
	margin: 0 0 20px 0 !important;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px dashed #ccc;
}
.scp-brc li a {
	font-size: 13px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 500;
	color: #333;
	letter-spacing: .8px;
}
.scp-brc li:last-child a {
	color: #00b8ff;
}
.innermap {
	height: 370px;
	overflow: hidden;
}
.innerpage {
	margin: 0;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 99;
}
.innerpage-in {
	background: #fff;
	border-radius: 15px 15px 0 0;
	margin: -40px 0 0 0;
	padding-top: 35px;
}
.innerpage h2 {
	font-size: 22px;
	text-align: left;
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #00b8ff;
}
.innerpage p {
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .8px;
	padding: 5px 0;
	color: #000;
}
.innerpage .innerul {
	padding: 5px 0;
	margin: 0;
}
.innerpage .innerul li {
	list-style: none;
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 2px 0 2px 30px;
	color: #000;
	position: relative;
}
.innerpage .innerul li:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 6px;
	left: 0;
	opacity: .65;
	background: url(../images/li-icon.png) no-repeat;
	background-size: 100% auto;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 0;
	background: #e8e8e8;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #00b8ff;
	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: #00b8ff;
	color: #fff;
	border: none;
}
.inner-accord {
}
.inner-accord .c-accordion {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #222222;
	overflow: hidden;
}
.inner-accord .c-accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.inner-accord .c-accordion label {
	position: relative;
	font-size: 13px;
	display: block;
	padding-left: 20px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 25px;
	cursor: pointer;
	padding: 8px 0;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px dashed #afafaf;
}
.inner-accord .c-accordion__content {
	max-height: 0;
	overflow: hidden;
	background: none;
	transition: max-height .75s;
}
.inner-accord .c-accordion__content ul {
	margin: 0;
	padding: 0;
}
.inner-accord .c-accordion__content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner-accord .c-accordion__content ul li a {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	padding: 2px 0 2px 25px;
	color: #333;
	display: block;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.inner-accord .c-accordion__content ul li a:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	top: 16px;
	left: 0;
	width: 15px;
	height: 3px;
	background: #00b8ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.inner-accord .c-accordion__content ul li a:hover:before {
	width: 20px;
}
.inner-accord .c-accordion__content ul li a:hover {
	color: #000;
	padding: 2px 0 2px 35px;
}
.inner-accord .c-accordion__spacing {
	padding: 10px 10px 0 10px;
}
.inner-accord .c-accordion input:checked ~ .c-accordion__content {
	max-height: 1000px;
	transition: max-height 1.5s;
}
.inner-accord .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;
}
.inner-accord .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 #00b8ff;
}
.inner-accord .c-accordion input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.innertesti, .ba-gallery, .innerdoctor, .inner-accord {
	background: #e8e8e8;
	margin: 15px 0 0 0;
	padding: 15px;
}
.innertesti .carousel-inner, .ba-gallery .carousel-inner {
	padding: 0 0 35px 0;
}
.innertesti .carousel-indicators, .ba-gallery .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 {
	margin: 0 3px;
	background-color: #00b8ff;
}
.innertesti .carousel-indicators li, .ba-gallery .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 100%;
	background-color: rgb(140, 140, 140);
	border: 0px solid #868686;
}
.innertesti-box {
	padding: 10px 0 0 0;
}
.innertesti h3, .ba-gallery h3, .innerdoctor h3, .inner-accord h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #00b8ff;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.innertesti .review-box {
	padding: 0 !important;
	text-align: center;
	background: none;
}
.innertesti .review-box p {
	text-align: center;
	font-size: 14px;
	padding: 2px 0;
}
.bapd {
	padding: 0 5px !important;
}
.innerdoctor img {
	width: 86px;
	margin: 0 auto 10px auto;
	border-radius: 100%;
	border: 2px solid #00b8ff;
}
.innerdoctor h4 {
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #000;
}
.innerdoctor h5 {
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	letter-spacing: .8px;
	padding: 0;
	color: #000;
}
.innerdoctor p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
.innerdoctor .btn-1 {
	float: none;
	margin: 10px auto 10px auto;
	border: 2px solid #00b8ff;
	width: 120px;
	height: 35px;
	line-height: 30px;
	background: none;
}
.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) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

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