@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: 'Open Sans', sans-serif;
    src:url(../fonts/FaunaOne-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src:url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
}
html, body{
    font-size: 100%;
	background:	#fff;
}
body {
	font-size: 100%;
font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--Header-Starts--*/
.header {
    padding: 0em 0 0 0;
    position: relative;
    text-align: center;
    background: #fff;
}
.logo {
    position: relative;
    top:auto;
    left:auto;
    text-align: center;
}
.logo img
{
	width:14%;
	height:auto;
	overflow:hidden;
}
.logo a h1 {
font-family: 'Open Sans', sans-serif;
    font-size: 2.7em;
    color: #a11b1b;
    margin: 0;
}
ul.navig{
	padding:0;
}
ul.navig li{
	display: inline-block;
	margin: 0 7px;
	position:relative;
	padding:0.5% 1%;
}
ul.navig li li
{margin: 0px;
}

ul.navig li a {
    font-size: 1.1em;
    color: #F3F3F3;
    text-decoration: none;
}
ul.navig li li a
{
	color:#000;
}
ul.navig li li a:hover
{
	color:#000;
}
ul.navig li li:hover
{
	color:	#fff;
	background-color:#3239a9;
	display:block;
}
ul.navig li a:hover {
	color: #FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	
}
.navig li:hover, .active-new
{
	background-color:#3239a9;
}

ul.navig li a:hover ul.navig li a:after{
	display: block;
	
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
	
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
.bhk-div{
    height: 195px;
    width: 255px;
}


/* .bhk-residence{
  
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;	
	height:32px;
}
.pad
{
	display:block;
}
.hindu img
{
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:0%;
	display:none;
}
ul.navig {
    display: none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
	padding: 7px;
	font-size: 14px;
	width: 100%;
	font-weight:600;
	display:block;
	color: #fff;
}
ul.navig li a:hover{
	color:#a11b1b;
}
span.menu {
    display: block;
    float: right;
    margin: 5px 0 0 0;
}
ul.navig{
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	padding: 10px 0px;
	background: rgba(50, 58, 169, 0.95);
}
.navigation{
	height:auto;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
	background-color:#000;
}

.logo {
	left:auto;
}
.welcome-bottom-heading{
   font-size: 18px;
}
.bhk-div{
    height: 190px;
    width: 245px;
}
}
/*--Header-Ends--*/
/*--banner-starts--*/
.banner{
	background:url(../images/banner.jpg) no-repeat;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-top {
    margin-top: 20.2%;
    text-align: right;
    width: 54%;
    float: right;
}
.banner-top h2 {
    color: #a11b1b;
   font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    margin: 0;
}
.banner-top p {
    color: #fff;
    line-height: 1.8em;
    font-size: 17px;
    margin-top: 11px;
}
.video{
    margin-top: 7%;
	position:relative;
}
a.play-icon {
    margin: 0px 0 0em;
    display: inline-block;
    position: absolute;
    top: 34%;
    left: 85%;
    outline: none;
}
a.play-icon span {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: url(../images/video.png) no-repeat 0px 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	outline:none;
}
a.play-icon span:hover{
	opacity:0.8;
}
/*--banner-ends--*/
/*--bnr-starts--*/
.bnr{
	background:#08b4da;
}
.bnr-left{
	padding:2.5em 15px;
}
.bnr-left h3 {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.75);
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.bnr-left h4{
	font-size:1.3em;
	margin:0;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.bnr-left p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 7px;
}

.welcome{
	padding:4em 0px 2em 0em;
}
.welcome-top{
	text-align:center;
}
.heading h3{
	color: #a11b1b;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2em;
    margin: 0;
	border-bottom:#CCC solid 1px;
	padding-bottom:2%;
}

.bedroom-residence{
    border-bottom:none !important;
}
.welcome-top p{
	width: 97%;
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	margin: 10px auto 0;
	text-align: justify;
}
.welcome-left img{
	width:85%;
}
.welcome-right h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #08b4da;
    font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.welcome-right{
	padding:0;
}
.welcome-right p {
    font-size: 16px;
    color: #B9B9B9;
    line-height: 1.8em;
    margin-top: 11px;
}
.welcome-bottom {
    margin-top: 0%;
	background-image:url(../images/backg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	min-height:582px;
	padding-top:5%;
    
}
/*--welcome-ends--*/
/*--address-starts--*/
.address{
	padding-bottom:3em;
}
.adrs-left span{
	color:#a11b1b;
	font-size:2.5em;
	vertical-align:middle;
	display:inline-block;
}
.adrs-left p {
    vertical-align: middle;
    display: inline-block;
    font-size: 19px;
    line-height: 1.6em;
    margin-left: 10px;
    color: #B9B9B9;
    width: 82%;
}
.adrs-left p a{
	color: #B9B9B9;	
}
.adrs-left p a:hover{
	color:#08b4da;
}
/*--address-end--*/
/*--map-starts--*/
.map{
	position:relative;
}
.map iframe {
    width: 100%;
    height: 440px;
}
.contact {
	position: static;
	top: -174px;
	left: 518px;
	background: #323aa9;
	width:100%;
	padding: 1.97em 30px;
}
.contact input[type="text"], .contact textarea{
	width: 100%;
    margin-bottom: 10px;
    color: #fff;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 14px;
}
.contact textarea {
    resize: none;
    height: 10.4em;
}
.submit-btn input[type=submit] {
    color: #fff;
    padding: 7px 21px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid #fff;
    background: none;
    outline: none;
}
.submit-btn input[type=submit]:hover {
	background:#a11b1b;
	border: 1px solid #a11b1b;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-top{
	text-align:center;
}
.contact-bottom {
    margin-top: 8%;
}
.contact-top h3{
	font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
	color:#fff;
    margin: 0;
}
/*--map-ends--*/
/*--footer-starts--*/
.footer{
	padding:5em 0px;
}
.footer-left h3{
	color: #a11b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    margin: 0;
}
.footer-left ul {
    padding: 0;
    margin-top: 5%;
}
.footer-left ul li {
    list-style-image: url(../images/arw.png);
    margin: 0px 0px 13px 20px;
}
.footer-left ul li a{
	color: #B9B9B9;
	font-size:16px;
	margin-left: 5px;
}
.footer-left ul li a:hover{
	color: #08B4DA;
}
.ftr {
    margin-top: 7%;
}
.f-left{
	width:30%;
	float:left;
}
.f-right {
    width: 69%;
    float: right;
}
.f-right h4 {
    color: #08b4da;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    margin: 0;
}
.f-right h4:hover{
	text-decoration:underline;
}
.f-right p{
	color: #B9B9B9;
    font-size: 16px;
	margin-top:10px;
	line-height:1.8em;
}
.ftr-2{
	margin-top:5%;
}
.f-left{
	width:25%;
	float:left;
	padding:2px;
}
.flickr {
    background: #08b4da;
    margin-top: 7%;
}
.f-left img{
	width:100%;
}
.f-bottom{
	padding:0.5em 0px;
	background:#282d7a;
	text-align:center;
}
.footer-text p{
	color:#fff;
	font-size:14px;
}
.footer-text p a{
	color:#fff;
}
.footer-text p a:hover{
	color:#a11b1b;
}
/*--footer-end--*/
/*--gallery-starts--*/
/******** SAP ************/
.sap_tabs{
	clear:both;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 2em 9px 2em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item{
	color:#08b4da;
	font-size: 1.2em; 
	cursor: pointer;
	padding: 6px 35px ;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	border: 2px solid #fff;
	margin: 0 0.5em 0;
}
.resp-tab-active {
    text-shadow: none;
    color: #a11b1b;
    border-bottom: 2px solid #a11b1b;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.img-top {	
	  position: relative;
}
.img-top img{
	width:100%;
}
.gallery-top p{
	width: 47%;
    font-size: 16px;
    line-height: 1.8em;
    color: #B9B9B9;
    margin: 10px auto 0;
}
.gallery-top{
	text-align:center;
}
.img-top{
	padding:0;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
	background: #3498db;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 180, 218, 0.49);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-----------------*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
/*--gallery-end--*/
/*--services-starts--*/
.services-top,.services-bottom {
	text-align:center;
}
.services-bottom{
	margin-top:4%;
}
.services-middle img{
	width:100%;
}
.services-left span{
	font-size:3.2em;
	color:#08b4da;
}
.services-left {
    margin-top: 8.1%;
}
.services-left h4 {
    color: #a11b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    margin: 12px 0 0 0;
}
.services-left p{
	font-size: 16px;
    color: #B9B9B9;
    line-height: 1.8em;
    margin-top: 11px;
}
.services {
    padding: 6em 0;
}
/*--services-end--*/
/*--why-starts--*/
.why{
	background:url(../images/photogallery.jpg) no-repeat;
	background-size:cover;
	min-height:314px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.why-top,.why-bottom{
	text-align:right;
	bottom:0px;
	padding-right:3%;
}

.why-bottom{
    text-align: center;
}

.welcome-bottom-heading{
    width: 100% !important;
    color: black !important;
    text-align: center !important;
    font-family:Verdana, Geneva, sans-serif;
}

.why-one {
    position: relative;
    background: #fff;
    padding: 4em 0px 2em 0px;
}
.why-one h4 {
    color: #a11b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    margin: 0;
}
.why-one p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 10px auto 0;
    color: #B9B9B9;
    width: 94%;
}
.why-top.heading {
    margin-top: 6.5%;
}
.why-bottom {
    margin-top: 15%;
}
.why-one span {
    position: absolute;
    top: -39px;
    left: 39.5%;
    color: #fff;
    font-size: 2.5em;
    background: #08b4da;
    padding: 20px 20px;
    border-radius: 50%;
}
.why-one span:hover{
	transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*--why-end--*/
/*--top-starts--*/
.top{
	padding:6em 0px;
}
.top-top{
	text-align:center;
}
.top-bottom{
	margin-top:4%;
}
.top-left a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
    color: #fff;
    font-size: 1.8em;
    margin-top: 2px;
}
.captn p {
    font-size: 16px;
    margin-top: 0.5em;
}
.top-left a .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: -80%;
    right: 0;
    background-color: rgba(51, 51, 51, 0.68);
    padding: 5% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-left a:hover .captn {
	width: 100%;
	bottom: 0%;
	padding: 50% 10%;
}
.t-left {
	background:#08b4da;
	padding:10px 0px;
	width:50%;
	float:left;
	text-align: center;
}
.t-right {
	background:rgba(8, 180, 218, 0.73);
	padding:10px 0px;
	width:50%;
	float:left;
}
.t-left span {
    font-size: 18px;
    color: #fff;
	vertical-align:middle;
	display:inline-block;
}
.t-left p{
	vertical-align:middle;
	display:inline-block;
	font-size:18px;
	color:#fff;
	margin-left:15px;
}
/*--top-end--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/top-arrow.png") no-repeat 0px 0px;
}
/*--media-quaries-starts-here--*/
@media (max-width:1600px)
{
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:block;
}
.hindu img
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-left:5%;
	display:block;
}
.logo img
{
	width:15%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:17%;
}
.welcome-bottom
{min-height:550px;
}
}
@media (max-width:1440px){
.contact {
    padding: 2.07em 30px;
}
.banner {
    min-height: 625px;
}	
.banner-top {
    margin-top: 15.5%;
}
.logo {
    left:auto;
}
.gallery-top p {
    width: 52%;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:block;
}
.logo img
{
	width:20%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:17%;
}
.welcome-bottom
{min-height:450px;
}
}
@media (max-width:1366px){
.banner {
    min-height: 590px;
}
.banner-top {
    margin-top: 14.7%;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:block;
}
ul.navig li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    padding: 0.5% 0.5%;
}
.logo img
{
	width:18%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:17%;
}
.welcome-bottom
{min-height:450px;
}
.banner-top h2 {
    font-size: 2.65em;
}	
.bnr-left h3 {
    font-size: 1.87em;
}
.welcome,.services,.top{
    padding: 5em 0px;
}
.gallery-top p {
    width: 54%;
}
.contact {
    padding: 2.1em 30px;
}
.footer {
    padding: 4.5em 0px;
}
}
@media (max-width:1280px){

.gallery-top p {
    width: 59%;
}
.logo {
    left: auto;
	top:auto;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:block;
}
.logo img
{
	width:20%;
	height:auto;
	overflow:hidden;
}
ul.navig li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    padding: 0.5% 0.3%;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:17%;
}
.welcome-bottom
{min-height:200px;
}
.logo a h1 {
    font-size: 2.56em;
}	
.header {
    padding:0em 0 0 0;
}
.bnr-left h3 {
    font-size: 1.77em;
}
.bnr-left {
    padding: 2.3em 15px;
}

.why-top.heading {
    margin-top: 5.5%;
}

.banner {
    min-height: 555px;
}
.banner-top h2 {
    font-size: 2.55em;
}
.video {
    margin-top: 5%;
}
.services-bottom {
    margin-top: 3%;
}
.heading h3 {
    font-size: 2.7em;
}
.services-left span {
    font-size: 3.1em;
}
.services-left h4 {
    font-size: 1.5em;
}
.top-bottom {
    margin-top: 3%;
}
.contact {
    padding: 2.2em 30px;
}
.footer-left h3 {
    font-size: 1.87em;
}
}
@media (max-width:1080px){

.logo a h1 {
    font-size: 2.45em;
}
.logo {
    left: auto;
    top:auto;
}
ul.navig li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    padding: 0.5% 0.5%;
	font-size:12px;
}
.header {
    padding: 0em 0 0 0;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:block;
}
.logo img
{
	width:20%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:17%;
}
.welcome-bottom
{min-height:200px;
}

.banner-top h2 {
    font-size: 2.28em;
}
.banner-top p {
    font-size: 16px;
}
a.play-icon {
    top: 33%;
    left: 81.7%;
}
.banner {
    min-height: 465px;
}
.banner-top {
    margin-top: 11.7%;
}
.bnr-left h4 {
    font-size: 1.17em;
}
.bnr-left {
    padding: 2.3em 12px;
}
.bnr-left h3 {
    font-size: 1.5em;
}
.bnr-left {
    padding: 2em 12px;
}
.welcome, .services, .top {
    padding: 4em 0px;
}
.heading h3 {
    font-size: 2.5em;
}
.welcome-top p {
    margin: 5px auto 0;
}
.welcome-right h4 {
    font-size: 1.1em;
}
.welcome-right p {
    margin-top: 6px;
}
.why-one span {
    font-size: 2.1em;
    padding: 19px 19px;
}
.why-one h4 {
    font-size: 1.3em;
}

.services-left span {
    font-size: 3em;
}
.services-left {
    padding: 0 6px;
}
.services-left h4 {
    font-size: 1.4em;
}
.services-left {
    margin-top: 7.1%;
}
.welcome-top p {
    width: 95%;
}
.gallery-top p {
    width: 70%;
    margin: 7px auto 0;
}
.captn h4 {
    font-size: 1.45em;
}
.captn p {
    font-size: 15px;
}
.top-left a:hover .captn {
    padding: 40% 10%;
}
.adrs-left span {
    font-size: 2.3em;
}
.adrs-left p {
    font-size: 16px;
}
.address {
    padding-bottom: 2.5em;
}
.contact-top h3 {
    font-size: 2.1em;
}
.contact {
    left: 60%;
    width: 30%;
}
.footer {
    padding: 3.5em 0px;
}
.footer-left h3 {
    font-size: 1.83em;
}
.f-right {
    width: 71%;
}
.f-right h4 {
    font-size: 1.09em;
}
.f-right p {
    margin-top: 2px;
    line-height: 1.6em;
}
}
@media (max-width:1024px){
.logo {
    left: auto;
    top:auto;
}
.welcome .col-md-3 img
{width:100%;	
}
ul.navig li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    padding: 0.5% 0.2%;
	font-size:12px;
}
.pad
{
	display:block;
}
.logo img
{
	width:20%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:17%;
}
.welcome-bottom
{min-height:350px;
}
.mfp-content iframe {
    min-height: 445px !important;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    max-width: 573px !important;
}
.header {
    padding: 0em 0 0 0;
}
.banner {
    min-height: 440px;
}
.bnr-left h3 {
    font-size: 1.41em;
}
.bnr-left p {
    font-size: 15px;
    margin-top: 5px;
}
.bnr-left {
    padding: 1.5em 12px;
}
.heading h3 {
    font-size: 2.3em;
}
.welcome-top p {
    width: 95%;
    font-size: 15px;
}
.welcome, .services, .top {
    padding: 3.5em 0px;
}
.welcome-right h4 {
    font-size: 1em;
}

.welcome-right p {
    margin-top: 9px;
    font-size: 15px;
}
.why-one span {
    font-size: 2em;
    padding: 17px 17px;
}
.why-one h4 {
    font-size: 1.23em;
}
.why-one p {
    font-size: 15px;
	margin: 7px auto 0;
}
.why-one {
    padding: 2.8em 0px 1.5em 0px;
}

.services-bottom {
    margin-top: 2%;
}
.services-left span {
    font-size: 2.8em;
}
.services-left h4 {
    font-size: 1.27em;
}
.services-left p {
    font-size: 15px;
    margin-top: 7px;
}
.services-left {
    margin-top: 7.5%;
}
.gallery-top p {
    width: 73%;
}
.resp-tabs-list {
    padding: 1em 9px 2em;
}
.t-left p {
    margin-left: 3px;
}
.contact-top h3 {
    font-size: 2em;
}
.contact input[type="text"], .contact textarea {
    padding: 8px 10px;
}
.contact {
    left: 57%;
    width: 100%;
}
.map iframe {
    height: 433px;
}
.f-right p {
    font-size: 15px;
}
.footer {
    padding: 3em 0px;
}
}
@media (max-width:991px){
.logo a h1 {
    font-size: 2em;
}
ul.navig li a {
    font-size: 1.12em;
}	
ul.navig li {
    margin: 0 8px;
}

.welcome .col-md-3 img
{width:100%;
padding-left:5%;	
}
.pad
{
	display:block;
}
.logo img
{
	width:25%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height:220px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:77%;
}
.welcome-bottom
{min-height:200px;
}
.logo {
    left: auto;
    top: auto;
}
.banner-top h2 {
    font-size: 2em;
}
.banner-top p {
    font-size: 15px;
    margin-top: 8px;
}
.banner-top {
    width: 70%;
	margin-top: 14.7%;
}
.video img {
    width: 22%;
}
.header {
    padding: 1.6em 0 0 0;
}
a.play-icon {
    top: 27%;
    left: 85.5%;
}
.banner {
    min-height: 425px;
}
.bnr-left {
    padding: 1.3em 12px;
    width: 25%;
    float: left;
}
.bnr-left h3 {
    font-size: 1.36em;
}
.bnr-left h4 {
    font-size: 1.15em;
}
.welcome, .services, .top {
    padding: 1em 0px;
}
.heading h3 {
    font-size: 2.2em;
}
.welcome-top p {
    width: 98%;
}

.welcome-left,.welcome-right {
    width: 50%;
    float: left;
}
.w-left {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.welcome-left {
    padding: 0 10px;
}
.welcome-right p {
    margin-top: 5px;
    font-size: 14px;
}
.welcome-right h4 {
    font-size: 15px;
}
.why-left {
    width: 33.3%;
    float: left;
    padding: 0 8px;
}
.why-one h4 {
    font-size: 1.1em;
}
.why-one span {
    font-size: 1.6em;
    padding: 17px 17px;
}
.why-bottom {
    margin-top: 8%;
}

.services-left {
    width: 26%;
    float: left;
	padding: 0;
}
.services-middle {
    width: 48%;
    float: left;
}
.services-left span {
    font-size: 2.3em;
}
.services-left h4 {
    font-size: 1.15em;
}
.services-left p {
    margin-top: 4px;
    line-height: 1.6em;
}
.services-bottom {
    margin-top: 3%;
}
.services-left {
    margin-top: 4.5%;
}
.resp-tab-item {
    font-size: 1.1em;
    padding: 4px 25px;
}
.resp-tabs-list {
    padding: 1em 9px 1.3em;
}
.img-top {
    width: 25%;
    float: left;
}
.col-md-3.top-left {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.captn h4 {
    font-size: 1.2em;
}
.captn p {
    font-size: 13px;
}
.t-left span {
    font-size: 13px;
}
.t-left p {
    margin-left: 6px;
    font-size: 16px;
}
.adrs-left {
    padding: 0 5px;
	width:33.3%;
	float:left;
}
.adrs-left span {
    font-size: 1.7em;
	vertical-align: top;
}
.adrs-left p {
    font-size: 15px;
}
.contact-top h3 {
    font-size: 1.8em;
}
.contact-bottom {
    margin-top: 6%;
}
.contact {
    padding: 1.5em 30px;
}
.map iframe {
    height: 400px;
}
.footer-left {
    width: 33.3%;
    float: left;
    padding: 0 5px;
}
.footer-left ul li a {
    font-size: 14px;
    margin-left: 0;
}
.footer-left ul li {
    margin: 0px 0px 10px 16px;
}
.f-right h4 {
    font-size: 14px;
}
.f-right p {
    font-size: 13px;
}
.footer-left h3 {
    font-size: 1.5em;
}
.footer {
    padding: 2em 0px;
}
.f-bottom {
    padding: 1.8em 0px;
}
}
@media (max-width:800px){
.logo a h1 {
    font-size: 1.85em;
}

.logo {
    left:auto;
    top:auto;
}
.header {
    padding: 1.5em 0 0 0;
}
.hindu img
{
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:0%;
	display:none;
}
.banner {
    min-height: 345px;
}
.banner-top h2 {
    font-size: 1.7em;
}
a.play-icon span {
    width: 30px;
    height: 30px;
    background-size: 100%;
}	
a.play-icon {
    top: 32%;
    left: 86.5%;
}
.bnr-left {
    padding: 1.3em 8px;
}
.bnr-left p {
    font-size: 14px;
    margin-top: 7px;
}
.bnr-left h3 {
    font-size: 1.116em;
}
.heading h3 {
    font-size: 2em;
}
.resp-tab-item {
    font-size: 1em;
    padding: 4px 25px;
}
.gallery-top p {
    width: 90%;
}
.t-left,.t-right {
    padding: 6px 0px;
}
.contact-top h3 {
    font-size: 1.5em;
}
.contact input[type="text"], .contact textarea {
    padding: 5px 10px;
    font-size: 13px;
}
.contact textarea {
    height: 9.4em;
}
.submit-btn input[type=submit] {
    padding: 6px 18px;
    font-size: 14px;
    margin-top: 0;
}
.map iframe {
    height: 338px;
}
.footer-left h3 {
    font-size: 1.3em;
}
.footer-text p {
    font-size: 15px;
}
.bnr-left h4 {
    font-size: 15px;
}
}
@media (max-width:768px){
.logo {
    left:auto;
    top:auto;
}
.welcome .col-md-3 img
{width:50%;	
text-align:center;
margin:auto;
}
.pad
{
	display:none;
}
.logo img
{
	width:25%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 150px;
	background-size:cover;
	background-position:left;
}
.why-bottom
{
	margin-top:0%;
}
.welcome-bottom
{min-height:200px;
}
.map iframe {
    height: 337px;
}
ul.navig li {
    margin: 0;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    max-width: 500px !important;
}
.mfp-content iframe {
    min-height: 380px !important;
}

.banner-top h2 {
    font-size: 1.5em;
}
.banner {
    min-height: 330px;
}
.banner-top {
    margin-top: 9%;
}
.bnr-left {
    padding: 1em 20px;
    width: 50%;
}
.heading h3 {
    font-size: 1.8em;
}
.why-one {
    padding: 2.2em 0px 1.5em 0px;
}
.why-one h4 {
    font-size: 1.05em;
}
.why-one p {
    line-height: 1.6em;
}

.services-left span {
    font-size: 2.13em;
}
.services-left h4 {
    font-size: 1.1em;
}
.services-left {
    margin-top: 4%;
}
.gallery-top p {
    width: 86%;
    font-size: 15px;
}
.resp-tab-item {
    font-size: 16px;
    padding: 4px 15px;
}
}
@media (max-width:640px){
.header {
    padding: 1em 0 0 0;
}	
.logo {
    top:auto;
}
.hindu img
{
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:0%;
	display:none;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:none;
}
.logo img
{
	width:30%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:50%;
	margin-bottom:3%;
}
.welcome-bottom
{min-height:200px;
}
a.play-icon {
    top: 24%;
    left: 85.5%;
}
.banner {
    min-height: 275px;
}
.banner-top p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.6em;
}
.banner-top h2 {
    font-size: 1.35em;
}
.banner-top {
    margin-top: 6.5%;
}
.heading h3 {
    font-size: 1.6em;
}
.welcome, .services, .top {
    padding: 2.5em 0px;
}
.map iframe {
    height: 337px;
}
.f-bottom {
    padding: 1.6em 0px;
}
.footer-left h3 {
    font-size: 1.2em;
}
.mfp-close {
    width: 40px !important;
    height: 40px !important;
    line-height: 30px !important;
    font-size: 36px !important;
}
.welcome-left, .welcome-right {
    width: 100%;
    float: none;
    padding: 0 15px;
}
.w-left {
    padding: 0 10px;
}
.welcome-right {
    margin-top: 3%;
}
.why-one h4 {
    font-size: 15px;
}
.why-one p {
    font-size: 14px;
}
.why-one {
    padding: 2.2em 0px 1em 0px;
}
.why-one span {
    font-size: 1.3em;
	top: -33px;
    left: 38.5%;
}

.services-left {
    width: 100%;
    float: none;
}
.services-middle {
    width: 100%;
    float:none;
    margin: 3% 0;
}
.services-middle img {
    width: 57%;
}
.gallery-top p {
    width: 100%;
}
.col-md-3.top-left {
    width: 50%;
    padding: 0 19px;
    margin: 12px 0px;
}
.captn h4 {
    font-size: 1.3em;
}
.top-left a .captn {
    bottom: -84%;
}
.captn p {
    font-size: 15px;
}
.adrs-left span {
    display: block;
    text-align: center;
}
.adrs-left p {
    font-size: 15px;
    text-align: center;
    margin: 6px auto 0;
    display: block;
    width: 100%;
}
.address {
    padding-bottom: 1.4em;
}
.contact-top h3 {
    font-size: 1.3em;
}
.contact input[type="text"], .contact textarea {
    padding: 4px 10px;
    font-size: 12px;
}
.contact textarea {
    height: 8.4em;
}
.map iframe {
    height: 304px;
}
.footer-left {
    width: 100%;
    padding: 0 15px;
    margin-top: 3%;
}
.ftr {
    margin-top: 3.5%;
}
.footer-left ul {
    margin-top: 2%;
}
.ftr-2 {
    margin-top: 3%;
}
.f-right p {
    font-size: 15px;
}
.flickr {
    margin-top: 3%;
}
}
@media (max-width:600px){
.banner-top {
    margin-top: 7.5%;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:none;
}
.logo img
{
	width:35%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:77%;
}
.welcome-bottom
{min-height:200px;
}	
}
@media (max-width:480px){
.logo a h1 {
    font-size: 1.65em;
}
.logo {
    top:auto;
    left:auto;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:none;
}
.logo img
{
	width:55%;
	height:auto;
	overflow:hidden;
}
.hindu img
{
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:0%;
	display:none;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:50%;
	margin-bottom:3%;
}
.welcome-bottom
{min-height:200px;
}
.bnr-left h3 {
    font-size: 1.3em;
}
.bnr-left h4 {
    font-size: 16px;
}
.bnr-left {
    width: 100%;
    float: none;
    text-align: center;
	padding: 0.7em 20px;
}
.adrs-left {
    padding: 0 5px;
    width: 100%;
    float: none;
    margin-bottom: 14px;
}
.map iframe {
    height: 303px;
}
.mfp-close {
    width: 36px !important;
    height: 36px !important;
    line-height: 24px !important;
    font-size: 29px !important;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    max-width: 366px !important;
    padding: 12px !important;
}
.mfp-content iframe {
    min-height: 309px !important;
}
.header {
    padding: 0.8em 0 0 0;
}
.banner-top h2 {
    font-size: 1.3em;
}
.banner {
    min-height: 250px;
}
.video img {
    width: 21%;
}
a.play-icon span {
    width: 27px;
    height: 27px;
}
a.play-icon {
    top: 19%;
    left: 85%;
}
.video {
    margin-top: 3%;
}
.banner-top {
    margin-top: 8.5%;
}
.welcome, .services, .top {
    padding: 2em 0px;
}
.welcome-right h4 {
    font-size: 14px;
}
.heading h3 {
    font-size: 1.5em;
}
.why-left {
    width: 86%;
    float: none;
    padding: 0 15px;
    margin: 13% auto 0;
}

.why-one span {
    font-size: 1.5em;
    top: -30px;
    left: 43.5%;
}
.why-one {
    padding: 2.2em 0px 1.5em 0px;
}
.why-one p {
    width: 82%;
}

.services-left h4 {
    font-size: 1em;
    margin: 3px 0 0 0;
}
.gallery-top p {
    width: 96%;
    font-size: 14px;
}
.col-md-3.top-left {
    padding: 0 7px;
}
.contact-top h3 {
    font-size: 1.2em;
}
.contact {
    padding: 1.5em 15px;
    left: 48%;
    width: 100%;
}
.footer-text p {
    font-size: 14px;
}
.f-bottom {
    padding: 1.3em 0px;
}
.navigation {
    padding: 0px 5px 0em;
}
}
@media (max-width:360px)
{
	.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:none;
}
.logo img
{
	width:85%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:77%;
}
.welcome-bottom
{min-height:200px;
}
}
@media (max-width:320px){
.logo a h1 {
    font-size: 1.7em;
}
.logo {
    top:auto;
    left:auto;
}
.welcome .col-md-3 img
{width:100%;	
}
.pad
{
	display:none;
}
.logo img
{
	width:85%;
	height:auto;
	overflow:hidden;
}
.col-md-3.top-left {
    padding: 0 10px;
    width: 100%;
}
.why {
    min-height: 320px;
	background-size:cover;
	background-position:center;
}
.why-bottom
{
	margin-top:77%;
}
.welcome-bottom
{min-height:200px;
}
.banner-top h2 {
    font-size: 1.4em;
}
.banner-top p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.6em;
}
.banner-top {
    width: 98%;
	margin-top: 7.5%;
}
.banner {
    min-height: 206px;
}
.video img {
    width: 25%;
}
a.play-icon span {
    width: 25px;
    height: 25px;
}
.bnr {
    padding: 1em 0px;
}
a.play-icon {
    top: 22%;
    left: 82%;
}	
ul.navig li a {
    padding: 5px;
}
.bnr-left {
    padding: 10px 14px;
    width: 100%;
}
.heading h3 {
    font-size: 1.3em;
	padding-top:3%;
}
.hindu img
{
	width:20%;
	height:auto;
	overflow:hidden;
	padding-left:0%;
	display:none;
}
.welcome-top p {
    font-size: 14px;
    line-height: 1.6em;
}
.w-left {
    padding: 0 4px;
}
.welcome-right h4 {
    font-size: 13px;
}
.welcome-right p {
    line-height: 1.6em;
}
.why-one span {
    top: -32px;
    left: 38.5%;
}
.why-left {
    margin: 19% auto 0;
    width: 100%;
}
.why-top.heading {
    margin-top: 10%;
}
.why-top.heading {
    margin-top: 9.5%;
}

