@CHARSET "UTF-8";

@font-face {
    font-family: 'sansation regular';
    src: url('./fonts/Sansation_Regular.ttf');
    /* src: url('./fonts/Sansation_Bold_Italic.ttf?#iefix') format('embedded-opentype'), url('./fonts/Sansation_Bold_Italic.ttf') format('ttf'), url('./fonts/Sansation_Bold.ttf') format('truetype'),url('./fonts/Sansation_Italic.ttf') format('truetype'),url('./fonts/Sansation_Light_Italic.ttf') format('truetype'),url('./fonts/Sansation_Light.ttf') format('truetype'),url('./fonts/Sansation_Regular.ttf') format('truetype')); */
    font-weight: normal;
    font-style: normal;
}
.osOptions{
    display: inline-block;
    width: 32%;
}
#ureqLoginForm input[type="text"],#others{
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    font-family:sansation regular;
    font-size: 14px;
    color:#9e9e9e;
    display:inline-block;
    /*width:93%;
    height:25px; */
    padding:6px;
    margin-top: 10px;
}
#ureqfirstname,#ureqlastname,#ureqorganization,#ureqmobilenumber,#ureqemailid,#others{
	 height:25px;
	 width:93%;
}
#sereqfirstname,#sereqlastname,#sereqorganization,#sereqmobilenumber,#sereqemailid{
	height:25px;
	width:93%;
}
.selectLabel:before{
	pointer-events: none;
	display: block;
	content: '';
	right: 28px;
	width: 16px;
	height: 16px;
	background:url("../usercontent/orginal/down.png") no-repeat 90% 50%;
	position: relative;
    top: 22px;
	font-size: 21px;
	float: right;
	z-index : 1;
}
.selectSerLabel:before{
	pointer-events: none;
	display: block;
	content: '';
	right: 30px;
	width: 16px;
	height: 16px;
	background:url("../usercontent/orginal/down.png") no-repeat 90% 50%;
	position: relative;
    top: 27px;
	font-size: 21px;
	float: right;
	z-index:10;
}
select#sereqcity,select#reqlocality,select#sereqlocality,select#sereqskills,select#ureqcity{
	border: 1px solid #cccccc;
    border-radius: 3px;	
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family:sansation regular;
    font-size: 14px;
    color:#9e9e9e;
    display:inline-block;
    width:96%;
    height:40px;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: 0px; 
	text-indent: 1px; 
	margin-top:10px;
}
#ureqLoginFormLeft{
	display:inline-block;
	float:left;
	margin-top:4%;
	margin-left:12%;
	width:100%;
}

#serProLoginFormLeft{
	display:inline-block;
	float:left;
	margin-top:4%;
	margin-left:6%;
}

#ureqLoginFormLabel{
	float:left;
	display:inline-block;
	width:14%;
	text-align:left;
	padding-top:20px;
	font-size:14px;
	font-family:sansation regular;
	white-space:nowrap;
	color:#484848	;
}

#custmerRegForm {
   display:block;
   margin-left:5%;
  width:90%;
   padding-right:16%;
}
#uppage{
	float: right;
	margin-right: 1%;
	cursor: pointer;
}

#feaContentUpPage{
	cursor: pointer;
    float: right;
    margin-right: 1%;
    margin-top: 20%;
}

.ureqTitle,.serProTitle{
    color: #484848;
    font-family: sansation regular;
    font-size: 29px;
    text-align:center;
}
.ureqTitle{
	padding:3%;
}
.serProTitle{
	padding:4%;
}

.uRequestBtn{
     background-color: #4da648;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: sansation regular;
    font-size: 14px;
    margin-bottom: 5%;
    margin-right:1%;
    margin-top: 10px;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 89%;
}
.serProRequestBtn{
    background-color: #4da648;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: sansation regular;
    font-size: 14px;
    margin-bottom: 5%;
    margin-right: 2%;
    margin-top: 10px;
    padding: 12px 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 88%;
}

.urrequired {
    color: #FF0000;
    font-weight: bold;
    padding-left: 5px;
}

.emerhorizontalLine {
    border-top: 1px solid #d8d8d8;
    margin-top: 15px;
    padding-top: 5px;
    width: 91%;
}

