body
{
    min-height: inherit !important;
}

.online-network .right-br {
	border-right: 2px solid #d2d2d2;
	padding: 30px 0;
}
.rating-stars.text-right {
	margin-top: 0px;
	margin-right: 150px;
}
/* Rating Star Widgets Style */
.rating-stars ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.rating-stars ul > li.star {
	display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
	font-size: 2.5em; /* Change the size of the stars */
	color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
	color: #FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
	color: #FF912C;
}
/* 13|september|2017  Anki */
.btn.pblsh {
	border-radius: 0;
	float: right;
	height: 26px;
	margin-top: 14px;
	padding: 2px;
	text-align: center;
	width: 139px;
	background-color: #05cbf9;
	color: #fff !important;
}
.morecontent span {
	display: none;
}
.widthheight {
	height: 67px !important;
	display: block !important;
}
.cont-hard {
	padding: 0 !important;
	margin-top: -67px;
}
.foot-freespace {
	height: 25px;
}
.fa-texter li a i {
	font-size: 17px;
}
p.offer-class a {
	font-size: 20px;
	color: #0074d9!important;
	text-align: center;
}
.offer-class {
	text-align: center;
}
.video-about-us {
	margin-top: 30px;
	margin-bottom: 7px;
	line-height: 30px;
	font-size: 16px;
}
.btm_space {
	background-color: #f4f4f4;
	padding-top: 55px;
}
.checkmark-circle {
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: -7px;
}
.checkmark-circle .background {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2EB150;
	position: absolute;
}
.checkmark-circle .checkmark {
	border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	animation-delay: 100ms;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-name: checkmark;
	-moz-animation-name: checkmark;
	animation-name: checkmark;
	-webkit-transform: scaleX(-1) rotate(135deg);
	-moz-transform: scaleX(-1) rotate(135deg);
	-ms-transform: scaleX(-1) rotate(135deg);
	-o-transform: scaleX(-1) rotate(135deg);
	transform: scaleX(-1) rotate(135deg);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
	opacity: 1;
	height: 20px;
	width: 10px;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	border-right: 6px solid white;
	border-top: 6px solid white;
	border-radius: 1px !important;
	content: '';
	left: 5px;
	top: 15px;
	position: absolute;
}
.list-p {
	left: 0px!important;
	padding: 0px 15px;
}
.list-p p i {
	right: 0px;
	position: absolute;
	bottom: 5px;
}
.heart-wisth i {
	font-size: 20px;
	position: relative;
}
.heart-wisth span {
	position: absolute;
	right: -12px;
	top: -11px;
	background: #ff0000c4;
	color: #fff!important;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
}
.listings .delete_fav::before {
	position: absolute;
	position: absolute;
	top: 4px;
	right: 7px;
	color: #333;
	content: "\f014";
	z-index: 111;
	font-family: fontawesome;
	font-size: 24px;
}
.listings .delete_fav::after {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ff7b42;
	content: "";
	border-left: 0px;
	border-top: 0px;
	width: 0;
	height: 0;
	border-top: 71px solid #fff;
	border-left: 71px solid transparent;
	text-align: center;
	top: 0px;
}
.delete-right2 {
	position: relative;
}
.delete-right2:after {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #ff7b42;
	content: "";
	border-left: 0px;
	border-top: 0px;
	width: 0;
	height: 0;
	border-top: 71px solid #fff;
	border-left: 71px solid transparent;
	text-align: center;
	top: 0px;
}
.delete-right2 .trashing {
	position: absolute;
	right: 24px;
	top: 12px;
	z-index: 111;
	font-size: 21px;
}

.new-p{position: static!important;}

.new-p i {
    right: 0px;
    position: absolute!important;
    top: 7px!important;
    right: 10px!important;
    height: 20px !important;
}

.loader {
    margin: 0 auto;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.slider-loader{
position: fixed;
top: 50%;
z-index: 11111;
right: 0px;
bottom: 0px;
left: 0px;
height: 50%;
margin: 0 auto;
text-align: center;
display: block;
width: -moz-max-content;
vertical-align: middle;
height: 30px;
}

.normal-banner .filter-menu .search{
margin-bottom:20px;
}
.listings {
    background-color: #f4f4f4;
    padding-top: 59px!important;
}
@media (max-width: 767px){
.listings {
    padding-top: 0px!important;
}

.normal-banner .filter-menu {
    text-align: left;
    margin-top: 81px;
}
}
.normal-banner .filter-menu {
    text-align: left;
    margin-top: 71px;
}
@media (min-width: 768px){
	.landpagevideo{
		display:block;
	}
	.landpageimg{
		display:none;
	}
}
@media (max-width: 767px){
	.landpagevideo{
		display:none;
	}
	.landpageimg{
		display:block;
	}
}

.bgvid{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: no-repeat;
        background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    transition: 1s opacity;
}
.dashboard-alert{
    min-height:471px;
}