body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #333;
 background: #ffca05;
}
::selection {
	color: #333;
	background: #ffca05;
}
a {
	text-decoration: none !important;
}
/*popupslider*/

.bafive{
	width:18%;
	margin :0 1%;
	float:left;

}

/*popupslider*/
/*instagram style*/
.insta {
  width: 350px;
  height: 280px;
  border: 1px dotted black;
  overflow: scroll;
}
/*instagram style*/

.fixeddiv {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 32%;
	right: 0;
	display: block;
	-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: rgb(255, 143, 5);
	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: bounceInRight;
	animation-name: bounceInRight;
}
.fixeddiva span {
	display: block;
	-webkit-animation: fixz 1s infinite;
	-moz-animation: fixz 1s infinite;
	-ms-animation: fixz 1s infinite;
	animation: fixz 1s infinite;
}
.butt {
    cursor: pointer;
    text-align: right;
    background: #ffca05;
    display: inline-block;
    float: right;
    z-index: 9999;
    color: #000;
    line-height: 40px;
    padding: 0px 60px;
    font-weight: 600;
    position: relative;
}
.innercontentinner h2 {
	font-size: 24px;
}
.desktopgal{
	min-height: 331px!important;
}
.fixedcall {
	position: fixed;
	width: 308px;
	height: 45px;
	margin: 0;
	padding: 0;
	top: 48%;
	right: -260px;
	z-index: 999;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	background: #ffca05;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixedcall a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	font-weight: 600;
	letter-spacing: .6px;
	text-decoration: none;
	color: #211f20;
	margin: 0;
	padding: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixedcall a span{
	width: 45px;
	height: 45px;
	float: left;
	background: #f06d2e;
	font-size: 25px;
	margin: 0 15px 0 0;
	text-align: center;
	line-height: 45px;
	color: #fff;
}
.fixedcall a p{
	margin: 0;
	padding: 7px;
	color: #000;
}
.fixedcall a .fa {
	color: #fff;
	-webkit-animation: tada 1.25s infinite;
	-moz-animation: tada 1.25s infinite;
	-ms-animation: tada 1.25s infinite;
	animation: tada 1.25s infinite;
}
@-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
 @keyframes tada {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 -ms-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 -ms-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 -ms-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
.fixedcall:hover {
	right: 0;
}

.photodiv img {
    width: 100%;
    height: 160px;
    margin: 0px auto;
    display: block;
}
.photodiv {
    overflow: hidden;
    margin: 5px 0px;
    height: 160px;
}
.innercontentinner h3 {
	font-size: 18px;
	font-weight: 600;
	color: #862e05;
	line-height: 30px;
	margin: 0px;
	font-style: underline;
	text-decoration: underline;
	/* text-decoration: overline; */
	margin-bottom: 5px;
}
#toTop {color: #fff!important;
    background-color: #ff8f06;
    position: fixed;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    display: none;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.innercontentinner a {
	color: #cb6a3f;
	font-weight: 600;
}
.innercontentinner a:hover {
	color: #806608;
	font-weight: 600;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99;
	position: relative;
}
.top-banner {
	padding: 12px 0 !important;
}
.head-text {
	text-align: center;
}
.head-text p {
	font-size: 17px;
	line-height: 29px;
	text-align: center;
	margin: 0 auto;
	padding: 2px 15px;
	letter-spacing: 1.4px;
	font-weight: 500;
	color: #333;
	/* display: inline-block; */
	border-radius: 8px;
	background: none;
	border: 1px solid #ccc;
}
.head-text p .span1 {
	color: #cb6b3b;
	padding: 0 20px;
}
.head-text p .span2 {
	color: #ffa705;
	padding: 0 20px;
}
.head-text p .span3 {
	color: #ff5605;
	padding: 0 20px;
}
.ab-box h6 {
	font-size: 27px;
	text-align: center;
	font-weight: 800;
	line-height: 24px;
	margin: 0;
	padding: 28px 0 0 0;
	color: #000;
}
.ab-box h6 span {
	font-size: 12px;
	line-height: 25px;
	display: inline-block;
}
.lang {
	margin: 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 30px;
	margin: 0;
	float: right;
	font-size: 11px;
	padding: 0 5px;
	color: #000;
	background: none;
	outline: none;
	line-height: 30px;
	border: 1px solid #cf693a;
}
.social {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 3px 0 0;
	padding: 0;
	display: inline-block;
	background: none;
	border: 1px solid #cf693a;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg {
	width: 35px;
	height: 35px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #cf693a;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:hover {
	background: #ffca05;
	border: 1px solid #ffca05;
}
.social li:hover svg path {
	fill: #333;
}
.search {
	margin: 0;
	padding: 0;
}
.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: 0;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
	background: #ecbe00;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: 0 auto;
}
.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: 45px;
	right: 25px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.45);
}
.search #search-form.open {
	max-height: 45px;
}
.search .form-group {
	margin-bottom: 0;
}
.search .help-block {
	display: none;
}
.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: rgba(255, 255, 255, 0.68);
	border: none;
	outline: none;
}
.search #search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background: #ffd539;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: .5px;
}
.enquiry {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	display: block;
	font-weight: 400;
	color: #fff;
	background: #cf693a;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 30px;
	position: relative;
	outline: none;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg path {
	fill: #fff;
}
.enquiry:hover, .enquiry:focus {
	color: #333;
	background: #ffca05;
}
.enquiry:hover svg path {
	fill: #333;
}
.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: #ffca05;
	outline: none;
	border: none;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	background: #ffca05 !important;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	opacity: 1 !important;
}
.top-a, .top-a:hover, .top-a:focus {
	display: block;
	width: 100%;
	height: 61px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	background: #ff8f05;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 10px;
}
.top-a svg, .top-b svg {
	margin: 0 3px 0 0;
}
.top-b, .top-b:hover, .top-b:focus {
	    display: block;
    width: 100%;
    height: 61px;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    background: #ff8f05;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
}
.top-a svg, .top-b svg {
	margin: 0 3px 0 0;
}
.modl-img img {
	width: 100%;
}
.aw-head {
}
.aw-head h4 {
	color: #f19c00;
	font-size: 16px;
	letter-spacing: .4px;
	text-align: left;
}
.aw-head h4 svg {
	margin: 0 3px 0 0;
}
.menu {
	position: relative;
	height: auto;
	padding: 0;
	width: 100%;
	background: #ffca05;
}
.top-l {
	padding: 10px 0 0 0;
}
.top-r {
	padding: 20px 0 0 0;
}
.logo {
	position: relative;
}
.logo img {
	width: 200px;/*	height: 129px;*/
}
#innertesti-slider {
	padding: 0 0 35px 0;
}
#innertesti-slider ol li, #innertestivideo-slider ol li {
	border: 1px solid #d67c4c !important;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	margin: 0;
}
.innertesti-box a, .innertesti-box a:hover {
	float: right;
}
.in-btn, .in-btn:hover, .in-btn:focus {
	font-size: 12px;
	color: #c65f32;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .5px;
	display: block;
	padding: 5px 0;
}
#innertesti-slider ol li, #innertestivideo-slider ol li {
	border: 1px solid #d67c4c !important;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	margin: 0;
}
#innertesti-slider ol .active, #innertestivideo-slider ol .active {
	background-color: #d67c4c !important;
	width: 10px;
	height: 10px;
	margin: 0;
}
#innertesti-slider {
	padding: 0 0 35px 0;
}
#innertesti-slider ol li, #innertestivideo-slider ol li {
	border: 1px solid #d67c4c !important;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	margin: 0;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	background-color: #ecbe00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	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: #fff;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #000000;
	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: #ffca05;
	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: 210px;
}
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 19px;
	margin: 0;
	line-height: 45px;
	font-size: 15px;
	display: block;
	color: #000;
	font-weight: 400;
	letter-spacing: .5px;
	position: relative;
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	padding: 7px 10px;
	text-align: left;
	letter-spacing: .4px;
	text-transform: none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	background: #ecbe00;
}
ul.slimmenu li.active a {
	background: #ecbe00;
}
ul.slimmenu li a:hover {
	background: #ecbe00;
}
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: #000;
	font-size: 6px;
	vertical-align: middle;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.booknow {
	width: 210px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	color: #fff;
	background: #eb3076;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 1px;
	z-index: 999;
	right: 30%;
	top: 59%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.booknow:hover, .booknow:focus {
	color: #fff;
	background: #c11b43;
}
.slide-banner {
	position: relative;
	border-bottom: 2px solid #ffca05;
}
.slide-banner img {
	width: 100%;
}
.slide-banner .carousel-indicators {
	bottom: 10%;
	left: 5%;
	text-align: left;
	margin: 0;
	width: 100%;
}
.slide-banner .carousel-indicators li {
	margin: 2px;
	width: 6px;
	height: 20px;
	border: 0px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	border-radius: 0;
}
.slide-banner .carousel-indicators .active {
	background-color: #ffca05;
	border: 0px solid #fff;
	margin: 2px;
}
.slide-btn {
	width: 228px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 40px;
	display: block;
	color: #000;
	background: #ffca05;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	letter-spacing: .8px;
	position: absolute;
	left: 14%;
	top: 63%;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn:hover, .slide-btn:focus {
	padding: 0 40px 0 0;
	color: #000;
}
.slide-btn span {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: #e4b800;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-btn:hover span {
	left: 100%;
	margin: 0 0 0 -40px;
}
.welcome {
	padding: 50px 0;
	background: url(../images/wbg.jpg) fixed;
	background-size: cover;
}
.welcome p {
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: .4px;
	font-weight: 500;
	color: #333;
}
.about {
	background: #f4f5f6;
}
.about-in {
	text-align: center;
	margin: -80px 0 0 0;
}
.ab-box-m {
	display: inline-block;
	float: none !important;
	margin: 0 10px;
}
.ab-box {
	width: 155px;
	height: 155px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 100%;
	background: #ffca05;
	overflow: hidden;
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}
.ab-box:before {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	-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;
}
.ab-box:hover:before {
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
.ab-box:after {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border: 2px solid #ff8f05;
	border-radius: 100%;
	z-index: -2;
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
.ab-box h4 {
	font-size: 27px;
	text-align: center;
	font-weight: 800;
	line-height: 35px;
	margin: 0;
	padding: 36px 0 0 0;
	color: #000;
}
.ab-box h5 {
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
	color: #000;
}
.reviews {
	padding: 46px 0;
}
.reviews h5 {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #ca6b3a;
	letter-spacing: .4px;
	font-weight: 700;
}
.reviews #reviews-slider {
	padding: 0;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0 50px;
}
.reviews-box {
}
.reviews-box h4 {
	font-size: 17px;
	text-align: left;
	margin: 0;
	padding: 0 0 2px 0;
	color: #000;
	letter-spacing: .8px;
	line-height: 15px;
	font-weight: 700;
}
.reviews-box h6 {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: .8px;
	line-height: 24px;
	font-weight: 600;
}
.reviews-box p {
	font-size: 15px;
	line-height: 27px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.reviews-box img {
	width: 90px !important;
	padding: 4px;
	border: 2px dotted #ffca05;
	margin: 0 auto 10px auto;
}
.reviews-box a, .reviews-box a:hover, .reviews-box a:focus {
	font-size: 13px;
	font-weight: 600;
	color: #cf693a;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: .8px;
}
.reviews .carousel-control.left, .reviews .carousel-control.right {
	background-image: none !important;
	width: 40px;
	height: 40px;
	top: 25%;
}
.reviews .carousel-control.left img, .reviews .carousel-control.right img {
	width: 100%;
}
.review-star {
}
.review-star ul {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
.review-star ul li {
	list-style: none;
	margin: 0;
	padding: 0 2px;
	display: inline-block;
}
.review-star ul li svg path {
	color: #f1be00;
}
.review-star ul li.active svg path {
	color: #999;
}
.about-us {
	padding: 40px 0;
}
.about-us #about-slider {
	padding: 15px 0 0 0;
}
.about-us #about-slider .carousel-inner {
	padding: 0 0 50px 0;
}
.tittle {
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hr1 {
	width: 170px;
	height: 25px;
	margin: 5px auto 5px auto;
	padding: 0;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
	border: none;
}
.about-box {
	margin: 35px 0 0 0;
	padding: 0 !important;
	border: 1px solid #e2e2e2;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.about-box2 {
	margin: 0;
}
.about-box:hover {
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
}
.about-box .about-img {
	overflow: hidden;
	position: relative;
}
.about-box .about-img:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 140%;
	height: 100%;
	transform: rotate(8deg);
	background: #fff;
	top: 85%;
	left: -20%;
	z-index: 9;
}
.about-box .about-img:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0%;
	background: rgba(255, 202, 5, 0.61);
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.about-box:hover .about-img:after {
	height: 100%;
}
.about-box .about-img img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.about-box:hover .about-img img {
}
.about-box .about-text {
	padding: 0 20px 15px 20px;
	margin: -20px 0 0 0;
	z-index: 10;
	position: relative;
}
.about-box .about-text h4 {
	font-size: 15px;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	color: #000;
	letter-spacing: .5px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #ffca05;
	text-transform: uppercase;
}
.about-box .about-text p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
	
}
.about-us .carousel-control.left, .about-us .carousel-control.right {
	background-image: none !important;
	width: 40px;
	height: 40px;
	bottom: 0;
	top: auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.about-us .carousel-control.left {
	left: 46%;
}
.about-us .carousel-control.right {
	right: 46%;
}
.about-us .carousel-control.left svg, .about-us .carousel-control.right svg {
	height: 40px;
}
.about-us .carousel-control.left svg path, .about-us .carousel-control.right svg path {
	fill: #333;
}
.about-us .carousel-control.left:hover, .about-us .carousel-control.right:hover {
	background: #ffca05;
}
.cosmetic {
	padding: 50px 0 30px 0;
	background: #f4f5f6;
	position: relative;
}
.cosmetic:before, .cosmetic:after {
	width: 55%;
	height: 30px;
	position: absolute;
	content: '';
	background: #f4f5f6;
	top: -30px;
	right: -5%;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.cosmetic:after {
	top: auto;
	bottom: -30px;
	right: auto;
	left: -5%;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.cosmetic h2 {
	font-size: 37px;
	text-align: left;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .8px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 99;
	color: #525252;
}
.cosmetic h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	top: -4px;
	left: -18px;
	background: #ffca05;
	z-index: -1;
}
.cosmetic p {
	font-size: 14px;
	line-height: 27px;
	text-align: justify;
	margin: 0;
	padding: 0;
	letter-spacing: .4px;
	font-weight: 500;
	color: #525252;
}
.cosmo-img {
}
.cosmo-img img {
	width: 100%;
}
.cosmo-m {
	margin: 30px 0 0 0;
}
.cosmetic #cosmetic-slider {
	padding: 40px 0 0 0;
}
.cosmetic #cosmetic-slider .carousel-inner {
	padding: 0 0 40px 0;
}
.cosmetic .carousel-indicators {
	bottom: 0;
	text-align: center;
}
.cosmetic .carousel-indicators .active {
	background-color: #333 !important;
	border: 0 solid #333 !important;
}
.cosmetic .carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	margin: 0 3px !important;
	background-color: rgba(51, 51, 51, 0.2);
	border: 0 solid #333;
}
.cosmo-box {
	padding: 20px 20px 20px 20px !important;
}
.cosmo-box .nmbr {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 35px;
	right: -10px;
	font-size: 14px;
	font-weight: 800;
	line-height: 30px;
	border-radius: 100%;
	color: #ffca05;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.cosmo-box:hover .nmbr {
	color: #000;
	background: #ffca05;
}
.cosmo-box h4 {
	font-size: 15px;
	text-align: right;
	margin: 0;
	padding: 0 15px 5px 15px;
	color: #000;
	letter-spacing: .7px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #ffca05;
}
.cosmo-box p {
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	margin: 0;
	padding: 10px 15px 10px 15px;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.cosmo-box2 .nmbr {
	right: auto;
	left: -10px;
}
.cosmo-box2 h4 {
	text-align: left;
}
.cosmo-box2 p {
	text-align: left;
}
.implants {
	padding: 70px 0 0 0;
}
.implants p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.im-box {
	padding: 0 !important;
	margin: 25px 0 0 0;
	height: 320px;
}
.im-box .im-box-img {
	overflow: hidden;
	background: #000;
}
.im-box .im-box-img img {
	width: 100%;
	opacity: .9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.im-box:hover .im-box-img img {
	opacity: 1;
	-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);
}
.im-box .im-box-text {
	width: 90%;
	height: 40px;
	padding: 10px;
	margin: -20px auto 0 auto;
	background: #333;
	position: relative;
	/* overflow: hidden; */
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.im-box:hover .im-box-text {
	background: #ffca05;
	margin: -40px auto 0 auto;
	height: 80px;
}
.im-box .im-box-text:before {
	position: absolute;
	content: '';
	width: 0;
	height: 5px;
	margin: 0 50%;
	padding: 0;
	background: #ffca05;
	top: -10px;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.im-box:hover .im-box-text:before {
	margin: 0;
	width: 100%;
}
.im-box .im-box-text h4 {
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
	color: #fff;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 400;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.im-box:hover .im-box-text h4 {
	color: #000;
}
.im-box .im-box-text a, .im-box .im-box-text a:hover, .im-box .im-box-text a:focus {
	width: 90px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #333;
	background: #fff;
	border-radius: 25px;
	display: none;
}
.im-box:hover .im-box-text a {
	display: block;
}
.orthodontics {
	padding: 30px 0 80px 0;
}
.orthodontics p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.ortho-box {
	margin: 20px 0;
	padding: 0 !important;
	overflow: hidden;
	
}
.ortho-box img {
	width: 100%;
	opacity: 1;
	background-color: #ffca05;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ortho-box:hover img {
	opacity: .2;
}
.ortho-box .ortho-text {
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15% 16%;
	top: -100%;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ortho-box:hover .ortho-text {
	top: 0;
}
.ortho-box a, .ortho-box a:hover, .ortho-box a:focus {
	width: 95%;
	height: 45px;
	margin: -50px auto 0 auto;
	padding: 0;
	display: block;
	background: #ffca05;
	border-radius: 25px;
	font-size: 15px;
	line-height: 45px;
	letter-spacing: .8px;
	font-weight: 500;
	text-align: center;
	position: relative;
	color: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ortho-box a span {
	background: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	margin: 0 0 0 4px;
	padding: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ortho-box:hover a span {
	background: #000;
	color: #fff;
}
.root {
	padding: 40px 0;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.root .hr1 {
	background: url(../images/hr2.png) no-repeat;
	background-size: 100% auto;
}
.root:before, .root:after {
	width: 55%;
	height: 30px;
	position: absolute;
	content: '';
	background: #ffca05;
	top: -30px;
	right: -5%;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.root:after {
	top: auto;
	bottom: -30px;
	right: auto;
	left: -5%;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.root-box {
}
.root-box img {
	width: 100%;
	float: left;
	margin: 12px 0;
	padding: 0;
	border: 5px solid #fff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
}
.root-box:hover img {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.root-box h4 {
	font-size: 15px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 10px 0 2px 0;
	color: #000;
	letter-spacing: .7px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.root-box p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 0;
	padding: 5px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.gallery {
	padding: 80px 0 50px 0;
}
.gal-main {
	margin: 30px 0 0 0;
}
.gal-box {
	padding: 0 !important;
	background: #ececec;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gal-box:hover {
	background: #ffca05;
}
.gal-box .gal-box-img {
	overflow: hidden;
	position: relative;
}
.gal-box .gal-box-img:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.5) url(../images/mask.png) no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	z-index: 9;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gal-box:hover .gal-box-img:before {
	top: 0;
}
.gal-box .gal-box-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gal-box:hover .gal-box-img 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);
}
.gal-box h4 {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	color: #000;
	font-weight: 500;
	letter-spacing: .8px;
}
.experts {
	padding: 0 0 40px 0;
}
.experts-in {
	padding: 30px 20px !important;
	background: url(../images/ebg.jpg);
	position: relative;
}
.experts-in:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;
	top: -8px;
	left: 0;
	background: url(../images/ebg.jpg);
}
.experts-in h4 {
	font-size: 17px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: .7px;
	line-height: 24px;
	font-weight: 600;
}
.experts-in p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 0;
	padding: 5px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.experts-in a {
	width: 95%;
	height: 40px;
	background: #333;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: .8px;
	font-weight: 500;
	padding: 0;
	margin: 35px -30px 0 0;
	color: #fff;
	float: right;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.experts-in a:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	top: 0;
	left: -20px;
	border-top: 20px solid transparent;
	border-right: 20px solid #333;
	border-bottom: 20px solid transparent;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.experts-in a:after {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	top: -10px;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid #5f5f5f;
	border-right: 10px solid transparent;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.experts-in a:hover {
	background: #ffca05;
	color: #333;
}
.experts-in a:hover:before {
	border-right: 20px solid #ffca05;
}
.experts-in a:hover:after {
	border-bottom: 10px solid #cca000;
}
.blog {
	padding: 0 0 40px 0;
}
.blog-box {
	margin: 20px 0 0 0;
	padding: 25px 25px 35px 25px !important;
	border: 3px solid #ececec;
}
.blog-box h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding: 5px 0;
	color: #000;
	letter-spacing: .7px;
}
.blog-box p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 0;
	padding: 5px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.blog-box h5 {
	font-size: 13px;
	text-align: left;
	line-height: 27px;
	margin: 0;
	padding: 0;
	color: #cf693a;
	font-weight: 500;
	letter-spacing: 1px;
}
.blog-box h5 svg {
	margin: 0 5px 0 0;
}
.blog img {
	position: absolute;
	width: 80px;
	height: auto;
	margin: 0;
	padding: 0;
	bottom: 0;
	right: 0;
}
.blog .carousel-inner {
	padding: 0 0 55px 0;
}
.bleft, .bright {
	position: absolute;
	content: '';
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 30px;
}
.bleft {
	left: 47%;
}
.bright {
	right: 47%;
}
.newsletter {
	padding: 10px 0 55px 0;
}
.newsletter-in {
	padding: 30px !important;
	background: url(../images/newsletter.jpg) fixed;
	background-size: cover;
}
.news-box {
	background: rgba(255, 255, 255, 0.85);
	padding: 15px;
}
.news-box h3 {
	font-size: 17px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .4px;
}
.news-box form {
	margin: 0;
	padding: 0;
}
.news-box .nl1 {
	width: 100%;
	height: 40px;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 14px;
	letter-spacing: .5px;
	color: #333;
	border: none;
	border-bottom: 1px solid #ffca05;
	background: transparent;
	outline: none;
}
.news-box .nl2 {
	width: 100%;
	height: 40px;
	background: #ffca05;
	border: 1px solid #ffca05;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 36px;
	outline: none;
}
footer {
	background: url(../images/bg2.jpg) fixed;
	background-size: cover;
	padding: 60px 0 30px 0;
}
.f-box {
}
.f-box h4 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	color: #000;
	letter-spacing: .4px;
}
.f-box hr {
	width: 35px;
	height: 3px;
	margin: 5px 0 20px 0;
	background: #ffca05;
	border: none;
}
.f-box img {
	width: 70%;
}
.f-box .f3 {
	margin: 0 0 15px 0;
}
.f-box .f1 {
	float: left;
	width: 15%;
}
.f-box .f2 {
	float: left;
	width: 75%;
}
.f-box p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-weight: 400;
	letter-spacing: .8px;
	color: #000;
}
.f-box svg {
	width: 35px !important;
	height: 35px;
	background: #ffca05;
	border-radius: 100%;
	padding: 10px;
	vertical-align: -15px;
	margin: 0 5px 0 0;
}
.f-box svg path {
	fill: #333;
}
.footer-menu {
	margin: 30px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-menu ul li a {
	padding: 0px 10px;
	line-height: 50px;
	font-size: 13px;
	display: block;
	color: #000;
	font-weight: 500;
	letter-spacing: .6px;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.footer-menu ul li a:hover {
	color: #cf693a;
}
.f-copy {
}
.f-copy p {
	color: #333;
	font-size: 13px;
	line-height: 35px;
	font-weight: 400;
	margin: 25px 0 0 0;
	text-align: left;
	padding: 0;
	letter-spacing: .8px;
}
.f-copy p a, .f-copy p a:hover, .f-copy p a:focus {
	color: #cf693a;
}
.social2 {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.social2 li {
	margin: 0 7px;
}
.inner-banner {
	width: 100%;
	position: relative;
}
/*.inner-banner img {
	width: 100%;
}*/
.inner-banner .slide-btn {

	left: 9%;
	top: 60%;
}
.brd-in {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(254, 212, 226, 0.8);
}
.scp-brc {
	background-color: transparent !important;
	text-align: left;
	margin: 0 0 25px 0!important;
	padding: 15px 0 10px 0 !important;
	display: block;
	background: none !important;
	border-bottom: 1px solid #dcdcdc;
}
.scp-brc li a {
	font-size: 13px;
	line-height: 24px;
	padding: 10px 0;
	text-align: right;
	font-weight: 400;
	color: #333;
	letter-spacing: 2px;
}
.scp-brc li:last-child a {
	color: #cf693a;
}
.innerpage {
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff;
}
.innerpage-in {
/*	margin: -50px 0 0 0;
*/	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px 10px 0 0;
}
/*.innerpage-in img {
	margin: 1%;
}*/
.innerpage-in .t43 {
	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: #ffca05;
	color: #000;
	border: none;
}
.innerpage .tittle {
	text-align: left;
}
.innerpage .hr1 {
	width: 85px;
	background: url(../images/hr3.png) no-repeat;
	background-size: 100% auto;
	margin: 5px 0;
}
.innerpage p {
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	margin: 0;
	padding: 6px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.innerpage ul li {
	font-size: 15px!important;
	line-height: 28px!important;
	text-align: justify!important;
	margin: 0!important;
	padding: 6px 0!important;
	letter-spacing: .4px!important;
	font-weight: 400!important;
	color: #000!important;
}
.innerpage ol li {
	font-size: 15px!important;
	line-height: 28px!important;
	text-align: justify!important;
	margin: 0!important;
	padding: 6px 0!important;
	letter-spacing: .4px!important;
	font-weight: 400!important;
	color: #000!important;
}
.inner-right {
	padding: 0 0 15px 0;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #ffca05;
	-webkit-box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
	box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
}
#innerrigh {
	margin-top: 40px;
}
.inner-right h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	background: #ffca05;
	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: #f0f0f0;
}
.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: #f0f0f0;
}
.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: #f0f0f0;
}
.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: #ffca05;
	color: #000;
	border: 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;
}
.ser-box {
	padding: 10px 0;
	margin: 10px 0;
	min-height: 388px !important;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
}
.ser-box p {
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	margin: 0;
	padding: 6px 0;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #000;
}
.ser-box12 {
	padding: 10px 0;
	margin: 10px 0;
	min-height: 481px !important;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
}
.ser-box12 p {
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	margin: 0;
	padding: 6px 0;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #000;
}
.ser-main ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.ser-main ul li {
	margin: 0 0 0 20px !important;
	padding: 2px 0 !important;
	font-size: 13px !important;
	line-height: 24px !important;
}
.art {
	margin: 9px 0;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	height: 405px!important;
}
.art img {
	display: block;
	margin: 0px auto;
}
.art1 {
	margin: 9px 0;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	height: auto;
}
.art1 img {
	display: block;
	margin: 0px auto;
}
.social-fixed {
	position: fixed;
	width: 30px;
	top: 27%;
	left: 0;
	z-index: 99999;
}
.social-fixed ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-fixed li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 0 1px 0;
	padding: 0;
	display: block;
	text-align: center;
	float: left;
	opacity: .5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social-fixed li svg {
	width: 35px;
	height: 35px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social-fixed li svg path {
	fill: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social-fixed li:nth-child(1) {
	background: #365db0;
}
.social-fixed li:nth-child(2) {
	background: #fd8c00;
}
.social-fixed li:nth-child(3) {
	background: #ff001b;
}
.social-fixed li:nth-child(4) {
	background: #de4b39;
}
.social-fixed li:nth-child(5) {
	background: #007bb6;
}
.social-fixed li:nth-child(6) {
	background: #55acef;
}
.social-fixed li:nth-child(7) {
	background: #003e8c;
}
.social-fixed li:nth-child(8) {
	background: #b501ff;
}
.social-fixed li:nth-child(9) {
	background: #b50000;
}
.social-fixed li:hover {
	width: 45px;
	opacity: 1;
}
.social-fixed li:hover svg path {
	fill: #fff;
}
.ba-gallery {
	padding: 30px 0 0 0;
}
#ba-gallery-slider {
	padding: 0;
}
#ba-gallery-slider .carousel-inner {
	padding: 0 0 40px 0;
}
.bagal-box {
	padding: 0 !important;
}
.bagal-box img {
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	background-color: #fff;
	border-radius: 25px 0 25px 0;
	border: 1px solid #d6d6d6;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.bagal-box:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
	-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
}
#ba-gallery-slider .carousel-indicators {
	bottom: 0;
	text-align: center;
}
#ba-gallery-slider .carousel-indicators .active {
	background-color: #333 !important;
	border: 0 solid #333 !important;
}
#ba-gallery-slider .carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	margin: 0 3px !important;
	background-color: rgba(51, 51, 51, 0.2);
	border: 0 solid #333;
}
#bas-gallery-slider .carousel-indicators {
	bottom: -25px;
	text-align: center;
}
#bas-gallery-slider .carousel-indicators .active {
	background-color: #333 !important;
	border: 0 solid #333 !important;
}
#bas-gallery-slider .carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	margin: 0 3px !important;
	background-color: rgba(51, 51, 51, 0.2);
	border: 0 solid #333;
}
.hvr-pulse-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation-name: hvr-pulse-shrink;
	animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
