/****Universal css****/
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);
/*Font Face*/
@font-face {
	font-family: 'TitilliumRegular';
	src: url('../fonts/TitilliumRegular.eot');
	src: url('../fonts/TitilliumRegular.eot') format('embedded-opentype'), url('../fonts/TitilliumRegular.woff2') format('woff2'), url('../fonts/TitilliumRegular.woff') format('woff'), url('../fonts/TitilliumRegular.ttf') format('truetype'), url('../fonts/TitilliumRegular.svg#TitilliumRegular') format('svg');
}
@font-face {
	font-family: 'TitilliumBold';
	src: url('../fonts/TitilliumBold.eot');
	src: url('../fonts/TitilliumBold.eot') format('embedded-opentype'), url('../fonts/TitilliumBold.woff2') format('woff2'), url('../fonts/TitilliumBold.woff') format('woff'), url('../fonts/TitilliumBold.ttf') format('truetype'), url('../fonts/TitilliumBold.svg#TitilliumBold') format('svg');
}
@font-face {
	font-family: 'TitilliumSemibold';
	src: url('../fonts/TitilliumSemibold.eot');
	src: url('../fonts/TitilliumSemibold.eot') format('embedded-opentype'), url('../fonts/TitilliumSemibold.woff2') format('woff2'), url('../fonts/TitilliumSemibold.woff') format('woff'), url('../fonts/TitilliumSemibold.ttf') format('truetype'), url('../fonts/TitilliumSemibold.svg#TitilliumSemibold') format('svg');
}
@font-face {
	font-family: 'TitilliumLight';
	src: url('../fonts/TitilliumLight.eot');
	src: url('../fonts/TitilliumLight.eot') format('embedded-opentype'), url('../fonts/TitilliumLight.woff2') format('woff2'), url('../fonts/TitilliumLight.woff') format('woff'), url('../fonts/TitilliumLight.ttf') format('truetype'), url('../fonts/TitilliumLight.svg#TitilliumLight') format('svg');
}
/*Font Face*/
body {
	font-family: 'TitilliumRegular';
	font-weight: normal;
	font-size: 16px;
	color: #31313f;
	background: #38569d;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
	margin: 0;
	padding: 0;
}
a, a img {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}
.container, .content-container {
	max-width: 1140px;
	width: auto;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
}
.content-container {
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
}
.margin-cut {
	margin: 0 !important;
}
/*got to top*/
.go-to-top {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(33, 51, 54, 0.2);
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	z-index: 99999;
	bottom: 65px;
	right: 20px;
}
.go-to-top:before {
	content: url(../images/arrow-up.png);
	position: relative;
	top: 1px;
}
.go-to-top:hover {
	background: rgba(33, 51, 54, 0.4);
	cursor : pointer;
}
/*got to top*/
/****Universal css****/

