<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*#region Select box */
.sbHolder
{
	float: left;
	font-weight: normal;
	border: 1px solid #dfdfdf;
	height: 30px;
	width: 348px !important;
	position: relative;
}

.statusbar .sbHolder
{
	float: left;
	font-size: 11px;
	background: #3a3b3b;
}

.sbSelector
{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
	font-size: 1em;
	background: none;
	margin-left: 10px;
	color: #252525;
}

	.sbSelector:link,
	.sbSelector:visited,
	.sbSelector:hover
	{
		text-decoration: none;
	}

.sbToggle
{
	background-image: url('../../images/master/select-open.png');
	display: block;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 17px;
	padding: 0px;
}

.sbToggleOpen
{
}

.sbHolderDisabled
{
	border: 1px solid #292929;
}

	.sbHolderDisabled .sbHolder
	{
	}

	.sbHolderDisabled .sbToggle
	{
	}

.sbOptions
{
	background-color: #FFF;
	border: 1px solid #dfdfdf;
	width: 348px !important;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;
	direction: ltr;
}

.statusbar .sbOptions
{
	background: #3a3b3b;
}

.sbOptions li
{
	padding: 0 7px;
	/*background: none;*/
	clear: both;
	/**float:left;*/
	*width: 93%;
}

	.sbOptions li.group
	{
	}

.sbOptions a
{
	border-top: dotted 1px #292929;
	display: block;
	padding: 3px 0 3px 3px;
}

	.sbOptions a:hover
	{
		background-color: #dfdfdf;
	}

	.sbOptions a:link,
	.sbOptions a:visited
	{
		color: #252525;
		text-decoration: none;
		line-height: 24px;
		height: 24px;
		white-space: nowrap;
		text-align: left;
		text-indent: 8px;
		font-size: 1em;
	}
/*#endregion*/

.display-none
{
	display: none;
}

.contactUsDiv
{
	width: 350px;
	float: left;
	position: relative;
	font-family: Arial;
	color: #252525;
}

#loading51
{
	position: absolute;
	bottom: 70px;
	left: 45px;
	display: none;
}

.details-div
{
	width: 100%;
	float: left;
}

.singlefield
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.singlefield a{
	color:#252525;
	cursor:pointer;
}

.field-title {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	color: #474646;
	font-size: 1em;
	text-align: left;
	direction: ltr;
}

	.field-title .text
	{
		color: #252525;
	}

	.field-title .star
	{
		color: #eb8314;
	}

.input-holder
{
	width: 348px;
	height: 30px;
	float: left;
	border: 1px solid #dfdfdf;
}

.inputtext
{
	width: 328px;
	height: 30px;
	border: none;
	float: left;
	background-color: transparent;
	font-size: 1em;
	text-align: left;
	margin: 0 10px;
}

.content-text-area
{
	width: 348px;
	height: 80px;
	float: left;
	border: 1px solid #dfdfdf;
}

#contentTxt
{
	width: 328px;
	height: 60px;
	float: left;
	background-color: transparent;
	font-size: 1em;
	font-family: Arial;
	text-align: left;
	margin: 10px;
	border: none;
}

.apload-file-area
{
	width: 348px;
	height: 49px;
	float: left;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	background-image: url('../../images/Master/attach.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#filMyFile
{
	width: 425px !important;
	height: 49px;
	float: left;
	direction: rtl;
	font-size: 0.8em !important;
	cursor: pointer;
}

#btnSend
{
	width: 350px;
	height: 40px;
	float: left;
	margin-top: 10px;
	background-color: #154677;
	cursor: pointer;
	color: #FFF;
	font-size: 1.125em;
	text-align: center;
	line-height: 40px;
	border: none;
}

#BeLoading
{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 80px;
	bottom: 90px;
	background-image: url('../../images/bookingengine/loading2back.png');
	display: none;
}

	#BeLoading img
	{
		margin: 8px;
	}

.fieldvalidator
{
	width: 100%;
	height: 10px;
	line-height: 10px;
	float: left;
}

	.fieldvalidator span
	{
		width: 100%;
		float: left;
		font-size: 0.7em;
		text-align: left;
	}

.select-holder
{
	width: 348px;
	height: 30px;
	float: left;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	background-image: url("../../images/master/select-open.png");
	background-position: 325px center;
	background-repeat: no-repeat;
}

	.select-holder select
	{
		direction: ltr;
		width: 370px;
		height: 30px;
		float: left;
		background-color: transparent;
		border: none;
		cursor: pointer;
	}

#thanksHolder
{
	width: 100%;
	float: left;
	text-align: center;
}

	#thanksHolder span
	{
		width: 100%;
		float: left;
		color: #545454;
		font-size: 1em;
		font-family: Arial;
		margin: 50px 0;
	}
</pre></body></html>