

@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Tangerine_Regular';
	src: url('fonts/Tangerine_Regular.eot');
	src: local('☺'), url('fonts/Tangerine_Regular.woff') format('woff'), url('fonts/Tangerine_Regular.ttf') format('truetype'), url('fonts/Tangerine_Regular.svg') format('svg');
	font-style: normal;
}

body {
	/*background-image:url(../images/innerpagebg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	background-color: #c8eff9;
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

.language {
	background-color: #333;
	position: fixed;
	z-index: 4;
	top: 60px;
	height: auto;
	min-height: 25px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #5D5D5D;
	color: #FFF;
}

.mrquesec {
	position: relative;
	left: 10px;
	color: #FFF;
	z-index: 100;
	width: 74%;
	height: auto;
	"

}

.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 4px;
}

.newslink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 4px;
}

.newslink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 4px;
}

.newslink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	margin: 4px;
}

.flag {
	height: 13px;
	width: 18px;
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 4px;
}
.bg1{ background-color:#fff;}
.menusec {
	height: 42px;
	width: 100%;
	background-color: #000;
	position: fixed;
	top: 20px;
	z-index: 1000;
}


/************ mainmenu*****************/

.menuH {
	/* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
    For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
	margin: 0;
	width: 100%;
	/*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
	/*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
	/* behavior: url("/horizontal/menuh/cssmenu.htc");*/
	height: 42px;
	background: #000;
	position: relative;
	/*! for IE htc*/
	z-index: 4;
	/*H2*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
	color: #FFF;
}

.menuH li {
	padding: 0;
	/*margin: 0;
    display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
	float: left;
	height: 42px;
	position: relative;
	/*move it into .menuH if you want submenu to be positioned relative to the whole menu instead of this li element*/
	color: #FFF;
}

.menuH li:hover,
.menuH li.onhover {
	background: #403f3f;
	color: #FFF;
}

ul.menuH a {
	padding: 0 10px;
	line-height: 42px;
	/*Note: keep this value the same as the height of .menuH and .menuH li */
	font-size: 14px;
	color: #FFF;
	display: block;
	outline: 0;
	text-decoration: none;
}

.menuH a:hover {
	color: #FFF;
}

.menuH a.arrow {
	background: url(arrow.gif) no-repeat right center;
}

.menuH ul a.arrow {
	background: url(right.gif) no-repeat 97% center;
}


/*Used to align a top-level item to the right*/

.menuH .menuRight {
	float: right;
	margin-right: 0px;
}


/*for the top-level separators*/

.menuH li.separator {
	font-size: 0;
	overflow: hidden;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.print-box {
	height: auto;
	margin: 0 auto;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 65%;
}


/*######sub level###########*/

ul.menuH ul {
	width: 225px;
	position: absolute;
	left: -9999px;
	border-top: 0;
	background: #9bb64b;
	text-align: left;
	float: left;
	list-style: none;
	margin: 0;
	/*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
}

.menuH li li {
	float: none;
	white-space: nowrap;
	height: 26px;
	margin: 0;
	border-bottom: 1px dotted #FFF;
}

.menuH li li:hover,
.menuH li li.onhover {
	background: #b6cf67;
	border-bottom: 1px dotted #FFF;
}

.menuH ul a {
	padding: 0px 5px;
	line-height: 26px;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

.menuH ul a:hover {
	color: #FFF;
}

.menuH li:hover ul,
.menuH li.onhover ul {
	left: -1px;
	/*Use this property to change offset of the dropdown*/
	top: auto;
}

.menuH li:hover .dropToLeft,
.menuH li.onhover .dropToLeft {
	left: auto;
	right: -1px;
	top: auto;
}

.menuH ul ul {
	border-top: 1px solid #DDD;
}

.menuH li:hover ul ul,
.menuH li:hover ul ul ul,
.menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul,
.menuH li.onhover ul ul ul,
.menuH li.onhover ul ul ul ul {
	left: -9999px;
	top: 0;
}

.menuH li li:hover ul,
.menuH li li li:hover ul,
.menuH li li li li:hover ul,
.menuH li li.onhover ul,
.menuH li li li.onhover ul,
.menuH li li li li.onhover ul {
	left: 220px;
}


/***********mainmenu*************/


/*******logo**********/

.midcontentnew {
	width: 90%;
	margin: 0px auto;
	padding: 0px 10px;
}

.logo {
	position: fixed;
	top: 0px;
	left: 1%;
	height: 80px;
	width: 180px;
	z-index: 1500;
}

.innercontentsec {
/*	background-image: url(../images/blackbg.png);
	background-repeat: repeat;
	width:98%;
	min-width:1000px;
	margin:20px auto;
	height:auto;
	padding-bottom:1px;
	padding-top:1px;
	margin-top:120px;
	margin-bottom:60px;*/
}

.innerpagecontentsec {
	background-image: url(../images/blackbg.png);
	background-repeat: repeat;
	width: 98%;
	/*min-width:1000px;*/
	margin: 0 auto;
	height: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	/*margin-top:130px;*/
	/*margin-bottom:60px;*/
	position: relative;
	top: 140px;
	padding-bottom: 60px;
}

.innerpagebannersec {
	background-image: url(../images/blackbg.png);
	background-repeat: repeat;
	width: 98%;
	margin: 0 auto;
	height: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-top: 130px;
	margin-bottom: 10px;
}

.innerconteninvoicetsec {
border: 12px solid #07559e;
background-color: #fff;
	width: 60%;
	margin: 0 auto;
	height: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-top: 0px;
	margin-bottom: 60px;
}

.invoicepagecontent {
	background-image: url(../images/whitebg.png);
	background-repeat: repeat;
	margin: 8px;
	width: auto;
	/*height: 100%;*/
	color: #000;
}

.pagecontent {
margin: 10px auto;
padding: 10px;
width: auto;
height: auto;
color: #000;
/*background-color: #0a3d80;*/
background-color:#65a6df;
border-radius: 15px;
}

.innerpagecontent {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .5);
	margin: 12px;
	width: auto;
	height: 99%;
	color: #000;
}

.innerpagebanner {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .5);
	margin: 12px;
	width: auto;
	height: 380;
	color: #000;
}

.pagename {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 24px !important ;
	color: #FFF;
font-weight: bold;
background-color: #1b6abf;
padding: 3px;
letter-spacing: 1px;
text-align: center;
}


/*----------------------------------------*/


/*  7. New Footer Area
/*----------------------------------------*/

.fun-factor-area::before,
.newsletter-area::before,
.footer-widget-area::before {
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer-widget-area.footer-widget-two {
	background: #bdbdbe;
	background-image: url(../images_home/footerbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	padding-top: 15px;
}

.footer-widget-area {
	background: rgba(0, 0, 0, 0) url(../images_home/footerbg.jpg) no-repeat scroll center top / cover;
	padding-top: 20px;
	position: relative;
}

.footer-widget-area::before {
	background: rgba(33, 34, 39, 0.9) none repeat scroll 0 0
}

.footer-widget-area::after {
	background: rgba(0, 0, 0, 0) url("img/banner/transparent.png") no-repeat scroll center top / cover;
	content: "";
	height: 64px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-footer-widget>h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

.footer-widget-list li {
	color: #cccccc;
	display: block;
	line-height: 25px;
}

.single-footer-widget.contact-text-info li {
	margin-bottom: 0px
}

.single-footer-widget.contact-text-info li:last-child {
	margin-bottom: 0
}

.footer-widget-list li span.icon {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
	width: 20px;
}

.footer-widget-area li.icon {
	padding-left: 40px;
	position: relative
}

.footer-widget-area li.icon:after {
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 13px;
}

.footer-widget-area li.icon.send:after {
	content: "\f1d8"
}

.footer-widget-area li.icon.envelope:after {
	content: "\f0e0";
}

.footer-widget-area li.icon.phone:after {
	content: "\f095";
}

.footer-widget-list a {
	color: #cccccc;
	line-height: 30px;
	position: relative
}

.footer-widget-list li:hover a {
	color: #fff
}

.widget-lists>li {
	padding-left: 13px;
	position: relative
}

.widget-lists>li::after {
	content: "";
	font-family: FontAwesome;
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 13px;
	transition: all 0.3s ease 0s
}

.widget-lists li:hover::after {
	color: #fff
}

.footer-widget-list a i {
	padding-right: 8px
}

.footer-widget-list.twitter-news li {
	margin-bottom: 16px;
	padding-left: 38px;
	position: relative;
	line-height: 22px
}

.footer-widget-list.twitter-news li::after {
	content: "";
	font-family: FontAwesome;
	font-size: 33px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 38px;
}

.footer-widget-list.twitter-news li a {
	color: #ffffff;
	line-height: 20px
}

.footer-widget-list.twitter-news li a:hover {
	color: #000
}

.footer-link a,
.details-social-link a {
	border: 1px solid #858585;
	color: #858585;
	display: inline-block;
	font-size: 30px;
	height: 47px;
	line-height: 44px;
	margin-right: 10px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 53px;
}

.footer-link>a:last-child {
	margin-right: 0
}

.footer-link,
.payment-image {
	padding-bottom: 10px;
	padding-top: 10px
}

.footer-link a:hover {
	border-color: #ffffff;
	color: #ffffff
}

.payment-image {
	float: right;
	padding-top: 85px
}




 /*cancellation ticket start here..*/
.formtext-cncl {

	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	color: #f00;
	text-decoration: underline;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.cncl-brdr {
	border: 1px solid #0197bd;
	float: left;
	border-radius: 10px;
	border-bottom: 4px solid #139a9d;
	width: 100%;
	margin-bottom: 20px;
	height: 260px;

}

.main-cncl {

	font-size: 14px;
	color: #fff;
	padding: 10px 10px;
	background-color: #0197bd;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.cl-brdr {
	overflow: auto;
	float: left;
}
.chrg-txt {
	margin: 5px auto;
	text-align: justify;
	font-size: 12px;

}

.cncl-tbl {

    background-color: #0197bd;
    color: #FFF;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 7px;

}
.cncl-tbl1 {

    background-color: #0197bd;
    color: #FFF;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
     border-top-right-radius: 7px;

}

.cncl-error {
	color: #f00;
	text-align: center;
	font-size:14px;
	border-bottom: 1px solid #139a9d;
}

 /*cancellation ticket end here..*/






.terms-main{
	float:left; width:238px; padding-top:8px;
}
.lead-txt{margin-top: 15px;}
#dhtmlgoodies_control{text-align: right; margin-top: 10px;}
.quote-text {
	float: left;
	width: 100%;
	margin-top: 10px;
	border-left:5px solid #0197bd !important;
	border-radius: 10px; background-color: #effaff;
border: 1px solid darkcyan;
	box-shadow: 0px 0px 4px #d9d8d8;
}
.main-step{/*background-color: #fff; padding:10px 0px;*/}
/*----------------------------------------*/


/*  14. Footer Area
/*----------------------------------------*/

.footer-area {
	background: #15161a none repeat scroll 0 0;
	color: #ffffff;
	padding: 24px 0;
}

#footer-menu li {
	display: inline-block
}

#footer-menu a {
	color: #ffffff;
	margin-left: 19px;
	padding-left: 19px;
	position: relative;
	text-transform: uppercase;
}

#footer-menu>li:first-child a {
	margin-left: 0;
	padding-left: 0
}

#footer-menu {
	text-align: right
}