to {
-webkit-transform:scale(0.9);
transform:scale(0.9)
}
}
@keyframes hvr-pulse-shrink {
to {
-webkit-transform:scale(0.9);
transform:scale(0.9)
}
}
.testi-banner {
	padding: 0 0 30px 0;
}
.testi-banner #testi-banner-slider {
}
.testi-banner #testi-banner-slider .carousel-inner {
	padding: 0 0 40px 0;
}
.testi-banner #testi-banner-slider .carousel-indicators {
	bottom: 0;
	text-align: right;
	width: 100%;
	left: auto;
	right: 0;
}
.testi-banner #testi-banner-slider .carousel-indicators .active {
	background-color: #c49440 !important;
	border: 0 solid #333 !important;
}
.testi-banner #testi-banner-slider .carousel-indicators li {
	width: 20px !important;
	height: 20px !important;
	display: inline-block;
	margin: 0 3px !important;
	background-color: rgb(255, 232, 148);
	border: 0 solid #333;
}
.testi-banner .tittle {
	text-align: left;
	font-size: 18px;
	padding: 0 0 15px 0;
}
.testi-box {
	padding: 26px !important;
	background: #fff2c3;
}
.testi-box img {
	width: 160px;
	float: left;
	height: 130px;
	padding: 0 15px 0 0;
}
.testi-box h4 {
	font-size: 17px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: .7px;
	line-height: 24px;
	font-weight: 600;
}
.testi-box p {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	margin: 0;
	padding: 6px 0;
	letter-spacing: .4px;
	font-weight: 400;
	color: #000;
}
.testi-box a, .testi-box a:hover, .testi-box a:focus {
	color: #ca6b3a;
	text-decoration: none;
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: left;
	margin-top: 10px;
	font-weight: 600;
}
.video-testi {
	padding: 0 !important;
}
.video-testi img {
	width: 100%;
}
.smile-contact{
	background:#ffca05;
	padding:40px 0;
	text-align: center;
}
.smile-in{
	border: 1px dashed #cf693a;
	padding: 25px;
	display: block;
}
.smile-in1{
	display:inline-block;
}
.smile-in2{
	display:inline-block;
}
.smile-contact p{
	    font-size: 28px;
	    line-height: 40px;
	    font-weight: 400;
	    text-align: center;
	    margin: 0;
	    padding: 0 25px;
	    top: 6px;
	    color: #000;
	    letter-spacing: .7px;
	    position:  relative;
	    border-right: 1px solid #cf693a;
}
.smile-contact a, .smile-contact a:hover, .smile-contact a:focus{
	width:150px;
	height: 40px;
	margin: 0 25px;
	padding:  0;
	display: block;
	background: #fff;
	font-size:  12px;
	text-align:  center;
	line-height: 40px;
	color:  #000;
	letter-spacing: .4px;
	text-transform:  uppercase;
	font-weight: 500;
}