.welcome-left img {
    width: 100%;
}
.services-left h4 {
    font-size: 15px;
}
.img-top {
    width: 50%;
}
.resp-tab-item {
    font-size: 14px;
    padding: 4px 3px;
}
.top-left {
    padding: 0 15px;
    width: 100%;
}
.adrs-left {
    width: 100%;
}
.contact-top h3 {
    font-size: 1em;
}
.contact {
    padding: 1em 10px;
    left: 40%;
    width: 100%;
}
.map iframe {
    height: 275px;
}
.footer {
    padding: 1em 0px 2em 0px;
}
.footer-left {
    padding: 0 0px;
}
.submit-btn input[type=submit] {
    padding: 4px 15px;
    font-size: 12px;
}
.footer-left h3 {
    font-size: 1.1em;
}
.f-right p {
    font-size: 14px;
}
.footer-text p {
    font-size: 13px;
}
.f-bottom {
    padding: 1.1em 0px;
}
#toTop {
    width: 29px;
    height: 29px;
    background-size: 100%;
}
.mfp-content iframe {
    min-height: 225px !important;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    max-width: 260px !important;
    padding: 10px !important;
}
}

/*--media-quaries-end-here--*/
.navigation
{
	background-color:#000;
	font-size:85%;
}
.list li
{
	background-color:#f1f1f1;
	list-style-image:url(../images/list-arrow.png);
	line-height:35px;
	list-style-position:inside;
	font-size:100%;
	padding-left:5%;


}
.pad
{
	padding-left:5%;

}
.sub-he
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:110%;
	color:#000;
	font-weight:bold;
}

