
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
a { font-weight:normal;}

dl, ol, ul {  list-style:none; margin:0px; padding:0px; }

h2 {
    padding-top: 20px;
}
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px;
   
}
h1, h2, h3 {
    line-height: 1.2em;
}
h2 {
    font-size: 30px;font-weight: 500;  margin: 0 0 20px;
}
a {
	color: #1e73be;
}


p { line-height:22px; }

body {
	padding: 0;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	background-image: none !important;
	background: #fff !important;
	font-size:15px!important;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}


.nav-list { list-style:none; margin:0px; padding:0px;}


a
/*::-webkit-input-placeholder { color: #676766;}

::-moz-placeholder { color: #676766; opacity: 1; text-transform:capitalize;}

:-ms-input-placeholder { color: #676766;opacity: 1;}

:-moz-placeholder {color: #676766; opacity: 1;}*/



/*Header-start*/



.latest-box li { padding:0px !important; margin:0px; }
.latest-box p { margin:0px;}



.header-main {
	width: 100%;
	float: left;
	padding: 14px 0;
}
.logo {
	display: inline-block;
	float: left;
}
.header-right {
	float: right;
	width: auto;
	padding-top: 12px;
}
.header-right ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.header-right ul li {
	float: left;
	padding: 0 7px;
}
.header-right .ask-link {
	color: #1f80bd;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 5px;
	display: inline-block;
}
.header-right ul li:first-child {
	font-size: 18px;
}
.header-right .log-in {
	background: #f5a030;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	padding: 9px 25px;
	font-weight: bold;
	box-shadow: 6px 0px 13px rgba(0, 0, 0, 0.26);
	text-decoration:none;
}
.header-right .log-in:hover {
	background: #d07804;
}
.header-right .sign-in {
	background: #40a5ed;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	padding: 9px 25px;
	font-weight: bold;
	box-shadow: 6px 0px 13px rgba(0, 0, 0, 0.26);
	text-decoration:none;
}
.header-right .sign-in:hover {
	background: #1f81be;
}
.searchbox {
	position: relative;
	min-width: 36px;
	width: 0%;
	height: 36px;
	float: right;
	overflow: hidden;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.searchbox.searchbox-open .searchbox-input {
}
input[type="search"].searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #1f81be;
	width: 0px;
	height: 36px;
	margin: 0;
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	color: #fff;
	transition: width ease-in-out 0.5s 0s;
	border-radius: 18px;
}
.searchbox-open input[type="search"].searchbox-input {
	width: 155px;
	transition: width ease-in-out 0.5s 0s;
	border-radius: 5px;
}
 .searchbox-input::-webkit-input-placeholder {
color: #fff;
}
 .searchbox-input:-moz-placeholder {
color: #fff;
}
 .searchbox-input::-moz-placeholder {
color: #fff;
}
 .searchbox-input:-ms-input-placeholder {
color: #fff;
}
.searchbox-icon, input[type="submit"].searchbox-submit {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 18px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #1f81be;
	border-radius: 18px;
	
}
.searchbox.searchbox-open input[type="submit"].searchbox-submit {
	background: #1f81be url(../images/search-icon.png) no-repeat center center;
}
.searchbox-open {
	width: 100%;
}
.fb-icon {
	display: inline-block;
	color: #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #3b5999;
	border-radius: 18px;
}
.fb-icon:hover {
	color: #fff;
}
.full-nav {
	float: left;
	width: 100%;
	background: #40a5ed;
}
.nav {
	width: 100%;
	float: left;
}
.main-inner {
	width: 100%;
	float: left;
}
.welcome-box {
	width: 100%;
	float: left;
}
.welcome-box h1 {
	font-size: 45px;
	color: #000;
	font-weight:300;
	padding: 25px 0 10px 0;
}
.welcome-box h1 span {
	color: #40a5ed;
}
.welcome-box p {
	color: #3a3a3a;
	font-size: 15px;
	line-height: 22px;
	padding: 0 0 8px 0;
}
.welcome-box ul {
	padding-bottom: 21px;
}
.welcome-box li {
	color: #3a3a3a;
	position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
	display: inline-block;
	line-height: 20px;
}
.welcome-box li::before {
	background: url(../images/right-icon.png) left center no-repeat;
	width: 20px;
	height: 20px;
	content: "";
	left: 0;
	position: absolute;
}
.welcome-box strong {
	font-weight: bold;
	font-size:16px;
}
.horoscope-box {
	width: 100%;
	float: left;
}
.horoscope-box h2, .speak-box h2, .about-box h2, .looking-box h2, .report-box h2, .latest-news h2 {
	color: #1f81be;
	font-weight: 600;
	font-size: 21px;
	text-decoration: none;
	background: transparent;
	text-align: center;
	padding: 5px 10px 8px;
	line-height: 30px;
	vertical-align: middle;
	border-bottom: 2px solid #1f81be;
}
.horoscope-box p {
	color: #3a3a3a;
	font-size: 15px;
	text-align: center;
	padding: 20px 0;
}
.horoscope-list {
	width: 100%;
	float: left;
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.horoscope-list li {
	float: left;
	padding: 10px 0px;
	text-align:center;
	width:16.667%;
}
.horoscope-list li p { font-size:12px; color:#979797; font-weight: 600; padding:0px; margin:0px;}
.horoscope-list li h3 { margin:0px; padding:0px; line-height:normal;}
.horoscope-box p { padding:0px 0 9px 0; }


.horoscope-list .text-holder {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 0px;
}
.horoscope-list .text-holder h3 a {
	color: #1e73be;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 1px;
}
.horoscope-list .text-holder span {
	color: #979797;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 2px;
}
.horoscope-box .horoscope-link ul {
	float: left;
	width: 33.33%;
	padding-top: 25px;
}
.horoscope-box .horoscope-link ul li a {
	color: #1e73be;
	font-size:15px;
    font-weight: normal;
}
.horoscope-box .horoscope-link ul li a:hover {
	text-decoration: underline;
}
.speak-box {
	width: 100%;
	float: left;
	padding-top: 40px;
	text-align: center;
}
.speak-box h2 { margin:0px;}
.speak-block {
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin-top: 35px;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.07);
}
.speak-block h4 {
	font-weight: bold;
	font-size: 20px;
	padding-top: 8px;
}
.speak-block p {
	font-size: 15px;
	line-height: 22px;
	padding: 7px 0 13px 0;
	color: #3a3a3a;
}
.speak-block::fisrt-child {
margin-left:0px;
}
.speak-block .chat-btn {
	background: #40a5ed;
	width: 100%;
	height: 44px;
	border-radius: 3px;
	display: inline-block;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 17px;
	font-weight: bold;
	font-size: 12px;
	box-shadow: 6px 0px 13px rgba(0, 0, 0, 0.26);
	color:#fff;
}
.speak-block .chat-btn:hover {
	background: #1f81be;
	color: #fff;
	text-decoration:none;
}
.speak-block .call-btn {
	background: #f5a030;
	width: 100%;
	height: 44px;
	border-radius: 3px;
	display: inline-block;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	box-shadow: 6px 0px 13px rgba(0, 0, 0, 0.26);
	color: #fff;
}

.speak-block .call-btn:hover {
	background: #d07804;
	color: #fff;
	text-decoration:none;
}
.more-btn {
	width: 176px;
	height: 50px;
	text-align: center;
	padding: 10px;
	background: none;
	border: 1px solid #40a5ed;
	display: inline-block;
	margin-top: 22px;
	border-radius: 2px;
	color: #1f81be;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
	line-height: 30px;
}
.more-btn:hover {
	background: #1f81be;
	color: #fff;
	border: 1px solid #1f81be;
	text-decoration:none;
}

.speak-box .more-btn { color: #1f81be; } 
.speak-box .more-btn:hover { color: #fff; } 
.looking-box {
	float: left;
	width: 100%;
	padding-bottom:30px;
}
.about-box { float: left;width:100%; padding-bottom:30px;}
.about-box h2 { margin:0px;}
.about-inner {
	padding-top: 36px;
	float: left;
	width: 100%;
}
.about-inner .img-holder {
	width: 28%;
	float: left;
	border: 1px solid #e2e2e2;
}

.about-inner .text-holder {
	width: 72%;
	float: right;
	padding-left:45px;
}
.about-inner .text-holder p {
	font-size: 15px;
	color: #3a3a3a;
}
.looking-box {
	float: left;
	width: 100%;
	text-align: center;
	margin-top:20px;
}
.looking-box span {
	display: block;
	font-weight: 700;
	font-size: 17px;
	color: #000;
	padding-top: 10px;
	min-height: 50px;
}
.looking-box .col-sm-3 {
	border: 1px solid #fff0;
	padding: 10px 0;
}
.looking-box .col-sm-3:hover {
	border: 1px solid #e2e2e2;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	cursor: pointer;
}
.looking-box .row {
	margin-top: 30px;
}
.report-box {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.report-box p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #3a3a3a;
}
.report-list {
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: 0 0px 20px 0px;
}
.report-list .img-holder {
	position: relative;
}
.report-list .img-holder .report-title {
	position: absolute;
	left: 0;
	background: #f46f22;
	padding: 6px 26px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	top: 0;
}
.report-list .img-holder .forcast-title {
	position: absolute;
	left: 0;
	background: #6fc52d;
	padding: 6px 26px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	top: 0;
}
.report-list .text-holder {
	padding: 20px 15px 10px 15px;
	text-align: left;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.07);
}
.report-list .img-holder img {
	width: 100%;
}
.report-list .text-holder:hover {
	background: #1f81be;
	color: #fff;
}
.report-list .text-holder:hover p {
	color: #fff;
}
.report-list .text-holder:hover .start-link {
	color: #fff;
}
.report-list .text-holder h4 {
	font-weight: 700;
	font-size: 18px;
	min-height: 45px;
}
.report-list .text-holder .start-link {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	color: #1e73be;
	letter-spacing: 1px;
	margin-top: 15px;
	display: inline-block;
	letter-spacing: 2px;
}
.latest-news {
	float: left;
	width: 100%;
}
.latest-news h2 { margin:0px;}
.client-main {
	padding-top: 31px;
}
.news-inner {
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.news-inner span {
	color: #979797;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}
.news-inner .fa-calendar-alt {
	padding-right: 5px;
}
.news-box {
	padding: 10px;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.07);
	min-height:155px;
}
.news-box h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 10px 0;
}
.news-box .read-more {
	color: #1e73be;
	font-size: 12px;
	font-weight: bold;
}
.sign-up-section {
	background: url(../images/sign-up-bg.jpg) no-repeat center top;
	padding: 50px 0;
	float: left;
	width: 100%;
	background-size: 100%;
	text-align: center;
	margin-top: 50px;
}
.sign-up-section h2 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
	line-height: 40px;
}
.subscrice-box {
	width: 600px;
	margin: 0 auto;
	background: #fff;
	display: inline-block;
	border-radius: 5px;
}
.subscrice-box input[type="email"] {
	width: 70%;
	float: left;
	border: none;
	height: 50px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 40px;
	background: url(../images/email-icon.png) no-repeat 3% center;
}
.subscrice-box input[type="submit"] {
	width: 30%;
	float: left;
	background: #40a5ed;
	border: none;
	height: 50px;
	text-transform: uppercase;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.join-box {
	float: left;
	width: 100%;
	margin-top:0px;
	background: #f5f5f5;
	text-align: center;
}
.join-box h2 {
	font-size: 20px;
	text-align: center;
	background: #40a5ed;
	padding: 10px;
	font-weight: 600;
	color: #fff;
	margin: -1px;
}
.join-box p {
	text-align: center;
	font-size: 15px;
	color: #000;
	padding: 15px 15px;
	margin: 0px;
	line-height: 22px;
	/*font-family: 'Montserrat', sans-serif;*/
}
.join-box {
	/*font-family: 'Montserrat', sans-serif;*/
}
.main-sidebar .widget {
	/*font-family: 'Montserrat', sans-serif;*/
}
.join-form {
	float: left;
	width: 100%;
}
.join-form input[type="text"] {
	width: 100%;
	border: none;
	background: url(../images/user-icon.png) no-repeat 14px center;
	padding: 15px 5px 15px 40px;
	border-top: 1px solid #e2e2e2;
	border-left: 4px solid #f5f5f5;
	color:#000;
}
.join-form input[type="email"] {
	width: 100%;
	border: none;
	background: url(../images/email-icon.png) no-repeat 14px center;
	padding: 15px 5px 15px 40px;
	border-top: 1px solid #e2e2e2;
	border-left: 4px solid #f5f5f5;
	color:#000;
}
.join-form input[type="password"] {
	width: 100%;
	border: none;
	background: url(../images/password-icon.png) no-repeat 16px center;
	padding: 15px 5px 15px 40px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 4px solid #f5f5f5;
}
.join-form input[type="text"]:focus {
	border-left: 4px solid #40a5ed;
	background: url(../images/user-hover-icon.png) no-repeat 14px center;
}
.join-form input[type="email"]:focus {
	border-left: 4px solid #40a5ed;
	background: url(../images/email-icon-hover.png) no-repeat 14px center;
}
.join-form input[type="password"]:focus {
	border-left: 4px solid #40a5ed;
	background: url(../images/password-icon-hover.png) no-repeat 16px center;
}
.form-sign {
	width: 282px;
	background: #40a5ed;
	display: inline-block;
	border-radius: 3px;
	padding: 14px 20px;
	box-shadow: 6px 0px 13px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
	color:#fff;
}
.form-fb {
	width: 282px;
	background: #3b5999;
	display: inline-block;
	border-radius: 3px;
	padding: 14px 20px;
	box-shadow: 6px 0px 13px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}
.form-sign:hover, .form-fb:hover {
	color: #fff;
}
.join-box span {
	font-size: 12px;
	color: #000;
	padding: 18px 0 15px 0;
	display: inline-block;
}
.join-box span a {
	font-size: 12px;
	color: #1e73be;
}
.join-box span a:hover {
	text-decoration: underline;
}

.connected-inner ul li .fa-envelope:hover, .connected-inner ul li .fab.fa-facebook-f:hover, .connected-inner ul li .fab.fa-twitter:hover, .connected-inner ul li .fab.fa-skype:hover {
	background: #1f81be;
	border: 1px solid #1f81be;
}
.looking-box .col-sm-3:hover span {
	color: #2685c0;
}
.footer-inner {
	float: left;
	width: 100%;
	padding: 50px 0 10px 0;
}
.footer-inner li h4 {
	font-size: 14px;
	color: #40a5ed;
	font-weight: bold;
	padding-bottom: 15px;
}
.footer-inner li { padding:0px;}
div:not(.entry-content) .widget ul li { padding-bottom: 0;}


.footer-inner li a {
	padding: 2px 0;
	display: inline-block;
	font-weight: 500;
	color:#fff;
}
.footer-inner li a:hover {
	color: #40a5ed;
}
.footer-inner ul {
	float: left;
	width: 100%;
	padding: 0 0px;
	margin-bottom: 5px;
}
.copy-right {
	float: left;
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.08);
	padding-top: 20px;
}
.copy-right p {
	color: #fff;
	font-size:11px;
	padding-bottom: 0px;
	vertical-align: middle;
}
.copy-right ul {
	width: auto;
	float: right;
	text-align: right;
}
.copy-right ul li {
	float: left;
	padding: 0px;
	position: relative;
	width: auto;
}
.copy-right ul li a {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.copy-right ul li::before {
	clear: both;
	content: ".";
	display: block;
	float: left;
	font-size: 38px;
	color: #fff;
	vertical-align: middle;
	line-height: 3px;
	padding: 0px 10px;
	text-align: center;
}
.copy-right ul li:first-child::before {
	content: "";
	padding: 0;
}
footer {
	background: #0b5b8c;
	float: left;
	width: 100%;
	margin-top: 33px;
}
.connected-section {
	background: url(../images/connected-bg.jpg) no-repeat center top;
	padding: 50px 0;
	text-align: center;
	background-size: cover;
}
.connected-inner span {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
.connected-inner ul {
	display: inline-block;
}
.connected-inner ul li {
	display: inline-block;
}
.connected-inner ul li a {
	padding: 0 5px;
}
.connected-inner ul li .fa-envelope {
	border-radius: 100px;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
}
.connected-inner ul li .fa-facebook-f {
	border-radius: 100px;
	border: 1px solid #fff;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.connected-inner ul li .fa-twitter {
	border-radius: 100px;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
}
.connected-inner ul li .fa-skype {
	border-radius: 100px;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
}
.looking-box .col-sm-3:hover span {
	color: #1e73be;
}
.footer-inner {
	float: left;
	width: 100%;
	padding: 50px 0 10px 0;
}
.footer-inner li h4 {
	font-size: 14px;
	color: #40a5ed;
	font-weight: bold;
	padding-bottom: 15px;
}
.footer-inner aside { width:20%; float:left;}
 .footer-inner  h2.widget-title { font-size: 14px;
	color: #40a5ed;
	font-weight: bold;
	padding-bottom: 15px; margin-bottom: 0px; letter-spacing:2px;}

.footer-inner aside .textwidget.custom-html-widget {float: left; width: 100%;}



.copyright-section { width:100%; float:left;}
.footer-inner .copyright-section aside { width:100%; float:left;}

.code-block iframe, .code-block ins {width: 100% !important;}
.inside-article {padding-top: 35px;}
.inside-article .entry-title {font-size: 35px;font-weight: 300 !important;margin-bottom: 0;	padding-bottom: 30px;}
.single-post .entry-title {
    padding-bottom: 10px !important;
}



.nav-list > li { padding-bottom:0px !important;}
.nav-list > li  a { text-decoration:none; }


.horoscope-box .horoscope-link ul li {  margin:0px; padding:0px; }
.horoscope-box .horoscope-link ul li a  { font-weight:normal; }


.fb-icon .fab.fa-facebook-f, .join-box .form-sign, .join-box .form-fb { color:#fff;}

.subscrice-box input[type="email"]{ border-bottom-right-radius: 0px; border-top-right-radius: 0px;}

.footer-inner li a {text-decoration: none;}


.main-sidebar {margin-top:35px;  }
.main-sidebar .widget { float:left; width:100%; background:#f5f5f5; border:1px solid #e2e2e2; text-align:center; margin-bottom:39px; /*font-family: 'Montserrat', sans-serif;*/}
.main-sidebar .widget h3 {
	font-size: 20px;
	text-align: center;
	background: #40a5ed;
	padding: 4px 0 6px;
	font-weight: 600;
	color: #fff;
	margin: 0px;
}
.main-sidebar .widget ul { list-style:none; margin:0px; padding:0px; }
.main-sidebar .widget ul li {
	padding: 12px 15px !important;
	text-align: left;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #e2e2e2;
	margin: 0px;
}
.main-sidebar .widget ul li:hover { background:#fff;}
.main-sidebar .widget ul li:last-child { border-bottom:none; }
.main-sidebar .widget ul li a { color:#1e73be; font-size:15px;}
.main-sidebar .widget ul li p {
	font-size: 15px;
	color: #000;
	padding: 5px 0;
	margin: 0px;
	line-height: 22px;
}

.widget ul li span.rpwwt-post-title { padding-bottom: 5px; display: block; }
.welcome-box h1 a { color: #40a5ed; font-weight:bold; }


.swp_social_panel .sw { color:#fff;}



.horoscope-section { padding-top:20px;}


.horoscope-list .text-holder h3 a:hover {
	color: #1e73be;
}






@media (min-width:992px) {
.home-main-content { padding-right:40px!important; }
}

.looking-box .col-sm-3 a {     font-weight: 700;   font-size: 17px;    color: #000;}

.looking-box .col-sm-3 a:hover { text-decoration:none; }

.looking-box .col-sm-3 img { 
        display:block; 
        margin:0 auto; 
        padding-bottom:10px; 
}

.looking-box .col-sm-3 {
 border: 1px solid #fff0;
 padding: 10px 0;
 font-weight:700; 
 font-size:17px;
 color:#000;
}
.header-right .ask-link:hover {
	text-decoration: none;
	color: orange;
}



@media (max-width:991px){ 
.looking-box .col-sm-3 {   
       font-size: 12px; 
       min-height: 36px; 
}
}

.entry-content{
	margin: 0 0 0 0 !important;
}

#tablepress-1_wrapper .dataTables_length,
#tablepress-1_wrapper #tablepress-1_filter,
#tablepress-1_wrapper .dataTables_info,
#tablepress-1_wrapper .dataTables_paginate {
	display: none;
}




