body {
	font-family:Arial;
	font-size: 16px;
	color: #010101;
	background-color: #e5e9ed;
}
@media (max-width:767px) {
	body {
		background-color: #fff;
	}
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #fa6478;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fa6478; /* 3-16-2018 */
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
	font-family:Arial; /* 3-16-2018 */
}
 @media (max-width: 1199px) {
 .container {
 width:auto;
}
}
 @media (min-width: 1200px) {
 .container {
 width: 1200px;
}
}

header {
	height:116px;
	background:#fff;
	border-bottom: #e5e9ed solid 1px; /* 3/16/2018 */
}

@media (max-width: 820px) {
	header {
		height:auto;
		border:0px;
		position:fixed;
		z-index:999;
		left:0;
		top:0;
		right:0;
		-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.07);
		-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.07);
		box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.07);
	}
	.nav_box {
		z-index: 99999;
	}
	.banner{
		margin-top:99px;
	}
	#wrapper.active header {
		position:static;
	}
	#wrapper.active .banner {
		margin-top:0;
	}
}
.header_right {
	float:right;
	width: 69%;
	text-align: right;
	padding: 22px 0 0 0;
}
.top_link {
	font-size: 13px;
}
@media (max-width: 820px) {
	.top_link {
		background-color: #f4f5f6;
		margin-left:-15px;
		margin-right:-15px;
		padding:5px 0;
	}
}
.top_link a {
	color:#fff;
}
@media (max-width: 820px) {
	.header_right {
		padding: 5px 0 0 0;
		width:100%;
		text-align:center;
	}
}
.header_left {
	padding:24px 0 0 0;
	float:left;
	width:29%;
	text-align:left;
}
@media (max-width: 820px) {
	.header_left {
		display: block;
		float: none;
		margin: 0px auto 0;
		width: auto;
		text-align: center;
		padding: 15px 40px 0 40px;
	}
	.site_logo {
		display:inline-block;
	}
}
.sliders {
	position:relative;
}
.sliders img {
	width:100%;
	vertical-align:top;
}
.sliders h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	bottom: 0;
	margin: 0;
	padding: 12px 0;
}
@media(max-width:767px) {
 .sliders h1 {
 font-size:18px;
}
}
footer {
	background:#fff;
	color:#404040;
}

.footer_left {
	border-bottom:#e5e9ed solid 1px;
	border-top:#e5e9ed solid 1px;
	padding:12px 0;
}
.list-1{
	list-style: disc outside url("../images/tick2.png");
	margin: 0;
	padding: 0 7px;
}
.list-1 li{
	color: #404040;
    padding: 0 0 0 7px;
    margin: 4px 0 0 14px;
}
.list-2{
	list-style: none;
	text-align: center;
	margin: 0;
	padding:0;
}
.list-2 li{
	display:inline-block;
}
.list-2 li a{
	color:#404040;
	background: url('../images/tick.png') no-repeat;
	background-position:left center;
	padding: 0 25px 0 34px;
	margin:4px;
}
.list-2 li:first-child a{
	background-image:none;
}
@media(max-width:767px){
	.list-2 li{
		width:30%;
		text-align:left;
		float:left;
	}
	.list-2 li a{
		padding: 0 15px 0 15px;
	}
	.list-2 li:first-child a{
		background: url('../images/tick.png') no-repeat;
		background-position:left center;	
	}
}
@media(max-width:600px){
	.list-2 li{
		width:100%;
		text-align:center;
		margin:2px 0;
	}
	.list-2 li a{
		background-image:none;
		
	}
}
.list-2 li a:hover{
	text-decoration:none;
	color:#fa6478;
}
.footer_right {
	text-align:center;
	padding:12px 0;
}
.footer_right a{
	color:#404040;
}
.footer_right a:hover{
	text-decoration:none;
	color:#fa6478;
}
 @media (max-width: 767px) {
 .footer_right span {
	 display:block;
}
}
 @media (max-width: 599px) {
.footer_left span {
 display:block;
}
}
.social-list {
	width: auto;
	list-style:none;
	padding:0;
	margin:0 0 0 20px;
	display: inline-block;
}

