/* ------ Table of Content ------
1. Reset
2. Clearing Floats
3. HTML 5 element
4. Typography
5. Basic Layout
6. Pages
7. All Hack
8. Font Icons 
*/
/* 4. Typography
***************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700);
/*font-family: 'Roboto', sans-serif; font-family: 'Rajdhani', sans-serif; font-family: 'Lato', sans-serif;*/
@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold_gdi.eot');
	src: url('../fonts/ProximaNova-Semibold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold_gdi.woff') format('woff'), url('../fonts/ProximaNova-Semibold_gdi.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold_gdi.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-00FE;
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light_gdi.eot');
	src: url('../fonts/ProximaNova-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light_gdi.woff') format('woff'), url('../fonts/ProximaNova-Light_gdi.ttf') format('truetype'), url('../fonts/ProximaNova-Light_gdi.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+000D-00FE;
}
/* 1. Reset
***************************************************************/
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-appearance: value;
	-moz-appearance: value;
	appearance: value;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, span, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, {
margin:0px auto;
padding:0px;
border:0;
outline:0;
font-size:100%;
}
a, img a {
	text-decoration: none;
	border: 0;
	outline: 0 !important;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
a, button, input {
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
:focus {
	outline: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* MARGINS & PADDINGS */
.p-xxs {
	padding: 5px;
}
.p-xs {
	padding: 10px;
}
.p-sm {
	padding: 15px;
}
.p-m {
	padding: 20px;
}
.p-md {
	padding: 25px;
}
.p-lg {
	padding: 30px;
}
.p-xl {
	padding: 40px;
}
.m-xxs {
	margin: 2px 4px;
}
.m-xs {
	margin: 5px;
}
.m-sm {
	margin: 10px;
}
.m {
	margin: 15px;
}
.m-md {
	margin: 20px;
}
.m-lg {
	margin: 30px;
}
.m-xl {
	margin: 50px;
}
.m-n {
	margin: 0 !important;
}
.m-l-none {
	margin-left: 0;
}
.m-l-xs {
	margin-left: 5px;
}
.m-l-sm {
	margin-left: 10px;
}
.m-l {
	margin-left: 15px;
}
.m-l-md {
	margin-left: 20px;
}
.m-l-lg {
	margin-left: 30px;
}
.m-l-xl {
	margin-left: 40px;
}
.m-l-n-xxs {
	margin-left: -1px;
}
.m-l-n-xs {
	margin-left: -5px;
}
.m-l-n-sm {
	margin-left: -10px;
}
.m-l-n {
	margin-left: -15px;
}
.m-l-n-md {
	margin-left: -20px;
}
.m-l-n-lg {
	margin-left: -30px;
}
.m-l-n-xl {
	margin-left: -40px;
}
.m-t-none {
	margin-top: 0;
}
.m-t-xxs {
	margin-top: 1px;
}
.m-t-xs {
	margin-top: 5px;
}
.m-t-sm {
	margin-top: 10px;
}
.m-t {
	margin-top: 15px;
}
.m-t-md {
	margin-top: 20px;
}
.m-t-lg {
	margin-top: 30px;
}
.m-t-xl {
	margin-top: 40px;
}
.m-t-n-xxs {
	margin-top: -1px;
}
.m-t-n-xs {
	margin-top: -5px;
}
.m-t-n-sm {
	margin-top: -10px;
}
.m-t-n {
	margin-top: -15px;
}
.m-t-n-md {
	margin-top: -20px;
}
.m-t-n-lg {
	margin-top: -30px;
}
.m-t-n-xl {
	margin-top: -40px;
}
.m-t-n-icon {
	margin-top: -12px;
}
.m-r-none {
	margin-right: 0;
}
.m-r-xxs {
	margin-right: 1px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-r-sm {
	margin-right: 10px;
}
.m-r {
	margin-right: 15px;
}
.m-r-md {
	margin-right: 20px;
}
.m-r-lg {
	margin-right: 30px;
}
.m-r-xl {
	margin-right: 40px;
}
.m-r-n-xxs {
	margin-right: -1px;
}
.m-r-n-xs {
	margin-right: -5px;
}
.m-r-n-sm {
	margin-right: -10px;
}
.m-r-n {
	margin-right: -15px;
}
.m-r-n-md {
	margin-right: -20px;
}
.m-r-n-lg {
	margin-right: -30px;
}
.m-r-n-xl {
	margin-right: -40px;
}
.m-b-none {
	margin-bottom: 0;
}
.m-b-xxs {
	margin-bottom: 1px;
}
.m-b-xs {
	margin-bottom: 5px;
}
.m-b-sm {
	margin-bottom: 10px;
}
.m-b {
	margin-bottom: 15px;
}
.m-b-md {
	margin-bottom: 20px;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xl {
	margin-bottom: 40px;
}
.m-b-n-xxs {
	margin-bottom: -1px;
}
.m-b-n-xs {
	margin-bottom: -5px;
}
.m-b-n-sm {
	margin-bottom: -10px;
}
.m-b-n {
	margin-bottom: -15px;
}
.m-b-n-md {
	margin-bottom: -20px;
}
.m-b-n-lg {
	margin-bottom: -30px;
}
.m-b-n-xl {
	margin-bottom: -40px;
}
.space-15 {
	margin: 15px 0;
}
.space-20 {
	margin: 20px 0;
}
.space-25 {
	margin: 25px 0;
}
.space-30 {
	margin: 30px 0;
}
/* 2. Clearing Floats
***************************************************************/
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
/* 3. HTML 5 element
***************************************************************/

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, article {
	display: block;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #ebebeb;
	font-size: 0.875em;
	color: #000;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}
input[type="text"], textarea {
	border-radius: 2px;
	margin: 0 0 20px;
	padding: 6px 10px;
	border: 1px solid #ccc;
	width: 100%;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
input[type="text"]:hover, textarea:hover, input[type="text"]:focus, textarea:focus {
	border-color: #000;
}
input[type="text"]:focus, textarea:focus {
	box-shadow: 0 0 4px #fff !important;
	-moz-box-shadow: 0 0 4px #fff !important;
	-ms-box-shadow: 0 0 4px #fff !important;
	-o-box-shadow: 0 0 4px #fff !important;
	-webkit-box-shadow: 0 0 4px #fff !important;
}
::-webkit-input-placeholder {
 color:#000;
}
:-moz-placeholder {
 color:#000;
}
::-moz-placeholder {
 color:#000;
}
:-ms-input-placeholder {
 color:#000;
}
.verticle-table {
	display: table;
	width: 100%;
	height: 100%;
}
.verticle-table-cell {
	display: table-cell;
	vertical-align: middle;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	color: #000;
	margin: 0;
	font-weight: 500;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"] + label span {
	background: rgba(0, 0, 0, 0) url(../images/radio-uncheck.png) no-repeat;
}
input[type="radio"]:checked + label span {
	background: rgba(0, 0, 0, 0) url(../images/radio-check.png) no-repeat;
}
/* 5. Basic Layout
***************************************************************/
.container {
    width: 1330px;
    max-width: 100%;
}
#blackoverlay {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.qLoverlay {
	z-index: 9999999 !important;
}
header {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	padding: 15px 0;
	width: 100%;
	z-index: 9999;
}
.branding {
	float: left;
	margin: 8px 0 0;
}
.navigation {
	float: right;
	margin: 5px 30px 0 0;
	padding: 5px 0;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation > ul > li {
	float: left;
}
.navigation ul > li > a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 23px 30px;
}
.navigation li > a:hover, .navigation li.dropdown.open > a {
	color: #ef800d;
	text-decoration: none;
}
.drop-arrow {
	background: url(../images/drop_arrow.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 18px;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.navigation li.dropdown.open > a > .drop-arrow {
	background: url(../images/drop_arrowover.png) no-repeat;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.navigation > ul > li .dropdown-menu {
	background: rgba(0, 0, 0, 0.8);
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin: 18px 0 0;
	padding-top: 5px;
}
.navigation > ul > li .dropdown-menu li a {
	font-size: 14px;
	padding: 10px 15px;
}
.navigation > ul > li .dropdown-menu li a:hover, .navigation > ul > li .dropdown-menu li a:focus {
	background-color: #242424;
	color: #fff;
	text-decoration: none;
}
.login-nav {
	border: 2px solid #ef800d;
	border-radius: 30px;
	color: #ef800d;
	float: right;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	margin: 5px 0 0;
	padding: 3px 40px 5px 25px;
	position: relative;
}
.login-nav .drop-arrow {
	right: 15px;
	top: 14px;
	background: url(../images/login_arrowover.png) no-repeat;
}
.login-nav:hover {
	text-decoration: none;
	color: #ef800d;
}
.login-nav:hover .drop-arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.login-nav:hover,.login-nav:focus,.login-nav:active{
	text-decoration: none;
	color: #ef800d;
}
.banner {
	padding: 0;
	position: relative;
}
.banner figure img {
	width: 100%;
}
.caption-wrapper {
	position: absolute;
	bottom: 20%;
	left: 50%;
	color: #fff;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}
.check-lone-form {
	background: rgba(0, 0, 0, 0.7);
	bottom: 40px;
	color: #fff;
	left: 0;
	position: absolute;
	width: 525px;
}
.check-lone-form h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 20px;
}
.check-lone-form .inp input[type="text"] {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff !important;
	font-size: 16px;
	margin: 0;
	padding: 10px;
}
.check-lone-form .inp input[type="text"]::-webkit-input-placeholder {
 color:#fff;
}
.check-lone-form .inp input[type="text"]:-moz-placeholder {
 color:#fff;
}
.check-lone-form .inp input[type="text"]::-moz-placeholder {
 color:#fff;
}
.check-lone-form .inp input[type="text"]:-ms-input-placeholder {
 color:#fff;
}
.grd-org-btn {	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8400+0,ff6600+100 */
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8400 0%, #ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff6600', GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	text-decoration: none !important;
}
.grd-org-btn:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6600+0,ff8400+100 */
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6600 0%, #ff8400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6600 0%, #ff8400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6600 0%, #ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff8400', GradientType=0 ); /* IE6-9 */
}
.apy-now {
	border-radius: 40px;
	font-size: 24px;
	padding: 10px 20px;
}
.check-lone-mform {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1330px;
}
#myTabs {
	border: 1px solid #d5d5d5;
	margin: 0px;
	border-radius: 32px;
	
}
#myTabs li {
	margin: 0;
	width: 33.3%;
}
#myTabs li a {
	border: 0 none;
	border-radius: 0;
	color: #696969;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 15px;
	text-align: center;
	margin: 0 !important;
	border-right: 1px solid #d5d5d5;
}
#myTabs li:last-child a {
	border-right: 0px;
	margin-right: -2px !important;
}
#myTabs li.active a {
	background: #063b57;
	color: #fff;
}
.requirements-list {
}
.requirements-list h3 {
	color: #3d3d3d;
	font-size: 22px;
}
.requirements-list li {
	color: #3d3d3d;
	float: left;
	font-size: 16px;
	list-style: outside none disc;
	margin: 0 0 0 14px;
	padding: 10px 0;
	width: 100%;
}
.tabs-section-wrap {
	background: #fff;
	margin: -31px 0 30px;
	position: relative;
	z-index: 9;
	background: #fff;

}
.owl-carousel .owl-item img{
	-webkit-transform-style:initial !important;
	-moz-transform-style:initial !important;
	transform-style:initial !important;
}
.tabs-section-wrap .tab-content {
	background: #fff;
}
.term-lone-option {
	margin: 40px 0 0;
	text-align: center;
}
.term-lone-option figure {
	display: table;
	margin: 0 auto;
}
.term-lone-option .head {
	color: #000;
	display: block;
	font-family: "Rajdhani", sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin: 15px 0 0;
}
.term-lone-option .price {
	color: #3d3d3d;
	display: block;
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.lern-btn {
	border-radius: 30px;
	float: right;
	font-size: 20px;
	margin: 60px 0 30px;
	padding: 10px 25px;
	text-transform: uppercase;
}
.heading {
	display: table;
	font-size: 44px;
	font-weight: 600;
	margin: 0 auto;
}
.sub-head {
	color: #6c6c6c;
	display: table;
	font-size: 18px;
	margin: 5px auto 20px;
}
.how-it-workswrap {
	border: 1px solid #efefef;
	text-align: center;
	margin: 100px 0 0;
	padding: 15px;
	border-bottom: 7px solid #6c6c6c;
}
.how-it-workswrap figure {
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 50%;
	display: table;
	height: 132px;
	margin: -70px auto 20px;
	padding: 15px;
	width: 132px;
	position: relative;
}
.how-it-workswrap:hover figure img {
	opacity: 0;
	filter: alpha(opacity=0);
}
.how-it-workswrap figure .overwht {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.how-it-workswrap:hover figure .overwht {
	opacity: 1;
	filter: alpha(opacity=100);
}
.how-it-workswrap:hover figure {
	border-color: transparent;
}
.how-it-workswrap .steps {
	color: #6c6c6c;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}
.how-it-workswrap .head {
	color: #6c6c6c;
	display: block;
	font-size: 24px;
	margin: 0 0 15px;
	font-weight: 500;
}
.how-it-workswrap:hover .head {
	color: #053752;
}
.how-it-workswrap p {
	color: #6c6c6c;
	font-size: 16px;
	min-height: 150px;
	text-align: justify;
}
.how-it-workswrap:hover {
	background: #f5f6f6;
	border-bottom-color: #ef800d;
}
.how-it-workswrap:hover figure {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8400+0,ff6600+100 */
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8400 0%, #ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff6600', GradientType=0 ); /* IE6-9 */
}
.all-amount-wrap {
	background: #ffffff;
	margin: 40px 0 0;
	padding: 10px;
}
.amount-price {
	color: #000000;
	float: right;
	font-size: 22px;
	font-weight: 500;
}
.amount-list label {
	color: #053752;
	float: left;
	font-size: 18px;
	font-weight: 500;
}
.amount-list {
	border-bottom: 1px dotted #c4c4c4;
	padding: 20px;
}
.cal-form-wrap .form-group {
	margin: 0 0 40px;
}
.all-amount-wrap .lern-btn {
	margin: 0 0;
}
.amount-btn-wrap .lern-btn {
	float: none;
	display: table;
	margin: 25px auto;
}
section.calculater-section {
	margin-top: 50px;
	background: #f7f7f7;
	padding: 35px 0 50px 0;
}
.cal-form-wrap {
	margin: 40px 0 0;
}
.cal-form-wrap label {
	border-color: #f0f0f0;
	color: #053752;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}
.cal-form-wrap input[type="text"] {
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
}
.cal-form-wrap label.btn {
	width: 135px;
	border-radius: 0 !important;
}
.cal-form-wrap label.btn:hover, .cal-form-wrap label.btn.active {
	background: #053752;
	border-color: #053752;
	color: #fff;
}
.cal-form-wrap label.btn.btn-primary {
	background: #053752;
	border-color: #053752;
	color: #fff;
}
.speciality-banner {
	width: 100%;
	min-height: 610px;
	background: url(../images/spec-banner.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-inner {
	padding: 55px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px 0;
}
.section-title h3 {
	font-size: 44px;
	font-weight: 600;
	margin: 30px 0 10px;
	/*text-shadow: 0px 3px 5px #000;*/
}
.color-white {
	color: #fff;
	font-weight: 400;
}
.theme-org-color {
    color: #ef800d !important;
}
.wrap-spec.centralize {
	width: 55%;
	margin: 0 auto;
}
.spec-grid {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px #dddddd;
	margin: 0 0 20px;
	padding: 30px 30px 65px;
	text-align: center;
	min-height: 270px;
}
.spec-title {
	text-align: center;
	font-size: 18px;
	color: #000;
}
.spec-grid .spec-title h3 {
	font-size: 26px;
}
.spec-data span {
	color: #6c6c6c;
	font-size: 18px;
	text-align: center;
}
.spec-grid-border {
	width: 75px;
	height: 4px;
	background: #ef800d;
	margin: 0 auto 10px auto;
	border-radius: 3px;
}
.testimonial {
	width: 100%;
	padding: 50px 0 40px 0;
	background: #fff;
}
span.sub-title {
	color: #6c6c6c;
	font-size: 18px;
}
.testimonial-wrap {
	background: #053752;
	padding: 20px 15px 20px 18%;
	border-right: 4px solid #ef800d;
}
.testimonial-image {
	text-align: center;
}
.testimonial-image img {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.testimonial-text {
	color: #fff;
	font-size: 16px;
	margin: 10px 0 0 0;
	font-style: italic;
}
.testimonial-author {
	text-align: center;
}
span.author {
	font-size: 23px;
	color: #fff;
}
span.author-location {
	color: #ef800d;
	font-size: 14px;
}
.testimonial-author span {
	display: block;
}
.padding-reduce {
	padding: 0 !important;
}
.test-bg img {
	width: 100%;
}
footer {
	background: #1b1b1b;
	width: 100%;
	height: auto;
	padding: 25px 25px 50px 25px;
}
.footer-title h3 {
	margin: 0;
	font-size: 30px;
}
footer .col-wrap.clearfix {
    width: 1120px;
    margin: 0 auto;
    max-width: 100%;
}
span.footer-sub.color-white {
	/* font-family: Opan Sans; */
	font-style: italic;
	font-size: 10px;
}
.footer-col-title h3 {
	color: #ef800d;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
	text-transform: uppercase;
}
ul.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.footer-nav li {
	display: block;
	margin-bottom: 5px;
}
ul.footer-nav li a {
	color: #fff;
	font-size: 16px;
}
ul.footer-nav li a:hover {
	color: #ef800d;
	text-decoration: none;
}
ul.social-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-nav li {
	display: inline-block;
	margin-right: 10px;
}
ul.social-nav li a {
	color: #fff;
	font-size: 22px;
}
ul.social-nav li a:hover {
	color: #ef800d;
	text-decoration: none;
}
ul.social-nav li a:before {
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
ul.social-nav li a:hover:before {
	border-color: #ef800d !important;
}
ul.social-nav li a.fb:before {
	content: '\f09a';
	font-family: FontAwesome;
	border: 2px solid #fff;
	padding: 8px 13px;
	border-radius: 50%;
}
ul.social-nav li a.tw:before {
	content: '\f099';
	font-family: FontAwesome;
	border: 2px solid #fff;
	padding: 8px 10px;
	border-radius: 50%;
}
ul.social-nav li a.link:before {
	content: '\f0e1';
	font-family: FontAwesome;
	border: 2px solid #fff;
	padding: 8px 10px;
	border-radius: 50%;
}
.copyright {
	padding: 20px 9%;
	background: #000;
	color: #fff;
	font-size: 18px;
}
.copyright p {
	font-size: 16px;
	margin: 0;
}
.copyright p {
    width: 1178px;
    max-width: 100%;
    margin: 0 auto 0 auto;
}
#ex1Slider .slider-selection {
	background: #026296;
	height: 8px;
}
.slider-handle {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ef800d !important;
	border-radius: 50%;
	border: 3px solid #006e7e;
}
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
	margin-top: -10px;
}
.slider-track-low, .slider-track-high {
	position: absolute;
	background: #5c869c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider.slider-horizontal .slider-track {
	height: 8px;
	width: 100%;
	margin-top: 6px;
	top: 50%;
	left: 0;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-top: -11px !important;
}
.slider.slider-horizontal {
	width: 100% !important;
}
span.avg-rate {
	position: absolute;
	right: 16px;
	top: -32px;
	font-size: 20px;
	color: #053752;
	font-weight: 600;
}
.caption-wrapper {
	    /* bottom: 20%; */
    color: #fff;
    left: 50%;
    width: 100%;
	z-index: 99;
    top: 50%;
    text-align: center;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#owlmainbanner .caption-wrapper{
	top:50%;
}
.caption-wrapper h2 {
	font-family: 'ProximaNova-Semibold';
	font-size: 57px;
	margin: 0px;
}
.caption-wrapper h3 {
	font-family: "ProximaNova-Light";
	font-size: 25px;
	margin: 0 0 20px;
	text-shadow: 0px 3px 5px #000;
}
.checkElig {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8400+0,ff6600+100 */
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8400 0%, #ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff6600', GradientType=0 ); /* IE6-9 */
	border-radius: 50px;
	color: #fff !important;
	display: table;
	font-size: 24px;
	font-weight: 300;
	margin: 0 auto;
	padding: 10px 30px;
	text-decoration: none !important;
	border: 1px solid #fc8d25;
}
.checkElig:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6600+0,ff8400+100 */
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6600 0%, #ff8400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6600 0%, #ff8400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6600 0%, #ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff8400', GradientType=0 ); /* IE6-9 */
}
.loan-term-wrapper {
	margin: 0 auto;
	width: 1182px;
}
.loan-mwrap {
	background: #fff;
	border: 1px solid #d3e2e6;
	border-radius: 10px 10px 0 0;
	float: left;
	margin: -58px 20px 20px;
	width: 352px;
}
.loan-mwrap > h2 {
	border-bottom: 1px solid #f0f5f6;
	color: #3b3b3b;
	font-size: 24px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-weight: 500;
}
.bsc-requr-list {
	margin: 0;
	padding: 15px 30px;
	position: relative;
	min-height: 207px;
}
#testimonialsld .owl-pagination{
	display: none;
}
.bsc-requr-list > h2 {
	color: #ed6402;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
}
.bsc-requr-list li {
	color: #3b3b3b;
	display: block;
	font-size: 16px;
	padding: 0 0 10px 10px;
	position: relative;
}
.bsc-requr-list li > figure {
	left: -14px;
	position: absolute;
}
.loanterm-table {
	width: 100%;
}
.loanterm-table td {
	font-size: 14px;
	padding: 15px 20px;
	color: #000;
	font-weight: 600;
}
.loanterm-table label {
	margin: 0;
	color: #3b3b3b;
	font-weight: 400;
}
.loanterm-table tr:nth-child(2n+1) {
	background: #f5f5f5;
}
.learnmore-btn {
	border: 1px solid #f0f5f6;
	font-size: 18px;
}
.lrm-btn {
	border: 2px solid #ed6402;
	border-radius: 50px;
	color: #ed6402;
	display: table;
	margin: 15px auto;
	padding: 10px 40px;
}
.lrm-btn:hover {
	border-color: #000;
	color: #000;
	text-decoration: none;
}
.how-it-works {
	padding: 50px 0 10px;
}
.amount-btn-wrap .lrm-btn {
	font-size: 20px;
	margin: 20px auto 10px;
}
.ptmmode-wrap .btn:first-child {
	border-radius: 6px 0 0 6px !important;
}
.ptmmode-wrap .btn:last-child {
	border-radius: 0 6px 6px 0 !important;
}
.testimonial-wraper {
	height: 588px;
	background: url(../images/testimonial_bg.jpg) no-repeat;
	position: relative;
	border-left: 5px solid #ef800d;
    border-right: 5px solid #ef800d;
	background-size: cover;
}
#testimonialsld {
	margin: 60px auto 0;
	width: 1150px;
}
.test-mwrap {
    background: #fcfcfc;
    border-radius: 10px 10px 0 0;
    margin: 0 30px;
    text-align: center;
    min-height: 343px;
    position: relative;
}
.test-mwrap figure {
	border: 3px solid #efefef;
	border-radius: 50%;
	display: table;
	margin: -60px auto 0;
	overflow: hidden;
}
#testimonialsld.owl-carousel .owl-item {
	padding: 70px 0 0;
}
#testimonialsld .test-mwrap p {
	color: #3b3b3b;
	font-size: 15px;
	font-style: italic;
	margin: 10px 0 0;
	padding: 30px 18px;
	position: relative;
}
#testimonialsld .test-mwrap p .comdes-up {
	position: absolute;
	top: -6px;
}
#testimonialsld .test-mwrap p .comdes-dwn {
	bottom: -6px;
	position: absolute;
	right: 15px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#testimonialsld .owl-controls {
	display: block !important;
	margin: 40px 0 0;
}
.testclients {
    border-top: 1px solid #ebebeb;
    margin: 20px 0 0;
    padding: 15px 20px;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testclients .name {
	color: #262626;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	margin: 0 0 5px;
}
.testclients .add {
	color: #545454;
	font-size: 14px;
}
#testimonialsld .owl-page > span {
	background: #9ea4a8;
	height: 20px;
	width: 20px;
}
#testimonialsld .owl-page.active > span {
	background: #c9cdcf;
}

/*********************
  Query Form on modal
*********************/
#querymodal .modal-content {
    border-radius: 0;
    border-bottom: 5px solid #ed6804;
}
#querymodal .modal-dialog {
    max-width: 580px !important;
}
.query-title {
    max-width: 405px;
    display: table;
    margin: 0 auto;
	text-align: center;
}
.query-title h2 {
    margin: 0;
    font-size: 32px;
    color: #3b3b3b;
    line-height: 40px;
}
.border-title {
    background: #ed6804;
    width: 122px;
    height: 4px;
    border-radius: 3px;
    margin: 12px auto 12px auto;
}
.wrap-query-form input[type="text"] {
    height: 45px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    font-size: 16px;
}
.wrap-query-form {
    padding: 20px;
}
.wrap-query-form input[type="text"]::-webkit-input-placeholder {
   color: #707070;
}
button.apy-now.grd-org-btn {
    width: 250px;
    margin: 15px auto 15px auto;
    display: table;
}
#mobile-menu{
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#mobile-menu ul{
	display: none;
}
#mobile-menu ul>li{
	display: block !important;
	float: none;
}
#mobile-menu ul>li>a{
	padding: 0;
}
span.trigger-menu {
    width: 49px;
    height: 31px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
#mobile-menu ul>li>ul{
	position: relative;
	display: none;
	float: none;
	background: transparent !important;
	margin-top: 0;
}