@media only screen and (max-width: 1200px) {
.social {
	text-align: center;
}
.social li {
	margin: 0 7px 0 0;
}
ul.slimmenu li a {
	padding: 0 16px;
	line-height: 45px;
	font-size: 13px;
	letter-spacing: 0;
}
.top-r {
	padding: 37px 0 0 0;
}
.enquiry {
	width: 85%;
	margin: 0 0 0 30px;
}
.slide-banner {
	overflow: hidden;
}
.im-box {
	height: 250px;
}
.im-box .im-box-text h4 {
	font-size: 12px;
}
.ortho-box .ortho-text {
	padding: 4% 23%;
}
.orthodontics p {
	font-size: 13px;
	line-height: 21px;
}
.cosmetic:before, .cosmetic:after {
	display: none;
}
.ortho-box a, .ortho-box a:hover, .ortho-box a:focus {
	width: 100%;
}
.root:before, .root:after {
	display: none;
}
.bleft {
	left: 46%;
}
.bright {
	right: 46%;
}
.footer-menu ul li a {
	padding: 0px 6px;
	font-size: 12px;
	letter-spacing: 0;
}
.f-copy p {
	font-size: 12px;
	letter-spacing: 0;
}
}

@media only screen and (max-width: 992px) {
.top-l {
	padding: 5px 0;
}
.social {
	text-align: center;
}
.social li {
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0;
}
.social li svg {
	width: 35px;
	height: 30px;
}
.logo img {
	width: 150px;
	height: auto;
	margin: 5px auto;
}
.top-r {
	padding: 5px 0;
}
.enquiry {
	width: 100%;
	margin: 15px auto 0 auto;
}
.menu {
	background: #fff;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 12px;
	line-height: 40px;
	font-size: 13px;
}
ul.slimmenu li.active a {
	background: none;
	color: #cf693a;
}
ul.slimmenu li a:hover {
	background: none;
	color: #cf693a;
}
ul.slimmenu li .sub-toggle {
	width: 10px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul li a:hover {
	background: none;
	color: #cf693a;
}
.search {
	padding: 0 !important;
	margin: 10px 0;
}
.search #toggle-search {
	display: none;
}
.search #search-form input[type="submit"] {
	width: 200px;
}
.search #search-form {
	max-height: 35px;
	top: auto;
	right: auto;
	width: 100%;
	position: relative;
}
.search #search-form input[type="search"] {
	background: rgba(218, 218, 218, 0.68);
}
.slide-banner {
	border-bottom: 0 solid #ffca05;
	overflow: hidden;
}
.slide-banner .carousel-indicators {
	bottom: 2%;
	left: 2%;
}
.slide-btn {
	margin: 10px auto;
	position: absolute;
	left: 6%;
	top: 60%;
}
.about {
	background: #fff;
	padding: 30px 0 30px 0;
}
.about-in {
	text-align: center;
	margin: 0;
}
.ab-box {
	width: 155px;
	height: 155px;
	margin: 0 auto 20px auto;
}
.reviews {
	padding: 10px 0 0 0 !important;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0 30px;
}
.reviews h5 {
	padding: 0 0 15px 0;
}
.reviews-box h4 {
	text-align: center;
}
.reviews-box h6 {
	text-align: center;
}
.review-star ul {
	padding: 5px 0;
	text-align: center;
}
.reviews .carousel-control.left, .reviews .carousel-control.right {
	top: 32%;
}
.about-us {
	padding: 30px 0;
}
.about-box {
	margin: 0 0 20px 0;
}
.about-box .about-text {
	margin: 0;
}
.about-box .about-text h4 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}
.about-us .carousel-control.left {
	left: 43%;
}
.about-us .carousel-control.right {
	right: 43%;
}
.cosmetic {
	padding: 40px 0 30px 0;
	overflow-x: hidden;
}
.cosmetic:before, .cosmetic:after {
	display: none;
}
.cosmetic h2 {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	padding: 0 0 10px 0;
}
.cosmetic h2:before {
	display: none;
}
.cosmetic #cosmetic-slider {
	padding: 0;
}
.cosmo-box {
	padding: 15px !important;
	border: 2px solid #ffca05;
	margin: 15px 0;
}
.cosmo-box h4 {
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 0px solid #ffca05;
}
.cosmo-box .nmbr {
	display: none;
}
.cosmo-box p {
	text-align: center;
	padding: 0 0 15px 0;
}
.cosmo-img img {
	width: 50%;
	margin: 0 auto 15px auto;
}
.cosmo-box2 .nmbr {
	display: none;
}
.cosmo-box2 h4 {
	text-align: center;
}
.cosmo-box2 p {
	text-align: center;
}
.cosmo-m {
	margin: 10px 0;
}
.implants {
	padding: 30px 0 0 0;
}
.im-box {
	padding: 0 15px !important;
	margin: 10px 0;
	height: auto;
}
.im-box .im-box-text {
	width: 90%;
	height: auto;
	padding: 10px;
	margin: -40px auto 0 auto;
}
.im-box:hover .im-box-text {
	background: #ffca05;
	margin: -40px auto 0 auto;
	height: auto;
}
.im-box .im-box-text a {
	display: block;
}
.orthodontics {
	padding: 30px 0 30px 0;
}
.ortho-box {
	margin: 20px 0;
	padding: 0 !important;
}
.ortho-box a, .ortho-box a:hover, .ortho-box a:focus {
	width: 100%;
}
.ortho-box .ortho-text {
	padding: 8% 16%;
}
.orthodontics p {
	font-size: 12px;
	line-height: 17px;
}
.root:before, .root:after {
	display: none;
}
.root-box {
	padding: 0 !important;
}
.root-box img {
	width: 140px;
	float: none;
	margin: 12px auto;
	padding: 0;
}
.root-box h4 {
	text-align: center;
}
.root-box p {
	text-align: center;
}
.gallery {
	padding: 30px 0 40px 0;
}
.gal-box {
	margin: 0;
}
.experts-in {
	padding: 20px 5px !important;
}
.experts-in h4 {
	font-size: 17px;
	text-align: center;
}
.experts-in a {
	width: 180px;
	display: block;
	margin: 10px auto 0 auto;
	float: none;
	border-radius: 25px;
}
.experts-in a:before, .experts-in a:after {
	display: none;
}
.blog-box {
	margin: 20px 0 0 0;
	padding: 15px !important;
}
.blog img {
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
	bottom: auto;
	right: auto;
}
.bleft {
	left: 43%;
}
.bright {
	right: 43%;
}
.newsletter-in {
	padding: 30px 20px !important;
}
.news-box h3 {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
	padding: 0 0 10px 0;
}
.news-box .nl1 {
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #ffca05;
}
.f-box {
}
.f-box h4 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: .4px;
}
.f-box hr {
	width: 35px;
	height: 4px;
	margin: 5px 0 18px 0;
	padding: 0;
	background: #ffcd00;
	border: none;
}
.f-box img {
	width: 100%;
}
.f-box .f3 {
	margin: 15px 0;
}
.f-box .f1 {
	width: 22%;
}
.footer-menu ul li a {
	padding: 0px 5px;
	line-height: 30px;
	font-size: 11px;
}
.f-copy p {
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	margin: 25px 0 0 0;
	text-align: center;
}
.social2 {
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}
.inner-banner .slide-btn {
	left: auto;
	right: 5%;
	top: 25%;
}
.innerpage-in {
	margin: 0;
}
.scp-brc {
	text-align: center;
}
.innerpage .tittle {
	text-align: center;
}
.innerpage .hr1 {
	width: 170px;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
	margin: 5px auto;
}
.inner-right {
	margin: 20px 0 0 0;
}
	.smile-contact p {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 10px 0;
    top: auto;
    border-right: 0px solid #cf693a;
}
}

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