#footer-menu a::after {
	color: #ffffff;
	content: "/";
	left: -3px;
	position: absolute;
	top: 0;
}

#footer-menu li:first-child a::after {
	display: none
}

#footer-menu a:hover {
	color: #3CF;
	text-decoration: none;
}

.footer-area span a {
	color: #fff
}

.footer-area span a:hover {
	color: #666;
	border-bottom: 1px solid #444
}


/***** end of footer *****/

.itenerarysec {
	background-color: #FFF;
	height: auto;
}

.itenanrytblhead {
color: #FFF;
font-weight: bold;
background-color: #1b6abf;
padding: 3px; font-size: 13px;
letter-spacing: 1px;
text-align: center;
}

.itenanrytblhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #07559e;
	padding: 3px;
	letter-spacing: 1px;
}

.headtbltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	height: 40px;
	font-weight: bold;
	margin: 0px auto;
	border-right: 1px solid #000;
	text-align: left;
	padding: 10px 20px;
}
.loc-txt{
	margin:10px auto;
	color: #f00;
	float: left;

}


.leadtbltxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #900;
    height: auto;
    font-weight: bold;
    margin: 0px auto;
    text-align: left;
}




.headtbltxt1 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	padding: 3px;
	padding-left: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.ratecharthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	background-color: #0461B8;
}

.tbltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 8px;
}

.tbltxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	font-weight: bold;
	text-decoration: underline;
}

.tbltxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	font-weight: bold;
	text-decoration: underline;
}

.tbltxt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.modifybtn {
	background-image: url(../images/modifybtnbg.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 100px;
	float: right;
	padding-right: 20px;
	padding-bottom: 5px;
}

.modifybutton {
	border: none;
	outline: none;
	background: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 90px;
	cursor: pointer;
}

.accomodationsec {
	height: auto;
	width: 99%;
	float: left;
	margin: 5px 5px 5px 10px;
}

.ratechartsec {
	background-color: #FFF;
	height: auto;
	width: 336px;
	margin: 5px 10px 5px 5px;
	float: right;
}

.placename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: left;
	background-color: #EEE;
	padding: 5px;
}
.dest-name {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.destinationname {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.destinationprice {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	color: #C00;
	padding: 0px;
}

.destinationprice1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #C00;
	padding: 0px;
}

.submitbtn {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #F30;
	text-align: center;
	border: solid 1px #FFF;
	outline: none;
	padding: 8px;
	height: 40px;
	width: 130px;
	cursor: pointer;
}

.destinationsec {
	height: 180px;
	width: 600px;
	background-color: #FFF;
	border-bottom: 2px solid #1A6DAC;
	border-top: 2px solid #FFF;
	float: left;
	margin-bottom: 5px;
}

.destinationsec1 {
	height: 180px;
	width: 90%px;
	background-color: #ccc;
	border-bottom: 2px solid #1A6DAC;
	border-top: 2px solid #FFF;
	float: left;
	margin-bottom: 5px;
}

.destinationsechead {
	height: auto;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #F60;
	border-top: 1px solid #F60;
	float: left;
	margin-bottom: 5px;
	margin-left: 0;
}

.destination {
	height: 136px;
	padding: 5px;
	float: left;
	width: 132px;
}

.houseimg {
	height: 100px;
	padding: 8px;
	float: left;
	width: 120px;
}

.viewmoresec {
	height: 20px;
	float: left;
	width: 120px;
	background-color: #F90;
	margin-left: 8px;
}

.descripright {
	height: 88px;
	width: 450px;
	float: right;
}

.subitoms {
	height: 70px;
	padding: 8px;
	float: left;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.singlesec {
	height: 70px;
	float: left;
	padding-right: 8px;
	padding-top: 5px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border-right: 1px dashed #03305c;
}

.doublesec {
	height: 70px;
	float: left;
	padding-left: 8px;
	padding-top: 5px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.pricetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	padding: 4px;
}

.pricetxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
	padding: 2px;
}

.tblsmltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 100px;
	border: 1px solid #666;
}

.smldesbg {
	background-image: url(../images/smldesbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 55px;
	width: 448px;
	float: right;
	margin-right: 5px;
}

.smldestxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 46px;
	width: 440px;
	padding: 4px;
}

.housename {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 3px;
	background-color: #1A6DAC;
}

.passengername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	float: left;
	width: 90px;
	margin: 5px;
}

.mrssec {
	float: left;
	width: auto;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.firstnamesec {
	float: left;
	width: auto;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.lastnamesec {
	float: left;
	width: auto;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.passportnosec {
	float: left;
	width: auto;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.dobsec {
	float: left;
	width: auto;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.carddetail {
	float: left;
	width: auto;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.visitorcategory {
	float: left;
	width: auto;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.passengersec {
	background-color: #FFF;
	height: auto;
	width: 100%;
	border: 1px solid #30c2e7;
	/*border-top: 1px solid #30c2e7;*/
}

.tbltxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 34px;
	width: 194px;
	border: 1px solid #2483D0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tbltxtbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 34px;
	width: 200px;
	border: 1px solid #2483D0;
	margin-top: 5px;
	margin-bottom: 5px; padding: 2px 4px;
}

.tbltxtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 66px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #2483D0;
}

.verytblsmltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 40px;
	border: 1px solid #2483D0;
	margin: 2px;
}

.paymenttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 3px;
}

.innersuitesec {
	height: auto;
	width: 336px;
	background-color: #FFF;
	border-bottom: 2px #F60 solid;
	border-top: 2px #F60 solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-right: 10px;
}

.rightaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
	padding-right: 10px;
}

.invoicehead {
	height: auto;
	width: 48%;
	background-color: #FFF;
	border-top: 2px #F60 solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 4px;
	margin-right: 6px;
	margin-bottom:10px;
}

.invoicehead22 {
	height: auto;
	background-color: #FFF;
	border-bottom: 2px #F60 solid;
	border-top: 2px #F60 solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
}

.invoiceheadtxt {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 23px;
	
	color: #03305c;
	padding: 2px;
/*	line-height: 14px;*/
}

.invoicetxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 23px;
	
	color: #000;
}

.invoiceratechartsec {
	background-color: #FFF;
	height: auto;
	width: 955px;
	margin: 5px 10px 5px 0px;
	float: right;
}

.invoicepassengersec {
	background-color: #FFF;
	height: auto;
	width: 100%;
	border-bottom: 2px solid #030;
	border-top: 2px solid #030;
	overflow: auto;
	margin: 0 auto;
}

.invoicetbltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
}

.smallinvoicetbltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-left: 6px;
}

.invoicetblnewtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03305c;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

.invoicegusthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF; padding:10px !important;
	background-color: #07559e;
	padding: 3px; font-weight: bold;
}

.viewdetailtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
}

.tourtimetextnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	padding: 3px;
}

.tourtimetextnew1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F60;
	padding: 2px;
}

.printhead {
	height: auto;
	width: 700px;
	background-color: #FFF;
	border-bottom: 2px #F60 solid;
	border-top: 2px #F60 solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin: 0 auto;
}

.printpassengersec {
	background-color: #FFF;
	height: auto;
	width: 700px;
	border-bottom: 2px solid #030;
	border-top: 2px solid #030;
	overflow: auto;
	margin: 0 auto;
}

.printratechartsec {
	background-color: #FFF;
	height: auto;
	width: 700px;
	margin: 5px 10px 5px 0px;
}

.printitenerarysec {
	background-color: #FFF;
	height: 80px;
	width: 700;
	margin: 0 auto;
}


/*******ganesh 26/11**********/

.tbltxtnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 4px;
}

.tbltxtnew1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold; padding: 10px;
}

.tbltextextra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #1A6DAC;
	padding: 4px;
}

.ratechartheadnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #07559e;
	font-weight: bold;
	padding: 4px;
}

.tbltxtgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 2px 8px;
}
.hname {
  background: #f4f4f1;
  padding: 2px 10px !important;
  font-size: 12px;
  color: #171717;
  font-weight: 600;
  border-bottom: 1px solid #cec9c9;
  border-left: 1px solid #cec9c9;
}

.tbltxtgrey2 {
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #900;
background-color: #E8E8E8;
font-weight: 600; padding: 7px 10px;
}

.tbltxtgrey1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: bold;
	background-color: #bcbcba;
	padding: 4px;
}

.availabletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #093;
	font-weight: bold;
	padding: 4px;
}

.placenamenew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 5px;
}


/*******ganesh 26/11**********/