.social-list li {
	margin: 0 0 0 5px;
	display: inline-block;
}
.social-list li a {/* 4/4/2018 */
	height:32px;
	width:32px;
	/*border-radius:100px;
	text-align:center;
	background-color:#3b589a;
	color:#fff;
	font-size:15px;
	padding:5px 0 0 0;*/
	display: inline-block;
}
/*.social-list li a.fb {
	background-color:#3b589a;
}
.social-list li a.twitter {
	background-color:#01adef;
}
.social-list li a.google {
	background-color:#d14836;
}*/
.search-form {
	border:#e2e2e2 solid 1px;
	display:inline-block;
	height:34px;
	width:250px;
	position: relative;
}
.search-form input[type="text"] {
	border:0;
	height:31px;
	width:100%;
	display:inline-block;
	padding: 0 34px 0 11px;
	font-size:14px;
}
.search-form button {
	border:0;
	height:32px;
	width:32px;
	background-image:url('../images/search.png');
	background-repeat:no-repeat;
	background-position:center;
	border:0px;
	background-color:transparent;
	display:inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
main {
	background-color:#fff;
	padding:15px;
}
@media (max-width:767px) {/* 27-02-2019 */
main {
	padding:10px 0px;
}
}
.about h1 {
	margin:0 0 20px 0;
	font-family:Arial;
	font-size:31px;
	font-weight:400;
	color:#222;
	background:url('../images/line-1.png') no-repeat;
	background-position:bottom left;
	padding: 0 0 20px 0;
}
 @media(max-width:767px) {
.about h1 {
	font-size:20px;
	padding: 0 0 15px 0;
	margin:0 0 10px 0;
}
}
.category-menu {
	background-color:#e4596f;
	text-align: center;
}
.category-menu ul {
	list-style:none;
	padding:0;
	margin-bottom:0;
}
.category-menu ul li {
	display: inline-block;
}
.category-menu ul li a {
	display: block;
	text-transform:uppercase;
	font-size:15px;
	padding: 9px 19px;
	color: #fff;
	transition:all 0.2s ease-out;
	cursor: pointer;
}
 @media(max-width:1200px) {
 .category-menu ul li a {
 padding: 9px 12px
}
}
@media(max-width:900px) {
 .category-menu ul li a {
 padding: 9px 5px;
 font-size:14px;
}
}
@media (max-width:767px) {
	.category-menu ul li a {
		text-align:left;
		padding-left:20px;
	}
}
.category-menu ul .active-menu a {
	border-bottom:#c84358 dashed 1px;
}
.category-menu ul li a:hover, .category-menu ul li a.active, .category-menu ul li.dropdown.open a {
	text-decoration:none;
	background-color: #c84358;
	color:#fff;
}
.category-menu ul li a:hover i, .category-menu ul li a.active i, .category-menu ul li.dropdown.open a i {
	color:#fff;
}
.category-menu ul li a i {
	color:#ccc;
	margin:0 10px 0 0;
}
.category-menu .dropdown-menu {
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	margin:0;
}
@media (max-width:767px) {
	.category-menu .dropdown ul li a{
		padding-left:40px;
	}
}
.category-menu .dropdown-toggle {
	background-image:url('../images/down-arrow.png');
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:25px;
}
.category-menu .dropdown-menu li {
	display:block;
	margin:0;
}
.category-menu .dropdown-menu li a{
	text-transform:capitalize !important;
}
 @media (max-width:767px) {
 .category-menu {
 display:none;
}
 .category-menu ul li {
 display: block;
 border-bottom:#cf475d solid 1px;
}
 .category-menu ul li:last-child {
 border-bottom:0px;
}
 .category-menu .dropdown-menu {/*29-05-2018*/
 position: relative;
 float: none;
 margin: 0 0 0 auto;
}
 .category-menu ul .active-menu a {
 position: relative;
 background-color:#c84358;
 color:#fff;
}
 .category-menu ul .active-menu a:after {
 display:none
}
}
#topmenu {
	padding:5px 10px;
	font-size:18px;
	text-transform: capitalize;
	cursor:pointer;
	display:none;
	background-color:#e4596f;
	color:#fff;
}
#topmenu img{/* 4-12-2018 */
	float:right;
}
/*#topmenu i {
	float:right;
}*/
@media (max-width:767px) {
 #topmenu {
 display:block;
}
}