#mobile-menu > ul > li .dropdown-menu li a:hover, .navigation > ul > li .dropdown-menu li a:focus{
	background: transparent !important;
}
#mobile-menu ul.dropdown-menu li a {
    padding: 0 0 0 10px;
}
#mobile-menu ul.dropdown-menu li a:hover, #mobile-menu ul.dropdown-menu li a:focus, #mobile-menu ul.dropdown-menu li a:active{
	color: #ef800d;
	text-decoration: none;
}
span.trigger-menu {
    width: 40px;
    /* height: 40px; */
    color: #fff;
    font-size: 18px;
    margin: 5px 0 5px 0;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    padding: 1px 0px 1px 0;
    position: absolute;
    top: -2px;
}

/*****************
  Innner Page CSS
*******************/


.page-caption-wrapper {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}
h3.page-caption-text {
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
	text-shadow: 0px 3px 5px #000;
}
#pageslider .owl-pagination,#pageslider .owl-controls{
	display: none !important;
}
section.page-data-wrap .container {
    width: 1036px;
	max-width: 100%;
}
.page-data-center {
    padding: 25px 25px 10px 25px;
}
.page-title {
    display: table;
    margin: 0 auto;
}
.page-title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #053752;
}
.page-detail-inner {
    padding: 20px 0;
}
.detail-list-view h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.page-detail-inner p {
    color: #3b3b3b;
    font-size: 16px;
    margin-bottom: 25px;
}
.detail-list-view span {
    display: block;
    font-size: 16px;
	margin: 0 0 4px 0;
    color: #3b3b3b;
}
.detail-list-view span:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 9px;
    position: relative;
    top: -2px;
    padding: 0 5px 0 0;
}
.page-data-full-w {
    padding: 35px 0 0 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 20px 0;
}
.norm-img-wrap img {
    width: 100%;
}
.norm-txt-wrap {
    padding: 20px 0;
}
.col-title h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
}
.col-detail {
    font-size: 16px;
    color: #3b3b3b;
}
.page-data-center.team-section .title {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.page-data-center.team-section h3 {
    margin: 0 0 10px 0;
    font-size: 36px;
    color: #053752;
}
.page-data-center.team-section .title span.sub-title {
    font-size: 15px;
    color: #3b3b3b;
}
.member-wrap {
    max-width: 250px;
    margin: 0 auto;
}
.member-image {
    width: 100%;
    height: 261px;
    display: table;
    text-align: center;
	position: relative;
}
.member-image img {
    width: 100%;
    display: table-cell;
	height: 100%;
}
.team-wrap {
    width: 880px;
    max-width: 100%;
    margin: 30px auto;
}
.member-thumb {
    display: block;
	transform: scale(0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	transition: all 0.2s ease-in;
	opacity: 0;
}
.member-image:hover .member-thumb{
	opacity: 1;
	transform: scale(1.0);
}
.member-social-nav {
    /* width: 100%; */
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    top: 40%;
}
.member-social-nav .member-nav {
    float: left;
    width: 50px;
    height: 50px;
	cursor: pointer;
    background: #a0a3a7;
    margin: 0 25px 0px 0;
    border-radius: 3px;
    transform: rotate(45deg);
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.member-social-nav .member-nav:last-child {
    margin: 0;
}
span.fb, span.tw, span.li {
    position: absolute;
    top: 11px;
    left: 0;
    transform: rotate(-45deg);
    font-size: 20px;
    width: 50px;
    color: #505153;
}
.member-social-nav .member-nav:hover{
	background: #fff;
}
.member-social-nav .member-nav:hover span{
	color: #31aae2;
}
p.member-name {
    font-size: 20px;
    color: #313131;
    margin: 0;
}
p.member-domain {
    font-size: 14px;
    color: #a3a2a2;
    text-transform: uppercase;
    margin: 0;
}
.member-detail {
    padding: 10px;
    text-align: center;
}
.page-data-center.client-section .title {
    text-align: center;
}
.page-data-center.client-section .title h3 {
    margin: 0;
    font-size: 30px;
    color: #053752;
}
.client-carousal-wrap {
    border: 1px solid #d3e2e6;
	margin: 25px auto 70px auto;
}
.client-item {
    width: 195px;
    height: 140px;
    display: table;
    text-align: center;
    border-right: 1px solid #d3e2e6;
}
.client-item{
	display: table-cell;
	vertical-align: middle;
}
.border-none{
	border:0 !important;
}
#clientslider .owl-controls, #clientslider .owl-pagination{
	display:none !important;
}
section.report-data-page-wrap {
    padding: 72px 0 0 0;
	background: #efefef;
	min-height: 100vh;
}
.report-filter-header {
    margin: 34px auto 28px auto;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 2px 4px 7px #c7bbbb;
}
.right-opt .opt-v{
	float: left;
}
button.colored-drop {
    width: 155px;
	text-align: left;
	height: 36px;
    position: relative;
    background: #119200;
    border-radius: 25px;
}
span.drop-default {
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 20px;
}
ul.drop-option {
    display: none;
    position: absolute;
    top: 37px;
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.drop-option li a {
    padding: 5px 5px 5px 14px;
    font-size: 14px;
    color: #6b6868;
    display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.drop-option li a:hover, ul.drop-option li a:focus, ul.drop-option li a:active {
    color: #ef800d;
    text-decoration: none;
}
span.drop-icon {
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 0;
    border-left: 1px solid #0e7a00;
    height: 36px;
    width: 36px;
    padding: 0 0px 0 6px;
    text-align: center;
    color: #fff;
}
input.search-input {
    width: 210px;
    height: 36px;
    border-radius: 25px;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    padding: 0 0 0 35px;
    margin: 0 20px 0px 0;
}
input.search-input::-webkit-input-placeholder {
   color: #787777;
}
.opt-v.search-container .fa {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 18px;
    color: #838383;
}
.opt-v.search-container {
    position: relative;
}
span.id-title {
    font-size: 20px;
    margin: 0 0 0 10px;
    line-height: 36px;
    color: #3b3b3b;
}
.report-title {
    background: #ef800d;
    padding: 22px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.report-title h3 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
table.table.report-table{
	border-collapse: separate;
}
table.table.report-table>thead>tr>th {
    padding: 20px 0 5px 20px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border-bottom: 1px solid #D5D5D5;
}
table.table.report-table tbody>tr>td {
   
    padding: 10px 20px;
    font-size: 15px;
	border-right: 1px dashed #a3a0a0;
}
table.table.report-table tbody>tr>td[colspan]{
	border-right: 0;
}
table.table.report-table tbody>tr>td:nth-child(3n) {
	border-right:0;
}
table.table.report-table tbody>tr>td span {
    display: block;
}
span.key {
    margin: 0 0 5px 0;
}
span.value {
    font-weight: 600;
}
table.table.report-table tbody>tr.odd>td
{
	background: #f5f5f5;
}
table.table.report-table tbody>tr.even>td
{
	background: #ffffff;
}
span.colored-title {
    color: #ef800d;
    font-size: 18px;
    font-weight: 600;
}
button.colored-drop.view-btn span.drop-icon {
    font-size: 16px;
    padding: 3px 0 0 5px;
    width: 19px;
    height: 30px;
    border-left: 1px solid #c06200;
}
button.colored-drop.view-btn {
    background: #ef800d;
    width: 100px;
    height: 30px;
}
button.colored-drop.download-btn {
    width: 127px;
    height: 30px;
}
button.colored-drop.download-btn span.drop-default {
    font-size: 13px;
    padding: 0 0 0 15px;
}
button.colored-drop.download-btn span.drop-icon {
    height: 30px;
    padding: 0 0 0 4px;
    width: 20px;
    font-size: 21px;
}
button.colored-drop.view-btn span.drop-default {
    font-size: 14px;
}
table.table.report-table {
    margin-bottom: 0;
}
.report-footer {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
input.btn-theme {
    width: 130px;
    height: 40px;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 25px;
    background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 10px;
}
input.btn-theme.btn-appr {
    color: #119200;
    border-color: #119200;
}
input.btn-theme.btn-reset {
    border-color: #ef800d;
    color: #ef800d;
}
input.btn-theme.btn-appr:hover{
	background: #119200;
	color: #fff;
}
input.btn-theme.btn-reset:hover{
	background: #ef800d;
	color: #fff;
}
/*****salil css****/

	
.form_base {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}
	
	
.finance-title h3{
	color:#ef800d;
    font-size: 36px;
	text-align:center;
    margin:0 auto;
	}
	
.finance-title p{
	color:#2f2f2f;
	font-size:15px;
	text-align:center;
	
	
	}	

.ques_label label{
	color: #3b3b3b;
    font-size: 17px;
    font-weight: normal !important;
    margin: 16px 0;
}	

.finance_txt_box{
	border: 2px solid #dddddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 45px !important;
}	
	
.ques_label_second {
    border-bottom: 1px solid #ccc;
}

.ques_label_second label{
	color: #3b3b3b;
    font-size: 17px;
    font-weight: normal !important;
    margin: 16px 0;
}	


.check_label{
	color: #3b3b3b;
    font-size: 17px;
    font-weight: normal !important;
    margin: 16px 0;
}
	
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 20px; height: 20px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #067811;
  transition: all .2s;
}
.custm_mess_box::-webkit-input-placeholder{
color: #999;
}
.custm_mess_box::-moz-input-placeholder{
color: #999;
}
.custm_mess_box::-ms-input-placeholder{
color: #999;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}


/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}





.text_field{
	/*border:0 !important;
	border-bottom: 1px  solid #dddddd !important;
    border-radius: 0 !important;
    box-shadow: none;
	font-size:18px;
    height: 45px;*/

	border: 2px solid #dddddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 45px !important;
}
input[type="password"]{
	width: 100%;
	padding-left: 10px;
	margin: 0 0 20px;
}
input.form_control{
	font-size: 14px;
}
.next_btn{
	background-color:#ff8200;
	width:155px;
	color:#fff;
	height:45px;
	border-radius:5px;
	font-size:15px;
	margin: 0 auto 0 10px;
	}

	.bttn_align{
	text-align:right;
	}
	
	.flow_base{
	position:relative;
	padding:5px;
	}
.cricle_base {
    background-color: #ffffff;
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    color: #bdbdbd;
	font-size:18px;
    display: block;
    height: 70px;
    margin-left: 68px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
	.vertical-table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
	.finance-title {
    padding: 30px;
}
	
	.vertical-cell {
    display: table-cell;
    vertical-align: middle;
}

.flow_base ul{list-style:none; padding:0;margin:0;}
	
.flow_base ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 19%;
}
	
	.flow_base span {
    margin-left: 8px;
}
	
	
.flow_base ul li:before{
	background-color: #dddddd;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 73%;
    position: absolute;
    top: 42%;
    width: 60%;
	}
	
	
	.flow_base ul li .cricle_base:active,.flow_base ul li .cricle_base.active{
	background-color: #053752;
	color:#fff;
	}
	
	
	

   .flow_base ul li:last-child:before{
    background-color: #053752;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 37%;
    position: absolute;
    top: 42%;
    /* transform: translateX(50%); */
    width: 0%;
	}
	
	
	
	
	
.flow_base ul li a{font-size:15px;padding:10px;margin:0;}
	
.buss_head{
	
	color: #ef800d;
    display: table;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.submit-btn {
    border: 2px solid #ed6402;
    border-radius: 50px;
    color: #ed6402;
    display: table;
    font-size: 18px;
    margin: 0 0 0 auto;
    padding: 10px 40px;
}

.add_onr_btn{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #012d44 0%, #084b70 100%) repeat scroll 0 0;
    border-radius: 50px;
    color: #fff !important;
    display: table;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 50px;
    text-decoration: none !important;
}



.upload_bttn{
    background-color: #e2e2e2;
    border: 1px solid #dddddd;
    color: #5c5c5c;
    font-size: 16px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 146px;
	
}


.remember-me.subscrip {
    margin-bottom: 0;
    margin-top: 0;
	display:inline-block;
}
.editcheck label {
    font-size: 17px;
    font-weight: normal;
}
input[type="radio"] + label span {
    background: rgba(0, 0, 0, 0) url("../images/uncheck.png") no-repeat scroll 0 0;
}

input[type="radio"]:checked + label span {
    background: rgba(0, 0, 0, 0) url("../images/radio_checked.png") no-repeat scroll 0 0;
}

input[type="radio"] + label {
    color: #000;
}


input[type="radio"] + label span {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 25px;
}



.form_base  .btn {
    -moz-user-select: none;
    background-image: none;
    border:2px solid #dddddd !important;
    cursor: pointer;
	border-radius:0 !important;
	width:100% !important;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.ques_label > h3 {
    color: #053752;
    font-size: 22px;
    font-weight: 600;
}


.page_ruler{border-top: 1px solid #dbdbdb;
    margin: 50px 0 0;
    padding: 4px 0;
	}
	.bg-slide section.page-data-wrap {
    margin-top: 210px;
}
body.bg-slide{
	background-image: url(../images/body-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: 100%;
    background-color: #ebebeb;
	
}
input.date_box {
    border-right: 0 !important;
}
td.day:hover{
	cursor: pointer !important;
}
.form_base  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 100%;
}
.form_base  select.selectpicker {
    position: relative;
}
.form_base  span.select-ico {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #053752;
    top: 56px;
    right: 16px;
	display: none;
}
.form_base  span.select-ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*.selectpicker .caret{
	display: none !important;
}*/
.form_base span.caret {
    width: 45px;
    height: 45px;
    border: 0 !important;
    background: #053752;
    position: absolute;
    top: 0px !important;
    right: -1px !important;
	background-image: url(../images/down-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.flow_base ul li.act-this:before{
	background-color: #053752;
}

.mob_wrapper{
display:none;	
}

.request{
	background-color:#fff !important;
	border-radius:11px 11px 0 0;
}


table.table.request-table{
	border-collapse: separate;
}
table.table.request-table>thead>tr>th {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background: #053752;
    border-bottom: 1px solid #D5D5D5;
    color: #fff;
    vertical-align: middle;
    border-right: 1px solid #244556;
}

table.table.request-table>thead>tr>th:first-child{
	
	 border-radius: 11px 0 0;
}
table.table.request-table>thead>tr>th:last-child{
		border-right:none;
	 border-radius:0 11px 0 0;
}



table.table.request-table tbody>tr>td {
   
    padding: 10px 20px;
    font-size: 15px;
	border-right: 1px dashed #a3a0a0;
}
table.table.request-table tbody>tr>td:last-child{
	border-right:0px;
	
}


table.table.request-table tbody>tr>td span {
    display: block;
}
span.key {
    margin: 0 0 5px 0;
}
span.value {
    font-weight: 600;
}
table.table.request-table tbody>tr.odd>td
{
	background: #f5f5f5;
}
table.table.request-table tbody>tr.even>td
{
	background: #ffffff;
}
span.colored-title {
    color: #ef800d;
    font-size: 18px;
    font-weight: 600;
}

.requet_filter{
		font-size:18px;
		font-weight:600;
}

.report-filter-header .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}


.filter_heading{
	font-size:17px;
	text-align:left;
	margin-left:10px;
	font-weight:600;
	
}

.filter_head{
	
	font-size:16px;
	text-align:left;
}

.search_box {
    background-image: url("../images/search-icon.png");
    background-position: 6px 9px;
    background-repeat: no-repeat;
    border: 1px solid #ccc !important;
    border-radius: 21px !important;
    font-size: 14px;
    height: 35px;
    outline: medium none;
    padding: 5px 5px 5px 28px !important;
    width: 250px;
}


.view_link{
	color:#ef800d;
	font-size:14px;
	font-weight:600;
	
}

.down_link{
	color:#053752;
	font-size:14px;
	font-weight:600;
}


.request-footer {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 26px;
    margin-top: -30px;
    padding: 30px 20px;
    text-align: center;
}



.request-footer .pagination > li > a, .pagination > li > span {
    background-color:transparent;
    border: 1px solid #ef800d;
    color: #000;
	font-weight:600;
    float: left;
    font-size: 13px;
    line-height: 1.42857;
    margin-left: 8px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
}

.request-footer .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:  #ef800d !important;
    border-color: transparent !important;
	border-radius:2px;
    color: #fff;
    cursor: default;
    margin-left: 10px;
    z-index: 3;
}

.request-footer  .pagination > li:first-child > a, .pagination > li:first-child > span {
    background-color: #ef800d;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
    margin-left: 0;
	font-size:15px;
}

.request-footer  .pagination > li:last-child > a, .pagination > li:last-child > span{
    background-color: #ef800d;
 border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
	font-size:15px;
    margin-left: 10px;
}




.compare-title h3 {
    background-color: #fff;
    color: #053752;
    font-size: 36px;
    margin: 27px 0;
    text-align: center;
}

.compaire_th{
	background-color:#053752 !important;
	border-radius:20px 0 0 0;
	color:#fff;
	
}

.compaire_th_third{
	background-color:#053752 !important;
	border-radius:0px 20px 0px 0px;
	color:#fff !important;
	
}

.compaire_th_term {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed791c 0%, #d25409 100%) repeat scroll 0 0 !important;
    border-radius: 20px 20px 0 0;
    color: #fff !important;
    display: block;
    margin: -47px -15px -22px;
    padding: 33px 12px;
    position: relative;
}

.light_td{
    background-color: #eb9732;
    color: #fff;
    display: block !important;
    font-size: 18px;
    margin: 0 0 0 -31px;
    padding: 10px;
    position: relative;
    right: -16px;
    text-align: center;
}

.compaire_th_term_down {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed791c 0%, #d25409 100%) repeat scroll 0 0 !important;
    border-radius: 0 0 20px 20px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    margin: -1px -15px 0;
    padding: 41px 22px;
    position: relative;
    text-align: center;

}


.dark_td{
	   background-color: #e7832a;
    color: #fff;
    display: block !important;
    font-size: 18px;
    margin: 0 0 0 -31px;
    padding: 10px;
    position: relative;
    right: -16px;
    text-align: center;
}


table.table.compare-table{
	border-collapse: separate;
}
table.table.compare-table>thead>tr>th {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border-bottom:none;
	text-align:center;
	color:#000;
	vertical-align:middle;
	
}

table.table.compare-table>thead>tr>th:first-child{
	
	 border-radius: 11px 0 0;
}
table.table.compare-table>thead>tr>th:last-child{
		border-right:none;
	 border-radius:0 11px 0 0;
}


table.table.compare-table tbody>tr.odd>td
{
	background: #f5f5f5;
}

table.table.compare-table tbody>tr.even>td
{
	background: #f7f7f7 !important;
}


table.table.compare-table tbody>tr>td {
   
    padding: 10px 20px;
    font-size: 18px;
	border-top:none !important;
	text-align:center;
	border-right: 1px solid #ebebeb;
	background-color:#fff;
}





table.table.compare-table tbody>tr>td:last-child{
	border-right:0px;
	
}


table.table.compare-table tbody>tr>td span {
    display: block;
}
span.key {
    margin: 0 0 5px 0;
}
span.value {
    font-weight: 600;
}
table.table.compare-table tbody>tr.odd>td
{
	background: #f5f5f5;
}
table.table.compare-table tbody>tr.even>td
{
	background: #ffffff;
	border-top:1px solid #000;
}

table.table.compare-table tbody>tr:first-child>td{
	border-top:1px solid #ccc !important;
}

table.table.compare-table tbody>tr:last-child>td{
	border-bottom:1px solid #ccc !important;
}

span.colored-title {
    color: #ef800d;
    font-size: 18px;
    font-weight: 600;
}
.comp--apply-btn {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
}

table.table.compare-table tbody > tr > td:first-child {
    border-left: 1px solid #ccc;
}

table.table.compare-table tbody > tr > td:last-child {
    border-right: 1px solid #ccc;
}




.login_base{
   /*background-color: rgba(0, 0, 0, 0.60);*/
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 72px;
    left: 0;
	display:none;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
}
.login_base:before {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 72px;
    background: rgba(0, 0, 0, 0.60);
    content: '';
}
.login_base.active{
	display:block;
}

.login_item {
    background-color: #fff;
    padding: 15px;
    position: absolute;
    right: 23px;
    top: 0;
	width: 335px;
	max-width: 100%;
}

.form-group.text-center p a {
    color: #053752;
    font-weight: 600;
}
.login_item ul{list-style:none;padding:0;margin:0;}

.login_item ul li{ 
	padding: 20px 10px;	
	}

.login_item ul li:first-child{
	border-bottom: 1px dotted #3d3d3d;	
	
}	
	
	
.login_item ul li a{padding:5px; text-decoration:none;margin:0; color:#3d3d3d; font-size:16px; font-weight:600;}	



.login_item span {
    margin:0px 8px;
}

.point {
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 40px;
    top: -14px;
}

.login_label{
	font-size:15px;
	color:#1f1f1f;
	text-transform:uppercase;
}

.submit_btn{
	 background-color: #ef800d;
    border: medium none;
    border-radius: 0 !important;
    color: #fff;
    font-size: 18px;
    height: 37px;
    padding: 5px;
    width: 100px;
	
}

.login_form{
	display:none;
}

.login_form p{
	font-size:16px;
	border-top:1px solid #ccc;
	color:#1f1f1f;
}

.login_form p span{
	font-weight:600;
	color:#053752;
}


/*****************************
   Update 13/07/16
******************************/


  section.banner.banner-bg {
			width: 100%;
			height: 56% !important;
			background-size: cover;
			background-position: 100% 0;
			background-repeat:no-repeat;
			position: relative;
			z-index: 0;
		}
.overlay-banner{
	/*background: linear-gradient(transparent, #151515);
	-webkit-background: linear-gradient(transparent, #151515);
	-moz-background: linear-gradient(transparent, #151515);
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	z-index: 1;*/
}		
		.tab-pane .page-detail-inner p.icons-li span:before {
			content: '\f00c';
			font-family: FontAwesome;
			margin: 0 8px 0px 0;
			color:#00750e;
		}

         .pricing-chart-head {
    height: 65px;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #ddd;
    padding: 20px 0;
}
.pricing-chart-col {
    width: 26%;
    float: left;
    text-align: center;
}
.pricing-chart-col.colored .pricing-chart-head {
    background: #053752;
    color: #fff;
}
.pricing-chart-col:first-child {
  width: 22%;
    
}
.pricing-chart-row p {
    font-size: 18px;
    color: #000;
    margin: 0;
}
.pricing-chart-row {
    text-align: center;
    border-right: 1px solid #ebebeb;
    padding: 10px 20px;
}
.pricing-chart-row.even{
	background: #f7f7f7 ;
}
.pricing-chart-row.odd{
	background: #fff ;
}
.pricing-chart-row:first-child{
	border-left:1px solid #000;
}
.pricing-chart {
    width:100%;
    min-height: 900px;
    margin: 0 auto;
}
.pricing-chart-head.left-radius {
    border-top-left-radius: 20px;
}
.pricing-chart-head.right-radius {
    border-top-right-radius: 20px;
}
.compaire_th_term_down {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed791c 0%, #d25409 100%) repeat scroll 0 0 !important;
    border-radius: 0 0 20px 20px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    margin: -1px -15px 0;
    padding: 41px 22px;
    position: relative;
    text-align: center;

}
.pricing-chart-col.colored{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.pricing-chart-head{
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}
/*.pricing-chart-col.colored:hover .pricing-chart-head{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed791c 0%, #d25409 100%) repeat scroll 0 0 !important;
}*/
.pricing-chart-col.colored.hover .pricing-chart-head {
    transform: scale(1.1);
}
.pricing-chart-col.colored.hover .pricing-chart-row {
    transform: scale(1.1);
}
.pricing-chart-col.colored.hover .pricing-chart-head {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed791c 0%, #d25409 100%) repeat scroll 0 0 !important;
    margin: -35px 0 0 0;
    height: 99px;
    padding: 35px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 24px;
}
.pricing-chart-wrap {
    margin: 13px 0 0 0;
    padding: 45px 0;
}
.pricing-chart-col.colored.hover .pricing-chart-row.even {
	background:#eb9732;
	
}
.pricing-chart-col.colored.hover .pricing-chart-row.even p{
	color: #fff;
}
.pricing-chart-col.colored.hover .pricing-chart-row.odd p{
	color: #fff;
}
.pricing-chart-col.colored.hover .pricing-chart-row.odd
{
	background:#e7832a;
	color: #fff;
}
.pricing-chart-row.btn-cell {
    background: #f7f7f7;
    font-size: 18px;
    padding: 23px 0;
    min-height: 125px;
	border-bottom: 1px solid #ebebeb;
}
.pricing-chart-col:first-child .pricing-chart-row {
    border-left: 1px solid #e7e7e7;
}
.pricing-chart-col.colored.hover .pricing-chart-row.btn-cell {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed791c 0%, #d25409 100%) repeat scroll 0 0 !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.pricing-chart-col.colored.hover .pricing-chart-row.btn-cell .lrm-btn{
	border-color:#fff;
	color: #fff;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 150px;
    height: 50px;
    filter: alpha(opacity=0);
}
.fileUpload.btn.btn-primary {
    background-color: #e2e2e2;
    border: 1px solid #dddddd;
    color: #5c5c5c;
    font-size: 16px;
    height: 50px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 146px !important;
	position: relative;
}
.fileUpload.btn.btn-primary p {
    position: absolute;
    bottom: -47px;
}
.col2-group.clearfix div {
    float: left;
    width: 48%;
    margin: 0 5px 0px 0;
}
a.togglePass {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
}
.relativwrap {
    position: relative;
}
@media (max-width:1024px){
	.pricing-chart-head{
		font-size: 14px;
	}
	.pricing-chart-col.colored.hover .pricing-chart-head{
		font-size: 16px;
		margin: -20px 0 0 0;
		height: 85px;
	}
	.pricing-chart-row p{
		font-size: 14px;
	}
	.pricing-chart-row.btn-cell{
		min-height: 107px;
	}
	.pricing-chart{
		width:802px;
	}
	.pricing-chart-wrap{
		overflow-x: scroll;
	}
	.pricing-chart-row.btn-cell{
		min-height: 90px;
	}	
}

/* 16/07/16 */
section.calculater-section.clearfix , testimonial-wraper clearfix{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.wrap-spec.centralize{
    width: 742px;
    max-width: 100%;
    margin: 0 auto;
}
.cricle_base>a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
	color: #bdbdbd;
}
.act-this .cricle_base>a{
	color:#fff;
}
.cricle_base>a:hover, .cricle_base>a:active, .cricle_base>a:focus{
	text-decoration: none;
	color: #bdbdbd;
}
.act-this .cricle_base>a:hover,.act-this .cricle_base>a:active,.act-this .cricle_base>a:focus{
	text-decoration: none;
	color: #fff;
}
.span-view {
    margin: -6px 0 22px 0;
}
.span-view p {
    margin: 0 0 5px 0;
    color: #847e7e;
}
.span-view p:before
{
	content: '\f111';
    font-family: FontAwesome;
    font-size: 9px;
    position: relative;
    top: -2px;
    padding: 0 5px 0 0;
}
.ownerlistWrap span {
    font-size: 13px;
    margin: 0 0 0 0;
    display: block;
    position: relative;
}
.ownerlistWrap:not(:first-child){
	border-left:1px solid #ccc;
}
button.closeownerlistWrap_close {
    font-size: 18px;
    background: transparent;
    font-weight: 600;
    position: absolute;
    top: -20px;
    right: 11px;
}
input.search_box.dataSearch {
    width: 200px;
}
.wrap-dates input {
    float: left;
    width: 49%;
    margin-right: 1%;
    border: 1px solid #ccc !important;
    border-right: 1px solid #ccc;
    height: 35px;
    font-size: 12px;
}
.col-lg-3.col-sm-12.col-xs-12.filter_button button {
    width: 100%;
}
.inputs-group.submit-group.single-box.col-sm-6 {
    margin: 90px auto 99px auto !important;
    float: none;
    background: #fff;
   padding: 3% 5% 3% 5%;
    max-width: 528px;
}
.sub-header {
    font-size: 14px;
    margin: 20px 0 25px 0;
}

.form-inputs input {
    width: 100%;
    border-radius: 0;
    margin: 0 0 35px 0px;
}
.form-actions input {
    width: 50%;
    margin: 0 0 25px 0;
}
.form-actions input {
    width: 100%;
    height: 48px;
    background: #ef800d !important;
    border: 2px solid #ef800d !important;
    font-size: 17px;
}
.form-actions strong {
    font-size: 12px;
}
.withoutbefore p:before{
	content: '' !important;
}
.main-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: linear-gradient(transparent, #151515);*/
    height: 100%;
    z-index: 0;
}

.owl-prev {
    position: absolute;
    font-size: 26px;
    color: #fff;
    top: 45%;
    left: 5%;
    background: rgba(239, 128, 13,0.2);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding: 0 0px 0px 0px;
    display: table;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.owl-next {
    position: absolute;
    font-size: 26px;
    color: #fff;
    top: 45%;
    right: 5%;
    background:rgba(239, 128, 13,0.2);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding: 0 0px 0px 0px;
    display: table;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.owl-next:hover,.owl-prev:hover{
	background:rgba(239, 128, 13,1);
}
.owl-prev i,.owl-next i {
    display: table-cell;
    vertical-align: middle;
}
.wrap-contact-info h3 {
    font-size: 15px !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}
.contact-info-detail {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 40px 0;
    color: #3b3b3b;

}
.container.contactc {
    width: 1250px !important;
    margin: 0 auto;
    max-width: 100%;
}
.contact-info-detail span{
	display: block;
}
.contact-info-detail span:last-child {
    margin: 5px 0 0 0;
    display: block;
}
.contact-info-detail e, .contact-info-detail a {
    color: #053752;
    font-weight: 600;
}
.contact-info-detail p {
    margin: 10px 0 0 0;
    display: block;
}
section.page-data-wrap.product {
    margin-top: -8%;
    position: relative;
    z-index: 999;
    background: #fff;
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
}
section.page-data-wrap.product .compare-title h3 {
    margin-top: 0;
}
.get_strt{
	margin: 0 auto !important;
}
.get_strt:hover,.get_strt:focus,.get_strt:active{
	color:#ed6402;
	text-decoration: none;
}
p.p-quote {
    margin: -5px auto 0 auto;
	color: #ef800d;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}
.error-wrap {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.error-inner {
    display: table-cell;
    vertical-align: middle;
}
.error-title>h3 {
    font-size: 70px !important;
    font-weight: 800;
}
.error-subtitle span {
    font-size: 20px;
    color: #887f7f;
}
.tab-content > .active {
    display: block;
    min-height: 108px !important;
}
.m-b-null{
            margin-bottom:0 !important;
}
.p-b-null{
	padding-bottom:0 !important;
}
.p-t-null{
	padding-top:0 !important;
}
.border-none{
	border:0px !important;
}
.seperator {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}
.padding-t-20{
	padding-top:20px !important;  
}
.row.cal-wrap {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
 .modal-dialog{
        margin: 10% auto !important;
}
div#owlmainbanner .caption-wrapper h2 {
    margin: 0 0 20px 0;
	text-shadow: 0px 3px 5px #000;
}

/**********************
 Custom Banner 21/07/16
**********************/
.intro-banner {
    display: table;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
	z-index: 999;
}
.intro-inner {
    display: table-cell;
    vertical-align: middle;
}
.intro-inner h4 {
    font-size: 28px;
    color: #fff;
    margin: 16px 0;
    font-weight: 300;
	text-shadow: 0px 3px 5px #000;
}
.intro-inner h3 {
    margin: 5% 0 0 0;
    font-size: 38px;
    color: #fff;
    font-weight: 600;
	text-shadow: 0px 3px 5px #000;
}
a.banner-btn.btn-mobile
{
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff8400 0%, #ff6600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8400 0%, #ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff6600', GradientType=0 ); /* IE6-9 */
	border-radius: 50px;
	color: #fff !important;
	display: table;
	font-size: 18px;
	font-weight: 300;
	margin: 3% auto 0 auto;
	padding: 8px 25px;
	text-decoration: none !important;
	border: 1px solid #fc8d25;
}
a.banner-btn.btn-mobile:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6600+0,ff8400+100 */
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6600 0%, #ff8400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6600 0%, #ff8400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6600 0%, #ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff8400', GradientType=0 ); /* IE6-9 */
}

.get-btn.clearfix a {
    display: table;
    margin: 0 auto;
}
.get-btn.clearfix a:hover{
	text-decoration: none;
	color: #ef800d;
}
.page-detail-inner.p-t-null {
    display: table;
    margin: 0 auto;
}
header .container {
    position: relative;
}
p.spanwrap span {
    display: block;
    margin: 0 0 6px 0;
}
#qLoverlay{
	display: none;
}
#blackoverlay{
	display: none;
}
.tabs-section-wrap p.m-b-null.spanwrap span:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #00750e;
    margin: 0 5px 0 0;
    font-size: 16px;
}
button#to_app {
    display: table;
    margin: 0 auto;
}

.form-group.bttn_align button {
    margin-bottom: 5px;
}


.tab-pane .bsc-requr-list{
	min-height: auto !important;
	padding: 0px 30px !important;
} 
.tab-content > .active{
	min-height: 120px !important;
}
.pagetable-header-title{
	text-align: center;
}
.pagetable-header-title h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #ef800d;
}
.pagetable-header-title p {
    font-size: 16px;
    color: #ef800d;
}
.filter_button button {
    float: left;
    margin: 0 10px 0 0;
}

.filter_button button {
    float: left;
    margin: 0 10px 0 0;
    background: #ef800d;
    color: #fff;
    border-color: #ef800d;
}
.filter_button button:hover,.filter_button button:focus {
    background: #ff8200;
    border-color: #ff8200;
	color: #fff;
}