#ureqLoginForm {
    color: #5a5a5a;
    font-family: sansation regular;
    width: 77%;
    font-size:12px;
    margin: auto;
    margin-right:1%;
}

.uReqContainer {
    margin:auto;
}

div#ureqLoginForm div label {
    width: 30%;
    display: inline-block;
    text-align:left;
}

.ureqErrorColor {
    color: #FF0000;
    border-color: #FF0000 !important;	
}
#screenpreviewimgjs {
		width: 40%;
	margin-left: 45%;
	padding-top: 3%;
}

div.statusMsg {
    font-size: 13px; 
	font-family: sansation regular;
	padding: 10px 40px;
	width: auto;
}

.errorMsg {
	background:#deb2bd;
	border: 1px solid #b7818f;
}

.successMsg {
	background:#ddf0b9;
	border: 1px solid #bad28c;
}

.loading {
  background:#ebd4a7;
  border: 1px solid #ceb482;

}

.defaultStatus {
	background:#ebd4a7;
	border: 1px solid #ceb482;
}

div#status {
    position: relative;
    z-index: 1;
}

.thridContainerInnerDiv {
	height: 79%;
}

.urRegByInvContainer {
     /* height: 15%;	 */
    /*  padding-top: 0.5%; */
     /*padding-bottom: 1%;*/
     background-color: #ffffff;
     z-index: 5;
     width: 100%;
     position: fixed;
}

.regByInvlogo {
   display: inline-block;
    margin-left: 2%;
	width:25%;
	float:left;
	cursor:pointer;
   /* margin-top: 1%;*/
}

.regByInvcaption {
   display: inline-block;
    margin-left: 2%;
	width:25%;
	margin-top:2%;
}

.regByInvtxt {
    vertical-align: top;
    background-color: #29313a;
    border: 1px solid #29313a;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: sansation regular;
    font-size: 12px;
    padding: 9px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-top: 2%;
}

.leftcontent{
	float: right;
    vertical-align: top;
    display: inline-block;
    font-family: sansation regular;
    font-size: 14px;
    margin-top:2.5%;
    text-decoration: none;
    margin-right: 8%;
    white-space:nowrap;
	width:30%;
    margin-top:-2%;
}

#alphatesting,#homescrolldown{
	color: #393939;
	margin-left:1%;
	margin-right:2%;
}

#homescrolldown{
	cursor:pointer;
}

.feelSafeImg {
  /*   height: 450px; */
    /*height: 100%;*/
    width: 100%;
    z-index:1;
    position: absolute;
}

.regByInvationScrolDown {
	text-align:center;
}

.feaExplImg {
    display: inline-block;
    height: 30%;
    margin-left: 10%;
    padding-right: 10px;
    vertical-align: top;
    width: 25%;
}

.feaExpltxt p {
	color: #919191;
    display: inline-block;
    font-family: sansation regular;
    font-size: 13px;
    height: 50%;
  /*   width: 26%; */
    text-align: justify;
    line-height: 150%;
}

.featuredExpTitle {
	color: #393939;
    font-family: sansation regular;
    font-size: 36px;
    text-align: center;
   /*  margin-bottom: 3%;
    margin-top: 1%;
     margin-left: -53px; */
     padding-top: 0.5%;
}

.silder4videoimg{
    height: 200px;
    width: 100%;
}

.silder4title {
	color: #393939;
    font-family: sansation regular;
    font-size: 36px;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

.silder4bgcolor{
	 background-color: #f1f1f1; 
}

.slider4mobileimg{
	width: 75%;
	height:100%;
	display: inline-block;
	vertical-align: top;
}

.slider4screenpreview{
	width: 50%;
	display: inline-block;
	margin-left: 10%;
}

.screenpreviewtitle{
	color: #393939;
    font-family: sansation regular;
    font-size: 28px;
}

.slider4grallery{
	height: 80%;
	text-align: center;
}

.screenpreviewcontent p{
	color: #919191;
    font-family: sansation regular;
    font-size: 13px;
    text-align: justify;
    line-height: 200%;
    max-width: 100%;
}

#urRegPage,#servProRegPage{
   height: auto;
   margin: auto;
   position: absolute;
   color: #000000;
   background-color: #ffffff;
   top: 0%;
   left: 0%;
   border-radius:15px;	
   width: 47%;	
   
}

