﻿/* Author : Karthik.R */

* {
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 24px;
	color: #666666;
	font-size: 14px;
	/*letter-spacing: 1px;*/
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.clear {
	clear: both;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6d6d6d;
}

/*-Popup Page-*/
/*.wrap-litebox
{
	width: 855px;
	margin: 0px auto;
}*/

/*-Manin Content-*/
/*.wrap-litebox-container
{
	width: 780px;
	margin: 40px auto 0;
	padding: 20px 45px 20px 25px;
}*/

/*.contentfaq-wrap
{
	float: left;
	width: 100%;
	margin-top: 20px;
}*/

#litebox-tab .list-wrap {
	padding: 10px 0px;
}

#litebox-tab .nav {
	overflow: hidden;
	border-bottom: 2px solid #0485B7;
}

	#litebox-tab .nav li {
		width: 185px;
		float: left;
		margin: 0 10px 0 0;
		line-height: 25px;
	}

		#litebox-tab .nav li a {
			display: block;
			background: url( '../images/buttons.png' ) no-repeat -3px -50px;
			color: white;
			font: normal 13px arial;
			text-align: center;
			line-height: 25px;
			border: 0;
		}

#litebox-tab li a.current, #litebox-tab li a.current:hover {
	background: url( '../images/buttons.png' ) no-repeat -2px -5px;
	color: #fff;
	height: 25px;
	width: 185px;
}

#litebox-tab .nav li a:hover, #litebox-tab .nav li a:focus {
	background: url( '../images/buttons.png' ) no-repeat -2px -5px;
	height: 25px;
}

.feature-left {
	width: 600px;
	float: left;
}

	.feature-left h2 {
		font: bold 13px arial;
		padding: 10px 0px 10px;
	}

.detail-list li {
	font: normal 13px arial;
	background: url( '../images/arrow.jpg' ) no-repeat 0px 11px;
	padding: 8px 0px 8px 15px;
}

	.detail-list li .head {
		display: block;
		font-size:19px;
	}

.contentfaq {
	display: none;
}

	.contentfaq li {
		font: normal 13px arial;
		background: url( '../images/bullet.jpg' ) no-repeat 0px 15px;
		padding: 10px 0px 5px 15px;
		text-align: justify;
		line-height: 20px;
	}

.feature-right {
	float: right;
}

.contact-details {
	border: 1px solid #d7d7d7;
	width: 165px;
}

	.contact-details h2 {
		color: #fff;
		font: normal 12px arial;
		background: url( '../images/head-bg.jpg' ) repeat-x;
		padding: 5px 0px 5px 10px;
	}

.contacts-holder {
	width: 155px;
	margin: 0px auto;
}

	.contacts-holder h4 {
		font-weight: bold;
		padding: 5px 0px;
		font-size: 13px;
	}

.contact-details p {
	font: normal 12px arial;
	padding: 0px 0px 0px 3px;
	line-height: 22px;
}

.br {
	border-bottom: 1px solid #d7d7d7;
	margin: 5px 0px;
}

.cnt-detail {
	padding-bottom: 20px;
}

.cust-form {
	width: 600px;
	margin: 0px auto;
	border: 1px solid #d7d7d7;
}

.cust-head {
	background: url( '../images/header-bg.jpg' ) repeat-x 0px -2px;
	height: 35px;
	text-align: center;
}

	.cust-head h4 {
		padding: 5px 0px;
	}

.cust-form table {
	margin-top: 20px;
}

	.cust-form table td {
		padding: 7px 0px;
	}

		.cust-form table td .textbox {
			border: 1px solid #d7d7d7;
			height: 25px;
			width: 180px;
			text-align: justify;
		}

		.cust-form table td .textarea {
			border: 1px solid #d7d7d7;
			height: 65px;
			width: 180px;
			resize: none;
		}

.send-msg {
	background: url( '../images/sendamessagebut.jpg' ) no-repeat;
	width: 99px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	padding-bottom: 20px;
	border: none;
}

.blu-clr {
	color: #3FBCFF;
}

.red {
	color: #D60909;
	font-weight: bold;
}
/*-// Popup page style ends here-*/

/*-Testimonial page  style start here-*/

.wrapper-testmonial {
	width: 950px;
	margin: 0px 5px 0px 5px;
}

	.wrapper-testmonial h3 {
		font: normal 15px arial;
	}

.banner-one {
	margin: 30px 0px 30px;
}

.boxtestimonial {
	margin: 20px 0px;
	overflow: hidden;
	boxtestimonial-shadow: 3px 3px 0px 0px #e7e7e7;
	border: 1px solid #e7e7e7;
	padding: 0px;
	width: 100%;
}

	.boxtestimonial img {
		padding: 35px 5px;
		float: left;
	}

.quotewrap {
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
}

	.quotewrap p {
		padding: 0px 0px 5px 25px;
	}

blockquote {
	background: url( '../images/quotes-top.jpg' ) no-repeat;
	padding: 10px 10px 0px 30px;
	margin: 10px 0px 25px;
	font-style: italic;
	width: 700px;
	font-size: 12px;
	text-align: justify;
}

.closequote {
	background: url( '../images/quotes-bottom.jpg' ) no-repeat;
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-left: 20px;
}

.new-box {
	border-bottom: 1px dotted #d7d7d7;
	overflow: hidden;
}

	.new-box img {
		padding: 25px 10px;
		float: left;
	}

	.new-box .quotewrap {
		margin: 20px 0px 0px 0px;
		width: 70%;
	}

	.new-box blockquote {
		width: 740px;
	}

p span.name {
	padding-left: 2px;
	color: #717070;
}

p span.city {
	padding-left: 7px;
	color: #717070;
}

.contentfaq p {
	margin-top: 10px;
	font-size:17px;
}

/**,
*::before,
*::after {
 box-sizing:content-box;
}*/
.anchr-link-colorfaq {
	color: #000000;
}

	.anchr-link-colorfaq:hover {
		text-decoration: underline;
		color: #000000;
	}