.top-l {
	padding: 5px 0;
}
.social {
	text-align: center;
}
.social li {
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0;
}
.social li svg {
	width: 35px;
	height: 30px;
}
.logo img {
	width: 150px;
	margin: 5px auto;
}
.top-r {
	padding: 5px 0;
}
.enquiry {
	margin: 15px auto 0 auto;
}
.menu {
	background: #fff;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 12px;
	line-height: 40px;
	font-size: 13px;
}
ul.slimmenu li.active a {
	background: none;
	color: #cf693a;
}
ul.slimmenu li a:hover {
	background: none;
	color: #cf693a;
}
ul.slimmenu li .sub-toggle {
	width: 10px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul li a:hover {
	background: none;
	color: #cf693a;
}
.search {
	padding: 0 !important;
	margin: 10px 0;
}
.search #search-form input[type="submit"] {
	width: 120px;
}
.search #toggle-search {
	display: none;
}
.search #search-form {
	max-height: 35px;
	top: auto;
	right: auto;
	width: 100%;
	position: relative;
}
.search #search-form input[type="search"] {
	background: rgba(218, 218, 218, 0.68);
}
.slide-banner {
	border-bottom: 0 solid #ffca05;
	overflow: hidden;
}
.slide-banner .carousel-indicators {
	bottom: 2%;
	left: 2%;
}
.slide-banner .carousel-indicators li {
	margin: 1px;
	width: 4px;
	height: 10px;
}
.slide-btn {
	margin: 10px auto;
	position: absolute;
	left: 6%;
	top: 60%;
}
.about {
	background: #fff;
	padding: 30px 0 30px 0;
}
.about-in {
	text-align: center;
	margin: 0;
}
.ab-box {
	width: 155px;
	height: 155px;
	margin: 0 auto 20px auto;
}
.reviews {
	padding: 10px 0 0 0 !important;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0;
}
.reviews h5 {
	padding: 0 0 15px 0;
}
.reviews-box h4 {
	text-align: center;
}
.reviews-box h6 {
	text-align: center;
}
.review-star ul {
	padding: 5px 0;
	text-align: center;
}
.reviews .carousel-control.left, .reviews .carousel-control.right {
	top: auto;
	bottom: 10%;
}
.about-us {
	padding: 30px 0;
}
.about-box {
	margin: 0 0 20px 0;
}
.about-box .about-text {
	margin: 0;
}
.about-box .about-text h4 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}
.about-us .carousel-control.left {
	left: 34%;
}
.about-us .carousel-control.right {
	right: 34%;
}
.cosmetic {
	padding: 40px 0 30px 0;
	overflow-x: hidden;
}
.cosmetic:before, .cosmetic:after {
	display: none;
}
.cosmetic h2 {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	padding: 0 0 10px 0;
}
.cosmetic h2:before {
	display: none;
}
.cosmetic #cosmetic-slider {
	padding: 0;
}
.cosmo-box {
	padding: 15px !important;
	border: 2px solid #ffca05;
	margin: 15px 0;
}
.cosmo-box h4 {
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 0px solid #ffca05;
}
.cosmo-box .nmbr {
	display: none;
}
.cosmo-box p {
	text-align: center;
	padding: 0 0 15px 0;
}
.cosmo-img img {
	width: 50%;
	margin: 0 auto 15px auto;
}
.cosmo-box2 .nmbr {
	display: none;
}
.cosmo-box2 h4 {
	text-align: center;
}
.cosmo-box2 p {
	text-align: center;
}
.cosmo-m {
	margin: 10px 0;
}
.implants {
	padding: 30px 0 0 0;
}
.im-box {
	padding: 0 15px !important;
	margin: 10px 0;
	height: auto;
}
.im-box .im-box-text {
	width: 90%;
	height: auto;
	padding: 10px;
	margin: -40px auto 0 auto;
}
.im-box:hover .im-box-text {
	background: #ffca05;
	margin: -40px auto 0 auto;
	height: auto;
}
.im-box .im-box-text a {
	display: block;
}
.orthodontics {
	padding: 30px 0 30px 0;
}
.ortho-box {
	margin: 20px 0;
	padding: 0 !important;
}
.ortho-box a, .ortho-box a:hover, .ortho-box a:focus {
	width: 100%;
}
.ortho-box .ortho-text {
	padding: 32% 19%;
}
.orthodontics p {
	font-size: 15px;
	line-height: 27px;
}
.root:before, .root:after {
	display: none;
}
.root-box {
	padding: 0 !important;
}
.root-box img {
	width: 140px;
	float: none;
	margin: 12px auto;
	padding: 0;
}
.root-box h4 {
	text-align: center;
}
.root-box p {
	text-align: center;
}
.gallery {
	padding: 30px 0 10px 0;
}
.gal-box {
	margin: 0 0 20px 0;
}
.experts-in {
	padding: 20px 5px !important;
}
.experts-in h4 {
	font-size: 17px;
	text-align: center;
}
.experts-in a {
	width: 180px;
	display: block;
	margin: 10px auto 0 auto;
	float: none;
	border-radius: 25px;
}
.experts-in a:before, .experts-in a:after {
	display: none;
}
.blog-box {
	margin: 20px 0 0 0;
	padding: 15px !important;
}
.blog img {
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
	bottom: auto;
	right: auto;
}
.bleft {
	left: 35%;
}
.bright {
	right: 35%;
}
.newsletter-in {
	padding: 30px 20px !important;
}
.news-box h3 {
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
	padding: 0 0 10px 0;
}
.news-box .nl1 {
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #ffca05;
}
.f-box img {
	width: 70%;
}
.f-box .f3 {
	margin: 15px 0;
}
.f-box .f1 {
	width: 10%;
}
.footer-menu ul li a {
	padding: 0px 5px;
	line-height: 30px;
	font-size: 11px;
}
.f-copy p {
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	margin: 25px 0 0 0;
	text-align: center;
}
.social2 {
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}
.inner-banner .slide-btn {
	left: auto;
	right: 5%;
	top: 25%;
}
.innerpage-in {
	margin: 0;
}
.scp-brc {
	text-align: center;
}
.innerpage .tittle {
	text-align: center;
}
.innerpage .hr1 {
	width: 170px;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
	margin: 5px auto;
}
.inner-right {
	margin: 20px 0 0 0;
}
	.smile-contact p {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 10px 0;
    top: auto;
    border-right: 0px solid #cf693a;
}
}