/****HOME PAGE START****/
/**Header Section Start**/
/*Top Header*/
header {
	background: url(../images/header-bg.png) top center no-repeat;
	min-height: 85px;
}
h1.logo {
	float: left;
	display: block;
	margin: 30px 2px;
	position: relative;
	z-index: 99;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
.main-navigation .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.main-navigation .navbar-nav {
	float: right;
	margin: 20px 0px;
}
.main-navigation .navbar-nav>li {
	padding: 0px 20px;
}
.main-navigation .navbar-default .navbar-nav>li>a {
	font-family: 'TitilliumBold';
	color: #e9eaed;
	padding: 11px 0px;
	transition: all .6s ease-in-out;
}
.main-navigation .navbar-nav>li:nth-child(4) {
	border-left: 1px solid rgba(234,235,238,0.29);
}
.main-navigation .navbar-default .navbar-nav>li:last-child {
	padding: 0;
}
.main-navigation .navbar-default .navbar-nav>li>a:hover, .main-navigation .navbar-default .navbar-nav>li>a:focus {
	color: #c0c1c3;
}
.main-navigation .navbar-default .navbar-nav>li>a.sign-up-btn {
	background: #fa613c;
	padding: 11px 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 2px solid #dd480a;
}
/*Top Header*/
/*Facebook Ads Search*/
.facebook-ads-search-div {
	border-bottom: 5px solid #355089;
	-webkit-box-shadow: 0 8px 15px -8px rgba(174,174,174,0.66);
	box-shadow: 0 8px 15px -8px rgba(174,174,174,0.66);
}
.facebook-ads-box {
	border-top: 1px solid rgba(233,234,237,0.16);
	padding: 90px 0 45px 0;
	text-align: center;
}
.facebook-ads-box h2 {
	font-family: 'TitilliumBold';
	color: #fff;
	font-size: 70px;
	text-shadow: 0 8px 10px rgba(0,0,0,0.21);
	padding-bottom: 25px;
}
.facebook-ads-box p {
	color: #dfdfd0;
	font-size: 27px;
	line-height: 33px;
	padding: 0px 150px 45px 150px;
}
.ads-search-div {
	background: rgba(0,23,94,0.82);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 25px 45px 0px 45px;
	width: 80%;
	margin: 0px auto;
}
.ads-search-div .form-group {
	position: relative;
	margin-bottom: 12px;
}
.ads-search-div .search-input {
	float: left;
	width: 74%;
	height: 50px;
	color: #9797a6;
	font-size: 20px;
	border: 2px solid #00a753;
	border-radius: 6px;
	box-shadow: none;
	transition: none;
	position: relative;
	padding: 4px 12px 6px 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ads-search-div .search-icon {
	position: absolute;
	left: 14px;
	z-index: 44;
	top: 13px;
}
.ads-search-div .btn {
	font-family: 'TitilliumBold';
	color: #fff;
	background-color: #00a753;
	border-color: #00a753;
	font-size: 18px;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 26%;
	float: left;
	height: 50px;
}
.ads-search-div .chosen-container {
	width: 155px !important;
	font-size: 16px;
	text-align: left;
	margin: 0px 8px 20px 8px;
}
.ads-search-div .chosen-container-single .chosen-single, .join-form-box .chosen-container-single .chosen-single {
	border: 1px solid #3e5ba2;
	height: 35px;
	background-color: transparent;
	background: transparent;
	padding: 0px 20px;
	line-height: 32px;
	box-shadow: none;
	color: #fff;
}
.ads-search-div .chosen-container-single .chosen-single span, .join-form-box .chosen-container-single .chosen-single span, .form-box .chosen-container-single .chosen-single span {
	margin-right: 0;
}
.ads-search-div .chosen-container-single .chosen-single div {
	width: 25px;
}
.ads-search-div .chosen-container-single .chosen-single div b, .ads-search-div .chosen-container-active.chosen-with-drop .chosen-single div b {
	background: url(../images/drop-down-icon.png) no-repeat;
	background-position: 0 14px;
}
.ads-search-div .chosen-container-single .chosen-drop {
	border: 1px solid #3e5ba2;
	background: #051d64;
	box-shadow: none;
}
.ads-search-div .chosen-container-single .chosen-search, .form-box .chosen-container-single .chosen-search {
	display: none;
}
.ads-search-div .chosen-container .chosen-results, .join-form-box .chosen-container .chosen-results {
	color: #fff;
	margin: 5px 0px;
	padding: 0;
}
.ads-search-div .chosen-container .chosen-results li, .join-form-box .chosen-container .chosen-results li {
	padding: 6px 20px;
}
/*Facebook Ads Search*/
/**Header Section End**/

/**Content Section Start**/
.content-col {
	padding: 75px 0px 20px 0px;
	background: #f5f5f7;
}
.top-content {
	border-bottom: 1px solid #dbdbea;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.top-content h2, .top-content h3, .top-content h4 {
	font-family: 'TitilliumBold';
	color: #3a589c;
	font-size: 25px;
	float: left;
	padding-bottom: 5px;
}
span.page-notification {
	color: #b9b9c8;
	font-size: 27px;
	float: right;
}
.ads-list-col ul {
	margin: 0;
	padding: 0;
}
.ads-list-col ul li {
	width: 32.4%;
	float: left;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 1.4%;
	margin-bottom: 70px;
	padding: 13px 17px;
	-webkit-box-shadow: 5px 5px 35px 3px rgba(122,133,129,0.30);
	box-shadow: 5px 5px 35px 3px rgba(122,133,129,0.30);
}
a.suggest-link {
	background: #3a589b;
	color: #fff;
	font-family: 'TitilliumSemibold';
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1px 20px 4px 20px;
	margin-bottom: 15px;
	float: left;
	text-decoration: none;
	transition: all .6s ease-in-out;
}
a.suggest-link:hover {
	background: #0e2f7a;
}
.ads-list-col ul li p {
	color: #9797a6;
	font-size: 14px;
	text-align: center;
	padding: 15px 0px 5px 0px;
}
.ads-list-col ul li:nth-child(3), .ads-list-col ul li:nth-child(6), .ads-list-col ul li:nth-child(9), .ads-list-col ul li:nth-child(12), .ads-list-col ul li:nth-child(15), .ads-list-col ul li:nth-child(18), .ads-list-col ul li:nth-child(21), .ads-list-col ul li:nth-child(24), .ads-list-col ul li:last-child {
	margin-right: 0;
}
.ads-list-col ul li:nth-child(3n+1) {
	clear: left;
}
.ads-box {
	width: 100%;
	border: 1px solid #eeeff1;
	padding: 8px;
	display: inline-block;
}
.info-box {
	float: left;
}
.company-logo-box {
	float: left;
	margin-right: 6px;
}
.company-details-box {
	float: left;
}
.info-box h3 {
	color: #45639f;
	font-family: 'TitilliumSemibold';
	font-size: 14px;
	padding-bottom: 4px;
}
.info-box h4 {
	color: #9fa6b1;
	font-size: 11px;
}
a.facebook-profile {
	color: #000;
	background: #fcfcfc;
	border: 1px solid #dfdfe1;
	border-bottom: 2px solid #dfdfe1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	padding: 2px 8px;
	font-family: 'TitilliumSemibold';
	font-size: 12px;
	float: right;
	margin-top: 5px;
}
a.facebook-profile i {
	color: #5c75b1;
	font-size: 15px;
	margin-right: 4px;
}
.ads-list-col ul li .ads-box p, .ads-list-col ul li .ads-box h5 {
	color: #1d2e45;
	text-align: left;
	font-family: 'TitilliumSemibold';
	padding: 5px 0px 12px 0px;
	line-height: 17px;
	font-size: 13px;
}
.ads-list-col ul li .ads-box h5 {
	font-size: 14px;
	font-family: 'TitilliumBold';
	padding: 0px;
}
.details-text {
	border: 1px solid #e9e9e9;
	padding: 6px;
}
a.company-link {
	color: #bec1c7;
	text-decoration: none;
	font-size: 12px;
	font-family: 'TitilliumSemibold';
	text-transform: uppercase;
	float: left;
}
a.sign-up {
	text-decoration: none;
	color: #7a7a7a;
	font-size: 12px;
	font-family: 'TitilliumBold';
	border: 1px solid #d5d4d4;
	float: right;
	padding: 1px 10px 3px 10px;
	margin-top: -5px;
	margin-bottom: 3px;
	transition: all .6s ease-in-out;
}
a.sign-up:hover {
	background-color: #f3f1f1;
}
.shares-box {
	color: #b0b7c2;
	font-size: 12px;
	border-bottom: 1px solid #f7f7f7;
	font-family: 'TitilliumSemibold';
	padding: 8px 0px;
}
.comment-link-box {
	text-align: center;
	padding-top: 6px;
}
.comment-link-box ul {
	margin: 0;
	padding: 0;
}
.comment-link-box ul li, .comment-link-box ul li:last-child {
	display: inline-block;
	background: none;
	float: none;
	width: auto;
	margin: 0px 18px;
	padding: 0;
	box-shadow: none;
}
.comment-link-box ul li a {
	color: #6a717f;
	font-family: 'TitilliumSemibold';
	font-size: 13px;
	text-decoration: none;
}
.pagination-box .pager li {
	margin: 0px 15px;
}
.pagination-box .pager li>a, .pager li>span {
	background-color: #0fb350;
	border: 1px solid #0fb350;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	font-family: 'TitilliumSemibold';
	transition: all .6s ease-in-out;
	width: 200px;
}
.pagination-box .pager li:hover>a, .pager li:hover>span {
	background-color: #05ff69;
	border: 1px solid #05ff69;
}
/**Content Section End**/

/**Notice Section Start**/
.notice-col, .testimonial-col {
	background: #09a656;
	padding: 50px 0px;
	text-align: center;
}
.notice-col h2 {
	color: #f5f5f7;
	font-size: 34px;
	display: inline-block;
}
a.free-trail-link {
	font-family: 'TitilliumSemibold';
	font-size: 18px;
	padding: 13px 35px 16px 35px;
	text-decoration: none;
	transition: all .6s ease-in-out;
	color: #fff;
	background: #fd5825;
	border-bottom: 3px solid #db491e;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	margin-left: 30px;
}
a.free-trail-link:hover {
	background: #db491e;
}
/**Notice Section End**/

/**Footer Section Start**/
footer {
	background: #253961;
}
.contact-col {
	background: url(../images/contact-col-bg.png) top center no-repeat #405c9e;
	padding: 50px 0px;
	text-align: center;
}
.contact-col h2 {
	font-family: 'TitilliumSemibold';
	font-size: 37px;
	color: #f5f5f7;
	padding-bottom: 5px;
}
.contact-col p {
	color: #f5f5f7;
	font-size: 22px;
	padding-bottom: 30px;
}
.contact-col form {
	background: #364f88;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px 40px;
	width: 78%;
	margin: 0px auto;
	display: inline-block;
}
.contact-col .form-control {
	height: 48px;
	width: 38%;
	float: left;
	margin-right: 1%;
	font-size: 18px;
	color: #757584;
	border: none;
	box-shadow: none;
	transition: none;
	padding: 6px 20px;
}
.contact-col .btn {
	font-family: 'TitilliumSemibold';
	font-size: 18px;
	color: #fff;
	background-color: #09a656;
	border-color: #09a656;
	border-bottom: 3px solid #008f43;
	height: 48px;
	width: 22%;
	transition: all .6s ease-in-out;
}
.contact-col .btn-default:hover, .contact-col .btn-default:focus, .contact-col .btn-default.focus, .contact-col .btn-default:active, .contact-col .btn-default.active, .contact-col .open>.dropdown-toggle.btn-default {
	background-color: #008f43;
}
.highlight-info-box {
	position: absolute;
	bottom: 55px;
	left: -75px;
	width: 90px;
}
.highlight-info-box span {
	font-family: 'Dancing Script', cursive;
	color: #343333;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
}
.highlight-info-box span img {
	position: absolute;
	left: -23px;
	top: 60px;
}
.footer-bottom-col {
	padding: 55px 0px;
}
.footer-menu-box {
	float: left;
	width: 25%;
}
.footer-menu-box h3 {
	font-family: 'TitilliumSemibold';
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 16px;
}
.footer-menu-box ul {
	margin-bottom: 50px;
}
.footer-menu-box ul li {
	margin-bottom: 2px;
}
.footer-menu-box ul li a {
	color: #cacad9;
	text-decoration: none;
	transition: all .6s ease-in-out;
}
.footer-menu-box ul li a:hover {
	color: #949498;
}
.icon-roll {
	height: 62px;
	width: 62px;
	float: left;
 margin-right:10px -webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.icon-roll:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.facebook-roll, .facebook-roll:hover {
	background: url(../images/facebook-icon.png) no-repeat;
	margin-right: 15px;
}
.twitter-roll, .twitter-roll:hover {
	background: url(../images/twitter-icon.png) no-repeat;
	margin-right: 15px;
}
p.copyright-text {
	color: #a8a8b7;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #62708c;
	text-align: center;
	padding-top: 35px;
}
/**Footer Section End**/
/****HOME PAGE END****/

/****ADD DETAILS PAGE END****/
.ads-search-single-div {
	background: #2c3f7a;
	padding: 25px 15px 0px 15px;
}
.ads-search-single-div h2 {
	color: #b8b8c7;
	font-size: 20px;
	padding-top: 13px;
	float: left;
	padding-left: 50px;
}
.ads-search-single-div .ads-search-div {
	background: transparent;
	padding: 0;
	text-align: center;
	width: 70%;
	margin: 0px 0px 0px 40px;
	float: left;
}
.top-content h3, .top-content h4 {
	font-size: 42px;
}
a.back-to-result-link {
	font-family: 'TitilliumSemibold';
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .6s ease-in-out;
	color: #38559d;
	border: 1px solid #405da3;
	padding: 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	margin-top: 5px;
}
a.back-to-result-link i {
	margin-right: 15px;
}
a.back-to-result-link:hover {
	background: #405da3;
	color: #fff;
}
.ads-details-left-col {
	float: left;
	width: 60%;
	margin-right: 5%;
}
.ads-details-img-div {
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 45px;
	padding: 30px 80px;
	-webkit-box-shadow: 5px 5px 35px 3px rgba(122,133,129,0.30);
	box-shadow: 5px 5px 35px 3px rgba(122,133,129,0.30);
}
.ads-details-left-col p {
	color: #757584;
	font-size: 14px;
	text-align: center;
	margin-bottom: 60px;
}
.ads-details-right-col {
	float: left;
	width: 35%;
}
.details-block, .link-block, .intro-block, .download-block {
	border-bottom: 1px solid #dbdbea;
	padding: 35px 0px;
}
.details-block ul {
	margin: 0;
}
.details-block ul li {
	margin: 8px 0px;
}
.details-block ul li span, .link-block p span {
	font-family: 'TitilliumSemibold';
}
.link-block p {
	margin-bottom: 30px;
}
.link-block p:last-child {
	margin-bottom: 0;
}
.link-block p a {
	color: #2b3d7c;
	text-decoration: none;
	transition: all .6s ease-in-out;
}
.link-block p a:hover {
	color: #2a55ea;
}
.download-block a {
	font-family: 'TitilliumSemibold';
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	background: #36549f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-bottom: 2px solid #2b3d7c;
	padding: 10px 45px;
	display: inline-block;
	text-decoration: none;
	transition: all .6s ease-in-out;
}
.download-block a:hover {
	background: #114ce0;
}
.share-block ul {
	margin: 0;
	padding: 35px 0px;
}
.share-block ul li {
	font-family: 'TitilliumSemibold';
	color: #3452a1;
	display: inline-block;
	margin-right: 15px;
}
/****ADD DETAILS PAGE END****/

/****JOIN PAGE START****/
.top-content h4 {
	float: none;
	text-align: center;
	padding-bottom: 15px;
}
.top-content p {
	color: #747484;
	font-size: 28px;
	text-align: center;
	padding: 0px 215px 30px 215px;
	line-height: 34px;
}
.join-form-left, .join-form-right {
	width: 50%;
	float: left;
	margin-bottom: 80px;
	padding: 0px 30px;
}
.join-form-left ul {
	margin: 40px 0px 0px 50px;
}
.join-form-left ul li {
	color: #747484;
	margin: 6px 0px;
}
.join-form-left ul li i {
	margin-right: 6px;
	color: #ff570f;
}
.join-form-right {
	padding: 0px 80px 0px 20px;
}
.join-form-box, .form-box {
	background: #3f5ca3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 40px 50px;
	-webkit-box-shadow: 5px 5px 35px 3px rgba(122,133,129,0.30);
	box-shadow: 5px 5px 35px 3px rgba(122,133,129,0.30);
	text-align: center;
}
.join-form-box h3 {
	font-family: 'TitilliumSemibold';
	color: #f5f5f7;
	font-size: 34px;
	padding-bottom: 35px;
}
.join-form-box .form-group {
	margin-bottom: 8px;
}
.join-form-box .form-control, .join-form-box .chosen-container-single .chosen-single {
	height: 50px;
	background-color: #f5f5f7;
	box-shadow: none;
	transition: none;
	border: 1px solid #243862;
	font-size: 18px;
	color: #747484;
}
.join-form-box .chosen-container {
	width: 100% !important;
	font-size: 18px;
	text-align: left;
}
.join-form-box .chosen-container-single .chosen-single {
	padding: 8px 12px;
	color: #9999a4;
}
.join-form-box .chosen-container-single .chosen-drop {
	border: 1px solid #243862;
	background: #f5f5f7;
	box-shadow: none;
}
.join-form-box .chosen-container-single .chosen-search input[type=text] {
	color: #9999a4;
	font-family: 'TitilliumRegular';
	font-size: 18px;
	padding: 4px 10px;
}
.join-form-box .chosen-container .chosen-results {
	color: #9999a4;
}
.join-form-box .btn, a.sign-up-link {
	font-family: 'TitilliumSemibold';
	background-color: #fd5825;
	font-size: 22px;
	color: #fff;
	border-color: #fd5825;
	border-bottom: 3px solid #db491e;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 8px 12px 12px 12px;
	transition: all .6s ease-in-out;
	text-decoration: none;
}
.join-form-box .btn-default:hover, a.sign-up-link:hover {
	background-color: #db491e;
}
.join-form-box p {
	color: #dbdbea;
	font-size: 15px;
}
.testimonial-col {
	text-align: left;
}
.testimonial-text-area {
	width: 80%;
	float: left;
	position: relative;
	padding: 18px 25px 25px 65px;
}
.testimonial-text-area p {
	color: #f4f4f7;
	font-size: 28px;
	line-height: 35px;
}
.coma-img {
	position: absolute;
	top: 22px;
	left: 0;
}
.testimonial-image-area {
	text-align: center;
	float: left;
	width: 20%;
}
.testimonial-image-area p {
	color: #f3f3f7;
	font-size: 14px;
	line-height: 18px;
	padding-top: 6px;
}
.testimonial-image-area p span {
	font-family: 'TitilliumBold';
}
/****JOIN PAGE END****/

/****PLANS PAGE START****/
.top-content h4 span {
	color: #008c22;
}
.package-box {
	float: left;
	width: 31.3333%;
	margin-right: 3%;
	background: #fff;
	border: 1px solid #ececfb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 50px;
}
.package-header {
	padding: 25px 20px 20px 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
}
.package-header h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(236,236,251,0.29);
	font-family: 'TitilliumBold';
}
.package-header h3 {
	font-size: 60px;
	color: #fff;
	padding-top: 10px;
}
.package-header h3 span {
	font-size: 18px;
	vertical-align: middle;
}
.package-includes ul {
	margin: 10px 0px;
}
.package-includes ul li {
	color: #424251;
	border-bottom: 1px solid #f5f5fc;
	padding: 8px 10px;
}
.package-includes ul li.gray-bg {
	background: #fbfbfd;
}
.ribbon {
	width: 108%;
	top: 5px;
	left: -4%;
	position: absolute;
	text-align: center;
	background: #0ccb09;
	background: -webkit-gradient(linear, left top, left bottom, from(#0ccb09), to(#05fd01));
	background: -webkit-linear-gradient(top, #0ccb09, #05fd01);
	background: -moz-linear-gradient(top, #0ccb09, #05fd01);
	background: -ms-linear-gradient(top, #0ccb09, #05fd01);
	background: -o-linear-gradient(top, #0ccb09, #05fd01);
	background-image: -ms-linear-gradient(top, #0ccb09 0%, #05fd01 100%);
	-webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
	-moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
	box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
	font-family: 'TitilliumSemibold';
}
.ribbon h4 {
	font-size: 16px!important;
	color: #ffffff;
	text-shadow: #939493 0 1px 2px;
	margin: 0px;
	padding: 5px 10px;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	border-color: #2c9e2a transparent transparent transparent;
	position: absolute;
	display: block;
	border-style: solid;
	bottom: -1em;
	content: '';
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 16px 0 0 14px;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 16px 14px 0 0;
}
.ribbon-stitches-top {
	margin-top: 2px;
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.ribbon-stitches-bottom {
	margin-bottom: 2px;
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
a.sign-up-link {
	display: block;
	width: 65%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 30px auto;
}
.blue-package .package-header {
	background: #3d5aa5;
}
.green-package .package-header {
	background: #008d19;
}
.green-package .package-header h2 {
	padding-top: 20px;
}
.green-package {
	margin-top: 35px;
}
.package-box:last-child {
	margin-right: 0;
}
.dark-blue-package .package-header {
	background: #17223a;
}
/****PLANS PAGE END****/

/****SIGNUP PAGE START****/
.testimonial-side, .form-side {
	float: left;
	width: 50%;
	padding: 70px 55px 70px 130px;
}
.testimonial-box {
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
}
.testimonial-box:last-child {
	margin-bottom: 0;
}
.testimonial-box p {
	color: #000;
	font-size: 28px;
	line-height: 33px;
	padding-bottom: 20px;
}
.testimonial-box .coma-img {
	top: 5px;
	left: -65px;
}
.testimonial-box .testimonial-by img {
	float: left;
	width: 92px;
	margin-right: 15px;
}
.testimonial-box .testimonial-by p {
	color: #3d5aa5;
	font-size: 14px;
	float: left;
	padding-bottom: 0;
	line-height: 18px;
	padding-top: 8px;
}
.testimonial-box .testimonial-by p span {
	font-family: 'TitilliumBold';
}
.form-side {
	padding: 70px 80px 70px 0px;
}
.form-box {
	background: #fff;
	box-shadow: none;
	border: 1px solid #dddddd;
}
.form-box h3 {
	font-family: 'TitilliumBold';
	font-size: 34px;
	color: #4ea54e;
	padding-bottom: 35px;
}
.form-box h3 img {
	display: inline-block;
	margin-right: 6px;
	margin-top: -8px;
}
.form-box .form-group {
	margin-bottom: 10px;
	position: relative;
}
.form-box .form-control {
	height: 50px;
	padding: 6px 16px;
	font-size: 18px;
	color: #9999a4;
	border: 1px solid #cbcbd2;
	-webkit-box-shadow: inset 1px 1px 6px rgba(0,0,0,.075);
	box-shadow: inset 1px 1px 6px rgba(0,0,0,.075);
	transition: none;
}
.form-box .small-input {
	width: 49%;
	float: left;
}
.form-box .chosen-container {
	width: 100% !important;
	font-size: 18px;
	text-align: left;
	margin: 0;
	-webkit-box-shadow: inset 1px 1px 6px rgba(0,0,0,.075);
	box-shadow: inset 1px 1px 6px rgba(0,0,0,.075);
}
.form-box .chosen-container-single .chosen-single {
	border: 1px solid #cbcbd2;
	height: 50px;
	background-color: transparent;
	background: transparent;
	padding: 6px 16px;
	line-height: 35px;
	box-shadow: none;
	color: #9999a4;
}
.form-box .chosen-container-single .chosen-single div {
	width: 30px;
}
.form-box .chosen-container-single .chosen-single div b, .form-box .chosen-container-active.chosen-with-drop .chosen-single div b {
	background: url(../images/drop-down-icon-black.png) no-repeat;
	background-position: 0 22px;
}
.form-box .chosen-container-single .chosen-drop {
	margin-top: 0px;
}
.form-box .chosen-container .chosen-drop {
	border: 1px solid #cbcbd2;
	box-shadow: none;
}
.form-box .chosen-container .chosen-results {
	color: #9999a4;
	margin: 5px 0px;
	padding: 0;
}
.form-box .chosen-container .chosen-results li {
	padding: 6px 15px;
}
.form-box .credit-cards-input {
	border: 1px solid #92c291;
	padding: 6px 110px 6px 16px;
}
.form-box .credit-cards {
	position: absolute;
	right: 10px;
	top: 15px;
}
.form-box .btn {
	color: #fff;
	background-color: #4ba64a;
	border: none;
	border-bottom: 3px solid #2e6a2e;
	font-size: 22px;
	font-family: 'TitilliumBold';
	width: 100%;
	padding: 10px 12px;
	margin: 25px 0px 15px 0px;
	transition: all .6s ease-in-out;
}
.form-box .btn:hover {
	background-color: #2e6a2e;
}
.form-box p {
	color: #20202f;
	font-size: 15px;
	font-family: 'TitilliumBold';
}
/****SIGNUP PAGE END****/




.ads-list-col-2 ul li:nth-child(4n+1) {
    clear: left;
}

.ads-list-col-2 ul li {
    width: 23.8%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 70px;
    padding: 13px 17px;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.02);
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.02);
}

.ads-list-col-2 ul li:nth-child(3), .ads-list-col-2 ul li:nth-child(6), .ads-list-col-2 ul li:nth-child(9), .ads-list-col-2 ul li:nth-child(12), .ads-list-col-2 ul li:nth-child(15), .ads-list-col-2 ul li:nth-child(18), .ads-list-col-2 ul li:nth-child(21), .ads-list-col-2 ul li:nth-child(24), .ads-list-col-2 ul li:last-child {
    margin-right: 0.5%;
    margin-left: 0.5%;
}

#subscribe h3 {
	color:#353535 !important;
}
#subscribe:hover {
  background-color: #FDA025 !important;	
  cursor: pointer; cursor: hand;
  
}



/**Added css Start**/
.mobile-select-box .dropdown-menu {
	position: relative;
	min-width: 100%;
	margin: 0;
	font-size: 16px;
	text-align: center;
	float: none;
	border: none;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}
a.menu-trigger {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
}
a.menu-trigger i {
	padding-left: 5px;
	font-size: 18px;
}
.morectnt span {
	display: none;
}
.ads-list-col ul li .ads-box p a {
	text-decoration: none;
}
/**Added css End**/


.premiumsearch {
	background:none; border:1px solid white; padding:10px;  border-radius: 3px; color:white;	
	border: 1px solid #3e5ba2; height: 30px;
	margin-right:5px;
	margin-left:5px;
	font-size: 13px;
}
.premiumsearch:hover {
	color:#ddd;
}

.sb_disabled {
	color:#898989;
	cursor: not-allowed;
}
a .sb_disabled:active {
	color:#898989;
	cursor: not-allowed;
}




[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 200px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}


.premsrch { display:inline; }