body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 13px;
    line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 27px;
}
h3 {
    /*color: #fff;*/
	font-size: 21px;
}
h4 {
	font-size: 15px;
	text-align:center;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333333;
	
}

a:hover {
	text-decoration: none;
}
legend {
    font-size: 20px;
    padding: 7px 0px;
    text-align: center;
	}

label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	/*margin-bottom: 15px;*/
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ddd;
	background-color: #00d6a3;
	/*background-image: linear-gradient(to bottom, #26dcb1, #18b48f);
	background-repeat: repeat-x;*/
}
/* top */
#top {
	background-color: #484848;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	min-height: 40px;
}
.col-md-4.info.padTop {
    margin-top: 28px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #26dcb1, #18b48f);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links ul {padding:0}
#top .btn-link, #top-links li {
	text-decoration: none;
	font-size:13px;
	padding:0; margin:0;
	    float: left;
    color: #fff; margin-right:25px; list-style:none; font-weight:bold;
     letter-spacing: 1px;
}
#top .btn-link, #top-links a i {
	color: #dcbc7a;
	text-decoration: none;
	font-size:16px;
	margin-right: 5px;
	margin-left: 15px;
}
#top .btn-link, #top-links .social-site a i {
	color: #fff;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding: 6px 0 ;   
}
#top-links a + a {
	margin-left: 15px; 
}

/* logo */
#logo {
	margin: 0 ;
}
#logo img{
	    max-width: 60px; padding-top:20px;
}
.logo-info{margin-left: 20px;
border-left: 5px Solid rgba(255,255,255,.5);
padding-left: 10px;
margin-top: 15px;
    float: left;
color: rgba(255,255,255,.7);}
.logo-info h2{
margin: 5px auto;
color: #00d6a3;
text-transform: uppercase;
font-weight: bold;}
.logo-info h6{
margin: 0;
color: #00d6a3;
font-size: 14px;
/* text-transform: uppercase; */}

header .info_header {
	margin: 40px 0 0 0;
}
header .info_header ul {padding:0}
header .info_header li.info {
	text-decoration: none;
	font-size:12px;
	padding:0; margin:0;
	float:left; padding-left:15px; list-style:none;  padding-right:15px;
	text-transform:uppercase; color: #999; letter-spacing: 2px;
}
header .info_header li.padTop { padding-top:10px;}
header .info_header li b{
	text-transform:initial; font-size:17px; color: #777; font-weight:500; letter-spacing:0px;
}
header .info_header li .btn b{
	text-transform:uppercase; font-size:14px; color: #fff;
}

header .info_header li.noborder { border:0;}
header .info_header i {
	color: #00d6a3;
    font-size: 22px;
    /* margin: 0 5px 5px 0; */
    display: inline-block;
    float: left;
    margin-right: 12px;
}
header .info_header i:before {
    font-size: 48px;
}
header .info_header div {
	margin-top: -8px;
}

/* search */
#search {
	margin-bottom: 10px;
	margin-top: 8px;
}
#search .input-lg {
	    height: 30px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid  rgba(0,0,0,.1);
    /* border: 0; */
    border-radius: 0;
    background: rgba(0,0,0,.3);
     box-shadow: none;
}
#search .btn-lg {
font-size: 15px;
    line-height: 18px;
    padding: 5px 10px 5px 7px;
    text-shadow: none;
    background: none;
    border: none;
    color: #f3bc28;border-radius: 0;
    box-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-toggle {
	background: none;
    box-shadow: none;
    border: none;
    color: #f5c12d;
    margin-top: 14px;
}
#cart span {
	    position: absolute;
    width: 20px;
    height: 20px;
    background: #f00;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    top: 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.menu_row{       
    display: inline-block;
    padding-top: 3px;
    width: 100%;
    
    margin-top: 0px;
	background-color:#00d6a3;
	height: 49px;
	/*position: absolute;
    z-index: 99;*/
 }
#menu {
	 /*float: right;*/
width: 100%;
text-align: center;
}
#menu .nav > li > a {
	color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    min-height: 15px;
    background-color: transparent;
    text-transform: capitalize;
    display: inline-block;
}
.btn.btn-inverse.res_but {
    margin-top: -4px;
    /*height: 48px;*/
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0);
}
#menu .dropdown-menu {
	padding-bottom: 0;max-width: 300px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 300px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #111;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgb(0, 214, 163);
}/**/
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #26dcb1, #18b48f);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 0px;
    float: right;
    border: none;
    box-shadow: none;
    margin-right: 0;
    /* background-color: #229ac8; */
    /* background-image: linear-gradient(to bottom, #26dcb1, #18b48f); */
    /* background-repeat: repeat-x; */
    /* border-color: #18b48f #18b48f #145e7a; */
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px; float:none;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	
}