@media only screen and (max-width: 480px) {
	.bafive{
	width:100%;
	margin :10px 0;
	
}
	.desktopgal{
	min-height: auto!important;
}
.bloglist{
	width: 100%!important;
}
.art {
	margin: 9px 0;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
	height: auto!important;
}
.ortho-text{
	display: none;
}
.bg{
	height: 130px!important;
}
.top-l {
	padding: 5px 0;
}
.social-fixed {
	top: 18%;
}
.social {
	text-align: center;
	display: none;
}
.social li {
	width: 30px;
	height: 30px;
	margin: 0 4px;
}
.social li svg {
	width: 35px;
	height: 30px;
}
.logo img {
	width: 150px;
	margin: 5px auto;
}
.top-r {
	padding: 5px 0;
}
.enquiry {
	margin: 15px auto 0 auto;
}
.menu {
	background: #fff;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 12px;
	line-height: 40px;
	font-size: 13px;
}
ul.slimmenu li.active a {
	background: none;
	color: #cf693a;
}
ul.slimmenu li a:hover {
	background: none;
	color: #cf693a;
}
ul.slimmenu li .sub-toggle {
	width: 10px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul li {
	background: none;
}
ul.slimmenu li ul li a:hover {
	background: none;
	color: #cf693a;
}
.search {
	padding: 0 !important;
	margin: 10px 0;
}
.search #toggle-search {
	display: none;
}
.search #search-form input[type="submit"] {
	width: 60px;
}
.search #search-form {
	max-height: 35px;
	top: auto;
	right: auto;
	width: 100%;
	position: relative;
}
.search #search-form input[type="search"] {
	background: rgba(218, 218, 218, 0.68);
}
.slide-banner {
	border-bottom: 0 solid #ffca05;
	overflow: hidden;
}
.slide-banner .carousel-indicators {
	bottom: 2%;
	left: 2%;
}
.slide-banner .carousel-indicators li {
	margin: 1px;
	width: 4px;
	height: 10px;
}
.slide-btn {
	margin: 10px auto;
	position: relative;
	left: auto;
	top: auto;
}
.about {
	background: #fff;
	padding: 10px 0 30px 0;
}
.about-in {
	text-align: center;
	margin: 0;
}
.ab-box {
	width: 155px;
	height: 155px;
	margin: 0 auto 20px auto;
}
.reviews {
	padding: 10px 0 0 0 !important;
}
.reviews #reviews-slider .carousel-inner {
	padding: 0;
}
	