/*******Booking Sec Start**********/
.en-sec{
	position: relative;
	right: 10px;
	top: 10px;
}
.leftcont {
	width: 325px;
	height: auto;
	margin: 6px;
	margin-left: 8px;
	float: left;
}

.btn-slide {
	background: #014584;
	text-align: center;
	height: 30px;
	padding: 3px;
	display: block;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 7px;
	-moz-border-radius: 7x;
	-webkit-border-radius: 7x;
	margin: 2px 6px;
	transition: all 0.6s ease 0s;
}

.btn-slide:hover {
		background-color: #1379b5;
		color: #fff;
		transition: all 0.6s ease 0s;
}

.modify-sec {
	margin: 0;
	height: auto;
	margin-top: 10px;
}

.inf-btn {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	color: #900;
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 6px 10px;
	text-align: center;
	float: right;
	border-bottom: 4px solid #295e8f;
	border-radius: 5px;
}

.modfy-txt {
	margin-bottom: 5px;
	color: #014584;
	font-weight: bold;
	font-size: 13px;
}

.slidingDiv {
	height: auto;
	background-color: #FFF;
	margin: 0px;
	border-bottom: 5px solid #f6bb09;
	padding: 10px 0px;
	margin-top: 15px;
}

.slidingDiv1 {
	height: auto;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 5px solid #f6bb09;
}

.slidingDiv2 {
	height: auto;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 170px;
	border: 1px #999 solid;
}

.smltxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 120px;
	border: 1px #999 solid;
	margin: 3px;
}

.verysmltxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 18px;
	width: 60px;
	border: 1px #999 solid;
	float: left;
	margin: 3px;
}

.bookigbtn {
	background-color: #600;
	height: 30px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: solid 1px #C00;
	outline: none;
	cursor: pointer;
}

dl {
	margin-top: 20px;
}

dl dt {
	background: #1475D6;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding: 8px;
	width: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

dl dd {
	margin: 2px 0;
	padding: 5px 0;
}

#bookingform dl dt {
	background: #1475D6;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 8px;
	width: 125px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#bookingform dl dd {
	margin: 2px 0;
	padding: 5px 0;
}


/*******Booking Sec Start**********/


/*******Banner Sec Start**********/

.bannercont {
	width: 610px;
	height: 319px;
	background-color: transparent;
	padding: 5px;
	margin: 6px;
	border: solid 1px #FFF;
	float: right;
}


/*******Banner Sec End**********/

.innercont {
	width: 950px;
	height: auto;
	background-color: #FFF;
	padding: 5px;
	margin: 6px;
	margin-left: 8px;
	padding-bottom: 5px;
}

.newbannersec {
	height: 380px;
	width: 980px;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	padding: 15px;
	margin-top: 130px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.thumbtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 4px;
}


/*.innerpagecontentsec
{
	height:auto;
	width:98%;
	background-image:url(../images/blackbg.png);
	background-repeat:repeat;
	margin:0 auto;
	margin-top:130px;
	margin-bottom:70px;
}*/

.innerpagetabsec {
	height: 40px;
	width: 100%;
	background-color: #fcb700;
	margin: 0 auto;
}

.innerpagetxtsec {
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin: 0 auto;
	overflow: auto;
}

.innerleft {
	width: 22%;
	height: auto;
	margin: 7px;
	float: left;
}


/*.innerright
{
	width:73%;
	height:auto;
	margin:10px;
	float:right;
	background-color:#f1f1ef;
	padding:10px;
}*/

.lefttxtsec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	padding: 4px;
	text-align: justify;
	max-width: 450px;
	min-width: 200px;
}

.rightttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px;
	line-height: 17px;
	border-bottom: 1px solid #999;
	margin-bottom: 7px;
}

.searchbtn {
	background: #0461b8;
	text-align: center;
	width: 90px;
	height: 30px;
	padding: 3px;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 2px;
}

.cancelbtn {
	background: #F30;
	text-align: center;
	width: 90px;
	height: 30px;
	padding: 3px;
	margin: 2px;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	outline: none;
	cursor: pointer;
}

.inneraccomodationsec {
	background-color: #FFF;
	height: auto;
	width: 100%;
	float: left;
	margin: 10px 0px;
	overflow: auto;
}

.inneraccomodationrightsec {
	background-color: #FFF;
	height: auto;
	width: 20%;
	margin: 10px;
	float: right;
	overflow: auto;
	overflow-y: hidden;
}

.viewbtn {
	background: #F90;
	text-align: center;
	height: 30px;
	padding: 3px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	border: none;
	margin: 1px;
	outline: none;
	cursor: pointer;
	float: left;
}

.suitbtn {
	background: #09F;
	text-align: center;
	height: 30px;
	padding: 3px;
	margin: 1px;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}

.suittxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 6px;
	border-bottom: 1px solid #333;
	height: auto;
	text-decoration: none;
}

.suittxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #333;
	height: auto;
	text-decoration: underline;
}

.suittxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #333;
	height: auto;
	text-decoration: underline;
}

.suittxt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03305c;
	border-bottom: 1px solid #333;
	height: auto;
	text-decoration: underline;
}


/*.maxtxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-top:12px;
	padding-bottom:11px;
	border-bottom:1px solid #333;
}*/

.choseunittxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 86px;
}

.innerrightlinks {
	background-image: font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603;
	text-decoration: none;
	padding: 5px;
	padding-left: 15px;
}

.innerrightlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603;
	text-decoration: none;
}

.innerrightlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603;
	text-decoration: none;
}

.innerrightlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F90;
	text-decoration: none;
}

.booknow {
	background: #FC3;
	text-align: center;
	width: 88px;
	height: 26px;
	padding: 8px;
	margin: 2px;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*.tblfixedhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #07559e;
	padding: 3px;
}*/
.px {
  width: 12%;
}
.px1 {
  width: 17%;
}
.px2 {
  width: 16.5%;
}
.px3 {
  width: 16.5%;
}
.tblinnerhead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  background-color: #0461b8;
  padding: 9px; text-align:center;
}

.tblinnerhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #0461b8;
	padding: 3px;
}

.limitedsuit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
	padding: 2px;
}

.availabilitysec {
	height: 36px;
	padding: 2px;
	border-bottom: 1px solid #666;
}

.loading {
	display: none;
}

.accordion {
	width: 100%;
}

.accordion li h3 a {
	background: #006600;
	background-image: url(../images/accordianopen.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	border-bottom: 1px solid #014301;
	border-top: 1px solid #2fa42f;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 5px 25px;
}

.accordion li.active h3 a {
	background: #fab706;
	background-image: url(../images/accordiandown.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #e2a504;
	border-top: 1px solid #f9c743;
	text-shadow: 0 -1px 2px #cd9602, #9cf 0 1px 2px;
	color: #000;
}

.accordion li.locked h3 a {
	background: #963;
	background: #963 -webkit-gradient(linear, left top, left bottom, from(#c96), to(#963)) no-repeat;
	background: #963 -moz-linear-gradient(top, #c96, #963) no-repeat;
	background-image: url(../images/accordiandown.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #630;
	border-top: 1px solid #fc9;
	text-shadow: 0 -1px 2px #630, #fc9 0 1px 2px;
}

.accordion li h3 {
	margin: 0;
	padding: 0;
}

.accordion .panel {
	padding: 5px;
}

.locationname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #063;
	font-weight: bold;
	padding: 5px;
}

.container {
	font-size: 14px;
	margin: 0 auto;
	width: 960px
}

.test_content {
	margin: 10px 0;
}

.scroller_anchor {
	height: 0px;
	margin: 0;
	padding: 0;
}

.scroller {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 10px;
	z-index: 100;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 960px;
}

.ratechartdiv {
	height: auto;
	background-color: #FFF;
	margin: 10px;
	overflow: auto;
	overflow-y: hidden;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.needtourguide {
	background: #6C6;
	text-align: center;
	width: 200px;
	height: 28px;
	padding: 3px;
	margin: 3px;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.chosensuitname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
	line-height: 30px;
	text-decoration: none;
}

.chosensuitname a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.chosensuitname a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.chosensuitname a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.dhtmlgoodies_contentBox {
	height: 0px;
	visibility: hidden;
	position: static;
	background-color: #FFF;
	overflow: hidden;
	padding: 2px;
	width: 100%;
}

.dhtmlgoodies_content {
	position: static;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	width: 100%;
	font-size: 0.8em;
}

.dhtmlgoodies_contentBoxclose {
	display: none;
}

.paymentleft {
	width: 50%;
	height: 160px;
	border-right: 1px solid #999;
	margin: 1px;
	float: left;
}

.paymentright {
	width: 45%;
	height: 160px;
	border-left: 1px solid #999;
	margin: 1px;
	float: left;
}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	font-weight: bold;
	float: left;
	height: 20px;
	margin: 5px;
	text-align: center;
}

.booknow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
	text-align: center;
	border: solid 1px #FFF;
	outline: none;
	padding: 8px;
	height: 40px;
	width: 130px;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #05417b;
	text-align: center;
	border: solid 1px #05417B;
	outline: none;
	padding: 8px;
	height: 40px;
	width: 100px;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.submitsms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: rgba(0, 0, 0, 0) linear-gradient(#085dad, #022c54) repeat scroll 0 0;
	text-align: center;
	border: solid 1px #FFF;
	padding: 6px 20px;
	
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
}

.righttextcontainer {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #CCC;
	float: left;
}

.rightttxtnew {
	/*width:64%;*/
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px;
	text-align: justify;
	line-height: 17px;
	margin-bottom: 7px;
	float: left;
}

.newbannersection {
	height: auto;
	width: 96%;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	padding: 15px;
	margin-top: 130px;
}

.titletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #278AD3;
	font-weight: normal;
	padding: 4px;
	margin-bottom: 5px;
	float: left;
}

.boxcont {
	width: 98%;
	height: 100px;
	background-color: #FFF;
	padding: 6px;
	border: solid 1px #CCC;
	float: left;
}

.boxconttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2078BF;
	font-weight: normal;
	float: left;
}