#userRegisterPage{
   width:100%; 
   height:100%;
  margin-top: 9%;
}
.feaCenterContainer {
    display: inline-block;
    margin-right: 5%;
   /* margin-left: 3%;*/
    width: 42%;
}

.ThridContainer {
	display:inline-block;
	width:100%;
    background-color:white;
    height: 95%;
    margin-top: 9%;
}

.urFromScrollDown {
	display: inline;
    margin-left: 175px;
    margin-top: 303px;
    text-align: center;
    vertical-align: bottom;
    z-index: 1000;
}

.urFromScrollDown_reg {
	text-align:center;
	margin-top: 1%; 
}
.featureScrollDown {
	text-align:center;
	margin-top:2%;
	margin-bottom: -5%;
	width: 100%;
}

.slider3title{
	display: inline-block;
}

.homeScrollDown {
	z-index:10;
	position:relative;
	/* margin-left: 47.5%; */
    /*margin-top: 30%;*/
	cursor: pointer;
	/* bottom: 30px; */
}

.sliderfirst{
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	/* margin-top: 4% !important; */
}

.feaImg {
	width:30%;
	/* margin-top: 8%; */
}

.footer_apple_icon{
	z-index: 2;
	position: absolute;
	margin-left: 48%;
	padding-top: 2.5%;
	display:block;
	
}

.footer_android_icon{
	z-index: 2;
	position: absolute;
	margin-left: 50.5%;
	padding-top: 2.5%;
	display:block;
	
}

.ui-page-scrolling-main{
/* 	margin-top: 5%; */
}

.footer{
	/*height: 250px;*/
    width: 100%;
    z-index: 1;
}

.foot_txt{
	z-index: 2;
	position: absolute;
	/*margin-top: 5%;*/
	text-align: center;
	color: #ffffff;
    font-family: sansation regular;
    font-size: 15px;
    margin-top:1%;
    width: 100%;
}

.screencount{
	display: inline-block;
	vertical-align: top;
	margin-left: 4%;
	margin-top: 2%;
}

.bannerscreencount{
	display: inline-block;
	vertical-align: top;
	margin-left: 94%;
	position: absolute;
	margin-top: 20%;
	cursor: pointer;
	z-index: 50;
}

#screencount1{
	vertical-align: top;
	display: block;
}

.countpriew {
    list-style: outside none none;
    /* position: fixed; */
    right: 50px;
    top: 50%;
    z-index: 1;
}

#screenpreviewimg {
	width:250px;
}

.bannercountpriew {
    list-style: outside none none;
    right: 50px;
    top: 50%;
    z-index: 1;
}

.scrcount {
    border: 3px solid white;
    border-radius: 35px;
    height: 12px;
    margin-top: 10px;
    width: 12px;
    text-align: center;
}

.bannerscrcount {
    border: 3px solid white;
    border-radius: 35px;
    height: 12px;
    margin-top: 10px;
    width: 12px;
    text-align: center;
}

.scrcount_actived {
    background-color: white;
    border: 3px solid white;
    height: 12px;
    margin-left: 0;
    width: 12px;
}

.bannerscrcount_actived {
    background-color: white;
    border: 3px solid white;
    height: 12px;
    margin-left: 0;
    width: 12px;
}

.screencount_txt{
	text-align: center;
	padding: 10px;
	cursor: pointer;
}

.feaThridContainer {
	 display:inline-block;
	 vertical-align:top;
	 margin-top:1%;
	 width: 100%;
	 text-align: center;
}

.footer_txt{
	color: #919191;
    font-family: sansation regular;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
}
a.custterms{
	color: #484848;
    font-family: sansation regular;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
}
.footer_social_add{
	display:inline-block;
	float: right;
	width: 10%;
	font-family: sansation regular;
    font-size: 12px;
    color: #919191;
    text-decoration:none;
    padding-top: 0.25%;
}

/* .footer_social_add{
	width: 45%;
} */

.socialmedialink{
	text-decoration:none;
	text-align: center;
	font-family: sansation regular;
    font-size: 12px;
    color: #919191;
}