.reviews h5 {
	padding: 0 0 15px 0;
}
.reviews-box h4 {
	text-align: center;
}
.reviews-box h6 {
	text-align: center;
}
.review-star ul {
	padding: 5px 0;
	text-align: center;
}
.reviews .carousel-control.left, .reviews .carousel-control.right {
	top: auto;
	bottom: 10%;
}
.about-us {
	padding: 30px 0;
}
.about-box {
	margin: 0 0 20px 0;
	height: 420px;
}
.about-box .about-text {
	margin: 0;
}
.about-box .about-text h4 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}
.about-us .carousel-control.left {
	left: 34%;
}
.about-us .carousel-control.right {
	right: 34%;
}
.cosmetic {
	padding: 40px 0 30px 0;
	overflow-x: hidden;
}
.cosmetic:before, .cosmetic:after {
	display: none;
}
.cosmetic h2 {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	padding: 0 0 10px 0;
}
.cosmetic h2:before {
	display: none;
}
.cosmetic #cosmetic-slider {
	padding: 0;
}
.cosmo-box {
	padding: 15px !important;
	border: 2px solid #ffca05;
	margin: 15px 0;
	    height: 210px;
}
.cosmo-box h4 {
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 0px solid #ffca05;
}
.cosmo-box .nmbr {
	display: none;
}
.cosmo-box p {
	text-align: center;
	padding: 0 0 15px 0;
}
.cosmo-img img {
	width: 100%;
	margin: 0 0 15px 0;
}
.cosmo-box2 .nmbr {
	display: none;
}
.cosmo-box2 h4 {
	text-align: center;
}
.cosmo-box2 p {
	text-align: center;
}
.cosmo-m {
	margin: 10px 0;
}
.implants {
	padding: 30px 0 0 0;
}
.im-box {
	padding: 0 15px !important;
	margin: 10px 0;
	height: auto;
}
.im-box .im-box-text {
	width: 90%;
	height: auto;
	padding: 10px;
	margin: -40px auto 0 auto;
}
.im-box:hover .im-box-text {

	background: #ffca05;
	margin: -40px auto 0 auto;
	height: auto;
}
.im-box .im-box-text a {
	display: block;
}
.orthodontics {
	padding: 30px 0 30px 0;
}
.ortho-box {
	margin: 20px 0;
	padding: 0 !important;
}
.ortho-box a, .ortho-box a:hover, .ortho-box a:focus {
	width: 100%;
}
.ortho-box .ortho-text {
	padding: 17% 16%;
}
.ortho-box .ortho-text p {
	font-size: 12px;
	line-height: 20px;
}
.root:before, .root:after {
	display: none;
}
.root-box {
	padding: 0 !important;
}
.root-box img {
	width: 140px;
	float: none;
	margin: 12px auto;
	padding: 0;
}
.root-box h4 {
	text-align: center;
}
.root-box p {
	text-align: center;
}
.gallery {
	padding: 30px 0 10px 0;
}
.gal-box {
	margin: 0 0 20px 0;
}
.experts-in {
	padding: 20px 5px !important;
}
.experts-in h4 {
	font-size: 17px;
	text-align: center;
}
.experts-in a {
	width: 180px;
	display: block;
	margin: 10px auto 0 auto;
	float: none;
	border-radius: 25px;
}
.experts-in a:before, .experts-in a:after {
	display: none;
}
.blog-box {
	margin: 20px 0 0 0;
	height: 535px;
	padding: 15px !important;
}
.blog img {
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
	bottom: auto;
	right: auto;
}
.bleft {
	left: 35%;
}
.bright {
	right: 35%;
}
.newsletter-in {
	padding: 30px 20px !important;
}
.news-box h3 {
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
	padding: 0 0 10px 0;
}
.news-box .nl1 {
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #ffca05;
}
.f-box img {
	width: 50%;
}
.f-box .f3 {
	margin: 15px 0;
}
.f-box .f1 {
	width: 22%;
}
.footer-menu ul li a {
	padding: 0px 5px;
	line-height: 30px;
	font-size: 11px;
}
.f-copy p {
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	margin: 25px 0 0 0;
	text-align: center;
}
.social2 {
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}
.inner-banner .slide-btn {
	left: auto;
	right: auto;
	top: auto;
}
.innerpage-in {
	margin: 0;
}
.scp-brc {
	text-align: center;
}
.innerpage .tittle {
	text-align: center;
}
.innerpage .hr1 {
	width: 170px;
	background: url(../images/hr1.png) no-repeat;
	background-size: 100% auto;
	margin: 5px auto;
}
.inner-right {
	margin: 20px 0 0 0;
}
.ser-box {
	min-height: 100px !important;
}
.testi-banner .tittle {
	text-align: center;
}
.testi-box {
	padding: 15px !important;
	height: 530px;
}
.testi-box img {
	width: 100%;
	float: none;
	height: 200px;
	padding: 0 0 10px 0;
}
	.smile-contact p {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 10px 0;
    top: auto;
    border-right: 0px solid #cf693a;
}
}
@media only screen and (max-width: 460px) {
	.reviews-box {
    min-height: 430px !important;
}
}