.leftboxcont {
	width: 50%;
	height: auto;
	float: left;
}

.rightboxcont {
	width: 40%;
	height: auto;
	float: right;
}

.newtitletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #548704;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 5px;
}

.gallerycont {
	width: 98%;
	height: 100px;
	padding: 6px;
	border: solid 1px #CCC;
	margin-bottom: 7px;
	float: left;
}

.pageimgheader {
	background-color: #03305c;
	height: 30px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	padding-left: 7px;
	padding-right: 70px;
	float: left;
	background-image: url(../images/topheadstyle.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


/*******narure and science sec start**********/

.natureimage {
	width: 100px;
	height: 119px;
	float: left;
	padding: 3px;
	border: solid 1px #DFDFDF;
}

.aboutleftimage {
	width: 80px;
	height: 80px;
	float: left;
	padding: 3px;
	border: solid 1px #DFDFDF;
}

.naturetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F90;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 5px;
}

.avl-sec {
	height: auto;
	z-index:1;
	padding-right: 0;
	/*margin-top: 40px;*/ float: right;
}

.mask {
	height: 1px;
	clear: both;
}

.gappingmask {
	height: 10px;
	clear: both;
}

.smallmask {
	height: 5px;
	clear: both;
}

.naturetxtsec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #247BBB;
	padding: 0px;
	text-align: justify;
}

.naturetitletxt {
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background: #30AACD;
	padding: 4px;
}

.naturerighttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: auto;
	color: #333;
	padding: 4px;
	line-height: 17px;
	/*text-align:justify;*/
	margin-bottom: 7px;
	float: left;
}

.naturebox {
	width: 73%;
	height: auto;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #CCC;
	margin-left: 2px;
	margin-top: 7px;
	float: left;
}

.natureboxnew {
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #CCC;
	margin-left: 6px;
	margin-top: 7px;
	float: right;
}

.naturetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F90;
	font-weight: bold;
}

.naturecont {
	width: 100%;
	height: auto;
	border-bottom: dashed 1px #3869BA;
	margin-bottom: 3px;
	float: left;
}

.smallarrow {
	background: url(../images/smallarrow.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
	margin-top: 6px;
	margin-right: 3px;
	float: left;
}

.natureconttext {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3869BA;
	font-weight: normal;
	margin-top: 2px;
}

.naturedescrpt {
	width: 99%;
	background-color: #FFF;
	padding: 3px;
	margin-right: 3%;
	border: solid 1px #CCC;
	float: left;
}

.morebuton {
	background-color: #F60;
	height: 25px;
	width: 80px;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	font-size: 12px;
	cursor: pointer;
	float: right;
}

.naturephotocont {
	width: 100%;
	height: auto;
	padding: 3px;
	margin-top: 5px;
	border: solid 1px #2FA9CC;
	float: left;
	overflow: auto;
}


/*******narure and science sec start**********/

.leftsecheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a8504;
	padding: 5px;
	text-transform: uppercase;
}

.leftsecheading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09f;
	padding: 5px;
	text-transform: uppercase;
}

.leftsecsubheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a8504;
	padding: 5px;
}

.leftsecsubheading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #898988;
	padding: 5px;
	padding-right: 20px;
	text-transform: uppercase;
	background-image: url(../images/arrowright.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.viewmorebtn {
	background-color: #F90;
	height: 30px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: none;
	outline: none;
}


/******************Tab Section Start**************************/

#header {
	FONT-SIZE: 11px;
	font-family: Arial, Helvetica, sans-serif;
	BACKGROUND: #fcb700 50% bottom;
	FLOAT: left;
	WIDTH: 100%;
	LINE-HEIGHT: 15px;
	margin: 0px;
}

#header UL {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 10px;
	LIST-STYLE-TYPE: none;
}

#header LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 3px;
	BACKGROUND: url(../images/left.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
}

#header A {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	BACKGROUND: url(../images/right.gif) no-repeat right top;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	COLOR: #000;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
}

#header A {
	FLOAT: none
}

#header A:hover {
	COLOR: #600;
}

#header #current {
	BACKGROUND-IMAGE: url(../images/left_on.gif)
}

#header #current A {
	BACKGROUND-IMAGE: url(../images/right_on.gif);
	PADDING-BOTTOM: 5px;
	COLOR: #000;
}


/******************Tab Section End**************************/


/******************SUB Tab Section Start**************************/

#subheader {
	FONT-SIZE: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	BACKGROUND: #dfe0dd 100% bottom;
	FLOAT: left;
	WIDTH: 100%;
	LINE-HEIGHT: 25px;
	margin: 0px;
}

#subheader UL {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 5px;
	LIST-STYLE-TYPE: none;
}

#subheader LI {
	PADDING-LEFT: 9px;
	BACKGROUND: #a4b376;
	FLOAT: left;
	margin: 3px;
}

#subheader A {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	BACKGROUND: #a4b376;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	COLOR: #000;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
}

#subheader A {
	FLOAT: none
}

#subheader A:hover {
	COLOR: #600;
}

#subheader #current {
	BACKGROUND: #616a48;
	float: left;
}

#subheader #current A {
	BACKGROUND: #616a48;
	COLOR: #FFF;
	float: left;
}


/******************Tab Section End**************************/

.textinnerhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	font-style: italic;
}

.textinnesubrhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-style: italic;
}

.textinnerpoint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}

.tblformbox {
	height: 20px;
	width: 220px;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.tblformboxarea {
	height: 70px;
	width: 220px;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}

.contactbtn {
	background-color: #066;
	height: 30px;
	width: 70px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: none;
	outline: none;
	margin: 3px;
	border-radius: 3px;
}

.contactright {
	/*height:460px;
	width:38%;
	background-image:url(../images/contactright.jpg);
	background-repeat:no-repeat;
	background-position:right top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03305c;
	line-height: 18px;
	text-align: left;
	float: left;
	padding: 10px 20px;
}


/*******visitor I
/*******visitor Inform**********/

.faqhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #844f03;
	line-height: 22px;
}

.question {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #067404;
	line-height: 18px;
	font-weight: 700;
}

.faxanswer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 16px;
}

.box-1 {
	width: 50%;
}


/*******visitor Inform**********/

.managementimg {
	border: 5px solid #F90;
	height: 150px;
	width: 120px;
	margin: 5px;
	float: left;
}

.managementtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding: 7px;
	text-align: justify;
}

.designationsec {
	height: auto;
	min-height: 200px;
	width: 47%;
	border: 2px solid #000;
	margin: 5px;
	float: left;
}


/*@media screen and (max-width: 1024px) {
.designationsec
{
	height:auto;
	min-height:222px;
	width:230px;
	border:2px solid #000;
	margin:5px;
	float:left;
}
}*/


/*******Modified by Ganesh 31/01/2013**********/

.rightmainbox {
	width: 48%;
	height: auto;
	background-color: transparent;
	/*border:solid 1px #548704; */
	margin-bottom: 7px;
	margin-right: 7px;
	float: left;
}

.rightboxcontnew {
	/*width:48%;*/
	height: auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 6px;
	text-align: justify;
	line-height: 17px;
	margin-bottom: 7px;
	float: left;
}

.exploretitletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-color: #548704;
	padding: 3px;
	margin-bottom: 5px;
}

.viewtextcont {
	width: 85px;
	height: 18px;
	background-color: #14689A;
	padding-bottom: 0px;
	margin-top: 4px;
	float: right;
}

.viewtext {
	background-color: transparent;
	height: 18px;
	width: 75px;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

.boxtop {
	background: url(../images/boxtop.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
	float: left;
}

.exploreinnerbox {
	width: 100%;
	background-color: #FFF;
	border: solid 1px #548704;
	float: left;
}


/******left right arrow  12.2.2013  ***************/

.leftarrow {
	background-image: url(../images/leftarrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 170px;
	position: absolute;
	top: 60px;
	left: 230px;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	padding-left: 70px;
	padding-top: 24px;
	text-decoration: none;
	cursor: pointer;
}

.leftarrow a:link {
	width: 170px;
	position: absolute;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}

.leftarrow a:visited {
	width: 170px;
	position: absolute;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}

.leftarrow a:hover {
	width: 170px;
	position: absolute;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}

.rightarrow {
	background-image: url(../images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
	width: 170px;
	position: absolute;
	top: 60px;
	right: 30px;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	padding-right: 70px;
	text-align: right;
	padding-top: 24px;
	cursor: pointer;
}

.rightarrow a:link {
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.rightarrow a:visited {
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.rightarrow a:hover {
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.cheacksuittxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
	/*height: 20px;*/ font-weight:600;
	text-decoration: none; line-height: 11px;
}
.serch-prd{
	position: relative;
	top: 45px;
}

.bt-position {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 140px;  border:none;
}

div#sticker {
	margin: 8px auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	background-color: #1da2c5;
	border: none;
	padding: 8px 6px;
	background-image: url(../images/book-ic.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 10px -4px rgba(53, 51, 51, 0.6);
	-moz-box-shadow: 0px 5px 10px -4px rgba(53, 51, 51, 0.6);
	box-shadow: 0px 5px 10px -4px rgba(53, 51, 51, 0.6);
	transition: all 0.4s ease 0s;
}

div#sticker:hover {
	background: #448cc8;
	color: #fff;
	-webkit-box-shadow: 0px 5px 10px -4px rgba(53, 51, 51, 0.6);
	-moz-box-shadow: 0px 5px 10px -4px rgba(53, 51, 51, 0.6);
	box-shadow: 0px 5px 10px -4px rgba(53, 51, 51, 0.6);
	transition: all 0.4s ease 0s;
	background-image: url(../images/book-ic.png);
	background-repeat: no-repeat;
	background-position: right;
}



.hiddenmindays {
	border: 0;
	background-color: #FFFFFF;
	width: 50px;
	color: Red;
	text-align: right;
}

.error_strings {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;  padding:7px 0px;
	width: inherit;
}


/************20.3.2013********/

.notavailablesec {
	width: 300px;
	height: 150px;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f86b16;
	background-color: #f4e9ab;
	border: 2px dashed #F60;
	padding: 10px;
	position: relative;
}

.accomodationavailable {
	background-color: #FC6;
	height: 18px;
	margin: 3px 0px;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.accomodationavailableprice {
	background-color: #bef4ab;
	/*height:18px;*/
	height: auto;
	margin: 3px 0px;
	padding: 2px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.before2day {
	background-color: #e0e1e0;
	height: auto;
	margin: 3px 0px;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	border-bottom: 2px solid #5b9746;
	position: relative;
	right: 10px;
}

.formverysmallinputbox {
	height: 34px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #999 solid;
	background-image: url(../images/calendar.png);
	background-color: #fff !important;
	background-repeat: no-repeat;
	background-position: right;
}


/**********21.3.2013***********/

.tbltxtsubhead {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #006CCC;
text-align:center;
}

.suittxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
padding: 3px;
border-bottom: 1px solid #0a3d80;
height: auto; font-weight: 600; text-align:center;
}

.suittxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

.suittxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

.suittxt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03305c;
	text-decoration: underline;
}

.maxtxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
padding: 3px;
border-bottom: 1px solid #0a3d80;
height: auto; font-weight: 600; text-align:center;
}

.bkng-drop {
	width: 100%;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 4px;
	outline: none;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #fff url(../images/updown.png) no-repeat Right center;
	border-radius: 5px;
	cursor: pointer;
	outline: medium none;
}

.availabilitysec {
	height: 20px;
	padding: 3px;
	border-bottom: 1px solid #999;
}

.devider {
/*	background-color: #30c2e7;*/
	height: 4px;
}

.txtprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 7px;
	/*border-bottom:1px solid #333;*/
	height: auto;
	text-decoration: none;
}


/*******************27th aprl***********************/

.termdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: underline;
	font-weight: normal;
	padding: 3px;
	float: right;
}

.termdetails a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: none;
}

.termdetails a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: none;
}

