<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/****************************************************************************************
																				body theme Classes 														
***********************************************************************************/
body {
	background:url(../../../images/new_homepage/new_schema/backMain.png) repeat scroll 0 0 #dfe2e9
}
/************************************************************
					Common Form Styling
**************************************************************/
::-webkit-input-placeholder {
   color: #b3b3b3 ;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b3b3b3;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b3b3b3;  
}

:-ms-input-placeholder {  
   color: #b3b3b3;  
}

.blueGredient{	background: rgb(76,202,219); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,202,219,1) 0%, rgba(80,203,220,1) 20%, rgba(80,200,216,1) 28%, rgba(66,175,191,1) 66%, rgba(64,173,189,1) 82%, rgba(60,175,192,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,202,219,1)), color-stop(20%,rgba(80,203,220,1)), color-stop(28%,rgba(80,200,216,1)), color-stop(66%,rgba(66,175,191,1)), color-stop(82%,rgba(64,173,189,1)), color-stop(100%,rgba(60,175,192,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,202,219,1) 0%,rgba(80,203,220,1) 20%,rgba(80,200,216,1) 28%,rgba(66,175,191,1) 66%,rgba(64,173,189,1) 82%,rgba(60,175,192,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,202,219,1) 0%,rgba(80,203,220,1) 20%,rgba(80,200,216,1) 28%,rgba(66,175,191,1) 66%,rgba(64,173,189,1) 82%,rgba(60,175,192,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,202,219,1) 0%,rgba(80,203,220,1) 20%,rgba(80,200,216,1) 28%,rgba(66,175,191,1) 66%,rgba(64,173,189,1) 82%,rgba(60,175,192,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,202,219,1) 0%,rgba(80,203,220,1) 20%,rgba(80,200,216,1) 28%,rgba(66,175,191,1) 66%,rgba(64,173,189,1) 82%,rgba(60,175,192,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ccadb', endColorstr='#3cafc0',GradientType=0 ); /* IE6-9 */
	
}

 .new_schema input,  .new_schema textarea{ 
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #DDDDDD inset;
    clear: both;
    color: #58595b;
    font:17px arial;
   }
   
   
   .privatePolicyNote{ 
   	color: #58585B;
    font:lighter 11px arial;
    margin-bottom: 11px;}
 
 
/********************************most common classes******************************/

.rounded_border
{ border-radius:5px;
}

/*****************************************************************************************************************************************
															Theme Color For Text
******************************************************************************************************************************************/

.PTC{ color:#58595b; /*primary text color*/}
.STC{color:#FFF /*secondary text color*/}
.TTC{color:#ffdd00 /*tertiary text color*/}
.MTTC{color:#33c1d4 /*main_theme text color*/}


/*****************************************************************************************************************************************
															Theme Color For Background
******************************************************************************************************************************************/

.BPTC{ background-color:#58595b; /*primary text color*/}
.BSTC{background-color:#FFF /*secondary text color*/}
.BTTC{background-color:#ffdd00 /*tertiary text color*/}
.BMTTC{background-color:#33c1d4 /*main_theme text color*/}




/*****************************************************************************************************************************************
															Common Font-Family 
******************************************************************************************************************************************/
.fontArial {
	font-family: arial
}

.fontArialRounded {
	font-family: arial Rounded MT
}

.fontArialHelvetica {font-family: Arial, Helvetica, sans-serif;}

.fontmvboli{ font-family: 'mvboli';}

.fontconvFreeS{ font-family: 'conv_FREESCPT';}

/*********************************************************************************************
																				text Classes 														
************************************************************************************************/
.head1 {font:bold 16px/17px arial;
    letter-spacing: -0.4px;
    
}
.head2 {	font: bold 30px/30px arial;
}
.head3 {
	background:#fff;
	font: 30px/30px arial;
	position: relative;
	text-align: center;
	top: 5px;
	margin:auto;
	letter-spacing:-1px
}

.Rularhead4 {
	 background: none repeat scroll 0 0 #FFFFFF;
    font: bold 20px/17px arial;
    letter-spacing: -1px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 5px;
}

.head4 {
	font:bold 18px/32px arial;
	text-transform: uppercase;
}
.head20 {
	font:bold 20px/22px arial;
}

.head5{
	font:bold 17px/19px arial;
	
}
.para1 {
	font:14px/17px arial;
	text-align:justify
}
.para2 {
	font:15px/18px arial;
	text-align:justify
}
.para3 {
	
	font:13px/16px arial;
	letter-spacing:-0.4px;
	text-align:justify
}

.para5 {
	
	font:12px/16px arial;
	
}

.rularHeadingList{ 
	background: none repeat scroll 0 0 #FFFFFF;
    letter-spacing: -1px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 5px;
	font-family:arial;}
	
.getStartedButton{font-size: 23px;
    letter-spacing: -1px;
    padding: 5px;
    width: 278px;}
.tripOwl{ width:27px; vertical-align: middle; margin-right:2px;}

.tripRating{
  
    margin-top: 2px;
    vertical-align: middle;
    width: 14px;
	height:14.5px;
}

hr{background: none repeat scroll 0 0 rgba(0, 0, 0, 0);height: 0;margin: 0;padding: 0; border:0}
.thumbImage{border-radius:5px; border:1px solid #b3b3b3;}

.breadCrumbStyle{font:12px arial;}
.breadCrumbStyle li{float:left; margin-right:5px; }</pre></body></html>