@media (max-width:820px) {
.slider-mobile-block{
	padding:0;
}
}
.best-dating-plan{/* 4/4/2018 */
	border-radius:5px;
	margin-top:15px;
	position:relative;
}
@media (max-width:900px) {/* 4/4/2018 */
	.best-dating-plan{
		padding:10px 0 0;

		margin:0;
	}
}
.best-dating-plan .best-brand{ /* 18-04-18 */
	border-radius:5px;
	padding:20px;
	border:#fff solid 1px;
	background-color: #fff;
}
@media (max-width:820px) {
	.best-dating-plan .best-brand{
		padding: 15px;
		border:#dce5ed solid 1px;
	}
}
.best-dating-plan .best-brand .best-brand-review{ /* 4/4/2018 */
  width:75%;
  float:left;
}
@media(max-width:1200px){
	.best-dating-plan .best-brand .best-brand-review{ /* 4/4/2018 */
		width:70%;
	}
}
@media(max-width:1100px){
	.best-dating-plan .best-brand .best-brand-review{ /* 4/4/2018 */
		width:65%;
	}
}
@media(max-width:900px){
  .best-dating-plan .best-brand .best-brand-review{
	  width:100%;
	  position: relative;
	 }
}
.best-dating-plan .best-brand .best-brand-review a{/* 27-02-2019 */
  color:#fa6478;
  display: inline-block;
}
.best-dating-plan .best-brand .best-brand-review p{ /* 2/20/2018 */
  color:#8f8f8f;
  font-size:14px;
  overflow:hidden;
  margin-bottom:0;
}
.best-dating-plan .best-brand .best-brand-review h2{/* 4/4/2018 */
  margin:0 0 10px 0;
  color:#fa6478;
  font-size:20px;
  text-transform:uppercase;
}
@media(max-width:900px){
	.best-dating-plan .best-brand .best-brand-review h2{
	  margin:0 0 10px 0;
	  font-size:16px;
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	}
	.best-dating-plan .best-brand .best-brand-review p{ /* 2/20/2018 */
	  margin-bottom:10px;
	}
}
@media(max-width:767px){
	.best-dating-plan .best-brand .best-brand-review h2{
		text-align:center;
	}
}
.best-dating-plan .best-brand .best-brand-review .brand-img{
    float:left;
    width: 150px;
    margin: 0 30px 0 0;
}
.best-dating-plan .best-brand .best-brand-review .brand-img a img{ /* 18-04-18 */
	width: 100%;
	max-height: 100%;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.best-dating-plan .best-brand .best-brand-review .brand-img a{
	width:150px;
	height:150px;
	display:inline-block;
	overflow: hidden;
	position: relative;
}
@media(max-width:900px){
	.best-dating-plan .best-brand .best-brand-review .brand-img{/* 27-02-2019 */
		float: none;
		width: 52%;
		text-align: right;
		margin-top: 30px;
	}
	.best-dating-plan .best-brand .best-brand-review .brand-img a{
		width:80px;
		height:80px;
		border: 0px;
		margin-right: 10px;
	}
}
@media(max-width:767px){
  .best-dating-plan .best-brand .best-brand-review .brand-img{
  }
  .best-dating-plan .best-brand .best-brand-review .brand-img img{ /* 2-20-2018 */
		margin-right:0px;
	}
}
.best-dating-plan .best-brand .best-brand-rating{
  width:25%;
  text-align:left;
  float:left;
  font-weight:400;
  color:#afbecb;
  font-size:17px;
}
@media(max-width:1200px){
	.best-dating-plan .best-brand .best-brand-rating{
		width:30%;
	}
}
@media(max-width:1100px){
	.best-dating-plan .best-brand .best-brand-rating{
		width:35%;
	}
}
.best-dating-plan .best-brand .best-brand-rating span{ /*  09/04/2018  */
  margin:0;
  display:block;
  text-align:center;
}
@media(max-width:900px){
  .best-dating-plan .best-brand .best-brand-rating span{ /* 2-20-2018 */
	  display: inline-block;
  }
  .best-dating-plan .best-brand .best-brand-rating{
	  width:100%;
	  text-align:center;
  }
}
.best-dating-plan .best-brand .best-brand-rating strong{
  color:#222;
  font-size:20px;
  font-weight:400;
}

.best-dating-plan .best-brand .best-brand-rating i{
  color:#fa6478;




  font-size:24px;
}
.best-dating-plan .best-brand .best-brand-rating a{ /* 27-02-2019 */
	background-color: #fa6478;
	border:#fa6478 solid 2px;
	color: #fff;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 0 7px;
	display: inline-block;
	border-radius:3px;
	text-transform:uppercase;
	width: 180px;
	margin:0; 
	transition:all 0.3s ease-out;
}
.best-dating-plan .best-brand .best-brand-rating a img{/* 27-02-2019 */
	margin:0 2px 0 0;
}
.best-dating-plan .best-brand .best-brand-rating a.light{ /* 4/4/2018 */
	background-color: #fff;
	color: #fa6478;
	font-weight: 400;
}
.best-dating-plan .best-brand .best-brand-rating a:hover.light{ /* 4/4/2018 */
	background-color: #fff;
}
@media(max-width:900px){
	.best-dating-plan .best-brand .best-brand-rating a{ /* 4/4/2018 */
		left: 50%;
	}
	.best-dating-plan .best-brand .best-brand-rating i{
	  font-size:18px;
	}
}
.best-dating-plan .best-brand .best-brand-rating a:hover{
	background-color: #db3b51;
	border:#db3b51 solid 2px;
}
.best-dating-plan .brand-review{
  padding:15px 30px;
  background-color:#eaeef2;
  border-radius: 0 0 5px 5px;
  border-left:#dce5ed solid 1px;
  border-bottom:#dce5ed solid 1px;
  border-right:#dce5ed solid 1px;
}

@media(max-width:900px){
  .best-dating-plan .brand-review{
	  background-color:#fff;
	  border:0px;
	  padding:0;
  }
}
.best-dating-plan .brand-review dl{
  display:table;
  width:100%;
  margin-bottom:0;
}
.best-dating-plan .brand-review dl dd, .best-dating-plan .brand-review dl dt{
  display: table-cell;
  width:50%;
  text-align:left;
  padding:0 5px;
  font-size:15px;
  font-weight:400;
}
.best-dating-plan .brand-review dl dt{
  text-align:right;
}
.best-dating-plan .brand-review div{
  width:33.333%;
  border-right:#acbac6 solid 1px;
  float:left;
  text-align:center;
}
@media(max-width:900px){
  .best-dating-plan .brand-review div{
	  width:100%;
	  border:0px;
  }
  .best-dating-plan .brand-review dl{
	  border:#dce5ed solid 1px;
  }
  .best-dating-plan .brand-review .bottom-border{
	  border-bottom:0px;
  }
  .best-dating-plan .brand-review dl dt{
	  border-right:#dce5ed solid 1px;
  }
  .best-dating-plan .brand-review dl dd, .best-dating-plan .brand-review dl dt{
	  padding:5px;
	  font-size:13px;
  }
}
.best-dating-plan .brand-review div img{
  margin:0 10px 0 0;
}
.best-dating-plan .brand-review div strong, .best-dating-plan .brand-review div a{
  font-size:20px;
  font-weight:400;
  text-decoration:none;
  color:#222;
  display:inline-block;
}
.best-dating-plan .brand-review div a:hover{
  color:#dc4d60;
}
@media(max-width:900px){
	.best-dating-plan .brand-review div strong{
		font-size:16px;
	}
	.best-dating-plan .brand-review div a{
		margin-top:10px;
		font-size:16px;
	}
}
.best-dating-plan .brand-review div:last-child{
  border:0px;
}
.google-language{
	display:inline-block;
	padding:0 0 0 25px;
}
@media(max-width:900px){
	.google-language{
		display:none;
	}
}
.footer-link{
	border-bottom:#e5e9ed solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.footer-link a{
	font-size: 13px;
	color: #9c9c9c;
	text-decoration: none;
	width: 10%;
	display: inline-block;
	float: left;
	padding: 4px 0 0 0;
}
@media(max-width:1200px){
	.footer-link a{
		width: 16%;
	}
}
@media(max-width:1000px){
	.footer-link a{
		width: 20%;
	}
}
@media(max-width:820px){
	.footer-link{
		display:none;
	}
}
.footer-link a:hover{
	color: #fa6478;
	text-decoration: none;
}

.btn-1{
	background-color: #fff;
	border:#fa6478 solid 1px;
	cursor:pointer;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 30px;
	display: inline-block;
	/*width: 180px;*/
	margin:15px 0 0;
	transition:all 0.3s ease-out;
}
.btn-1:hover{
	text-decoration: none;
	background-color: #fa6478;
	color: #fff;
}
.btn-2{
	background-color: #EAEEF2;
	border:#dce5ed solid 1px;
	cursor:pointer;
	border-radius:3px;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 15px;
	display: inline-block;
	margin:15px 0 0;
	transition:all 0.3s ease-out;
}
.btn-2.right{
	float:right;
}
.btn-2:hover{
	text-decoration: none;
	background-color: #fa6478;
	border:#fa6478 solid 1px;
	color: #fff;
}



.btn-3{
	background-color: #fa6478;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 15px 7px;
	border:#fa6478 solid 2px;
	border-radius: 3px;
	display: inline-block;
	text-transform:uppercase;
	margin:15px 0 0;
	transition:all 0.3s ease-out;
}
.btn-3:hover,.btn-3:focus{
	background-color: #b84554;
	border:#b84554 solid 2px;
	color:#fff;
	text-decoration:none;
}



.best-dating-plan .best-brand .grade_box{

	float: left;
	padding: 0 20px;
	display: inline-block;
}
.best-dating-plan .best-brand .rating_link{
	overflow: hidden;
}
@media(max-width:900px){
	.best-dating-plan .best-brand .grade_box{ /* 27-02-2019 */
		float: none;
		padding: 0 0 10px 0;
		display: block;
		position: absolute;
		top: 65px;
		right: 0;
		width: 48%;
		text-align: left;
	}
	.best-dating-plan .best-brand .grade_box span{
		float: none;
		padding:0;
		display: none;
		width:66px;
	}
	.best-dating-plan .best-brand .rating_link{/* 27-02-2019 */
		/*width: 200px;*/
		margin: auto;
	}
}
@media(max-width:767px){
	.best-dating-plan .best-brand .grade_box{ /* 27-02-2019 */
		/* left: 150px; */
	}
	.best-dating-plan .best-brand .grade_box span{ /* 27-02-2019 */
		display:none;
	}
}
.best-dating-plan .best-brand .rating_link a{/* 27-02-2019 */
	width:100%;
	max-width:180px;
	margin:0 0 10px 0;
}
@media(max-width:900px){/* 27-02-2019 */
	.best-dating-plan .best-brand .rating_link a{
		max-width:170px;
		margin:0;
	}
}
@media(max-width:767px){/* 27-02-2019 */
	.best-dating-plan .best-brand .rating_link a{
		max-width:140px;
	}
}
@media(max-width:400px){/* 27-02-2019 */
	.best-dating-plan .best-brand .rating_link a{
		max-width:116px;
		font-size:11px;
	}
}

.best-dating-plan .best-brand .rating_link a:last-child{
	margin:0;
}

.gradeplus{  /* 18-04-18 */
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    background-color: #ff6677;
    height: 62px;
    width: 65px;
    display: inline-block;
    margin: 0 0 5px 10px;
    padding: 7px 0 0 0;
}
.gradeplus i{ /* 09-04-2018 */
	    margin: 0 0 0 0;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 700;
    font-style: normal;
}
@media(max-width:767px){
	.gradeplus{
		padding: 7px 0;
		font-size: 35px;
		height: 60px;
		width: 60px;
		display: inline-block;
		margin:0;
	}
}


.feature_box{
	border:#d6d6d6 solid 1px;
	margin:0 2% 15px 0;
	width:49%;
	float:left;
}
.feature_box:last-child{
	margin:0 0 15px 0;
}
@media(max-width:767px){
	.feature_box{
		border:#d6d6d6 solid 1px;
		margin:0 0 15px 0;
		width:100%;
		float:left;
	}
}
.feature_box h1{
    padding: 15px 20px 12px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: #d6d6d6 solid 1px;
    margin: 0;
}
.feature_box ul{
	list-style: none;
    padding: 5px;
	margin:0;
}
.feature_box ul li{
    padding: 5px 15px;
}
.feature_box ul li img{
	float:right;
	z-index:1;
	height:17px;
	width:17px;
}
.feature_box ul li:nth-child(even){
	background-color:#f5f5f5;
}
.price_table thead{
	background-color:#bde8fc;
}
.price_table tbody tr:nth-child(even){
	background-color:#fff3f5;
}
.price_table td, .price_table th{
	padding:6px 15px;
	font-size:14px;
}
@media(max-width:767px){
	.price_table td, .price_table th{
		padding:5px;
		font-size:14px;
	}
}
.user-sentiment {
	    padding: 20px 15px 10px;
	    background-color: #ffffff;
	    border: #f8f8f8 solid 3px;
	    margin-bottom: 20px;
}
.user-sentiment .user_rating_bar{
	    display: block;
    margin: 15px 0;
}
.user-sentiment .user_rating_bar span{
	width: 40px;
	float: left;
}
.user-sentiment .user_rating_bar .progress{
	border-radius:0;
	height:25px;
	box-shadow:none;
	margin:15px 0;
}
.user-sentiment .user_rating_bar .progress .progress-bar{
	background-color:#6abd19;
	line-height: 26px;
	box-shadow:none;
}
.user-sentiment .user_rating_bar .progress.warning .progress-bar{
	background-color:#fa6478;
}



.word_break{
	word-wrap: break-word;
	display:block;
	width:100%;
}

.light_text{
	color: #8f8f8f;
    font-size: 14px;
	padding:0 20px;
}
@media(max-width:767px){
	.light_text{
		padding:0;
	}
}
@media(max-width:600px){
	.list-2 li:first-child a{
		background-image:none;
	}
}

.best-dating{
	background-color: #e5e9ed;
	margin-left:-30px;
	margin-right:-30px;
	padding: 5px 15px 15px;
	margin-bottom: -15px;
}
@media(max-width:767px){
	.best-dating{
		background-color: #f4f5f6;
		margin-left:-15px;
		margin-right:-15px;
		padding: 5px 15px 15px;
	}
}