/* content */
#content {
	min-height: 250px;
	/*float:right;*/
}
/* footer */
.minus-footer{margin-bottom:-75px}
footer {
	padding-top: 30px;
    border-top: 5px solid #113e75;
    background-color: #033b4a;
}
footer .logo {
    margin: auto;
    margin-top: 10px;
	margin-bottom: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul li {
font-size: 13px;
    margin-bottom: 4px;
    line-height: 23px;	
}
footer a {
	color: #858d90;
	font-size:14px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    color: #00d6a3;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}
footer .footer-bottom{
    text-align: center;
   padding: 15px 0 10px;
    display: inline-block;
    font-size: 14px;
    color: #858d90;
    background: rgba(0,0,0,.2);
    width: 100%;
}
footer .footer-bottom a{ color:#fff;}
footer .footer-column{
color:#858d90; text-align:justify;
  }
 .logo{
        margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 4px;

  }

footer .footer-column h3{
    color: #fff; /* */
     /*margin-top: 0px;
    border-left: 10px solid #ff9141; */
    /* padding-left: 10px; */
    font-size: 18px;
    margin-bottom: 15px;
}
footer .noborder p{ font-size:14px;
text-align:justify;
}
footer .noborder{ border:0;    padding-top: 40px;}
footer .footer-row{padding: 0 0 50px;}
footer .contact_add{ padding:0; margin:0; margin-bottom:10px;
    list-style: none;}
footer .contact_add li {
	    list-style: none;
    font-size: 13px;
    /* min-height: 34px; */
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
footer .contact_add li i{    
	    width: 25px;
    height: 25px;
    /* background: #bf9c78; */
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block; float: left;
}
footer .contact_add span{display: inline-block;    line-height: 1.3em;}
footer .quick li{
font-size: 13px;
padding-top: 10px;
line-height: 23px;
padding-bottom: 5px;
border-bottom: 1px solid rgba(255,255,255,.1);
padding-left:5px;
}
footer .quick li:hover{
background-color:#00bf96;
color:#333;
}
footer .quick li:hover a{
color:#fff;
}
footer .contact a i {
	text-decoration: none;
	font-size:14px;
	margin-right: 5px;
}
footer .form-control{
margin: 3px;
background-color: rgba(255,255,255,.1);
color:#ccc;
border-radius: 0;
border-color: rgba(255,255,255,.1);
}
footer .btn-inverse{
overflow: visible;
width: 93px;

margin-top: 9px;
height: 36px;
background-color: #00d6a3;
font-weight: bold;
}
.award{
    margin-top: -60px;
    display: inline-block;
    text-align: right;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 ;
	padding: 8px 0;
	/*margin-top:14px;
	background:#ddd;*/
	background:none;
	
}
.breadcrumb i {
	font-size: 13px;
}
.breadcrumb > li {
	padding: 0 10px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
	font-size: 13px;
    /* font-weight: 400; */
    color: #aaa;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-child):after {
	content: '>';
	display: inline-block;
	margin-left: 10px;
	font-size:13px;
	/*position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
.success{
	    width: 100%;
    background: rgba(16, 255, 0, 0.4);
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4e9e3b;
}
.success-msg{
	    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4e9e3b;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	text-transform: uppercase;
    border: 1px solid #039244;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	line-height: inherit;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
    margin-top: 20px;
    width: 80%;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
background-color: #00d6a3;
background-image: linear-gradient(to bottom,#00d6a3,#6396d6);
background-repeat: repeat-x;
border-color: #00d6a3 #00d6a3 #6396d6 #6396d6;
border-radius: 20px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #26dcb1;
	background-image: linear-gradient(to bottom, #26dcb1, #18b48f);
	background-repeat: repeat-x;
	border-color: #26dcb1 #18b48f;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #18b48f;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #cfa882;
    background-image: linear-gradient(to bottom, #cfa882, #bd9a77);
    background-repeat: repeat-x;
    border-color: #cca580 #c7a27d #bf9c79;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #26dcb1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #111;
    background-color: #f9f9f9;
    font-weight: bold;
	border-radius: 20px;
	border-color: #eee;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
    background-image: linear-gradient(to bottom,#00d6a3,#ce6315);color:#fff;
}
.btn-bg{background-color: #eee;
    color: #111;
    border-radius: 5px;
    border-color: #ddd;}
.res_but{
    padding-top: 10px;
    height: 38px;}
.btn i {
    margin-right: 5px;
    color: rgba(0,0,0,.05);
    font-size: 20px;
    vertical-align: middle;
}	
/* list group */
.list{
list-style-type:none;
}
.list-head {
    text-align: left;
    margin-left: 0px;
    margin-right: 36px;
	}
.list-group .title{
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #26dcb1;
    font-weight: 600;
}
.list-group a {
color: #555;text-transform: capitalize;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ddb42c;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border-right: 1px solid #f5f5f5;*/
	margin-bottom: 20px;
	
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 15px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;   border: 1px solid #eee;
padding: 1px; 
}
.product-grid .product-thumb .image {
	float: none;
}

.doctor-image .title {
    background: rgba(0, 214, 163, 0.85);
    font-size: 32px;
    padding: 10px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.doctor-image .title span {
    font-size: 15px;
    display: block;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}

.doctor-image {
    position: relative;
    /* overflow: hidden; */
    padding: 0;
}
.doctor-info {
    padding: 30px 50px;
}

.doctor-info h3.orng {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.doctor-info small {
    letter-spacing: 0;
    display: block;
    line-height: 25px;
}

.doctor-info .designation {
    font-size: 17px;
    margin-bottom: 20px;
}
.doctor-info p{color:#999;}
.highlight {
    background: #ddd;
	/*display: inline-block;*/
    height: 609px;
}
.white{background: rgba(255,255,255,.85);}
.watermark-logo{
    background-image: url('../../../../../image/catalog/logo.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 275px;
	}
.doctor-info .tag {
    border: 1px solid #022f3b;
    background: #033b4a;
    color: #fff;
    border-radius: 10px;
    padding: 0 10px;
    width: auto;
    float: left;
    margin: 0 5px 10px 0;
}
.doctor-info .seperator {
    clear: both;
    height: 20px;
}

.doctor-info .orng {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    /* margin: 5px 0; */
}
.contact-info {
    padding: 10px 50px;
    margin-top: 40px;
    border-left: 3px solid #065c73;
}
.about-doctor {
    padding-right: 40px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-thumb .caption {
   
}
.product-thumb h4 {
	font-weight: 500;text-transform: uppercase; text-align:left; margin-bottom:0;
}
.bg-product-thumb h4{    font-weight: 600;
   text-transform: capitalize;  /* */
    text-align: left;
    margin-bottom: 0;
    font-family: tangerine;
    font-size: 40px;
}
.product-caption .ftrd_title{
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	font-size: 23px;
	border-bottom: 1px solid;
	color: #eee;
	padding: 3px;
	
}
.product-caption{
border: 1px solid #eee;
	cursor: pointer;
	margin-top: -19px;
	padding: 10px 20px;
	box-shadow: 5px 10px 20px 30px;
	box-shadow: 1px 1px 4px #eee;
}

.col-md-12.static {
    height: 300px;
    background-color: black;
    color: white;
}

.product-thumb h4.ftrd_title {
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	/*border-bottom: 1px solid;
	color: #eee;
	padding: 3px;*/
}
.product-thumb .caption p {
    text-align: left;
    font-size: 15px;
}
.product-thumb .caption .icon{    float: RIGHT;}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.grid_sep {
       margin-bottom: 67px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.grid_sep i{
font-size: 20px;
    background: #fff;
    position: absolute;
    z-index: 9;
    margin-top: -15px;
    color: #ccc;
    border-radius: 50%;
    border: 2px solid #ddd;
    width: 30px;
    height: 30px;
    margin-left: -20px;
    padding-left: 2px;
    padding-top: 2px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #26dcb1;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	/*width: 20%;*/
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	header .info_header li.info {letter-spacing: 1px;}
	header .info_header li.padTop { padding-top:10px;}
	header .info_header li b{font-size:16px;}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0px;
}
.thumbnail{padding:2px; border-radius:0} 
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px){
.col-sm-8{
      margin-top:0px;
	  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.swiper-viewport {margin-bottom:0px !important;}
.design_box{
width: 100px;
background-image: url("../image/design.png"); background-repeat: no-repeat; background-position: center center; background-size:100%;
height: 50px;
}
.info_home {
    text-transform: uppercase;
    font-size: 22px;
    color: #ff9141;
    font-weight: 500;
     padding: 6px 40px;
    line-height: 30px; text-align:center;
}
.seperator{ clear:both; height:40px;}
.about_home{
	margin: 0px 0px 0px 0px;padding: 0px 0px 60px 0px;background-image: url("../image/about-home-bg.jpg"); background-repeat: repeat; background-position: center center; height: 592.6px; transform: translate(0px, -25.8px);
}
.about_home .infobox{margin: -100px 0px 0px; padding: 55px 0px 65px; height: 208px;font-size: 16px;font-weight: 300;font-style: normal; text-align:center}
.about_home .infobox h3{font-size: 20px;font-weight: 500;letter-spacing: 0px;text-transform: none; margin-bottom:15px; color:#383838;}
.about_home .service-1{
	background-image: url("../image/service-1.jpg");  background-size: cover;background-repeat: repeat; background-position: center center;color: #0a0a0a;
}
.about_home .infobox h3.text-yellow{color:#00d6a3;}
.about_home .service-2{
	background-image: url("../image/service-2.jpg");    background-size: cover; background-repeat: repeat; background-position: center center;color: #fff;
}
.about_home .service-3{
	background-image: url("../image/service-3.jpg");    background-size: cover; background-repeat: repeat; background-position: center center;color: #fff;
}
.swiper-viewport,.swiper-container { z-index:-1 !important;}
.s-viewport{padding:10px 0; position:relative;  overflow-x: hidden;}
.happenings .s-viewport{padding:10px 0; position:relative; overflow-x: hidden; }
.about_home .story_title, .about_home .story_text{ padding: 60px 10px; }
.about_home .story_title h3 {font-size: 36px;font-weight: 300;letter-spacing: 0px;text-transform: none;}
.about_home .story_text p { padding: 40px 0 0;  line-height:25px; font-size:17px; text-align:justify}
.img-gray img{filter: grayscale(0);	transition-property: filter;	transition-duration: 1s;	}
.img-gray:hover img{filter: grayscale(1);}
.bg-gray{ background-color:#033b4a; color: rgba(255,255,255,.6); text-transform: capitalize;
    padding: 30px 0;
    text-align: center;}
	.bg-gray small{display: block;
    margin-bottom: 20px;
    letter-spacing: 2px; color: rgba(255,255,255,.85);
    font-size: 110%; }
.bg-gray h3{ text-transform:uppercase; font-size:250%; Font-weight:bold; color:#fff;
    margin-bottom: 0px;}
.bg-gray h5{color: #fff;    font-size: 150%;    font-weight: normal;}
.bg-gray h6{text-transform: uppercase;font-size: 200%;  Font-weight: bold; color: #fff; margin-bottom: 20px;text-align: left;}
.bg-gray ul{padding: 0px; margin:0; list-style:none;}
.bg-gray ul li{    font-size: 110%;line-height: 30px;}
.bg-gray ul li:before {
  content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    /* margin-left: -1.3em; */
    margin-right: 10px;
    width: 17px;
    height: 17px;
    color: #ff0078;
    line-height: 15px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
}
.bg-gray ul li:hover{color: #ff0078;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;}
.bg-gray .overlay{
	background: rgba(255,255,255,.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 86%;
    margin: 0 15px;
    text-align: center;
	transition: .5s ease; opacity:0;
}	
.bg-gray .overlay h4 a{
	    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #ff0078;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-top: 22%;
}
.bg-gray .product-thumb .image:hover .overlay{opacity:1;}
.rooms_suites_left_text {
    width: 100%;
    float: left;
    color: #ff0078;
    margin-bottom: 20px;
    font-weight: bold;    text-transform: uppercase;
    font-size: 19px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}	
.bg-white{background-color:#fff;}
.nav-tabs {
    border: none; float:right;
}
.nav>li>a {   padding: 0;  }
.nav-tabs>li>a 	{  margin: 5px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
	border:none;
}
.nav-tabs>li.active>a::after{
	     content: "\f0d7";
    font-family: FontAwesome;
    display: block;
    margin-right: 10px;
    width: 100%;
    height: 17px;
    color: #ff0078;
    line-height: 15px;
    text-align: center;
    font-size: 20px;
}

.section-sep-1{    
	background-image: url(../image/background.png);
    background-position: 10% 0;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: 50px;
	}
.section-sep-1 img{	width:100%;   margin-top: 18%;}
.section-sep-1 img.img2{margin-top: 35%}
.section-sep-1 .hilite{
width: 100%;
background: rgba(180,150,88,.8);
border: 7px Solid #fff;
padding: 22px 20px;
font-size: 26px;
line-height: 30px;
font-weight: 400;
color: #fff;
max-width: 350px;
margin: 30% auto 0;
}	
.section-sep-1 .white {
    width: 100%;
    background: #fff;
    min-height: 200px;
    margin-top: 2%;
    padding: 5px 20px;
 text-align:center;
}
.section-sep-1 .white .design_box2{
background-image: url("../image/design.png"); background-repeat: no-repeat; background-position: center center; background-size:100%;
height: 30px;
}
.section-sep-1 .white .info_home {
    text-transform: uppercase;
    font-size: 12px;
    color: #ff9141;
    font-weight: 500;
    padding: 6px 40px;
    line-height: 20px; text-align:center;
}
#tab-description {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}
.section-sep-1 h4, .infrastructre h4{    font-size: 26px;margin: 23px auto 26px;display: inline-block;width: 100%;}	
.infrastructre h4{    margin: 16px auto 0;
    font-size: 400%;
    font-weight: bold;
    color: #000;
    position: relative;
    text-transform: uppercase;}	
.hlptip{margin-bottom: 25px;}
.infrastructre .grn { background: url('../image/yoga-pose-1.jpg'); background-size: 100% 100%;}
.infrastructre .prpl { background: url('../image/yoga-pose-2.jpg'); background-size: 100% 100%;}
.infrastructre .pnk { background: url('../image/yoga-pose-4.jpg'); background-size: 100% 100%;}
.infrastructre .bgrn { background: url('../image/yoga-pose-3.jpg'); background-size: 100% 100%;}

.infrastructre .grn .overlay{ background-color: rgba(70,160,140,.88);}
.infrastructre .prpl .overlay{ background-color: rgba(102,64,101,.88);}
.infrastructre .pnk .overlay{ background-color: rgba(227,129,170,.88);}
.infrastructre .bgrn .overlay{ background-color: rgba(50,76,89,.88);}
.infrastructre .item{    
	position: relative;
    overflow: hidden;
    height: 440px; padding:20px;
}
.infrastructre .image{ border:0px solid #000;}
.infrastructre .title {
    text-align: left;
    padding: 20px 12px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
    line-height: 35px;
}
.infrastructre .title:before {
   content: " ";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 23px;
    height: 2px;
    background: rgba(255,255,255,.5);
}
.infrastructre .desc {
	display:none;
    font-size: 16px;
    color: #fff;
    width: 80%;
    margin-left: 15px;
    margin-top: 40px;
}
.infrastructre .grn:hover .desc {	display: block;}
.infrastructre .prpl:hover .desc {	display: block;}
.infrastructre .pnk:hover .desc {	display: block;}
.infrastructre .bgrn:hover .desc {	display: block;}

.cat-title {text-align: left;
    padding: 2px 12px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;background: rgba(0,0,0,.6);}
.infrastructre .title p,.cat-title p { font-size:1em; margin-bottom:0;}
.infrastructre .title a {color:#fff; font-size:18px}
.infrastructre .title h6,.cat-title h6{margin-top:2px; margin-bottom:5px;}
.infrastructre .shadow{    box-shadow: 2px 2px 7px #ddd;}

.infrastructre .info h6 a,.cat-title h6 a {color:#cba580; font-size:18px;    text-transform: uppercase;}
.infrastructre .info {
    text-align: left;
    background: #eee;
    padding: 12px 12px;
    color: #000;
    min-height: 250px;
}
.infrastructre .info p{ font-size:14px;}
.welcome{ font-size: 18px;
line-height: 30px; color:#777;  text-align:justify}
.why_book{
    width: 100%;
    max-width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 10px;
    /* border-radius: 8px; */
    background: #f5f5f5;
    display: inline-block;
}
.why_book i{
	    color: #fff;
    background: #2a3d4b;
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 16px;
}
.low_padding{padding-left: 7px; padding-right: 7px;}
.btn-white {
    color: #f7c02b;
    background-image: linear-gradient(to bottom, #FFF, #f5f5f5);
    background-repeat: repeat-x;
    border-color: #FFF #f5f5f5;
    margin-top: 15px;
    font-size: 16px;
    padding: 13px 23px 10px;
}
h3.title{
font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    padding-left: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    border-left: 10px solid #ff9141; display:inline-block; width:100%; margin-top:-15px;
}
.item-title-divider{
    height: 20px;
}
.section-apps{    background-image: url(../image/port-desc-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 400px;
    transform: translate(0px, -17.9px);
    margin-top: 30px;
    color: #f7c02b;}
.section-apps .col1{padding: 60px 40px 0px 70px; text-align:right}	
.section-apps h3{    color: #f7c02b;   font-weight: bold;    padding-top: 8px;}	
.section-apps .info{     color: #ccc;
    font-weight: normal;
    padding-top: 30px;
    font-size: 16px;}	
.section-apps .col-md-2{padding:0; margin:0;}	
.section-apps .image img{ max-width:100%; min-height:300px;}
.section-apps .image-title{ height: 100px;    background: #f7c02b;    padding: 20px 15px;    color: #222;    font-size: 15px;    font-weight: 500;}	
#product-product{margin-top: 20px;}
.page_header{background-image: url(../image/page-title-background.jpg);
 	
    background-size: cover;
    background-position: top center;
    height: 250px;
    transform: translate(0px, -17.9px); margin-top:24px; 
	text-align: center;
   }
.page_header h1{
	color: #fff;
    margin-top: 100px;
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border: 4px double #fff;
    margin: 71px auto;
    margin-top: 71px;
    padding: 5px 20px;
    opacity: 1;
    text-transform: capitalize;
    font-family: tangerine;
    display: inline-block;
}
.page_header_small {   height: 400px; margin-top:15px;   margin-bottom: -20px;}
.page_header .overlay{ background: rgba(0,0,0,.3);  display: inline-block;  width: 100%;  height: 100%;}
.page_header_small h1 { margin-top: 210px; }
.page_header h1 i::before {
    font-size: 49px;
    color: #27fdca;
    margin: 0;
    text-shadow: none;
}
.features-full{margin-top:-18px;}
.features-full .col-md-3{ min-height:350px; padding:30px;}
.features-full h3{ color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;    height: 42px;}
.features-full .txt{ color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 25px;}
.features-full i{color: #fff;
    font-size: 60px;
    text-align: center;
    /* margin: auto; */
    width: 100%;}	
.blackBg{background-color:#000;}
.grayBg{background-color:#444;}
.lgrayBg{background-color:#eee;
    padding: 30px 0px;}
.lyellowBg{background-color:#e2bd58;}
.yellowBg{background-color:#f5c030;}
.features-full .lyellowBg i, .features-full .yellowBg i{color: #26dcb1;}
.profile_left{
	font-size: 15px;
    line-height: 30px;
    text-align: justify;
    padding: 40px 40px;
    background: #eee;
}
.profile_right{
	background-color: #302b27;
    background-image: url(../image/port-desc-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px; padding:80px;
}
.profile_right .col-md-12{
	margin-bottom: 35px;
}
.profile_right i {
	color: #f7c02b; font-size:45px;
}
.profile_right h3{
	color: #fff;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    margin: 5px 0;
}
.profile_right .txt{
	    font-size: 15px;
    color: #999;
    line-height: 26px;
}
.gray{margin-top: -66px;    background: #ddd;}
.cat-gray{
    /*background: #ddd;
    margin-top: -27px;*/
	 }
.pro-gray {
     /*background: #ddd;
   margin-top: -68px;*/
    padding: 0px;
	}
.con-gray{
    background: #ddd;
    margin-top: -24px;
    padding: 0px;
	}
.minus_top{margin-top:-148px;}
.pagebg{ background-repeat:repeat-y;}
.site_text{    padding: 30px 20px 30px 40px;
    line-height: 25px;
    text-align: justify;
    font-size: 1.2em;}
.site_text h3.title{
	    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #181818;width:100%;
}
.top_sep{height:148px;}
.nopadding { padding: 0 !important; }
.navbar-collapse {padding-right: 0px !important;   padding-left: 0px !important;   }
@media(max-width:1023px)
{
	.navbar-collapse {   width: 250px;   position: absolute;   right: -16px;    z-index: 9;    margin: 0;    padding: 0;}
}
.navbar-nav { margin: 0 !important;  }
#account-login {    margin-top: 30px;}
.swiper-slide .title .cntnt {
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    position: absolute;
    right: 6%;
    bottom: 15%;
    width: 50%;
    background: rgba(255,255,255,.4);
	}
.swiper-slide .title .cntnt-left {
color: #fff;
    padding: 15px 20px;
    text-align: left;
    position: absolute;
    left: 6%;
    bottom: 15%;
    width: 45%;
    background: rgba(255,255,255,.4);
	}
.swiper-slide .title .big {
    text-transform: capitalize;
    font-size: 550%;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
    line-height: 100%;
    margin-top: -55px;
    letter-spacing: 3px;
    font-family: arial;
}
	
.swiper-slide .title span { 
	background: rgb(0, 214, 163);
    font-size: 110%;
    font-weight: 400;
    padding: 5px 15px;
    margin: 20px 0;
    text-transform: uppercase;
	}
.swiper-slide .banner-overlay{
	/*background-color: rgba(0,0,0,.5);*/
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    z-index: 9;
    text-align: justify;
    position: absolute;
    line-height: 28px;
    right: 10px;
    max-width: 100%;
    top: 25%;
    width: 440px;
    font-size: 14px;
}	
.swiper-slide .banner-overlay h2{color:#fff; text-align:left;}
.testimonial i{ padding: 5px 10px; font-size: 27px; color:#ddd;}
.testimonial .testimonial_text{ text-align:left}
.testimonial .testimonial_text em{padding: 10px;
    font-size: 14px;
    margin: 2px 0 15px;
    display: block;
    line-height: 25px;
	border-color:#e5e5e5;
    color: #333;}
.testimonial .testimonial_text .image img{width: 50px; border: 5px solid #ddcdae;}
.testimonial .testimonial_text .image{ float:left; margin-right:15px;}
.testimonial .testimonial_text .author {        /* text-transform: uppercase; */
    font-size: 18px;
    color: #111;
    font-weight: 500;
    line-height: 25px;}
.testimonial .testimonial_text .author  span{ text-transform: uppercase;
    background: #45b29d;
    font-size: 11px;
    padding: 0px 5px 0px;
    color: #fff;
    margin-right: 10px;}
.testimonial-pager{position: relative; line-height: 85px;}
.r_title h2{
color:#a98d54;
}
.unorder-list {margin:0; padding:0;margin-bottom: 20px;}
.unorder-list li{padding: 0;margin: 0;list-style: none;float: left;margin-right: 20px;font-size: 13px;}
/*accommodation*/
.product-caption{
	border: 1px solid #eee;
	cursor: pointer;
	margin-top: -19px;
	padding: 33px 20px;
	box-shadow: 5px 10px 20px 30px;
	box-shadow: 1px 1px 4px #eee
}
.product-caption p { 
	text-align: justify;
	font-size: 16px;
	letter-spacing:1px;
	}
	
	.pro-span-f{
    text-align: right;
    margin-left: 29px;
    letter-spacing: 0.2px;
    }
.pro-span {
    text-align: right;
    margin-left: 23px;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.list-head {
    font-weight: 500;
	}
.ftrd{
    margin-top: 0px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;	
}
.list b{
font-size: 15px;
}
.ftrd ul{
	margin-top: 2px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	padding: 0px 0px;
}
.ftrd ul li{font-size:14px;}
.ftrd ul li b {
   color: #af955e;
    font-weight: 500;
    text-transform: uppercase;
}
#cat-feas{
margin-top:50px;
}
.product-main {
font-size: 30px;
border-bottom: 1px solid #eee;
/*margin-bottom: 36px;*/
padding: 5px 0px;
margin-top: -21px;

   
	}
.product-grid-cat .product-thumb_cat {
    margin-bottom: 20px;
    display: inline-block;
 }
 
.res-form-group{
    margin-bottom: 15px;
	width: 152px;
	padding: 10px;
	text-align: right;
	float: right;
 }
 
 /*product css*/
.pro-amenities {
    margin-bottom: 40px;
    display: inline-block;
    border-radius: 15px;
    padding: 10px;width:100%
	}

.sub-sec {
  
}
.pro-amenities h2{
font-size: 27px;
text-align: left;
margin-top: 24px;


}
.pro-attribute.col-sm-3 {
	    border-right: 1px dotted #9c866d;
    padding-left: 22px;
    min-height: 230px;
}
.pro-attribute.col-sm-3:last-child {
    border: none;
}
.sub-sec h3 {
       margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #988663;
}
.bed-attribute {
    font-size: 14px;
    padding:14px 0;
	margin-top:0px;
	list-style-type: none;
}
.bed-attribute>li{
  margin-bottom: 10px;
    margin-left: 9px;
    /* line-height: 25px; */
    text-indent: -2em;
	color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.attrib-img {
text-align: left;
    margin-right: 10px;
    width: 15px;}
.pro-btn{
box-shadow: 0 0 3px 0 rgba(180,180,180,0.6);
width: 100%;}

	/*Form*/
.form-res {
    border: 1px solid;
    background: #113e75;
    margin-bottom: 30px;
    color: #aaa;
  }
.form-res h3{
color:#fff;
}
.pro-btn{
margin-top: 20px;
margin-bottom:20px;
}
.control-label.pro-label {
    font-size: 14px;
    margin-top: 0px;
	color:#fff;
	}
.form-control.pro-control>option{
background-color:#3a3a3a;
}
	.form-control.pro-control {
    margin-bottom: 14px;
	background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	color:#fff;
}
.pro{
background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	
	}
	.form-control.pro {
    width: 129px;
	color:#fff;
}
.form-control.pro-control-adult {
    color: #fff;}
.form-control.pro-control-child {
    color: #fff;}
	
.pro-control-adult{
    background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	width:172px;
}
.pro-control-child{
 background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	width:179px;
}
.control-label {
   
    margin-top: 8px;
}
.banner-sep {
    background-image: url(../image/banner-bg.jpg);
    background-size: cover;
    background-position: center center;
    height:350px;
    transform: translate(0px, -17.9px);
    margin-top: 30px;
    color: #f7c02b;
	margin-bottom: 34px;
}
.control-field{
   
    margin-top: 8px;
}

.banner img {
    border: 2px solid #fff;
    padding: 2px;
    background: #080808;
}
header {
    height: 105px;
    background: rgba(3, 59, 74, 0.90);
    padding-top: 2px;
    position: fixed;
    width: 100%; z-index:999; color:#fff
}
.faq ol, .faq ul{
	margin:0;
	padding:0; list-style:none;
}
.faq li{
	margin: 1px auto;
	background: #feedd8;
	padding: 7px 5px;
	font-size: 17px;
	font-weight: 500;
	color: #111;
	line-height: 25px;
	display: inline-block;
	width: 100%;
}
.faq li .answer {
	display:none;
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    margin-top: 7px;

}
h3.orng, h2.orng{
	font-size: 20px;
text-transform: capitalize;
color: #00d6a3;
margin-bottom: 20px;
}
.orng{color: #00d6a3;}
.info-blocks{margin:20px auto; padding: 20px; border-radius: 10px}
.info-blocks .title{color: rgba(255,255,255,.85);font-size: 24px;font-weight: 500;margin: 10px auto;text-align: left;
line-height: 30px;}
.info-blocks p{font-size: 13px; text-align: justify; line-height: 1.4em; color: rgba(255,255,255,.6);}
.grn{background: #89c348;border: 1px solid #76ae37;}
.info-blocks ul{margin:0; padding:0; list-style: none;}
.info-blocks ul li{margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed rgba(255,255,255,.4);}
.info-blocks ul li:last-child{border-bottom: none;}
.orng_bg{background: #fe7042;border: 1px solid #e25b30;}
@media(max-width:768px)
{
	.banner-sep {  height: auto; }
	.section-sep-1 .white {/*height: 375px;   overflow: auto;*/}
	.testimonial .testimonial_text {margin-left:0}
	.swiper-pager, .testimonial-pager {/*visibility: hidden;*/}
	.testimonial-quote {margin-left:30px}
	.design_box { display: none; }
	.info_home {
    text-transform: uppercase;   font-size: 14px;   color: #ff9141;   font-weight: 500;   padding: 0px 0px;
    line-height: 25px;    text-align: center; }
	.seperator {    height: 30px;}
	.grid_sep { margin-bottom: 40px;}
	.s-viewport{ overflow-x: hidden;}
	.pro-attribute.col-sm-3 {
    border-bottom: 1px dotted #9c866d;
    padding-left: 10px;
    min-height: inherit;
}
}
.img-responsive.banner {
    margin-top: 72px;
	}
	.container.contact {
    margin-top: -28px;
}
.pull-right {
    float: right !important;
    margin-bottom: 10px;
  }
  .col-md-6.info-contact {
    background: #efeeec;
	padding-top:20px;
	min-height: 720px;
}
.featured-block {
    position: relative;
    margin-bottom: 30px;
	margin-left:60px
}
      .featured-block .inner {
    position: relative;
    padding-left: 45px;
}
      .featured-block .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222222;
    font-size: 30px;
    line-height: 1em;
}
      .featured-block .inner h3 {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
         /*.featured-block .inner h3:after{
       display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size:4px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     color: #e54761;
    content: "\f111";
    display:inline-block;
      }*/
      
      .featured-block .inner .text {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
}
.big-title{
	font-size: 300%;
    font-weight: normal;
    margin-top: 0;
	color:#033b4a; text-transform:uppercase; 
}
.big-title i:before {
    font-size: 40px;
    color: #00d6a3;
    margin: 0;
}
.img-responsive {
    width: 100%;
}
.nav > li > a > img {
    max-width: none;
    border: 1px solid #efefef;
    background: #f4f4f4;
	
     /*margin-top: -9px; */}
.nav > li.active > a > img {    border-bottom: 2px solid #ff0078;}


.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent; 
	border-color: transparent;
}
.col-md-8.top-bar {
    list-style-type: none;
    width: 43%;
    margin-left: 209px;
}
.top-contact {
    list-style-type: none;
    float:right;
    margin-top: 5px;
	margin-right:-72px;
}

	.contact > a {
    color: #bbb;
}
	.contact {
    float: left;
    margin-left: 22px;
}
	
.fa.fa-phone.icon {
    color:#c3ac7a;
	font-size:17px
}

.fa.fa-envelope {
    /*color: #c3ac7a;*/
	font-size:17px;
}

.primary-nav {
    text-align: right;
    font-size: 18px;
	margin-bottom: 13px;
	margin-right:-40px;
	}
.pri-list {
     font-family: 'Tangerine', cursive;
    font-size: 26px;
    color: #ddd;
	}
.pri-list>a{
color:#a27b27;
}
.info-contact>h3{
text-align:center;
}
header .info_header .soc-icon {
    color: #999;
    font-size: 18px;
    margin: 0 5px 5px 0;
	}
.css-sep{
height:1px;
background:#717171;
border-bottom:1px solid #ddd;
}
#about-content{

    font-size: 16px;
	}
.scroll-container {
    padding: 15px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
   margin-left:15px;
	}
.heading-title{
    padding-top: 3px;
    background-color: #fff;
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;	
}
.content{
	font-size:16px; line-height:22px;
}
.social{text-align:center;
    margin-top: 20px;}
.link i{ width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    margin-right: 20px;
    border-radius: 50%;
    color: #858d90;
    border: 1px solid;}
.link i:hover{color:#fff;}
.con-head{
color:#fff;}
.subheading-title{
    padding-top: 3px;
    /* display: inline-block; */
    font-size: 26px;
    /* text-transform: uppercase; */
    font-weight: 600;	}
.booknow {
       background: #033b4a;
    padding-top: 15px;
    color: #fff;
    margin-top: -10px;}
.book{
border-radius: 0;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,.1);
    color: #fff;
}
.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.gallery { list-style-type: none; margin: 0; padding: 0; }
#exampleSelect1 {
    width:170px;
    color: #fff;
}
.submit{
margin-right:100px;
}
.nopadding{
border-radius: 0;
border-color: rgba(255,255,255,.1);}


.top-bar-mobile{
	background: #F5F5F5;
    border-bottom: 1px solid #ddd;
	text-align:center;
    display: inline-block;
    width: 100%;
}
.top-bar-mobile ul{
    margin: 0;   padding: 0;   list-style: none;
}
.top-bar-mobile li{
	width: 48%; float:left;
}
.top-bar-mobile li i{ margin-right:5px;}
.mobile_ul{margin: 0;    padding: 0;    width: 100%;}
.mobile_li{    padding: 0;  margin: 0;  float: left;  width: 25%;  list-style: none;  text-align: center; border-left: 1px solid rgba(255,255,255,.1);    border-right: 1px solid rgba(0,0,0,.1);}
.mobile_li a {
    color: #fff;
}
.mobile_li a i {    margin-top: 3px;color: #fff;/*c3ac7a;*/}
.mobile_li a i:before,.navbar-toggle i:before {
    font-size: 20px;
	margin:0
}
.navbar-toggle {
     padding: 0; 
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px; 
	float:none;color:#fff
}
.navbar-toggle i{   color: #fff;/*c3ac7a;*/}
.nav>li {text-align:left}
p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.7em;
}
.related_categories .image {
    border: 1px solid #eee;
}
.related_categories .caption p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.5em;
	min-height: 120px;
}
.related_categories .caption{
	position: absolute;
top: 38%;
background: rgba(37, 219, 176, 0.76);
height: 60px;
color: #fff;
padding: 3% 5%;
text-align: center;
	}
.related_categories .caption h4 {
margin-top: 0;
margin-bottom: 5px;
}
.related_categories .caption h4 a {
	text-transform: capitalize;
font-size: 26px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}
.related_categories .image img{width:100%}
.product-thumb .small{
	text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 2px;
    position: relative;
	margin-bottom:20px;
    color: #ff0078;
    font-weight: bold;
}
small{text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 3px;
    position: relative;
}
.swiper-slide small{
text-shadow: 2px 2px 9px #333;}
big {
      position: absolute;
    display: inline-block;
    font-size: 425%;
    font-weight: 700;
    text-shadow: 4px 4px 2px rgba(80,80,80,.5);
    text-align: left;
    margin-bottom: 10px;
    clear: both;
    color: #fff;
    line-height: 60px;
    margin-left: -5px;
    margin-top: -50px;
}
medium {
        text-transform: capitalize;
    font-size: 135%;
    font-weight: 400;
    /* text-shadow: 2px 2px 2px #333; */
    line-height: 30px;
    /* text-align: center; */
    color: #222;
}
.happenings{
	text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px;
    position: relative;
}
.happenings h3{
	font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    position: relative;
}
.happenings span.caption,.section-sep-1 .caption,.infrastructre .caption{
	font-family: 'Tangerine', cursive;
    text-transform: none;
    font-size: 90px;
    color: #f7f4f2;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 10%;
    left: 20%;
    text-align: center;
}
.happenings span.caption{ color: #ecece2;}
.section-sep-1 .caption{    top: 4%; left: 36%; }
.infrastructre .caption{ left:0; top: -7px; width: 100%; margin: auto; }
.happenings .info{
	text-align: center;
    padding-bottom: 25px;
}
.happenings p.txt{ font-size: 14px;}
info{
	text-align:justify;
}
.happenings h3.slider-title{
	line-height: 25px;
    text-align: left;
    padding-right: 20px;
    margin-top: 0px;
}
.happenings .text{
	text-align: justify;
    padding: 0 20px 0 0;
}
.tilt {
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 280px 5vw 0 0px;
    border-color: transparent #111111 transparent transparent;
    /* transform: scale(1.0001); */
    float: left;
    position: absolute;
    margin-left: -87px;
    margin-top: 40px;
}
.tilted-border {
    padding: 10px 10px 10px 20px;
    position: absolute;
    margin-left: -20px;
    margin-top: 40px;
    height: 280px;
}
.tilted-border p{
	line-height: 25px;
    text-align: justify;
    font-size: 14px;
}
.infrastructre{
	position:relative;
}
.testimonials{
    min-height: 400px;
    margin-top: 20px;
    background-color: #f9f9f9;
}
.testimonial_item {
    padding-top: 20px;
}
.testimonial_item small{
	color: rgba(0,0,0,.6);
    letter-spacing: 1px;
    margin-left: 45px;
}
.testimonial_item small:before {
    content: " ";
    position: absolute;
    top: 9px;
    width: 40px;
    height: 2px;
    background:rgba(0,0,0,.6);    margin-left: -45px;
}
.testimonial_item h3{     
	color: #111;
    font-size: 30px;
    font-weight: bold;}
.testimonials .testimonial{
	margin: 1% 0 5%;
    background-color: #eee;
    min-height: 150px;
    padding: 20px;
}
.testimonials .testimonial:nth-child(odd) {
    background-color: #f9f9f9;
}
.blck_div{
	width: 100%;
    background: #000;
    height: 100px;
    position: absolute;
    margin-top: -80px;
    z-index: -1;
}
.bg-product-thumb .image{
	background: url(../image/background.png);
    background-repeat: repeat-y;
    background-size: 270px;
    padding: 40px;/**/
}
.bg-product-thumb .nobg{background:none; padding:0}
.product-thumb .nomargin { margin-top:0;}
.bg-product-thumb .text{
	background: url(../image/background.png);
    background-repeat: repeat-y;
    background-size: 270px;background-position:right;
    padding: 40px;/**/
}
.bg-product-thumb { margin-bottom: 40px;  /* padding-top: 30px;    padding-bottom: 20px;*/}
.product-grid-cat:nth-child(even) .bg-product-thumb .text{background-position:left;}
.product-grid-cat:nth-child(even) .bg-product-thumb .image{background-position:right;}
.product-grid-cat:nth-child(even) .bg-product-thumb .caption {
    margin-left: 0;
    margin-right: -70px;
    box-shadow: -3px 3px 10px #eee;
}

.product-grid-cat{}
.product-caption { border: none;  margin-top: 0;  box-shadow: none; padding-top:0;}
.product-grid-cat:nth-child(even) .image{float:right;}
.product-grid-cat .ftrd li i {
    color: #aa8e54;
    margin-right: 10px;
    line-height: 25px;
}
.custom_fields ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom_fields li {
    text-transform: capitalize;
    font-size: 100%;
    letter-spacing: 2px;
    position: relative;
    text-align: left;
}
.custom_fields li i {
    line-height: 1.5em;
    color: #00d6a3;
    margin-right: 10px;
    text-shadow: none;
    padding-top: 3px;
    padding-left: 2px;
    margin-bottom: 10px;
}
.custom_fields li i [class^="flaticon-"]{
	margin-bottom:20px;
}
.custom_fields li i [class^="flaticon-"]::before {
    margin-left: 5px;
}
.custom_fields i::before {
    font-size: 44px;
    margin: 0;
}
.cat_social{
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 5px;
}
.cat_social i {
    font-size: 25px;
    color: #fff;
    background: #ff0078;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    text-align: center;
    padding-top: 5px;
    border-radius: 4px;
}
.pro-amenities i {
    color: #aa8e54;
    margin-right: 7px;
}
.pro-amenities i:before {
    font-size: 26px;
}
.ftrd li i {
    color: #aa8e54;
    margin-right: 10px;
    line-height: 25px;
}
.left{ float:left; margin-right: 10px;width:48%}
.room .s-viewport{padding:0}
.room .s-viewport .swiper-slide img{max-width:100%}
.heading_room {
    margin-top: -60px;
    z-index: 99;
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 60px;
}
.heading_room h2 {
    background: none;
    color: #fff;
}
.pnk{
	    color: #ff0078;
}
.right-section {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd; 
}

.right-section .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;

}
.right-section .data {
    font-size: 17px;
    letter-spacing: 1px;
}
.event-layout img.img-responsive {
    width: 100%;
}

.event-layout .event-thumb {
    box-shadow: 2px 2px 6px #ddd;
    border-radius: 2px;
    border: 1px solid #eee;
	min-height: 400px;
    margin-bottom: 30px;
	}
.event-layout .dark {
    background: #333;
    color: #fff;
}	
.happenings .event-layout .event-thumb {
    min-height: 300px;
    margin-bottom: 0px;
}
.event-layout .event-thumb h4 {
    text-transform: uppercase;
    text-align: left;
    padding: 0 10px;
}
.event-layout .dark h4 a {
	text-transform: capitalize;
    font-family: tangerine;
    font-size: 40px;
    color: #2a3d4b;
}
.event-layout .event-thumb h4.ftrd_title {
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
    font-family: tangerine;
    font-size: 36px;
}
.event-layout .event-thumb p {
    padding: 0 10px;
    font-size: 14px;
    color: #45b29d;
}
	#menu .nav > li > a i {display:none;}
	.dropdown-menu {background-color: #fff;}
	
.book_now_but {
    background: #ffe18d;
    padding: 4px;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 160px;
    color: #333;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 700;
    cursor: pointer;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    border-radius: 5px 0 0 5px;
    font-weight: 400;
}	
.book_now_but a { color: #fff}
.book_now_but i { color: #fff;text-orientation: mixed;
    writing-mode: vertical-lr;}

.book_now_div {
    background: #033b4a;
    width: 100%;
}
.book_now_div .title {
    display: inline-block;
    font-size: 20px;
    padding: 4px 0;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
.book_now_div .title .title_text {
    float: left;line-height: 30px;
    margin-left: 15px;color:#fff; text-transform: uppercase;
}
.book_now_div .close {
    float: right;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    opacity: 1;
    line-height: 30px;
}
.shadow_div{
	text-align: center;
    font-size: 14px;
    box-shadow: 0 25px 72px -22px rgba(0, 0, 0, 0.25);
    /* border: 1px solid #eee; */
    border-radius: 12px;
    padding: 20px;
    min-height: 150px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.shadow_div h2{
	text-transform: uppercase;
    color: #111;
    font-size: 18px;
    margin-top: 15px;
}
.shadow_div p{ text-align:center;
    min-height: 50px;}

.shadowdiv{
	text-align: justify;
    font-size: 13px;
    box-shadow: 0 25px 72px -22px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 20px;
    min-height: 150px;
    margin: auto;
    margin-bottom: 30px;display: inline-block;
}

.shadowdiv .info ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.shadowdiv .info ul li{
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 0;
	color: #999;
}
.category .shadow_div .icon {
   margin-bottom: 5px;
    display: block;
    background: none;
    float: none;
    padding: 0 5px;
    margin: auto;
}
h3.center-title {
    font-size: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    border: 0;
    position: relative;
    color: #192b4b;
	margin-bottom:  50px;
}
h3.center-title:before, h3.center-title:after {
    content: " ";
    position: absolute;
    top: 15px;
    width: 80px;
    height: 2px;
    background: #00d6a3;
}
h3.center-title:before {
    margin-left: -100px;
}
h3.center-title:after {
    margin-left: 20px;
}
.category  .shadow_div .icon i::before {
    font-size: 45px;
	color: #00d6a3;
	margin: 6px 0;
}
.top_nav {
	position: fixed;
    z-index: 9;
    width: 100%;
    min-height: 35px;
    padding: 10px;
    background-color: rgba(0, 214, 163, 0.85);	margin-top: 105px;
}

.top_nav ul {
    display: inline-block;
    float: right;
}

.top_nav ul li {
    float: left;
    color: #a1998f;
    font-size: 13px;
    letter-spacing: 1px;
}
.top_nav ul li span{
    color: #ea88aa;
	font-weight:600;
    font-size: 14px;
}
.top_nav li a {
    color: #a1998f;
    font-size: 12px;
    letter-spacing: 0;
}
.top_nav li::after {
	content: "|";
	margin-left: 10px;
	margin-right:10px;
	color: #fff;
}
.top_nav li:last-child::after
{
  content: '';
}
.top_nav li ul li::after
{
  content: ''; margin:0;
}
em{
	margin: 20px auto;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #aaa;
	border-left: 4px solid #00d6a3;
	padding-left: 10px;
}
.sec_less_height{ height:400px;}
.low_margin{margin-bottom:-10px; margin-top:0;}
.swiper-pagination {  bottom: 10px;}
.section-sep-1 img {max-height: 350px;     margin-top: 10%;background:#fff;}

.category{padding: 20px 10px;
    border: 1px solid #eee;
    min-height: 225px;
    margin-left: -1px;
    margin-bottom: -1px;}
.category .icon {
    margin-bottom: 20px;
	margin-top:25px;
    margin-right: 10px;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    padding-top: 7px;
}
.category .icon i::before {
    font-size: 65px;
    color: #00d6a3;
    background: -webkit-linear-gradient(#00d6a3, #033b4a);
    margin: 6px 4px;
    /* padding-top: 5px; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.category h3{
	    text-transform: uppercase;
    margin-top: 0px;
    min-height: 38px;
    font-size: 18px;
}
.category h6{ font-size: 40px;
    color: #192b4b;
    font-weight: bold;
    text-transform: capitalize;/*  */
    margin-bottom: 40px;
    line-height: 35px;}
.category h7{ font-size:20px; font-weight:500; margin-bottom:2px;
    display: inline-block; width:100%}
	.category ul li {
    min-height: 100px;
    margin-bottom: 10px;
}
.category p{    
	font-size: 15px;
    line-height: 23px;
    color: #777;}
.category small{
	text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #f9a7c3;
    position: relative;
	margin-bottom:20px;
}
.category .info{ display: inline-block;  width: 90%;}
.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category .title {
    font-size: 16px;
    font-weight: 570;
}

.category .desc {
    margin: 5px auto 15px;
    color: #aaa;
}
.bg-l-gray{background:#f9f9f9;}
.bg-d-gray{background:#e9e9e9;}
.col-container {
    display: flex; 
}
h5.subtitle{
       color: #45b29d;
    font-size: 19px;
    /* width: auto; */
    margin-bottom: 30px;
}
h5.subtitle i:before {
    font-size: 48px;
    font-weight: 500; margin-left:0;
}
h5.subtitle:before, h5.subtitle:after {
    content: " ";
    position: absolute;
    top: 115px;
    width: 50px;
    height: 2px;
    background: #45b29d;
}
h5.subtitle:before {
    margin-left: -75px;
}
h5.subtitle:after {
    margin-left: 25px;
}
.btn-grn {
    color: #fff;
    background-color: #45b29d;
    font-weight: bold;
    border-radius: 20px;
    border-color: #39ab95;
}
.demo {text-align: center; margin-bottom: 40px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500;margin-top: 10px;}
.demo .img-responsive {

    border-radius: 50%;
    max-width: 250px;
    margin: auto;
    border: 1px solid #ccc;

}
.pricing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing ul li {
  font-size: 14px;
  padding: 5px 10px;
  background: #f9f9f9;
  margin: 1px;
}
.pricing ul li i{font-size:18px; color:#d00;}
.pricing ul li i.fa-check-square-o{color:#0a0;}
.pricing .active ul li {
    background: #ffc79e;
}
.pricing ul li.th {
    background: #00d6a3;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.features .shadow_div {
    width: 100%;
    border-radius: 0;
    min-height: 300px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px #eee;margin-bottom: 30px;
}
.features .shadow_div:hover {
background: #00d6a3;
color: #fff;
border-color: #ea6a0d;
}
.features .shadow_div p{
    margin-top: 20px;
    color: #999;
}
.features .shadow_div:hover p {
	color:#fff;
}

.info li h7 {
  font-size: 18px;
  color: #00d6a3;
  margin-top: 10px;
  display: inline-block;
}
.bg-orng{
	background: #00d6a3;
	color: rgba(255,255,255,.7);
	border-radius: 10px;padding: 15px;
}
.bg-orng h2{
    color: #fff;
    font-size: 22px;
    margin: 5px auto;
}
.contact_row{
	background: #192b4b;
	text-align: center;
	padding: 20px;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	margin: 25px auto 0;display: inline-block;width: 100%;
}

.box_blog{width: 100%;
        width: 100%;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    margin: auto;
    min-height: inherit;
    /* background-color: white; */
    /* border-radius: 4px; */
    /* border: 1px solid rgba(100,100,100,.2); */
    /* margin-bottom: 20px; */
    display: inline-block;
    margin-bottom: 30px;
    position: relative;}
.box_blog .img_box{width:100%; /*max-height:300px;*/ overflow:hidden; padding-bottom: 0; border-bottom:1px solid #eee;}	
.box_blog img.img-thumbnail{width:100%; border:none; padding:0; border-radius:0;}	
.box_blog .cnt_box{padding: 7px; background: #f5f9f5; border-bottom: 1px solid #eee; color: #999; margin-bottom:5px; display:inline-block; width:100%}
.box_blog .cnt_box div{ float:left; margin-right:20px; color:#499449}
.box_blog .info{     padding: 5px 10px;    margin-bottom: 10px;    min-height: 90px;}
.box-2 .info{     padding: 5px 10px;    margin-bottom: 0;    min-height: auto;}
.box-2 {    margin-bottom: 4px;}
.box_blog .title{ font-size: 16px;
color: #1d4d87;
font-weight: 600;
text-transform: capitalize;
display: block;
    position: absolute;
    bottom: 6px;
    padding: 10px 10px;
    text-align: left;
    width: 100%;
    background: rgba(0, 214, 163, 0.85);}
.box_blog .title a{	color: #fff; text-transform: uppercase; font-size: 18px;}
.blog_heading{ background-size:100% 100%; background-repeat:no-repeat; background-position:50% 50%; display:inline-block; width:100%;}
.blog_heading .bg_overlay{ background: rgba(255,255,255,0); display: inline-block; width: 100%; padding: 90px 10px; text-align: center;
    text-shadow: 2px 1px 5px #000; color: #fff;    border-bottom: 1px solid #eee;}
.blog_heading .bg_overlay h2{color: #fff; font-size: 30px; font-weight: bold;}
.blog_details{ font-size:16px; padding:15px; text-align:justify; line-height:25px; color:#000;}
.blog_page .user_info{    color: #999;
    font-size: 12px;
    background-color: #f5f9f5;
    border-bottom: 1px solid #eee;
    padding-top: 7px;
    padding-bottom: 0px;}
.blog_page .mem-img{    border-radius: 50%;    overflow: hidden;}
.blog_page .mem-info{padding: 5px 5px 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0;}	
.blog_page .mem-img img{ width: 50px;    height: 50px;}
.blog_page .mem-data {    line-height: 17px;}
.blog_page .mem-data .title{ color: #5ab45a;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);}
.apss-social-share { height: 85px; font-family: 'Open Sans',sans-serif; display: inline-block;    width: 100%;}
.apss-theme-6 .apss-single-icon {
    border-bottom: none;
    margin-bottom: 20px;
    display: inline-block;
}
.apss-theme-6 .apss-single-icon a {
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    margin: 5px;
    padding: 5px;
    position: relative;
    width: 30px;
    background: none !important;
    text-align: center;

    vertical-align: middle;
    line-height: 30px;
	margin-right: 20px;
}
.apss-theme-6 .apss-icon-block {
    position: relative;
}

.apss-theme-6 .apss-single-icon .apss-icon-block {
    vertical-align: middle;
    line-height: 46px;
    display: inline-block;
}
.apss-theme-6 .apss-single-icon .apss-icon-block {
    background: none;
}
.apss-theme-6 .apss-social-text {
    display: none;
}
.apss-theme-6 .apss-single-icon .fa {
    color: #8A8A8A;
    font-size: 17px;
    line-height: 2;
    position: relative;
    display: block;
}
.apss-icon-block .fa {
    text-align: center;
    vertical-align: middle;
}
.apss-theme-6 .apss-single-icon a:hover {
    background-color: #fff;
}
.apss-theme-6 .apss-single-icon a:before {
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #E6E6E6;
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.apss-theme-6 .apss-facebook a:hover:before {
    background-color: #3b5998;
}
.apss-theme-6 .apss-icon-block a:hover .fa, .apss-theme-6 .apss-single-icon:hover .fa {
    color: #fff;
}
.apss-theme-6 .apss-twitter a:hover:before {
    background-color: #1dcaff;
}
.apss-theme-6 .apss-google-plus a:hover:before {
    background-color: #dd4b39;
}
.apss-theme-6 .apss-linkedin a:hover:before {
    background-color: #3f729b;
}
.blog_share{padding-top: 30px;
    border-top: 1px solid #f5f9f5;}
.blog_title h2{   font-weight: bold;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 22px;}
	.social-share{}
.social-share a .ico{     height: 35px;
    width: 35px;
    border-radius: 50%;
    float: left;
    color: #fff;
    padding: 10px 13px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	margin-right:10px;
	margin-bottom: 20px;
	}
.social-share a .ico:hover{ color: #000;background:#ccc}
.social-share a .ico i{font-size:16px;}
.social-share a .fb{background-color: #3b5998;}
.social-share a .tw{background-color: #1dcaff; padding:10px;}
.social-share a .gp{background-color: #dd4b39; padding:10px;}
.social-share a .ln {
    background-color: #3f729b;padding: 9px 12px;
}
.no-min-height{min-height: auto !important;}
.label_feature{color: #111; font-weight:bold;}
.packages {
    display: inline-block;
    width: 100%;
    /* padding: 20px; */
    margin-bottom: 50px;
}

.packages h3 {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
}

.packages .price {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.packages small {
    font-size: 11px;
    letter-spacing: 2px;
    color: #aaa;
}

.packages .hilite {
    background: #ffc79e;
    min-height: 250px;
    margin-top: -20px;
    margin-bottom: -20px;
    box-shadow: 1px 1px 10px #ccc;
    /* position: absolute; */
}

.packages > div {
    padding: 25px;
}
	footer p{text-align: center;    font-size: 12px;}
.bordered {
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 10px;
    margin: 20px auto;width:100%
}
.calculator {
    background: #eee;
    padding: 10px;
}
.calculator .label {
    color: #111;
    text-align: left;
    font-size: 12px;
    padding: 10px 0 0 20px;
}
.calculator div {
    margin-bottom: 10px;
}
.result {
    margin-top: 5%;
    width: 200px;
    height: 150px;
    background: #f39e0c;
    margin: 5% auto;
    border-radius: 10px;
    color: #fff;
    padding-top: 10%;
    font-size: 15px;
}
.result span {
    font-weight: bold;
    font-size: 20px;
    clear: both;
    color: #d00;
    margin-top: 10px;
}
	.pull-right-md{float:right;}
	.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-top: -1px;
    padding: 6.5px 10px;
    border-radius: 0;
}
@media(max-width:1023px)
{
	.category { min-height: 160px;text-align:center}
	.highlight { height: auto; }
	.contact-info{    border-left: none;
    border-top: 3px solid #065c73;
    padding: 5px;}
	.doctor-info {  padding: 10px;}
	.pull-right-md{float:none;}
	#lite-ul{display:none;}
	#starter-ul{display:none;}
	#premium-ul{display:none;}
	.pricing ul li{text-align:left;}
	.bg-product-thumb { border-bottom: 1px solid #eee; margin-bottom:0;}	
	.minus_top {
     margin-top: 0;
	}
	.navbar-toggle {
    display: inline;
	}
	.navbar-collapse.collapse {
		width: 250px;
	position: absolute;
	/*right: -36px;*/
	z-index: 9;
	margin: 0;
	padding: 0;padding-right: 0px !important;
	padding-left: 0px !important;
    background: #2a3d4b;
    height: 300px;
	}
	header{position:fixed;height:auto; padding-top: 2px;
    /* border-bottom: 2px solid #00d6a3;*/}
	
	.top_sep {
		height: 110px;
	}
	.cat-gray{
    /*background: #00d6a3; color:#fff;
    margin-top: -27px;*/
	 }
	 .cat-gray a,.breadcrumb > li a{}
	.menu_row{margin-top: 5px;
    border-top: none; margin-bottom: -5px;}
	#logo img{ width: 14%;    /*max-width: 260px;*/
    margin: auto;}
	.logo-info {    margin-left: 10px;}
	.logo-info h2 {    font-size: 20px;}
	.logo-info h6 {    font-size: 12px;}
	footer .logo img {  width: 75%;   max-width: 260px;   margin: auto;}
	.navbar-nav {background-color: #2a3d4b;}
	#menu .nav > li > a {padding: 10px 15px 6px 15px; margin-top: 0px; font-weight:normal;color: rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    }
	#menu .nav > li > a i {color: rgba(0,0,0,.5);
    margin-right: 5px;
    width: 20px;
    display: inline;}
	.section-sep-1 .white .design_box2 {display:none;}
	.section-sep-1 h4 {font-size: 18px;  margin: 12px auto 12px;}
	welcome {font-size: 13px; line-height: 14px;}
	.product-thumb .image { margin-bottom: 0px; }
	.product-thumb h4.ftrd_title { /*font-size: 30px; text-align:center*/}
	.big-title {  font-size: 250%; margin-top: 30px;}
	.product-thumb .caption {  text-align: center; }
	.nopadding_mobile{padding:0}
	.related_categories .caption p { font-size: 12px; min-height: 80px;}
	.related_categories .caption{	}
	.related_categories .caption h4 { min-height: 35px;}
	.related_categories .caption h4 a {font-size: 21px;  letter-spacing: 1px;}
	
	.happenings .text{ display:none;}
	.tilted-border { position: relative; margin-left: 0; margin-top: 0; height: auto;}
	.tilt {display:none}
	.happenings span.caption, .section-sep-1 .caption, .infrastructre .caption {display:none;}
	.section-sep-1 {  background-image: none; height: auto;  margin-top: inherit;}
	.section-sep-1 img {  width: 100%;  margin-left: -30px;  margin-top: 0;}
	.section-sep-1 img.img2 {  margin-top: -110%;   margin-left: 30px;}
	.section-sep-1 .white {padding: 5px 0px;}
	.bg-gray h3 {font-size: 250%;}
	.product-thumb {overflow: inherit;}
	.bg-gray .overlay {
    background: none;  position: relative;  left: auto;  top: auto;  width: auto;  height: auto;  margin: 0;  text-align: center;  transition: .5s ease;  opacity: 1;  margin-top: -49px;	}
	.bg-gray .overlay h4 a {margin-top:0}
	.award {
    margin-top: 0;
    display: block;
    text-align: center;
	}
	/*.nopadding{text-align:center}*/
	.content{text-align:justify}
	.bg-product-thumb .image {
		padding: 15px 0;
		background-position: center;
	}
	.product-thumb .caption {
		overflow: hidden;
		text-align: left;
		background: #fff;
		margin-left: 0;
		margin-top: 0;
		box-shadow: none;
    padding: 5px 0px 15px;
		min-height: auto;border: none; 
	}
	.bg-product-thumb .image {
		background: url(../image/background.png);
		background-repeat: repeat-y;
		background-size: 270px;		padding: 15px 0;
		background-position: center;
	}
	.product-grid-cat:nth-child(even) .bg-product-thumb .image {
		background-position: center;
	}
	.product-grid-cat:nth-child(even) .bg-product-thumb .caption  {
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
	}
	.product-grid-cat:nth-child(even) .image {
		float: none;
	}
	.product-thumb .caption p {
		text-align: justify;
	}
	small {letter-spacing:2px}
	.page_header_small h1 { margin-top: 20%;   font-size: 30px;	}
	.page_header h1 i::before {  font-size: 30px; }
	.subheading-title {font-size: 18px;}
	p { font-size: 15px;}
	.left {
    float: left;
    margin-right: 0;
    width: 100%;
	}
	.form-control.pro { width: 100%;}
	.page_header_small { height: 200px;}
	.featured-block {margin-left: 30px;}
	footer .footer-column div{text-align: justify;}
	footer .footer-column{}
	footer .footer-column div.social,footer .footer-column div.logo {text-align: center;}
	h3.big-title { font-size: 300%;}
	
	.bg-product-thumb .text { background: none;   padding: 0;}
	/*.book_now_but { right: 15px;}
	.book_now_div { right:4%}*/
	.swiper-pager { top: 35% !important;}
	h3.center-title {
    font-size: 22px;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
h3.center-title:before, h3.center-title:after {
    content: " ";
    position: absolute;
    top: 10px;
    width: 35px;
    height: 2px;
    background: #00d6a3;
}
h3.center-title:before {
    margin-left: -55px;
}
.category h6 {
        font-size: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.row{margin:0px;}
.category .icon {
    margin-bottom: 0; 
    margin-right: 10px;
    background: transparent;
    margin-top: 20px;
}
.category .icon i:before {
    font-size: 40px;
}
.category ul li {
        min-height: 0;
    margin-bottom: 0;
    padding-top: 5px;
    display: inline-block;
	
}.category h7 {
    font-size: 16px;
    margin-bottom: 2px;
    color: #111;
}
	big{ /*position: relative; */
    font-size: 250%;
    line-height: 30px;
    float: none;
    margin-top: -20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	}
	medium {font-size: 100%;  float: none; line-height: 20px; color: #000;
    width: auto%;    float: left;}
	.swiper-slide .title span {font-size: 110%;
    padding: 0px 10px;
    margin: 20px 0;}
	.swiper-slide .title .cntnt,.swiper-slide .title .cntnt-left{top: auto;
    width: 100%;
    bottom: 0;
    background: rgba(200,200,200,.7);
    padding: 5px 10px;
    right: inherit;
    left: inherit;
	}
	.container-fluid { padding-right: 0;  padding-left: 0;}
	#slideshow0 .swiper-slide .img-responsive {
    display: block;
    max-width: 130%;
    width: 130%;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px){
	.navbar-collapse.collapse { display: none!important;}
	.collapse.in {    display: block!important;}
	.navbar-nav>li{width: 100%;}
	.navbar-header { float: none;}
	.section-sep-1 img {display:none}
}
/*@media(min-width:992px) and (max-width:1365px)*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5){
	.container {
    max-width: 100%;
	}
	#menu .nav > li > a {
    padding: 0px 8px 0px 8px;
    text-transform: capitalize; 
	}
}
ul.gallery_albums {
    display: table;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.gallery_albums a {
    color: #fff;
    font-size: 125%;
    font-weight: 400;
    display: block;
}
.gallery_albums li {
    float: left;
    margin: 10px;
    padding: 12px 16px 10px;
    background: #2b323a;
    border-radius: 5px;

}
.box_blog .info a.title {
    position: relative;
    background: no-repeat;
    padding: 0;
    margin: 10px -5px;
    font-size: 14px;
}
ul.schedule {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.2em;
    line-height: 26px;
    /* background: #eee; */
    /* padding: 10px 20px; */
    display: inline-block
}
ul.schedule li{ width:49%; float:left; border-bottom: 1px dashed #ccc; line-height:36px}