.footersociallink{
	width: 100%;
}

.scrolldown{
	cursor: pointer;
	margin-left: 40px;
}

.feaContentActive {
	display:inline;
}

.feaContentDeactive {
	display:none;
}

.footer_page{
	 padding-top: 10px;
    padding-bottom: 0px;
}

.footer_center{
	width: 40%;
	text-align: center;
}
.footer_left{
	width: 30%;
	text-align: center;
	float:left;
}

a:hover {
    text-decoration:underline;
}

.footer_right{
	margin-left: 4%;
}

#slider{
	position: absolute !important;
}

.feaoptionimg{
	padding-bottom:20px;
	cursor: pointer;
	padding-left: 6%;
    padding-right: 6%;
}

.featureExpSubTile {
	color: #393939;
    font-family: sansation regular;
    font-size: 28px;
}

.rambling-slice{
	/* height: 100% !important; */
}

.ramblingSlider{
	height: 100% !important;
}

#screenpreviewimg {
	width: 40%;
	margin-left: 45%;
	padding-top: 3%;
}
.footer-main{
    /*height: 250px;*/
    height:68px;
    background-image: url("../usercontent/small/microsite_footer.png");
  /*   background-repeat:no-repeat; */
/*  margin-top: 1%;*/
    
    
    
}
.dialogokbutton{
	height: 40px;
	text-align: center;
	margin-left: 40%;
	cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width:520px) {
    #ureqLoginForm {
    	width:70%;
        color: #5a5a5a;
        font-family: sansation regular;
        font-size: 12px;
        margin: auto;
        padding-left:0px;
    }
    
    .feaoptionimg{
	padding:20px;
   }
    
    .ramblingSlider{
	    height: 87% !important;
	    width: 100% !important;
    }
    
   
    .uRequestBtn {
       width:85%;
    }
   
    #ureqLoginForm input[type="text"] {
       width: 88%;
	}
   
   .regByInvlogo img {
	   display: inline-block;
       height: 1%;
       margin-left: 3%;
       width: 100%;
   }
   
   .regByInvlogo {
       display: inline-block;
       margin-left: 3%;
       width: 50%;
   }
   
   .regByInvtxt{
	   background-color: #29313a;
	   border: 1px solid #29313a;
	   color: rgb(255, 255, 255);
	   cursor: pointer;
	   display: inline-block;
	   float: right;
	   font-family: sansation regular;
	   font-size: 0.6em;
	   margin-right: 3%;
	   padding: 6px;
	   text-align: center;
	   text-decoration: none;
	   width: 36%;
   }
   
   .ureqTitle {
       font-size: 1em;
   }
   .featuredExpTitle {
      font-size: 1em;
   }
   .featureExpSubTile {
       font-size: .8em;
   }
   
   .feaExplImg {
      margin-left: 0px;
   }
   
   .feaoptionimg img {
       margin-top: 3px;
       width: 100%;
   }
   
   .feaThridContainer {
     display:inline-block;
     vertical-align: top;
     width: 15%;
     margin-top: 120px;
   }
   
   .feaExpltxt p {
       font-size: 0.8em;
       height: 50%;
       line-height: 142%;
   }
   
   .silder4videoimg {
       height: 20%;
   }
   
   .silder4title {
       font-size: 1em;
   }
   
   .screenpreviewtitle {
      font-size: .8em;
   }
   
   .screenpreviewcontent p {
      font-size: .7em;
   }
   
   .screencount {
      display: inline-block;
      margin-left: 13%;
      vertical-align: top;
   }
   
   .slider4screenpreview {
      width:20%;
   }
   
   .slider4mobileimg {
      display: inline-block;
      height: 50%;
      vertical-align: top;
      width: 33%;
   }
   
   #slider4mobileimg  {
      width: 30% !important;
   }
   
   #screenpreviewimg {
      display: inline-block;
      vertical-align: top;
       width: 100%;
   }
   
   .scrcount {
	    border: 3px solid #cbcbcb;
	    border-radius: 35px;
	    height: 54%;
	    margin-top: 25%;
	    text-align: center;
	    width: 114%;
   }
   
   .screencount {
	    display: inline-block;
	    margin-left: 0%;
	    vertical-align: top;
   }
   
   .scrcount_actived {
	    background-color: #4da648;
	    border: 3px solid #4da648;
	    height: 99%;
	    width: 100%;
   }
   
   .footer {
	    height: 20%;
	    position: absolute;
	    width: 100%;
	    z-index: 1
   }

   .footer_apple_icon {
      margin-left: 38%;
      margin-top: 8%;
   }
   
   .footer_android_icon {
	    margin-top: 8%;
   }
   
   .feaCenterContainer {
	    display: inline-block;
	    height: 215px;
	    margin-left: 25%;
	    margin-right: 5%;
	    overflow: scroll;
	    padding-right: 10px;
	    margin-top: -272px;
	    overflow: scroll;
        width: 69%;
   }

	.screenpreviewcontent {
	    height: 400px;
	    overflow: scroll;
	}

	/*.footer_left {
	   width: 45%;
	   font-size:.6em;
	}*/

	.footer_social_add a {
	    font-size: .6em;
	    color: #919191;
	    display: inline-block;
	    font-family: sansation regular;
	    font-size: .8em;
	    text-align: center;
	    width: 18%;
	    text-decoration:none;
   }
   
	.footer_txt {
		padding-top:0px;
		font-size:.6em;
		width:100%;
		
	}

	#screenpreviewimgjs {
		width:100%;
	}

	.footer-main {
	    height: 55px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 5%;
	}
	
	.footersociallink {
		width:100%;
	}

	.footer_social_add{
		/*display:inline-block;
		float: right;
		width: 45%;
		text-align: center;
		font-family: sansation regular;
	    font-size: 12px;
	    color: #919191;
	    text-decoration:none;*/
	    width:100%;
	}
	
	.foot_txt {
	   font-size: 17px !important;
	}
	
	#feaBigImg1{
	height: 125px;
    position: relative;
    width: 67%;
	}
	
	.thridpageupArrow {
	    margin-top: -5px;
	}
}
@media (max-device-width:765px){
		.regByInvlogo{
			margin-left: 0%;
		}
		.leftcontent{
		margin-right: 4%;
		}

}
@media (max-device-width:765px){
	#movetosecondslid{
	
	width: 92%;
	}
	.leftcontent {
    margin-right: 1%;
	}	
}
@media only screen and (min-device-width:.360px) and (max-device-width:315px) {

	.urRegByInvContainer{
		height: auto;
	}
	.regByInvlogo {
	    margin-left: 5%;
		}
		.leftcontent {
    margin-right: 15%;
	}
}
@media (max-device-width:325px){
	.urRegByInvContainer{
		height: auto;
	}
	.regByInvlogo{
		display: block;
	
	}
	.leftcontent {
    margin-right: 0%;
    width: 100%;
	}
	.regByInvlogo {
	    margin: auto 15% auto auto;
    width: 75%;
	}
	.regByInvtxt {
    margin: auto 3% auto auto;
	}
	#movetosecondslid {
    width: 90%;

    font-size: 1em;
	}
	.sliderfirst{
	
	margin-top: 33%;
	}
	.ramblingSlider #rambling-animation img {
	    height: 100%;
	    width: 100%;
	}
	.sliderdownarrow{
		bottom: 40px;
		position: absolute;
	
	}
	
	.urRegPage {
	    
	    margin-top: 42%;
	    
	}
	#ureqLoginForm div {
	    
	    margin-top: 14px;
	}
	
	#ureqLoginForm {
	 
	    width: 80%;
	}
	
	.ThridContainer {
	
	 
     margin-top: 30%;

	}
	
		.footer-main {
		    
		    margin-top: 10px;
		}
		.thridContainerInnerDiv {
    height:53%;
    margin-top: 10%;
	}
	#feaContentUpPage {
   
    margin-top: 3%;

	}
	.ramblingSlider #rambling-animation img#feaBigImg11{
		    height: 100%;
		    width: 100%;
	}
	#ureqLoginForm div {
		margin-top: 10px;
    	margin-bottom: 6px;
	}
	.feaThridContainer {
    
    	 margin-top: 10px;

	}
	
	.feaCenterContainer {
    
    height: 228px;
   	width: 55%;
	}
	.feaContentActive {
    	
    	
    	display:inline-block;
	}
	#feaBigImg1{
		display:inline-block;
	
	}
	.thridContainerInnerDiv .slider-wrapper{
		display: inline-block;
    	float: right;
    	height: 61%;
    	margin: 24px auto auto 14% !important;
    	
    	width: 21%;
    
	
	}
	.featuredExpTitle{
		margin-left: 0px;
	
	}
}
.contactDetail{
	bottom: 30px;
    /*cursor: pointer;*/
    z-index: 10;
}