.termdetails a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.hotelsmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
	color: #000;
	font-weight: normal;
	float: left;
	cursor: pointer;
}


/*********** 1st may ***************/

.newtbltxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 34px;
	width: 200px;
	border: 1px solid #2483D0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gendersec {
	float: left;
	width: auto;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.boldstbltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 8px;
	font-weight: bold;
}

.cuttingbg {
	background-image: url(../images/cuttingbg.jpg);
	background-repeat: repeat-x;
	height: 12px;
	width: 98%;
	margin: 0px 3px;
	padding-right:
}

.newselbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 34px;
	width: 200px;
	border: 1px solid #2483D0;
}

.ovistrselbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 34px;
	width: 200px;
	border: 1px solid #2483D0;
}

.naturetxtnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 26px;
	padding: 4px;
}

.maxtxtnew {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
padding: 3px;
border-bottom: 1px solid #0a3d80;
height: auto; font-weight: 600; text-align:center;
}



.lead-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 34px;
	width: 100%;
	border: 1px solid #2483D0;
}

.lead-down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 34px;
	width: 100%;
	border: 1px solid #2483D0;
	margin-bottom: 5px;
	margin-top: 5px;
}




/**************new menu sec 13.6.2013****************/

.newmenusec {
	height: 42px;
	width: 100%;
	background-color: #000;
	z-index: 1000;
	position: fixed;
	top: 20px;
}

.menumodifybtn {
	background-color: #F90;
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 2px;
	color: #FFF;
	float: left;
	margin: 4px;
	outline: none;
	border: 0;
	cursor: pointer;
}

.menumodifybtn:hover {
	background-color: #360;
}

.managementheading {
	background-color: #330;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}

.viewmoretextcont {
	width: 85px;
	height: 18px;
	padding-bottom: 0px;
	margin-top: 4px;
	float: right;
}


/*************9.8.2013*************/

.hotelsection {
	height: 93px;
	width: 98%;
	padding: 5px;
}

.hotelimgsec {
	height: 83px;
	width: 124px;
	margin: 5px;
	float: left;
}

.hoteltxtsec {
	height: 83px;
	width: 80%;
	margin: 5px;
	float: left;
}

.mid-section {
	padding-left: 0;
}

.mid-section1 {
	padding-right: 0;
}

.hotelpricesec {
	height: 83px;
	width: 70px;
	margin: 7px;
	float: right;
}

.hotelname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03305c;
	padding: 3px;
}

.hoteltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
	text-align: justify;
}

.hotelfrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	padding: 3px;
}

.hotelprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	padding: 3px;
}

.hotelbookbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #F30;
	text-align: center;
	border: solid 1px #FFF;
	outline: none;
	padding: 3px;
	height: 28px;
	width: 70px;
	cursor: pointer;
}

.tbltxtareapayment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 90px;
	width: 194px;
	border: 1px solid #666;
}

.ccavenuesubmitbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #05417b;
	text-align: center;
	border: solid 1px #FFF;
	outline: none;
	padding: 8px;
	height: 40px;
	width: 230px;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding: 8px;
}

.advertisesection {
	background-image: url(../images/greenbg.png);
	background-repeat: repeat;
	height: 100px;
	width: 630px;
	position: absolute;
	right: 1%;
	top: 25px;
}

.modifylistbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 60px;
	border: 1px #999 solid;
	margin: 3px;
}

.usefulinfosec {
width: 100%;
margin-top: 0px;
margin-bottom: 5px;
float: left;
padding: 5px;
border-radius: 5px;
background-color: #FFFFFF;
}

.usefulheading {
	background-color: #0461B8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 10px 10px;
	box-shadow: 0px 5px 4px #ccc;
	font-size: 18px;
}

.dossec {
	width: 49%;
	background-color: #c7e2fb;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	/*margin:5px;*/
	float: left;
	border: 1px dotted #07559e;
}

.doestxt {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 23px;
color: #333;
text-align: justify;
padding: 12px 8px; 
}


.use-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	line-height: 16px;
	padding: 5px;
	height: 207px;
	overflow: auto;
}



.dontssec {
	width: 49%;
	background-color: #a9ecfd;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	border: 1px dotted #22b2d7;
}

.dontstxt {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #333;
  text-align: justify;
  padding: 12px 8px;
}



.doesheading {
	background-color: #03305c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.doesheading1 {
	background-color: #05417b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 5px;
}

.dontsheading {
	background-color: #630;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.dontsheading1 {
	background-color: #0197bd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 5px;
	text-align: center;
}


/*************Right advertise epanel********************/

.rightadvertisepanel {
	width: 20%;
	height: auto;
	margin: 5px .5%;
	float: right;
	background-color: #FFF;
	padding: 5px;
}

.advertisesec {
	background-color: #f1f2f3;
	width: 100%;
	cursor: pointer;
}

.advertisesec:hover {
	background-color: #e9eaeb;
	width: 100%;
	cursor: pointer;
}

.advertiseheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	padding: 3px;
}

.advertiseimg {
	height: 60px;
	height: 60px;
	margin: 4px;
	float: left;
}

.advertisetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
	padding: 5px;
}

.advertisesecbottom {
	background-color: #f1f2f3;
	width: 19%;
	cursor: pointer;
	float: left;
	margin: 4px;
}

.advertisesecbottom:hover {
	background-color: #e9eaeb;
	cursor: pointer;
}

.advertiseimgsec {
	padding-bottom: 6px;
	width: 100%;
	cursor: pointer;
}

.searchbg {
	background-image: url(../images/searchbg.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 300px;
	height: 26px;
	color: #000;
	margin-top: 4px;
	margin-right: 10px;
}

.searchtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px 10px;
}

.addresstxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	padding-right: 0px;
}


/*************27.9.2013********************/

.innerright {
	width: 52%;
	height: auto;
	margin: 9px 5px;
	float: left;
	background-color: #f1f1ef;
	padding: 5px;
}

.destcontact {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.topbg {
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 129px;
	position: fixed;
	z-index: 999;
	top: 0px;
}

.itenanrytbltop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background-color: #30c2e7;
	padding: 3px;
}

.tbltxtorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: bold;
	background-color: #abecfc;
	padding: 4px;
	/*float:left;*/
}

.facilitytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: normal;
	padding: 4px;
	/*float:left;*/
}

.facilitytoptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #900;
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 4px;
	/*float:left;*/
}

.facilitytxtsec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 6px;
	/*background-color:#EBEBEB;*/
	height: 28px;
	text-decoration: none;
}

.facilityhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	background-color: #09C;
}

.txtpricefacility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px;
	/*border-bottom:1px solid #333;*/
	height: auto;
	text-decoration: none;
}

.newbookigbtn {
	background-color: #600;
	height: 30px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: solid 1px #C00;
	outline: none;
	cursor: pointer;
}

.newfacilitytoptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #03305c;
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 4px;
	/*float:left;*/
}


/*************Right advertise epanel********************/


/*.rightadvertisepanel
{
	width:22%;
	height:auto;
	margin:5px 2px;
	float:right;
	background-color:#FFF;
	padding:5px;
}
.advertisesec
{
	background-color:#f1f2f3;
	width:100%;
	cursor:pointer;
}
.advertisesec:hover
{
	background-color:#e9eaeb;
	width:100%;
	cursor:pointer;
}
.advertiseheading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#090;
	padding:3px;
}
.advertiseimg
{
	height:60px; height:60px; margin:4px;
	float:left;
}
.advertisetxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:justify;
	padding:5px;
}
.advertisesecbottom
{
	background-color:#f1f2f3;
	width:19%;
	cursor:pointer;
	float:left;
	margin:4px;
}
.advertisesecbottom:hover
{
	background-color:#e9eaeb;
	cursor:pointer;
}

.advertiseimgsec
{
	padding-bottom:6px;
	width:100%;
	cursor:pointer;
}*/


/*********Google Translate Sec Start***************/