.backg
{
	background-image:url(../images/backg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:1005;
	height:auto;
	overflow:hidden;
}
.btn-danger
{
	right:0px;
	bottom:3%;
}

.innerbanner img
{
	width:100%;
	height:auto;
	overflow:hidden;
}

.acommodation-banner-div{
    height: 45vh;
    width: 100%;
}

.acommodation-banner-div>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.list-new
{
	list-style-image:url(../images/arw.png);
	line-height:25px;
	text-align:left;
	list-style-position:inside;
}
.welcome table
{
	width:90%;
	height:auto;
	overflow:hidden;
	text-align:left;
}
.map img
{
	width:70%;
	height:auto;
	overflow:hidden;
}
.form
{
	text-align:left;
	font-size: 85%;
}
.form input
{
	border:#CCC solid 1px;

	width:90%;
	padding:0.5%;
	margin:0.5%;
}
.form select
{
	border-bottom:#CCC solid 1px;
	border-top:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-left:#CCC solid 1px;
	width:90%;
	padding:0.5%;
	margin:1% 0%;
}
.welcome .col-md-3 .reservation
{
	text-align:center;
	padding-top:2%;
}
.welcome .col-md-3 .reservation img
{
	width:75%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
}
.btn-danger a
{
	color:#FFF;
	text-decoration:none;
}
@media only screen and (min-width:320px)
{
.green
{   border:#1e9736 solid 1px;
    background-color:#E6FFDD;
	padding:2% 3%;
	height:auto;
	color:#000;
	font-size:14px;
	border-radius:5px;
	width:90%;
	display:block;
}
}
@media only screen and (min-width:800px)
{
	.green
{   border:#1e9736 solid 1px;
    background-color:#E6FFDD;
	padding:2% 3%;
	height:120px;
	color:#000;
	font-size:14px;
	border-radius:5px;
	width:35%;
	display:inline-block;
}
}
@media only screen and (min-width:980px)
{
	.green
{   border:#1e9736 solid 1px;
    background-color:#E6FFDD;
	padding:2% 3%;
	height:120px;
	color:#000;
	font-size:14px;
	border-radius:5px;
	width:35%;
	display:inline-block;
}
}
@media only screen and (min-width:1024px)
{
	.green
{   border:#1e9736 solid 1px;
    background-color:#E6FFDD;
	padding:2% 0%;
	height:140px;
	color:#000;
	font-size:14px;
	border-radius:5px;
	width:20%;
	display:inherit;
	float:left;
	overflow:hidden;
}
}
@media only screen and (min-width:1024px)
{
	.green
{   border:#1e9736 solid 1px;
    background-color:#E6FFDD;
	padding:2% 0%;
	height:140px;
	color:#000;
	font-size:14px;
	border-radius:5px;
	width:20%;
	display:inherit;
	float:left;
	overflow:hidden;
}
}
@media only screen and (min-width:1366px)
{
	.green
{   border:#1e9736 solid 1px;
    background-color:#E6FFDD;
	padding:2% 0%;
	height:110px;
	color:#000;
	font-size:14px;
	border-radius:5px;
	width:20%;
	display:inherit;
	float:left;
	overflow:hidden;
}
}
.green:hover, .green p:hover
{
	background-color:#1e9736;
	color:#fff;
}
.green p
{
	text-align:center;
	color:#000;
	font-size:17px;
	font-weight:bold;
	line-height:22px;
	padding:2% auto;
}
.offse
{
	
background: rgba(122,204,84,1);
background: -moz-linear-gradient(top, rgba(122,204,84,1) 0%, rgba(31,151,55,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,204,84,1)), color-stop(100%, rgba(31,151,55,1)));
background: -webkit-linear-gradient(top, rgba(122,204,84,1) 0%, rgba(31,151,55,1) 100%);
background: -o-linear-gradient(top, rgba(122,204,84,1) 0%, rgba(31,151,55,1) 100%);
background: -ms-linear-gradient(top, rgba(122,204,84,1) 0%, rgba(31,151,55,1) 100%);
background: linear-gradient(to bottom, rgba(122,204,84,1) 0%, rgba(31,151,55,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acc54', endColorstr='#1f9737', GradientType=0 );

	padding:5% 3%;
	color:#FFF;
	margin:2%;
	height:200px;

}
.offse p
{
	text-align:center;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	border-bottom:#CCC solid 1px;
}
.offse li
{
	text-align:center;
	color:#FFF;
	list-style-type:none;
	font-size:13px;
		line-height:35px;
}
.list-new
{
	list-style-image:url(../images/list.png);
	line-height:25px;
	margin-left: 10px;
	text-align:left;
}

.subhe
{
	font-weight:bold;
	color:#080E3D; font-size:19px;

	
}
.ui-mobile-viewport h1
{
	display:none;

}
.lightbox img
{
	/*margin:0.5%;*/
	margin:2.8%;
	box-shadow:#A6A6A6 1px 1px 1px 1px;
	padding:0.6%;
}
.lightbox img:hover
{
	transition:0.2s ease-in-out;
		box-shadow:#A6A6A6 2px 2px 10px 2px;
		transform:scale(1.1)
}

.list1
{
		list-style-image:url(../images/list-arrow.png);
	line-height:35px;
	list-style-position:outside;
	text-align: left;
	margin-left: 15px;
}
.honey img
{
	width: 80%;
	overflow: hidden;
	height: auto;
}
}
.plans {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
}

.plan {
  float: left;
  width: 200px;
  margin: 20px 10px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
	transition: 0.3s ease-in-out;
}

.plan .plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #36bce6;
	border-bottom: #BBBBBB solid 1px;
}