.howItWorksImg,.enquiryMailImage{
	cursor: pointer;
}

#custRegPopupColose,#servProRegColose{
	float:right;
	margin-right:3%;
	margin-top:3%;
	cursor:pointer;
}
.urRegPageDialog{
	padding: 10px 10px 35px;
    background: #fff;
    z-index: 999;
    display: none;
    position: absolute;
    right: 0;
}

.servProRegPageDialog{
	padding: 10px 10px 35px;
    background: #fff;
    z-index: 999;
    display: none;
    position: absolute;
    right: 0;
}

.customServiceProvideButton{
    margin-left:-280px;
    position: absolute;
    text-align: center;
    width: 537px;
	left:50%;
    z-index: 50;
	bottom:16%;
}

.custRegBttn{
   /* display:inline-block;
    float:left;
    cursor:pointer;
    margin-right:3%;*/
     cursor: pointer;
    display: inline-block;
    margin-right: 3%;
}


.servProvRegBttn{
    display:inline-block;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
}



#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer,.popupContainerServ{
	position:absolute;
	height: auto;
	background: #FFF;
	border-radius:10px;
	width:47%;
	padding-bottom: 10px;
}

.modal_close,.modal_close_provider{
	width:100%;
}
.modal_close,.modal_close_provider img{
	width:17px;
	float:right;
	padding:7px;
	cursor:pointer;
}