@media only screen and (max-width: 440px) {
	.reviews-box {
    min-height: 460px !important;
}
}
@media only screen and (max-width: 400px) {
	.reviews-box {
    min-height: 490px !important;
}
}

@media only screen and (max-width: 360px) {
	.reviews-box {
    min-height: 520px !important;
}
}

@media only screen and (max-width: 340px) {
	.reviews-box {
    min-height: 540px !important;
}
}

@media only screen and (max-width: 320px) {
	.reviews-box {
    min-height: 570px !important;
}
}

@media only screen and (max-width:415px){
	.expatsclass{
		width:100%;
		height: auto!important;
	}
}
@media only screen and (max-width:415px) and (min-width:360px) {
	
.social li {
	margin: 0 10px;
}
}
/*table { */
	/*width: 750px; */
	/*border-collapse: collapse; */
	/*margin:50px auto;*/
	/*}*/

/*!* Zebra striping *!*/
/*tr:nth-of-type(odd) { */
	/*background: #eee; */
	/*}*/

/*th { */
	/*background: #3498db; */
	/*color: white; */
	/*font-weight: bold; */
	/*}*/

/*td, th { */
	/*padding: 10px; */
	/*border: 1px solid #ccc; */
	/*text-align: left; */
	/*font-size: 15px!important;*/

	/*}*/

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
/**!*/
/*@media */
/*only screen and (max-width: 760px),*/
/*(min-device-width: 768px) and (max-device-width: 1024px)  {*/

	/*#apptimetable {*/
	  	/*width: 100%; */
	/*}*/

	/*!* Force table to not be like tables anymore *!*/
	/*#apptimetable, #apptimetablethead, #apptimetabletbody, .apptimetabletheadth, td, .apptimetablebodytr {*/
		/*display: block; */
	/*}*/
	/**/
	/*!* Hide table headers (but not display: none;, for accessibility) *!*/
	/*thead tr { */
		/*position: absolute;*/
		/*top: -9999px;*/
		/*left: -9999px;*/
	/*}*/
	/**/
	/*tr { border: 1px solid #ccc; }*/
	/**/
	/*td { */
		/*!* Behave  like a "row" *!*/
		/*border: none!important;*/
		/*border-bottom: 1px solid #eee!important; */
		/*position: relative!important;*/
		/*font-size: 15px!important;*/
	/*padding: 24px!important; */
	/*}*/

	/*td:before { */
		/*!* Now like a table header *!*/
		/*!*position: absolute!important;*!*/
		/*!* Top/left values mimic padding *!*/
		/*top: 6px!important;*/
		/*left: 6px!important;*/
		/*width: 45%!important; */
		/*font-size: 15px!important;*/
		/*padding-right: 10px; */
	/*!*	white-space: nowrap!important;*!*/
		/*!* Label the data *!*/
		/*content: attr(data-column);*/

		/*color: #000;*/
		/*font-weight: bold;*/
	/*}*/

