@charset "utf-8";
/* CSS Document */

::-ms-clear { display: none; }

.fHeading {
	font-size: 16px;
	border-bottom: 1px dotted #cccccc !important;
	border-top: 1px dotted #cccccc !important;
	background-color: #F5F5F5;
	padding: 8px 0px 8px 8px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.frow
{
	width:100%;
	float:left;
}

.fcol1,
.fcol2,
.fcol3,
.fcol4,
.fcol5,
.fcol6,
.fcol7,
.fcol8,
.fcol9,
.fcol10
.fcol11,
.fcol12
{
float:left;
margin-right: 1%;
margin-left: 1%;
margin-top: 5px;
margin-bottom: 5px;
border:0px solid red;
position:relative;
}

.fcol1 {
	
	font-size: 14px;
	width: 6.33%;
}

.fcol2 {
	width: 14.66%;
	}
	
.fcol3 {
	width: 22.99%;
	}
	
.fcol4 {
	width: 31.33%;
	
	}
.fcol5 {
	
	width: 39.65%;
	
}
.fcol6 {
	
	width: 47.98%;
	
}
.fcol7 {
	
	width: 56.31%;
	
}
.fcol8 {
	
	width: 64.64%;
	
}
.fcol9 {
	
	width: 72.97%;
	
}
.fcol10 {
	
	width: 81.3%;
}
.fcol11 {
	
	width: 89.63%;
	
}
.fcol12 {
	
	width: 97.96%;
	}
	
.btn {
	font-size: 18px;
	padding: 5px 4% !important;
	background-color: #48bfdf !important;
	color: #000;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 0 !important;
	width: auto;
	border-radius: 5px !important;
	box-shadow: 0 10px 10px -7px #666;
}
	
.btn:hover {
	background-color: #f9c35c;
	color:#000!important;
}

button, input, select, textarea
{
	width:100%;	
}

input[type="text"]
{
	/*margin-bottom:10px !important;
	/*height:50px;
	 border-radius:5px;outline:none;border:none;padding-left:10px;padding-right:10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #888; width: 100%;*/
}


input[type="checkbox"], input[type="radio"] {
	/*width: 10% !important;
	float: left;
	border: 2px solid red;
	height: 15px;
	margin-bottom: 7px;*/
		
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -4px;
	left:0;
    overflow: hidden;
    display:inline;
}

.checkbox_label {
    display: block;
    padding-left: 50px;
    text-indent: -15px;
}
/*
input[type="button"] {
	width:200px;
	padding:7px;
}*/


.input,input[type="search"] {
    height: 50px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border:solid 1px #888;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }	

	.active {
    color: #ddd;
    border:solid 1px #0895D8
    }
    
	.label_move{/* top: 5px; */position: absolute;padding-left: 10px;font-size: 13px;font-weight: bold; color:#828282; font-family:arial; -moz-user-select: none; -webkit-user-select: none; user-select: none;}
	.select_label{/* top: 5px; */position: absolute;padding-left: 10px;font-size: 13px;font-weight: bold; color:#828282; font-family:arial; -moz-user-select: none; -webkit-user-select: none; user-select: none;}
/*select {
	width: 100%;
	outline:none;
	height: 28px;
	margin-bottom: 20px;
	background-color:#fff;
	padding-left:5px;
	cursor:pointer;
    border:none;
}*/

.focus_boxshadow {
    border:solid 1px #018B86;
    }
    .outfocus_boxshadow {
    color: #bbb;
    border:solid 1px #888;
    padding-top: 0px;
    }
    .focus_input{
    padding-top:15px !important;color:#000;
    }
    .text_color{
    color:#bbb;
    }
    .text_color_imp{
    color:#000 !important;
    }
.stepContainer input, .stepContainer select, .stepContainer textarea{text-transform: uppercase;}
.stepContainer select{margin: 0;}
.stepContainer select[disabled]{background: #f5f5f5;}
#step-1 .email{text-transform: lowercase;}
.error_required{border:solid 1px #F00000;}

.valid{color:#000; border:solid 1px #099B0F;}

.error_submit{background-color:#f6dede; border:solid 1px #F00000;}
.valid_submit{background-color:#deeddf;}

.error_radio, .error_checkbox, .otherDiv{display: none;}
.error_radio {
background: #F6DEDE;
border: 1px solid #F00000;
border-radius: 5px;
color: #828282;
padding: 5px;
font-size: 13px;
font-weight: bold;
width:320px;
}

#display-pincode
{
position: absolute;
border: solid 1px;
z-index: 1;
background-color: whitesmoke;
width: 96%;
padding-left: 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
height: 150px;
overflow-y: scroll;
display:none;
}

textarea{resize: none;}
#enquiry textarea{height: 130px !important;}
.form_background{background-color:#f4f4f4; float:left; width:100%; margin-bottom:30px;}

@media only screen and (min-width: 320px) and (max-width: 479px){
.fcol4,.fcol5,.fcol6 {
	float: left;
	width: 96%;
	padding-right: 1%;
	padding-left: 1%;
}

input[type="checkbox"], input[type="radio"] {width: 16px; height: 16px;}
label{margin:5px 0px 5px 0px !important;}
.fcol1mob{width:5%; float:left; top: 5px !important;}
.fcol3mob{width:83%; float:left;   margin: 5px 15px 5px 16px !important;}

}


@media only screen and (min-width: 480px) and (max-width: 599px){
.fcol4,.fcol5,.fcol6 {
  float: left;
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
}
}


@media only screen and (min-width: 600px) and (max-width: 767px){
.fcol4,.fcol5,.fcol6{
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
input[type="checkbox"], input[type="radio"] {width: 16px; height: 16px;}
label{margin:5px 0px 5px 0px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
input[type="checkbox"], input[type="radio"] {width: 16px; height: 16px;}
label{margin:5px 0px 5px 0px !important;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
input[type="checkbox"], input[type="radio"] {width: 16px; height: 16px;}
label{margin:5px 0px 5px 0px !important;}
}