#modal_trigger{display:inline-block;}
#modal_trigger_provider{display:inline-block;}

.ServiceProRegForm{
	width:90%;
	margin-right:auto;
	margin-left:auto;
	max-height: 530px;
    overflow-x: auto;
}

#contactImg{
	vertical-align: middle;
} 
div#captchaText{
	width:78%;
	float:right;
	margin-top:13px;
}
div#serProcaptchaText{
	width:78%;
	float:right;
}
#captchacode,#serProCaptcha{
	height:25px;
	width:40%;
	padding:5px;
	display:inline-block;
	margin-left:4%;
	color:#9e9e9e;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
#refreshImg,#servoprefreshImg Img{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
#captchaimg,#captchaimges{
	/*height:39px;*/
	display:inline-block;
	float:left;
	/*width:100px;*/
	padding-top:10px;
}
#refreshImg,#servoprefreshImg{
	margin-left:5%;
}

#alphatesting a {
	text-decoration: none;
	color : #393939;
}

#preloaddiv{
    display: none;
    margin-bottom: 4%;
    margin-top: 2%;
    text-align:center;
}

/*.content{
	cursor:pointer;
}*/

#ureqLoginFormDes{
    font-family:sansation regular;
    font-size: 13px;
    color:#484848;
    display:inline-block;
    width:77%;
    float:right;
    padding:6px;
    margin-top: 10px;
   /*  text-align:center; */
}
.ureqfirstname,.ureqlastname,.sereqfirstname,.sereqlastname{
display:inline-block;
text-transform: capitalize;
}

.nojspara{
	background: #f88080 none repeat scroll 0 0;
    border: 1px solid #666666;
    border-radius: 15px;
    font-family: helvetica;
    font-size: 15px;
    padding: 10px;
    width: 50%;
    z-index: 3000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.chosen-container-single .chosen-single{
	height: 40px !important;
	line-height: 36px !important;
    margin-top: 10px !important;
    box-shadow : 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.chosen-container-multi .chosen-choices{
	position:static !important;
}
.chosen-container-single .chosen-single div b{
	display:none !important;
}
.chosen-container-multi .chosen-drop{
	margin-top:-3%;
}