/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline; color: #000;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background:url('../images/rental_bg.jpg') repeat;
	  font-family: 'Assistant', sans-serif !important;
font-size: 15px !important;}
/*--header--*/
.agile-header {
    text-align: center;
    padding: 0px 0px;
    color: #000;
    font-family: 'Amiri';}
.agile-header h1 {
color: #970224;
letter-spacing: 3px;
margin-top: 50px;
font-size: 30px; font-weight:bold;



    font-family: 'Merriweather', serif;




}
.agile-header p {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 14px;
    line-height: 28px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0px;
}
.poperty{font-size: 17px; color: #b60000;}
textarea.form-control {
    height: 106px !important;
}
/*--//header--*/
.paddingzero{padding:0px !important;}
.paddingrightzero{padding-right:0px !important;}
.btn-default{color:#000;background-color:#fff !important;border: #73001b solid 1px !important;}
.btn-default:hover{color:#fff !important;background-color:#b60000 !important;border-color:#ccc}
/*--main--*/
.agileits-main {
    width: 60%;
    margin: 8px auto 0px;
	/*background:#fff;
	border: 1px solid #fff;*/
overflow: hidden;
/*border-radius: 10px;
font-weight:bold;*/
/*padding:0px 25px 0px 25px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,51,102,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,51,102,1);
box-shadow: 0px 0px 5px 0px rgba(0,51,102,1);*/
}
.btn {
    display: inline-block;
    padding: 3px 8px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
}    
form {
    padding: 22px 8px 30px 8px;
}
.agileits-main ul {
    float: left;
    width: 50%;
}
li.text {
    width: 24%;
    color: #000;
    float: left;
    text-align: right;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: capitalize;
    padding-top: 7px;
    font-family: 'Amiri';}
li.select {
    width: 24%;
    color: #000;
    float: left;
    text-align: right;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: capitalize;
    padding-top: 7px;
    }
.agileits-main li input[type="text"],.agileits-main ul li textarea,.agileits-main ul li select{
    padding: 7px;
    color: #000;
    outline: none;
    width: 62%;
    float: left;
    margin-left: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #000;
    font-family: 'Amiri';margin-bottom: 16px;
}
.agileits-main ul li textarea {
    min-height: 76px;
    resize: none;
    outline: none;
}
.agileits-main ul li select {
    min-height: 20px;
    resize: none;
    outline: none;
}
.agile-submit {
    text-align: center;
    margin: 30px 0px 0px;
}
.agile-submit input[type="submit"], .agile-submit input[type="reset"] {
    padding: 12px 36px;
    text-transform: uppercase;
    outline: none;
    border: none;
    margin: 0px 8px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Amiri';cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-submit input[type="submit"]{
	background:#e1306c;
}
.agile-submit input[type="submit"]:hover {
    background:rgba(225, 48, 108, 0.72);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agile-submit input[type="reset"]{
	background: #0099cc;
}
 .agile-submit input[type="reset"]:hover {
    background: rgba(0, 153, 204, 0.68);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--//main--*/

/*--footer--*/
.footer-w3 {
    text-align: center;
	padding: 28px 0px 0px;
}
.footer-w3 p {
    color: #000;
    font-weight: 100;
}
.footer-w3  p a {
    color:#e1306c;
	font-weight:400;
}
.footer-w3  p a:hover {
   text-decoration:underline;
}
/*--//footer--*/

/*--responsive--*/
@media(max-width:1440px){
	.agileits-main {
		margin: 2px auto 0px;
	}
	.agileits-main {
		width: 67%;
	}
	.footer-w3 {
		padding: 24px 0px 18px;
	}
}
@media(max-width:1366px){
	.agileits-main {
		width: 70%;
	}
}
@media(max-width:1280px){
	.agileits-main {
		width: 76%;
	}
}
@media(max-width:1024px){
	.agileits-main {
		width: 92%;
	}
}
@media(max-width:991px){
	.agileits-main {
		width: 96%;
	}
}
@media(max-width:800px){
	.agile-header p {
		margin: 0px 10px;
	}
	.agileits-main {
		width: 72%;
	}
	.agileits-main ul {
		float: none;
		width: 100%;
	}
	.agile-header {
		padding: 18px 0px;
	}
	form {
		padding: 28px 8px 24px 8px;
	}
}
@media(max-width:768px){
	.agileits-main {
		width: 76%;
	}
}
@media(max-width:667px){
	.agileits-main {
		width: 79%;
	}
}
@media(max-width:640px){
	.agileits-main {
		width: 82%;
	}
}
@media(max-width:600px){
	.agile-header h1 {
		letter-spacing: 1px;
	}
	.agile-header p {
		margin: 0px 12px;
		line-height: 24px;
	}
	.agileits-main {
		width: 86%;
	}
}
@media(max-width:568px){
	.agile-header h1 {
		letter-spacing: 0px;
	}
	.agileits-main {
		width: 87%;
	}
}
@media(max-width:480px){
	.agile-header p {
		font-size: 14px;
	}
	.agileits-main {
		width: 97%;
	}
	.agile-header h1 {
		font-size: 40px;
	}
	li.text {
		width: 26%;
		float: none;
		text-align: left;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.agileits-main li input[type="text"], .agileits-main ul li textarea {
		width: 95%;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.agile-submit {
		margin: 10px 0px 0px;
	}
	.footer-w3 p {
		line-height: 1.6em;
	}
}
@media(max-width:414px){
	.agile-header h1 {
		font-size: 38px;
	}
	.agile-header p {
		line-height: 22px;
	}
	li.text {
		font-size: 14px;
		width: 29%;
	}
	.agileits-main li input[type="text"], .agileits-main ul li textarea {
		width: 96%;
	}
	.footer-w3 {
		padding: 24px 1px 18px;
	}
}
@media(max-width:384px){
	.agile-header h1 {
		font-size: 34px;
	}
	.agile-header p {
		font-size: 14px;
		line-height:23px;
	}
	li.text {
		width: 32%;
	}
	.agileits-main li input[type="text"], .agileits-main ul li textarea {
		width: 95%;
	}
	.footer-w3 p {
		line-height: 1.7em;
	}
}
@media(max-width:375px){
	.agile-header h1 {
		font-size: 34px;
	}
	.agile-header p {
		font-size: 14px;
		line-height: 24px;
	}
	li.text {
		font-size: 14px;
		width: 32%;
	}
	.footer-w3 p {
		line-height: 1.8em;
		padding: 0px 13px;
		font-size:14px;
	}
	.agile-submit {
		margin: 16px 0px 0px;
	}
}
@media (max-width: 320px){
	.agile-header h1 {
		font-size: 29px;
	}
	li.text {
		width: 40%;
	}
	.agile-header p {
		margin: 4px 0px;
		line-height:23px;
	}
	.agile-submit input[type="submit"], .agile-submit input[type="reset"] {
		margin: 0px;
	}
	.footer-w3 p {
		padding: 0px;
	}
}
/*--//responsive--*/
.paddingleft7{padding-left:7% !important;}
.amt{margin-left:-15px;width: 47% !important;}
.paymentfre{margin-left: -5px;width: 50% !important;}
.error
{
color: #f20;
font-size: 13px;	
	
}
#successmsg
{
    color: #f20;
    font-size: 14px;
    margin-bottom: 5px;
}






/* *********************************************************************************************

Login form tutorial (CSS3 + jQuery) [Tutorial]
"Login form tutorial (CSS3 + jQuery)" that was specially made for DesignModo by our friend Valeriu Timbuc. 

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com/futurico
http://vladimirkudinov.com
http://rockablethemes.com

********************************************************************************************* */

.login-form,
.login-form h1,
.login-form span,
.login-form input,
.login-form label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* Form Container */
.login-form {
	position: relative;
	height: 250px;
	padding: 15px 25px 20px 25px;
	margin-top: 15px;
	cursor: default;

	
background: rgba(169,3,41,1);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*
box-shadow: inset 0px 0px 10px 0px #75001B,5px 5px 5px 1px #75001B;
-webkit-box-shadow: inset 0px 0px 10px 0px #75001B,5px 5px 5px 1px #75001B;
-moz-box-shadow: inset 0px 0px 10px 0px #75001B,5px 5px 5px 1px #75001B;
-o-box-shadow: inset 0px 0px 10px 0px #75001B,5px 5px 5px 1px #75001B;*/
}

.login-form:before {
	position: absolute;
	top: -12px;
	left: 10px;

	width: 0px;
	height: 0px;
	content: '';
	
	border-bottom: 10px solid #a50328;
border-right: 10px solid #a50328;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
}

/* Form Title */
.login-form	h2 {
	line-height: 40px;
font-family: 'Myriad Pro', sans-serif;
font-size: 22px;
font-weight: normal;
color: #ffffce;
padding: 0px;
border-bottom: dashed 1px #fff;
margin-top: 0px;
}

/* Form Input General Styles */
.login-form input[type=text],
.login-form input[type=email],
.login-form input[type=password],
.login-form input[type=submit],
.login-form input[type=button] {
	line-height: 14px;
	padding: 6px 15px;
	border: 0;
	outline: none;

	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255, .2);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/* Form User&Pass Input Styles */
.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email],
.js .login-form span {
	color: #686868;	
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);

	
background: rgba(255,255,206,1);
background: -moz-linear-gradient(top, rgba(255,255,206,1) 0%, rgba(240,240,192,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,206,1)), color-stop(100%, rgba(240,240,192,1)));
background: -webkit-linear-gradient(top, rgba(255,255,206,1) 0%, rgba(240,240,192,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,206,1) 0%, rgba(240,240,192,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,206,1) 0%, rgba(240,240,192,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,206,1) 0%, rgba(240,240,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffce', endColorstr='#f0f0c0', GradientType=0 );


}

.login-form input[type=text]:hover,
.login-form input[type=password]:hover {
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
}

.login-form input[type=text]:focus,
.login-form input[type=password]:focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}

/* Form Submit Input Styles */
.login-form input[type=submit],
.js .login-form span.checked:before {
	cursor: pointer;
	color: #000;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
}

.login-form input[type=submit]:hover {
background: #f47c20;
  background-image: -webkit-linear-gradient(top, #f47c20, #ffb030);
  background-image: -moz-linear-gradient(top, #f47c20, #ffb030);
  background-image: -ms-linear-gradient(top, #f47c20, #ffb030);
  background-image: -o-linear-gradient(top, #f47c20, #ffb030);
  background-image: linear-gradient(to bottom, #f47c20, #ffb030);
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
}

.login-form input[type=submit]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Form button Input Styles */
.login-form input[type=button],
.js .login-form span.checked:before {
	cursor: pointer;
	color: #000;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
}

.login-form input[type=submit]:hover {
	background: #f47c20; color:#fff !important;
  background-image: -webkit-linear-gradient(top, #f47c20, #ffb030);
  background-image: -moz-linear-gradient(top, #f47c20, #ffb030);
  background-image: -ms-linear-gradient(top, #f47c20, #ffb030);
  background-image: -o-linear-gradient(top, #f47c20, #ffb030);
  background-image: linear-gradient(to bottom, #f47c20, #ffb030);
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
}
.login-form input[type=button]:hover {
	background: #f47c20; color:#fff !important;
  background-image: -webkit-linear-gradient(top, #f47c20, #ffb030);
  background-image: -moz-linear-gradient(top, #f47c20, #ffb030);
  background-image: -ms-linear-gradient(top, #f47c20, #ffb030);
  background-image: -o-linear-gradient(top, #f47c20, #ffb030);
  background-image: linear-gradient(to bottom, #f47c20, #ffb030);
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
}

.login-form input[type=button]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Form Green Gradient Styles */
.login-form input[type=submit],
.js .login-form span.checked:before {
	padding: 5px 10px 6px 10px !important;
	color:#fff;
	border: solid 1px #da7c0c;
 background: #f47c20;
  background-image: -webkit-linear-gradient(top, #f47c20, #ffb030);
  background-image: -moz-linear-gradient(top, #f47c20, #ffb030);
  background-image: -ms-linear-gradient(top, #f47c20, #ffb030);
  background-image: -o-linear-gradient(top, #f47c20, #ffb030);
  background-image: linear-gradient(to bottom, #f47c20, #ffb030);
}


/* Form Green Gradient Styles */
.login-form input[type=button],
.js .login-form span.checked:before {
	padding: 5px 10px 6px 10px !important;
	color:#fff;
	border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}


/* Form Checkbox Input Styles */
.js .login-form input[type=checkbox] {
	position: fixed;
	left: -9999px;
}

.login-form span {
	position: relative;
	margin-top: 15px;
	float: left;
}

.js .login-form span {
	width: 16px;
	height: 16px;
	cursor: pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.js .login-form span.checked:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .45), inset 0px 1px 1px 0px rgba(0,0,0, .3);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .45), inset 0px 1px 1px 0px rgba(0,0,0, .3);
	box-shadow: 0px 1px 1px 0px rgba(255,255,255, .45), inset 0px 1px 1px 0px rgba(0,0,0, .3);
}

/* Form Label Styles */

.login-form label {
	position: absolute;
font-family: sans-serif;
font-weight: normal;
font-size: 12px;
color: #fff;
}
.whitetext{color:#fff;}
.backgroundwhite{background:#fff; padding:5px 15px 10px 15px; margin-top:10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,51,102,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,51,102,1);
box-shadow: 0px 0px 5px 0px rgba(0,51,102,1);
border-radius:5px;
}

.innertitile{color: #b60000;
letter-spacing: 3px;
margin-top: 10px;
font-size: 25px;
font-weight: bold; text-align:center;
font-family: 'Merriweather', serif;}

.forgot
{
font-size: 14px;color: #fff;text-decoration: none;
margin-top:2px;	
}
.forgot:hover
{
font-size: 14px;color: #ffffce;text-decoration: none;
margin-top:2px;	
}