body {
	background-color: #f7f7f7;
}
a {
	outline: none !important;
	transition: all 0.2s ease-in-out 0s;
}
a:focus, a:hover {
	text-decoration: none !important;
}
.red-bar {
	background-color: #cb0000;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
	float: left;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.red-bar p {
	margin-bottom: 0px;
}
.bold-txt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
.gray-con {
	width: 100%;
	float: left;
	padding: 10px 0px;
	text-align: center;
}
.blue-bar {
	background-color: #1e82c9;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	min-height: 300px;
}
.abolute-img {
	bottom: 0;
	left: 36%;
	position: absolute;
	top: -10px;
}
.floatr {
	float: right;
}
.blue-bar h3 {
	color: #fff;
	margin-top: 72px;
}
h1 {
	color: #1e82c9;
	font-weight: bold;
	margin: 30px 0px;
	text-align: center;
}
h3 {
	color: #2d2f38;
	margin: 20px 0px;
	font-weight: bold;
}
.computer-img {
	margin: 10px 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li {
	margin: 0px;
	padding: 0px;
}
.list-1 {
	display: inline-block;
	text-align: left;
	margin: 10px 0px 30px;
}
.list-1 li {
	padding: 5px 0px 0px 18px;
	background: url(../images/star.png) no-repeat left center;
	font-size: 16px;
	color: #7c8299;
	margin: 2px 0px;
}
.btn-1 {
	background: rgba(255,221,31,1);
	background: -moz-linear-gradient(top, rgba(255,221,31,1) 0%, rgba(250,187,28,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,221,31,1)), color-stop(100%, rgba(250,187,28,1)));
	background: -webkit-linear-gradient(top, rgba(255,221,31,1) 0%, rgba(250,187,28,1) 100%);
	background: -o-linear-gradient(top, rgba(255,221,31,1) 0%, rgba(250,187,28,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,221,31,1) 0%, rgba(250,187,28,1) 100%);
	background: linear-gradient(to bottom, rgba(255,221,31,1) 0%, rgba(250,187,28,1) 100%);
	border: 1px solid #edb616;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 35px;
	margin: 10px 0px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.btn-1:hover {
	background: rgba(250,187,28,1);
	background: -moz-linear-gradient(top, rgba(250,187,28,1) 0%, rgba(255,221,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,187,28,1)), color-stop(100%, rgba(255,221,31,1)));
	background: -webkit-linear-gradient(top, rgba(250,187,28,1) 0%, rgba(255,221,31,1) 100%);
	background: -o-linear-gradient(top, rgba(250,187,28,1) 0%, rgba(255,221,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,187,28,1) 0%, rgba(255,221,31,1) 100%);
	background: linear-gradient(to bottom, rgba(250,187,28,1) 0%, rgba(255,221,31,1) 100%);
}
.txt1 {
	width: 100%;
	float: left;
	margin: 5px 0px;
	font-size: 14px;
}
.txt1 a {
	text-decoration: underline;
}
.list-2 li {
	background: url(../images/star.png) no-repeat left center;
	padding: 5px 0px 0px 20px;
	font-size: 16px;
	margin: 5px 0px;
	width: 100%;
}
.faxsipit-con {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px 0px 20px;
}
.small-txt {
	font-size: 14px;
	display: block;
}
.logo-img {
	margin: 10px 0px 10px;
}
.shadow-box {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	display: inline-block;
	padding: 20px 40px;
	border-radius: 6px;
	margin: 20px 0px;
	font-size: 17px;
	text-align: left;
}
.shadow-box ul li {
	background: url(../images/right-img.png) no-repeat left 12px;
	margin: 3px 0px;
	padding: 5px 0px 0px 20px;
}
.faq {
	background-color: #e9ebee;
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.collapsed {
	display: block;
}
.collapsed:hover {
	text-decoration: none;
}
.panel-default > .panel-heading {
	background-color: #f7f7f7 !important;
	padding: 15px;
	transition: all 0.2s ease-in-out 0s;
}
.panel-default > .panel-heading:hover {
	background-color: #1e82c9 !important;
	color: #fff;
}
.panel-default > .panel-heading:focus {
	background-color: #2d2f38 !important;
}
.panel-title {
	font-weight: bold;
}
footer {
	background-color: #141922;
	width: 100%;
	float: left;
	padding: 15px 20px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer ul li {
	display: inline-block;
}
footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: underline !important;
}
.left-con {
	float: left;
}
.rigt-con {
	float: right;
}
.bot-links {
	float: right;
}
.top-foot {
	float: left;
	width: 100%;
	border-bottom: 1px solid #2d2f38;
	padding: 0px 0px 10px;
	margin-bottom: 5px;
}
footer li {
	display: inline-block;
	margin: 0px 5px;
}
.social a:hover {
	opacity: 0.8;
}
.landingPage_redDate{
	font-size:13px;
	position: absolute;
	top:45px;
	right:135px;
	color:white;
}
@media screen and (max-width: 1200px) {
	.landingPage_redDate{
		right:70px;
	}
}
@media screen and (max-width: 1000px) {
	.landingPage_redDate{
		right:118px;
	}
}
@media screen and (max-width: 767px) {
footer {
	text-align: center;
}
.landingPage_redDate{
	display: none;
}
.rigt-con {
	display: inline-block;
	float: none;
	text-align: center;
}
.top-foot {
	border: medium none;
	margin-top: 20px;
}
.bot-links {
	display: inline-block;
	float: none;
	width: 100%;
}
.bot-links li a {
	text-decoration: underline !important;
}
.bot-links li {
	margin: 5px 0px;
	width: 100%;
}
.shadow-box {
	box-shadow: none;
	padding: 10px 0px;
}
.mobile-view {
	text-align: center;
}
.abolute-img {
	left: inherit;
	margin-bottom: -35px;
	margin-top: 50px;
	position: inherit;
}
}
 @media screen and (max-width: 480px) {
.computer-img {
	width: 100%;
}
}
 @media screen and (max-width: 360px) {
h3 {
	font-size: 20px;
	text-align: left;
}
.list-1 {
	width: 100%;
}
.btn-1 {
	font-size: 18px;
}
}