/*}*/

.tab-content table {
	border-collapse: collapse;
	width: 100%;
}
.tab-content th {
	background-color: #f3ae5d;
	font-weight: bold;
}
.tab-content th, td {
	border: 0.125em solid #333;
	line-height: 1.5;
	padding: 0.75em;
	text-align: center!important;
}

/* Stack rows vertically on small screens */
@media (max-width: 30em) {
	.tab-content td, .tab-content th {
		padding: 15px !important;
		display: none;
	}
	/* Hide column labels */
	.tab-content thead .tab-content  tr {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}
	.tab-content tr {
		border: 0.125em solid #333;
		border-bottom: 0;
	}
	/* Leave a space between table rows */
	.tab-content tr + .tab-content tr {
		margin-top: 1.5em;
	}
	/* Get table cells to act like rows */
	.tab-content tr, .tab-content  td {
		display: block;
	}
	.tab-content td {
		border: none;
		border-bottom: 0.125em solid #333;
		/* Leave a space for data labels */
		padding-left: 50%;
	}
	/* Add data labels */
	.tab-content td:before {
		content: attr(data-label);
		display: inline-block;
		font-weight: bold;
		line-height: 1.5;
		width: 100%;
	}
}

/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
	.tab-content td {
		padding-left: 0.75em;
	}
	.tab-content td:before {
		display: block;
		margin-bottom: 0.75em;
		margin-left: 0;
	}
}

@media(max-width: 1000px)
{
	.mobilevideo-testim
	{
		display: block !important;
	}
	.descktopvideo-testim
	{
		display: none !important;
	}
}