/*.goolelanguagesec
{
	width:200px;
	height:auto;
	float:right;
	
}*/

.translation-links {
	width: 25%;
	height: auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

.translation-links img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: 0;
	cursor: pointer;
	margin-right: 8px;
	height: 14px;
	width: 18px;
}

.translation-links img:hover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}
.lead-sec{
	    padding: 0 5px;

}

/*********Google Translate Sec End***************/


/*********Modified by Ganesh 23.12.15***************/

.topmenuleft {
	width: auto;
	float: right;
}

.topnewmenusec {
	/*height: auto;*/
	height: 80px;
	width: 100%;
	/*background-color: #000;*/
	/*position:fixed;*/
}

.newoneformsec {
	width: 100%;
	height: auto;
	background-color: #FFF;
	float: left;
	padding: 5px;
}

.destintxtstyle {
	width: 100%;
	height: auto;
	background-color: #1475d6;
	padding: 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.destintxtrightone {
	width: 100%;
	height: auto;
	padding: 6px;
	background-color: #E8E8E8;
	float: left;
	border: solid 1px #999;
	background: linear-gradient(180deg, #FFF, #e2e2e2);
}

.txtboxnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 23px;
	width: 100%;
	border: 1px #999 solid;
}


/*********Modified by Ganesh 23.12.15***************/


/*********Modified by Ganesh 06.2.16***************/

.newlogo {
	width: 9%;
	height: auto;
	float: left;
	min-height: 45px;
	min-width: 45px;
	margin: 8px 0px;
}

.titletxtsec {
	width: 75%;
	height: auto;
	float: left;
	margin-left: 4px;
	margin-top: 5px;
	text-align: left;
}

.newtitletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
}

.newtitletxtbtm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	font-weight: 500;
	text-align: left;
}

.typingtxt {
	font-family: 'Conv_Tangerine_Regular';
	font-size: 20px;
	color: #333;
	font-weight: bold;
	-webkit-animation: color-change 40s infinite;
	-moz-animation: color-change 40s infinite;
	-o-animation: color-change 40s infinite;
	-ms-animation: color-change 40s infinite;
	animation: color-change 40s infinite;
}

@-webkit-keyframes color-change {
	0% {
		color: #0f7002;
	}
	50% {
		color: #763501;
	}
	100% {
		color: #3d0295;
	}
}

@-moz-keyframes color-change {
	0% {
		color: #0f7002;
	}
	50% {
		color: #763501;
	}
	100% {
		color: #3d0295;
	}
}

@-ms-keyframes color-change {
	0% {
		color: #0f7002;
	}
	50% {
		color: #763501;
	}
	100% {
		color: #3d0295;
	}
}

@-o-keyframes color-change {
	0% {
		color: #0f7002;
	}
	50% {
		color: #763501;
	}
	100% {
		color: #3d0295;
	}
}

@keyframes color-change {
	0% {
		color: #0f7002;
	}
	50% {
		color: #763501;
	}
	100% {
		color: #3d0295;
	}
}

.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	float: right;
	padding: 0px 20px;
}

.secondarymenu {
	position: absolute;
	height: 30px;
	top: 0px;
	right: 0;
	width: 26%;
	text-align: right;
}

.btmnewmenusec {
	width: 100%;
	height: auto;
	margin-left: 5px;
	float: left;
}

.btmnewmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
}

.btmnewmenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0px 10px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.btmnewmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.btmnewmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F90;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.flagicon {
	width: 20px;
	float: right;
	margin: 5px;
}

.copyname {
	font-size: 14px;
	color: #333;
	padding: 5px 0px;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
}

.ori {
	font-size: 10px;
	color: #bebebe;
	text-align: center;
}


/*********Modified by Ganesh 06.2.16***************/


/*******MEDIA QUERY SEC START**********/