.plan .plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #9B3905;
	text-align: center
}

.plan .plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan .plan-features {
  width: 120px;
  margin: 20px auto 15px;
  padding: 0px 0 15px 15px;
  border-bottom: 1px solid #e5ded6;
  text-align: center;
}

.plan .plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
	list-style: none;
}
.plan .plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan .plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan .plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.plan.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.plan.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
width: 150px;
  border: 3px solid #37bbe6;
}
.plan.plan-highlight .plan-button {
  font-size: 18px;
  line-height: 49px;
  background: #37bce5;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15);
}
	
	
.plan:hover {
border: #37bce5 solid 2px;
		transform: scale(1.1,1.1);
		transition: 0.3s ease-in-out;
		background-color: #efefef;


}
	.plan .smalltxt
	{
		font-size: 14px;
font-weight: bold;
		color: #A61214;
	}

.plan.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}
.highlight
{
	background-color:#E93636;
padding: 0.5% 1%;
	border-radius: 12px; 
}
.off
{
	background-color: #D82124;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	
	
}


@media only screen and (min-width:320px)
{
	.circle{
  background: #ffffff;
  padding: 25px;
  text-align: center;
		border: #C5C5C5 solid 3px;
  height: 230px;
		transform: 0.3s ease-in-out;
  width: 230px;
	margin:2% auto;
	
transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
	.circle span.price-large{
  font-size: 68px
}
	.c1 .blue, .c2 .blue, .c3 .blue{
  color: #39b3d7;
	line-height: 25px;
	font-size: 25px;
}
	.price-small{
  font-size: 35px;
	line-height: 85px;
}
	sup {
  top: -1em;
		font-size: 23px;
}
}
@media only screen and (min-width:800px)
{
	.circle{
  background: #ffffff;
  padding: 25px;
  text-align: center;
  height: 210px;
  width: 210px;
	margin: auto;
		display: block;
	
transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
	.circle span.price-large{
  font-size: 60px
}
	.c1 .blue, .c2 .blue, .c3 .blue{
  color: #39b3d7;
	line-height: 35px;
	font-size: 25px;
}
	.price-small{
  font-size: 35px;
	line-height: 45px;
}
	sup 
	{
  top: -1em;
}
}
@media only screen and (min-width:980px)
{
	.circle{
  background: #ffffff;
  padding: 25px;
  text-align: center;
  height: 240px;
  width: 240px;
	margin: auto;
		display: block;
	
transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
	.circle span.price-large{
  font-size: 62px;
		line-height:70px;
}
	.price-small{
  font-size: 40px;
	line-height: 60px;
}
	sup {
  top: -1.5em;}
		
}
@media only screen and (min-width:1280px)
{
	.circle{
  background: #ffffff;
  padding: 25px;
  text-align: center;
  height: 280px;
  width: 280px;
	margin: auto;
		display: block;
	
transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
	.c1 .blue, .c2 .blue, .c3 .blue{
  color: #39b3d7;
	line-height: 55px;
	font-size: 30px;
}
	.price-small{
  font-size: 50px;
	line-height: 65px;
}
	.circle span.price-large{
  font-size: 73px;
		line-height:70px;
	}
sup {
  top: -2em;}
		
}
	@media only screen and (min-width:1366px)
{
	.circle{
  background: #ffffff;
  padding: 25px;
  text-align: center;
  height: 300px;
  width: 300px;
	margin: auto;
		display: block;
	
transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
	.c1 .blue, .c2 .blue, .c3 .blue
	{
  color: #39b3d7;
	line-height: 55px;
	font-size: 25px;
}
	.price-small{
  font-size: 60px;
	line-height: 85px;
}
	.circle span.price-large{
  font-size: 83px;
		line-height:50px;
	}
	sup {
  top: -1.5em;
}

}
@media only screen and (min-width:1600px)
{
	.circle{
  background: #ffffff;
  padding:50px;
  text-align: center;
  height: 350px;
  width: 350px;
	margin: auto;
		display: block;
	
transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
	.c1 .blue, .c2 .blue, .c3 .blue{
  color: #39b3d7;
	line-height: 25px;
	font-size: 25px;
}
	.price-small{
  font-size: 65px;
	line-height: 105px;
		color: red;
}
	sup {
  top: -2em;
}
}
.circle h4{
  margin: 0;
  padding: 0;
}
.circle p{}
.circle span{}
.circle span.icon{
}
.circle span.icon i{
  font-size: 48px;
}



.c1:hover{
  background: #39b3d7;
  color: #ffffff;
}

.c1 .blue span
{
	font-size: 15px;
}
.c2 .blue span
{
	font-size: 15px;
}
.c3 .blue span
{
	font-size: 15px;
}
.c1:hover .blue{
  color: #ffffff;
}

.c2:hover .blue{
  color: #ffffff;
}
.c3:hover .blue{
  color: #ffffff;
}
.c2:hover{
  background: #ed9c28;
  color: #ffffff;
}
.c2 .yellow{
  color: #ed9c28;
}

.c2:hover .yellow{
  color: #ffffff;
}

.c3:hover{
  background: #47a447;
  color: #ffffff;
}
.c3 .green{
  color: #47a447;
}

.c3:hover .green{
  color: #ffffff;
}

.c4:hover{
  background: #d2322d;
  color: #ffffff;
}
.c4 .red{
  color: #d2322d;
}
.c4:hover .red{
  color: #ffffff;
}
.offer-nn
{
background-color: #d5d5d5; overflow: hidden; padding: 0% 0%;
	margin-top: 0em;
}
.exlu-nn
{
background-color: #efefef; overflow: hidden; padding: 0% 0%;
	margin-top: 0em;
}
	
	.offer-nn1
{
	margin-top: 2%;
}
 .offer-nn2 img
{
	width: 100%;
	height: 100%;
	margin-top: 0%;
}
	.booknow1{
		border: #000 solid 1px;
		padding: 8px 15px;
		color: #000;
		margin: auto;
		display: inline-block;
		text-align: center;
		font-size: 30px;
	}
	.booknow1:hover{
		border: #000 solid 1px;
		padding: 8px 15px;
		color: #fff;background-color: #000;
	}
.booknow1 a:hover
{
	color: #fff;
}
.price-large .c3 .blue:hover
{
	color:	#fff;
}
	.price-small{

		color: red;
}
@media only screen and (min-width:320px)
{
	.oval
{
	font-size: 100%;
	color: #fff;
	background-color: #3038a3;
	display: inline;
	padding: 1% 0%;
	border-radius: 35px;
	clear: both;

}
.oval sup
{
	color: #fff;
	top: -0.5em;
	font-size: 13px;
}
	.oval1
{
	font-size: 90%;
	color: #000;
	background-color: #ccc;
	display: inline;
	padding: 1% 5%;
	border-radius: 35px;
	clear: both;

}
.oval1 sup
{
	color: #000;
	top: -0.5em;
	font-size: 13px;
}
}
@media only screen and (min-width:768px)
{
	.oval
{
	font-size:35px;
	color: #fff;
	background-color: #3038a3;
	display: inline;
	padding: 1% 5%;
	border-radius: 35px;
	clear: both;

}
.oval sup
{
	color: #fff;
	top: -5;
	font-size: 15px;
}
	.oval sup
{
	color: #fff;
	top: -1.5em;
	font-size: 13px;
}
	.oval1
{
	font-size: 25px;
	color: #000;
	background-color: #ccc;
	display: inline;
	padding: 1% 5%;
	border-radius: 35px;
	clear: both;

}
.oval1 sup
{
	color: #000;
	top: -1em;
	font-size: 13px;
}
}
.circle:hover{
	border: #EFEFEF solid 3px;box-shadow: #6e6e6e 5px 8px 8px;
	
}

@media only screen and (min-width:320px)
{
	.beat
	{
		text-align: center;
	}
	
	.beat img
	{
		width: 60%;
		height: auto;
		
	}
	.beattx
	{
		text-align: center;
	}
	.beattx img
	{
		width: 100%;
		height: auto;
	}
	.beat-txxx
	{
		font-size: 16px;
		font-weight: 900;
		color: #000;
	}
}
@media only screen and (min-width:768px)
{
	.beat
	{
		text-align: center;
	}
	
	.beat img
	{
		width: 50%;
		height: auto;
		
	}
	.beattx
	{
		text-align: center;
	}
	.beattx img
	{
		width: 50%;
		height: auto;
	}
	.beat-txxx
	{
		font-size: 18px;
		font-weight: 900;
		color: #000;
	}
	
}
@media only screen and (min-width:1024px)
{
	.beat img
	{
		width: 45%;
		height: auto;
		
	}
	.beattx img
	{
		width:70%;
		height: auto;
	}
	.beat-txxx
	{
		font-size: 20px;
	}
}
@media only screen and (min-width:1280px)
{
	.beat img
	{
		width: 437px;
		height: auto;
		
	}
	.beattx img
	{
		width:auto;
		height: auto;
	}
	.beat-txxx
	{
		font-weight: 900;
		font-size: 20px;
	}
}