@import url("snippets/header.css");
@import url("snippets/content.css");
@import url("snippets/feature.css");
@import url("snippets/pricing.css");
@import url("snippets/aboutus.css");
@import url("snippets/big_form.css");
@import url("snippets/form.css");
@import url("snippets/footer.css");
@import url("snippets/plan.css");
@import url("snippets/payment.css");
@import url("snippets/enquiry.css");


body {
	
	margin: 0;
	
	padding: 0;
	
	font-family: Arial;
	
	font-size: 13px;
	
	color: #555;
  /*17th*/
	background: #fff;
}

h1, h2, h3 {
	
	margin: 0;
	
	font-weight: normal;
	
	padding: 0px;
}

a {
	text-decoration: none;
	
	color: #0BC0F3;
	
	cursor: pointer;
}

a:hover {
	
	text-decoration: underline;
	
	color: #111;
}

a:active, a:focus {
	
	outline: 0;
}

a.read_more {
	
	color: #669966;
	
	text-decoration: underline;
}

ul {list-style: none;}

img {
	
	border: none;
}

img.left {
	
	float: left;
	
	margin: 0 15px 0 0;
}

img.right {
	
	float: left;
	
	margin: 0 0 0 15px;
}

.tal { text-align: left; }

.tar { text-align: right; }

.clear {clear: both;}

.spacer {
	
	float: left;

	width: 10px;

	height: 100px;
}



.border {
	
	float: left;

	width: 100%;

	margin: 15px 0 5px 0;

	border-top: 1px dotted #ccc;
}


/* ajax loader */

.loader {
	
	clear: both;
	
	background: url(../../images/loader.gif) no-repeat 50% 50%;

	height: 100%;

	width: 100%;
}
	



#loader {
	padding: 0 0 25px 0;
}
/*27.1.15*/
.wrapper {

	width: 1000px; 
	
	margin: 0 auto;

	height: auto;
}
/*16.9.14*/
/*Registration Form with Text Area Css*/
textarea.text_area {
     width: 390px;
    height: 50px;
}

.page {
 
	float: left;
	
	width: 100%;
	
	padding: 10px 5%;
	
	min-height: 436px;

/*	margin-top: 5%;*/
	margin-top: 150px;
}

.page_min {

	float: left;
	
	width: 84%;
	
	margin: 10px 8%;
	
	min-height: 444px;
}

@media (min-width:768px) {
	.page_start {
		width: 1040px !important;
		margin: auto !important;
	}
	
	.header_wrapper {
		width: 1040px !important;
		padding-left: 15px;
	}
}

@media (max-width:768px) {
	.header_wrapper {
		width: 100%;
	}
}

.copyright {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.quicklinks {
    float:  right;
}

.quicklinks > li > a {
    font-weight: bold;
    color: red;
    font-size: 12px;
}

footer {
	background-color: #303030;
}

.top_menu {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .top_menu {
        float: right;
    }
}

.menu {
	margin-top: 5px;
}

.plan_img {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 1000;
}

.plan_box {
    margin-top: 25px;
    box-shadow: 0px -5px 0px #E0E0E0;
    border-radius: 20px;
    min-height: 70px;
    border:1px solid #E0E0E0;
    padding: 15px;
}