@media screen and (max-width: 1920px) {
	.innerright {
		width: 55%;
		height: auto;
		margin: 9px 7px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.newlogo {
		width: 8.5%;
		height: auto;
		float: left;
		min-height: 50px;
		min-width: 50px;
		margin: 5px 0px;
	}
}

@media screen and (max-width: 1680px) {
	.innerright {
		width: 54.7%;
		height: auto;
		margin: 9px 7px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.secondarymenu {
		position: absolute;
		height: 30px;
		top: 0px;
		right: 0;
		width: 35%;
		text-align: right;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 65%;
		height: auto;
		"

	}
}

@media screen and (max-width: 1600px) {
	.innerright {
		width: 54.4%;
		height: auto;
		margin: 9px 7px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.secondarymenu {
		position: absolute;
		height: 30px;
		top: 0px;
		right: 0;
		width: 35%;
		text-align: right;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 65%;
		height: auto;
		"

	}
}

@media screen and (max-width: 1440px) {
	.newlogo {
		width: 9%;
		height: auto;
		float: left;
		min-height: 50px;
		min-width: 50px;
		margin: 8px 0px;
	}
	.secondarymenu {
		position: absolute;
		height: 30px;
		top: 0px;
		right: 0;
		width: 30%;
		text-align: right;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 70%;
		height: auto;
		"

	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		float: right;
	}
}

@media screen and (max-width: 1366px) {
	.innerright {
		width: 54%;
		height: auto;
		margin: 9px 7px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.secondarymenu {
		height: 30px;
		top: 0px;
		right: 0;
		width: 35%;
		text-align: right;
	}
	.newlogo {
		width: 9%;
		height: auto;
		float: left;
		min-height: 50px;
		min-width: 50px;
		margin: 8px 0px;
	}
	.rightboxcontnew {
		min-height: 180px;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 65%;
		height: auto;
		"

	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		float: right;
	}
	.newlogo {
		width: 9%;
		height: auto;
		float: left;
		min-height: 50px;
		min-width: 50px;
		margin: 8px 0px;
	}
}

@media screen and (max-width: 1280px) {
	.innerright {
		width: 53.8%;
		height: auto;
		margin: 9px 5px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.translation-links {
		width: 20%;
		height: auto;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		margin-left: 5px;
		float: right;
	}
	.translation-links {
		width: 25%;
		height: auto;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		margin-left: 5px;
		float: right;
	}
	.rightboxcontnew {
		min-height: 190px;
	}
	.innerright {
		width: 53.8%;
		height: auto;
		margin: 9px 5px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.galleryinnerright {
		width: 53.5%;
		height: auto;
		margin: 5px;
		float: left;
		padding: 7px;
	}
	.secondarymenu {
		height: 30px;
		top: 0px;
		right: 0;
		width: 35%;
		text-align: right;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 65%;
		height: auto;
		"

	}
	.contactright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #03305c;
		line-height: 18px;
		text-align: left;
		float: left;
		padding: 10px 20px;
	}
	.contactright1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #03305c;
		line-height: 18px;
		text-align: left;
		float: right;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 1024px) {
	.innerright {
		width: 52.6%;
		height: auto;
		margin: 9px 7px;
		float: left;
		background-color: #f1f1ef;
		padding: 5px;
	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		margin-left: 5px;
		float: right;
	}
	.secondarymenu {
		position: absolute;
		height: 30px;
		top: 0px;
		right: 0;
		width: 40%;
	}
	/*main menu Compatible*/
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 5px;
		font-size: 12px;
	}
	/*main menu  Compatible*/
	.newtitletxt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #090;
		line-height: 22px;
		font-weight: 600;
	}
	.newtitletxtbtm {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 22px;
		font-weight: 500;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 60%;
		height: auto;
		"

	}
	.translation-links {
		width: 25%;
		height: auto;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.newlogo {
		width: 9%;
		height: auto;
		float: left;
		min-height: 50px;
		min-width: 50px;
		margin: 8px 0px;
	}
	.slogan {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.cncl-brdr{height: auto;}

.en-sec{
	position: relative;
	right: 0px;
	top: 0px;
}
	.avl-sec {
		margin-top: 0; z-index:1;
	}
	.mid-section {
		padding: 0;
	}
	.mid-section1 {
		padding: 0;
	}
	.bt-position {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.innerpagecontentsec {
		padding-bottom: 170px;
	}
	.footerinner {
		background-color: rgba(0, 0, 0, 0.9);
		width: 100%;
		padding: 10px 0px;
		height: auto;
		bottom: 0;
		position: static;
	}
	.topmenuleft {
		width: auto;
		float: left;
	}
	.innerpagetxtsec {
		height: auto;
		width: 100%;
		background-color: #FFF;
		margin: 0 auto;
		overflow: auto;
	}
	.innerpagecontent {
		background-color: #FFF;
		background-color: rgba(255, 255, 255, .5);
		margin: 12px;
		width: 97%;
		height: auto;
		color: #000;
	}
	.language {
		background-color: #333;
		position: fixed;
		z-index: 4;
		top: 60px;
		height: auto;
		height: auto;
		min-height: 60px;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-top: 12px;
		padding-bottom: 5px;
		border-top: solid 1px #5D5D5D;
		color: #FFF;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		color: #FFF;
		z-index: 100;
		width: 100%;
		height: auto;
		"

	}
	.secondarymenu {
		position: absolute;
		height: 30px;
		top: 8px;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		float: right;
		margin-top: -1px;
	}
	.newtitletxt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #090;
		line-height: 22px;
		font-weight: 600;
	}
	.newtitletxtbtm {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #000;
		line-height: 22px;
		font-weight: 500;
	}
	.mid-table {
		width: 100%;
		overflow: auto;
	}
	.mid-small {
		/*width: 600px;*/
		margin-bottom: 10px;
	}
	.mid-small2 {
		/*width: 1000px;*/
		margin-bottom: 10px;
	}
}

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

	.headtbltxt {border-right: none; width: auto; padding: 8px;}
.cncl-brdr{height: auto;}
	.en-sec{
	position: relative;
	right: 0px;
	top: 0px;
}
	.before2day{position: relative; right: 0;}
	.serch-prd {
    position: relative;
    top: 0;
	}
	.notavailablesec{height: auto; position: relative; right: 0; width: auto;}
	.btn-slide{width:100%; margin:0;}
	.avl-sec {
		margin-top: 0; z-index:1;
	}
	div#sticker {
		margin: 10px auto;
		left: 0;
	}
	.mid-section {
		padding: 0;
	}
	.mid-section1 {
		padding: 0;
	}
	.mid-table {
		width: 100%;
		overflow: auto;
	}
	.mid-small {
		/*width: 600px;*/
		margin-bottom: 10px;
	}
	.mid-small2 {
		/*width: 1000px;*/
		margin-bottom: 10px;
	}
	.bt-position {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.newtitletxt {
		display: none;
	}
	.dossec {
		width: 100%;
	}
	.dontssec {
		width: 100%;
	}
	.box-1 {
		width: 100%;
	}
	.destinationsechead {
		height: auto;
	}
	.newtitletxtbtm {
		display: none;
	}
	.language {
		background-color: #333;
		position: fixed;
		z-index: 4;
		top: 60px;
		height: auto;
		height: auto;
		min-height: 56px;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: solid 1px #5D5D5D;
		color: #FFF;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		top: 25px;
		color: #FFF;
		z-index: 100;
		width: 100%;
		height: auto;
		"

	}
	.secondarymenu {
		position: absolute;
		height: 30px;
		top: 0px;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.btmnewmenusec {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.newinputbox {
		height: 20px;
		width: 240px;
	}
	.txtbox {
		width: 240px;
	}
	.verysmltxtbox {
		width: 115px;
	}
	.contactright1 {
		float: left;
		padding: 10px 20px;
	}
	.innerpagecontent {
		background-color: #FFF;
		background-color: rgba(255, 255, 255, .5);
		margin: 12px;
		width: 95%;
		height: auto;
		color: #000;
	}
	.pageimgheader {
		background-color: #03305c;
		background-image: none;
		height: auto;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
	}
	.innerpagecontentsec {
		padding-bottom: 170px;
	}
	.mrquesec {
		position: relative;
		left: 10px;
		right: 10px;
		color: #FFF;
		z-index: 100;
		width: 100%;
		height: auto;
		"

	}
	.px {
  width: 100%;
}
.px1 {
  width: 100%;
}
.px2 {
  width: 100%;
}
.px3 {
  width: 100%;
}
}
.logo-box{width:15%; float:left;}
.add-box{width:37%; float:left;}
.add-box1{width:48%; float:left;}
.logo-box img{width: 80%;}
@media screen and (max-width: 480px) {
		.px {
  width: 100%;
}
.px1 {
  width: 100%;
}
.px2 {
  width: 100%;
}
.px3 {
  width: 100%;
}
	.logo-box img{width: 26%;margin: 0 113px;}
	.logo-box{width:100%; float:left;}
	.add-box1{width:100%; float:left; text-align:center;}
	.add-box{width:100%; float:left; text-align:center;}
	
	.innerconteninvoicetsec {width: 95%;}
	.lead-down, .lead-box {
  height: 34px;
  width: 100% !important;
}
	.headtbltxt {border-right: none; width: auto; padding: 8px;}
	.cncl-brdr{height: auto;}
	.en-sec{
	position: relative;
	right: 0px;
	top: 0px;
}
.t20{ margin-top:20px;}
.p0{ padding:0px;}
.m-text{width: 100%;
color: #C00;
background-color: blanchedalmond; text-align:center !important}
	.before2day{position: relative; right: 0;}
	.serch-prd {
    position: relative;
    top: 0;
	}
	.notavailablesec{height: auto;height: auto; position: relative; right: 0; width: auto;}
	.btn-slide{width:100%; margin:0;}
	.avl-sec {
		margin-top: 0; z-index:1;
	}
	div#sticker {
		margin: 10px auto;
		left: 0;
	}
	.mid-section {
		padding: 0;
	}
	.mid-section1 {
		padding: 0;
	}
	.mid-table {
		width: 100%;
		overflow: auto;
	}
	.mid-small {
		/*width: 600px;*/
		margin-bottom: 10px;
	}
	.mid-small2 {
		/*width: 1000px;*/
		margin-bottom: 10px;
	}
	.dossec {
		width: 100%;
	}
	.dontssec {
		width: 100%;
	}
	.destinationsechead {
		height: auto;
	}
	.contactright1 {
		float: left;
		padding: 10px 20px;
	}
	.txtbox {
		width: 142px;
	}
	.verysmltxtbox {
		width: 64px;
	}
	.newinputbox {
		height: 20px;
		width: 142px;
	}
	.innerpagecontent {
		background-color: #FFF;
		background-color: rgba(255, 255, 255, .5);
		margin: 12px;
		width: 95%;
		height: auto;
		color: #000;
	}
	.pageimgheader {
		background-color: #03305c;
		background-image: none;
		height: auto;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
	}
	.innerpagecontentsec {
		padding-bottom: 170px;
	}
	.mrquesec {
		position: relative;
		left: 0px;
		color: #FFF;
		z-index: 100;
		width: 100%;
		height: auto;
		"

	}
}

@media screen and (max-width: 400px) {
		.px {
  width: 100%;
}
.px1 {
  width: 100%;
}
.px2 {
  width: 100%;
}
.px3 {
  width: 100%;
}
	.innerconteninvoicetsec {width: 95%;}
	.headtbltxt {border-right: none; width: auto; padding: 8px;}
	.cncl-brdr{height: auto;}
	.en-sec{
	position: relative;
	right: 0px;
	top: 0px;

}
	.before2day{position: relative; right: 0;}
	.serch-prd {
    position: relative;
    top: 0;
	}
	.notavailablesec{height: auto;height: auto; position: relative; right: 0; width: auto;}
	.btn-slide{width:100%; margin:0;}
	.avl-sec {
		margin-top: 0; z-index:1;
	}
	div#sticker {
		margin: 10px auto;
		left: 0;
	}
	.mid-section {
		padding: 0;
	}
	.mid-section1 {
		padding: 0;
	}
	.mid-table {
		width: 100%;
		overflow: auto;
	}
	.mid-small {
		/*width: 600px;*/
		margin-bottom: 10px;
	}
	.mid-small2 {
		/*width: 1000px;*/
		margin-bottom: 10px;
	}
	.newtitletxt {
		display: none;
	}
	.newtitletxtbtm {
		display: none;
	}
	.navbar-brand {
		float: left;
		height: 60px;
		padding: 1px 5px;
		font-size: 18px;
		line-height: 20px;
		width: 300px;
	}
	.dossec {
		width: 100%;
	}
	.dontssec {
		width: 100%;
	}
	.destinationsechead {
		height: auto;
	}
	.avl-sec {float: left; z-index:1;}
	 .itenerarysec {float: right;}
	
}

@media screen and (max-width: 360px) {
		.px {
  width: 100%;
}
.px1 {
  width: 100%;
}
.px2 {
  width: 100%;
}
.px3 {
  width: 100%;
}
	.innerconteninvoicetsec {width: 95%;}
.avl-sec {float: left; z-index:1;}
.itenerarysec {float: right;}
	.headtbltxt {border-right: none; width: auto; padding: 8px;}
	.en-sec{
	position: relative;
	right: 0px;
	top: 0px;
}
	.before2day{position: relative; right: 0;}
	.serch-prd {
    position: relative;
    top: 0;
	}
	.notavailablesec{height: auto;height: auto; position: relative; right: 0; width: auto;}
	.btn-slide{width:100%; margin:0;}
	.avl-sec {
		margin-top: 0;z-index:1;
	}
	div#sticker {
		margin: 10px auto;
		left: 0;
	}
	.mid-section {
		padding: 0;
	}
	.mid-section1 {
		padding: 0;
	}
	.mid-table {
		width: 100%;
		overflow: auto;
	}
	.mid-small {
		/*width: 600px;*/
		margin-bottom: 10px;
	}
	.mid-small2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.newtitletxt {
		display: none;
	}
	.dossec {
		width: 100%;
	}
	.dontssec {
		width: 100%;
	}
	.destinationsechead {
		height: auto;
	}
	.btmnewmenu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		display: inline-block;
		padding-top: -18px;
	}
	.btmnewmenu a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		padding: 0px 3px;
		text-decoration: none;
		display: inline-block;
	}
	.btmnewmenu a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		display: inline-block;
	}
	.btmnewmenu a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #F90;
		text-decoration: none;
		display: inline-block;
	}
	.newtitletxtbtm {
		display: none;
	}
	.navbar-brand {
		float: left;
		height: 60px;
		padding: 1px 5px;
		font-size: 18px;
		line-height: 20px;
		width: 240px;
	}
	.contactright1 {
		float: left;
		padding: 5px 10px;
	}
	.searchbtn {
		float: left;
		margin-left: 0px;
	}
	.innerpagecontentsec {
		padding-bottom: 170px;
	}
	.innerpagecontent {
		background-color: #FFF;
		background-color: rgba(255, 255, 255, .5);
		margin: 12px;
		width: 95%;
		height: auto;
		color: #000;
	}
	.pageimgheader {
		background-color: #03305c;
		background-image: none;
		height: auto;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
	}
	.exploretitletext {
		font-size: 14px;
	}
	.mrquesec {
		position: relative;
		left: 0px;
		color: #FFF;
		z-index: 100;
		width: 100%;
		height: auto;
		"

	}
}

@media screen and (max-width: 320px) {
		.px {
  width: 100%;
}
.px1 {
  width: 100%;
}
.px2 {
  width: 100%;
}
.px3 {
  width: 100%;
}
	.innerconteninvoicetsec {width: 95%;}
		.lead-down, .lead-box {
  height: 34px;
  width: 100% !important;
}
	.headtbltxt {border-right: none; width: auto; padding: 8px;}
	.cncl-brdr{height: auto;}
	.en-sec{
	position: relative;
	right: 0px;
	top: 0px;
}
	.before2day{position: relative; right: 0;}
	.serch-prd {
    position: relative;
    top: 0;
	}
	.notavailablesec{height: auto;height: auto; position: relative; right: 0; width: auto;}
	.btn-slide{width:100%; margin:0;}
	.avl-sec {
		margin-top: 0; z-index:1;
	}
	div#sticker {
		margin: 10px auto;
		left: 0;
	}
	.mid-section {
		padding: 0;
	}
	.mid-section1 {
		padding: 0;
	}
	.mid-table {
		width: 100%;
		overflow: auto;
	}
	.mid-small {
		/*width: 600px;*/
		margin-bottom: 10px;
	}
	.mid-small2 {
		width: 1000px;
		margin-bottom: 10px;
	}
	.btmnewmenu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		display: inline-block;
		padding-top: -18px;
	}
	.btmnewmenu a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		padding: 0px 3px;
		text-decoration: none;
		display: inline-block;
	}
	.btmnewmenu a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		display: inline-block;
	}
	.btmnewmenu a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #F90;
		text-decoration: none;
		display: inline-block;
	}
	.innerpagecontent {
		background-color: #FFF;
		background-color: rgba(255, 255, 255, .5);
		margin: 12px;
		width: 95%;
		height: auto;
		color: #000;
	}
	.pageimgheader {
		background-color: #03305c;
		background-image: none;
		height: auto;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
	}
	.mrquesec {
		position: relative;
		left: 0px;
		color: #FFF;
		z-index: 100;
		width: 100%;
		height: auto;
		"

	}
	.navbar-brand {
		float: left;
		height: 60px;
		padding: 1px 5px;
		font-size: 18px;
		line-height: 20px;
		width: 200px;
	}
	.innercontentsec {
		width: 100%;
	}
}


/*******MEDIA QUERY SEC START**********/


/*******MEDIA QUERY SEC END**********/


/********** Start for sritam *******/

.suittxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 6px;
	height: auto;
	text-decoration: none;
}

.maxtxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
	height: auto;
}


/********* End for sritam *********/
.dis1 {
  display: none !important;
}
.dis3 {
  display: none !important;
}

.button {
  font-size: 1em;float: right;
  padding: 5px 31px;
  color: #000;
  border: 2px solid #fdb407; background-color: #fdb407;
  border-radius: 50px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #000; color:#fff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 90%;
  }
}

	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1023px)  {

		
		.tbltxtsubhead{ font-size:14px !important; text-align:left;
}
		.bkng-drop{height: 24px; margin:0px;}
.px .bkng-drop{ width:50%;}
/*.show1{ display:none!important;}*/
 .px{ width:100%}
		/* Force table to not be like tables anymore */
		.mid-small2 table, .mid-small2 thead, .mid-small2 tbody, .mid-small2 th, .mid-small2 td, .mid-small2 tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		.mid-small2 thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
.dis{ display:none !important}
.dis3{ display:block !important}
.maxtxtnew, .suittxt, .maxtxt{ padding-left: 0px !important;}
.dis1{ display:block !important; background:#0461b8;
color:#fff;
padding:4px 10px;
font-size: 12px;
font-weight: bold;
width: 44%;
float: left;}
.dis22{ display:block !important;
color:#000;
padding: 0px 10px;
font-size: 12px;
font-weight: bold;
width: 56%;
float: left;}
.diss1 {display: block !important;
background:
#20b1d5;
color:
#fff;
margin-right: 8px;
padding: 0px 10px;
font-size: 12px;
font-weight: bold;
float: left;
width: 62%;}
.dis2{background-color:#f60;color:#fff;font-weight: 600;padding: 3px 10px;width: 50%;float: left;
margin: 0px;
margin-top: 8px;
margin-right: 10px;}
.lead-down, .lead-box {
height: 34px;
width: 56%;
}
   .mid-small2 tr {
      margin: 0 0 1rem 0;
    }
      
    .mid-small2 tr:nth-child(odd) {
     /* background: #ccc;*/
    }
    
		.mid-small2 td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			 text-align:left;
 height:100%;
		}

		.mid-small2 td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0; color:#900; font-weight:bold;
			left: 6px;
			width: 45%; text-align:left;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		/*.mid-small2 td:nth-of-type(1):before { content: "Acc. At"; }
		.mid-small2 td:nth-of-type(2):before { content: "Acc. Name"; }
		.mid-small2 td:nth-of-type(3):before { content: "Acc. Capacity"; }
		.mid-small2 td:nth-of-type(4):before { content: "Room Type"; }
		.mid-small2 td:nth-of-type(5):before { content: "Price per day"; }
		.mid-small2 td:nth-of-type(6):before { content: "Availability"; }
		.mid-small2 td:nth-of-type(7):before { content: "Choose unit"; }
		.mid-small2 td:nth-of-type(8):before { content: "Book Now"; }
		.mid-small td:nth-of-type(9):before { content: "&nbsp;"; }
		.mid-small td:nth-of-type(10):before { content: "Arbitrary Data"; }*/

	}

	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1023px)  {
.time{width: 48% !important;
float: left !important;}
		/* Force table to not be like tables anymore */
		.mid-small23 table, .mid-small23 thead, .mid-small23 tbody, .mid-small23 th, .mid-small23 td, .mid-small23 tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		.mid-small23 thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
.dis{ display:none !important}
.dis2 {
  background-color: #f60;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  width: 50%;
  float: left;
  margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
  margin-top: 8px;
  margin-right: 10px;
}
   .mid-small23 tr {
      margin: 0 0 1rem 0;
    }
      
    .mid-small23 tr:nth-child(odd) {
      background: #ccc;
    }
    
		.mid-small23 td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left:29%; text-align:right;
 height:100%;
		}

		.mid-small23 td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0; color:#900; font-weight:bold;
			left: 6px;
			width: 45%; text-align:left;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		/*.mid-small23 td:nth-of-type(1):before { content: "Acc. At"; }
		.mid-small23 td:nth-of-type(2):before { content: "Acc. Name"; }
		.mid-small23 td:nth-of-type(3):before { content: "Acc. Capacity"; }
		.mid-small23 td:nth-of-type(4):before { content: "Room Type"; }
		.mid-small23 td:nth-of-type(5):before { content: "Price per day"; }
		.mid-small23 td:nth-of-type(6):before { content: "Availability"; }
		.mid-small23 td:nth-of-type(7):before { content: "Choose unit"; }
		.mid-small23 td:nth-of-type(8):before { content: "Book Now"; }
		.mid-small td:nth-of-type(9):before { content: "&nbsp;"; }
		.mid-small td:nth-of-type(10):before { content: "Arbitrary Data"; }*/

	}

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

		/* Force table to not be like tables anymore */
		.mid-small0 table, .mid-small0 thead, .mid-small0 tbody, .mid-small0 th, .mid-small0 td, .mid-small0 tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		.mid-small0 thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
.dis{ display:none !important}

    .mid-small0 tr {
      margin: 0 0 ;
    }
      
    .mid-small0 tr:nth-child(odd) {
      background: #ccc;
    }
    
		.mid-small0 td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			/*position: relative;*/
			padding-left:0%; text-align:left;
		}

		.mid-small0 td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0; color:#900; font-weight:bold;
			left: 6px;
			width: 45%; text-align:left;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		/*.mid-small0 td:nth-of-type(1):before { content: "Date"; }
		.mid-small0 td:nth-of-type(2):before { content: "AC Tents on Mountain slope "; }
		.mid-small0 td:nth-of-type(3):before { content: "AC Cottages on Mountain Slope "; }
		.mid-small0 td:nth-of-type(4):before { content: "Swiss Cotton Tent Cottages "; }
		.mid-small0 td:nth-of-type(5):before { content: "Total Acc. Capacity"; }
		.mid-small td:nth-of-type(6):before { content: "Secret Alias"; }
		.mid-small td:nth-of-type(7):before { content: "Date of Birth"; }
		.mid-small td:nth-of-type(8):before { content: "Dream Vacation City"; }
		.mid-small td:nth-of-type(9):before { content: "GPA"; }
		.mid-small td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
	}


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

		/* Force table to not be like tables anymore */
		.mid-small1 table, .mid-small1 thead, .mid-small1 tbody, .mid-small1 th, .mid-small1 td, .mid-small1 tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		.mid-small1 thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
.dis{ display:none !important}

    .mid-small1 tr {
      margin: 0 0 1rem 0;
    }
      
    .mid-small1 tr:nth-child(odd) {
      background: #ccc;
    }
    
		.mid-small1 td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left:27%; text-align:left;
		}

		.mid-small1 td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0; color:#900; font-weight:bold;
			left: 6px;
			width: 45%; text-align:left;
			padding-right: 10px;padding: 7px;
			white-space: nowrap;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		.mid-small1 td:nth-of-type(1):before { content: "Name"; }
		.mid-small1 td:nth-of-type(2):before { content: "Age"; }
		.mid-small1 td:nth-of-type(3):before { content: "Gender"; }
		.mid-small1 td:nth-of-type(4):before { content: "Category"; }
		.mid-small1 td:nth-of-type(5):before { content: "Entry Fee"; }
		/*.mid-small1 td:nth-of-type(6):before { content: "Secret Alias"; }
		.mid-small1 td:nth-of-type(7):before { content: "Date of Birth"; }
		.mid-small1 td:nth-of-type(8):before { content: "Dream Vacation City"; }
		.mid-small1 td:nth-of-type(9):before { content: "GPA"; }
		.mid-small1 td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
	}
	
	
	
	.term input {
  display: none;
}

.term label {
  cursor: pointer;
  display: inline-block;
 font-weight: 500;
text-decoration: underline;
padding: 10px 0px;
  color: #C00;
  font-family: arial;
  -webkit-transition: background-color 0.1s, color 0.1s;
}

.term label:hover {
  color: #000;
}

.test {
  -webkit-transition: height .3s ease;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 10px ;
}

input:checked + .test {
height: 300px;
overflow: auto;
border: 1px solid #ee3838;
border-radius: 9px;
padding: 10px;
}