*{
	margin: 0;
	padding: 0px;
}

body { 
	margin: 0 auto;
	padding: 0px;
}
.hiddenaddress {
	display: none;
}
#changePasswBtn2 { 
	display: none;
}
#btn_icon {
	display: none;
}
.preloder{
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;  
  display: none;
  z-index: 9999;
  background: rgba(255,255,255,0.5);
}
.profile_page_header {
	position: relative;
	width: 100%;
	padding-top: 40px;
	min-height: 450px;
	background: #dbe3d4 url('../img/profile-view-img/view-landmark-asian-sky-reflection.jpg') no-repeat center 100%;
	background-repeat: no-repeat;
	background-size: cover;
} 
.viewImage_large {
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px; 
	min-height: 80px;
	display: inline-block;
	font-size: 35px;
	background: inherit;
	overflow: hidden;
	text-align: center;
	line-height: 45px; 
} 
.viewImage_large:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8);
	filter: blur(5px);
	margin: -20px;
}
.profile_img_users {
	width: 440px;
	max-width: 100%;
	margin: 0 auto;
	min-height: 400px;
	background: #fff;
	position: relative;
	z-index: 4;
	top: 0px;
}
.profile_pics {
	position: relative;
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.profile_pics img {
	display: block;
	width: 100%;
	transform: scale(1.09);
	vertical-align: middle;
} 
.profile_pics:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 4;
	background: rgba(0,0,0,0.3);
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.profile_pics img.active_img {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8); 
	filter: blur(20px);
}
img.active_img {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8); 
	filter: blur(20px);
}
@supports (object-fit: cover) {
  .profile_pics img {
	width: 100%;
	height: 400px;
    object-fit: cover;
    -o-object-position: top;
  }
}

.social_media {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 21px;
	padding-left: 10px;
}

.social_media a {
	font-size: 22px;
	display: inline-block;
	line-height: 45px;
	width: 45px;
	text-align: center;
	border: 1px solid #ff4a4a;
	color: #ff4a4a;
	background: #fff;
	margin-right: 12px;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.social_media a:hover,
.social_media a:focus,
.social_media a:active {
	color: #fff !important;
	background: #ff4a4a;
}

@media(max-width: 768px ){
	.social_media {
		display: none;
	}
}
 
.payment-content-btn {
	line-height: 12px;
}

.profile_pg_btm {
	position: relative;
	padding: 10px;
}
.profile_pg_btm span {
	display: block;
	font-size: 20px;
	line-height: 25px;
}
.profile_pg_btm span i {
	display: inline-block;
	width: 25px;
	text-align: center; 
}
.profile_btn_wrapped {
	position: relative;
	z-index: 9;
	text-align: left;
}
.profile_btn_wrapped a:nth-of-type(1){
	padding: 0px 20px;
}
.profile_btn_wrapped a {
	background: #ff264c;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	line-height: 45px; 
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.profile_btn_wrapped a.btn-profile {
	background: #ff264c;
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.profile_btn_wrapped a:hover,
.profile_btn_wrapped a:active,
.profile_btn_wrapped a:focus {
	background: #fff !important;
	color: #ff264c;
}
.profile_pg_content {
	position: relative;
	width: 100%;
	min-height: 65vh;
}
.profile_pg_content .tab-content .card { 
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 30px;
	border: 0px;
	background: #f1f1f1;
	color: #333 !important;
	margin-bottom: 21px;
}
.profile_pg_content .tab-content .card h3 {
	display: block;
	line-height: 65px;
	border-bottom: thin solid #333;
}
.profile_pg_content .nav-tabs {
	 background: #30333c;
}
.profile_pg_content .nav-tabs .nav-link {
	color: #fff !important;
}
.profile_pg_content .nav-tabs .nav-link i {
	display: block;
	font-size: 35px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 6px;
} 
.profile_pg_content .nav-tabs .nav-link.active i {
	color: #ff264c !important;
} 
.profile_pg_content .nav-tabs .nav-link:hover {
	color: #ff264c !important;
	border: 0px;
} 
.profile_pg_content .nav-tabs .nav-link.active {
	background: #232429;
	border-color: #ff264c !important;
	border: 0px;
	border-bottom: 4px solid;
}
.personal_info {
	position: relative;
	display: inline-block;
}

.personal_info li {
	list-style-type: none;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 6px;
	position: relative;
} 
.personal_info li i { 
	width: 45px;
	display: inline-block;
	position: relative;
	font-size: 22px;
	text-align: center;
}
.icon-height {
	display: inline-block;
	vertical-align: center;
	width: 35px;
	height: 35px;
	margin-bottom: -8px;
	background: url('../img/icons/icon-height.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.imgGallery {
	position: relative;
	width: 100%;
	min-height: 200px;
}
.imgGallery .imgLists {
	display: inline-block;
	width: 24%;
	height: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 0.2em;
}
.imgGallery .imgLists img {
	width: 100%;
	display: block;
}
@supports (object-fit: cover) {
  .imgGallery .imgLists img {
	width: 100%;
	height: 300px;
    object-fit: cover;
    -o-object-position: top;
  }
}

.nav-link #totalFavorite {
	display: inline-block;
	background: #ff0000;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	color: #fff !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.notifications_list {
	position: relative;
	width: 800px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.notifications_list .notify_child {
	background: #f1f1f1;
	width: 100%;
	height: auto;
	position: relative; 
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.notifications_list .notify_child h4 {
	font-weight: bolder;
	display: inline-block; 
	margin-bottom: -10px;
	color: #333 !important;
}
.notifications_list .notify_child .img_wrapped {
	width: 50px;
	max-width: 100%;
	position: relative;
	height: auto; 
	border: 2px solid #fff;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.notifications_list .notify_child .img_wrapped span {
	position: absolute;
	bottom: 3px;
	right: -6px;
	font-size: 16px;
	z-index: 2;
}
.notifications_list .notify_child img {
	display: inline-block;
	width: 100%;
	border: 2px solid #f3f3f3; 
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.notifications_list .notify_child a:hover,
.notifications_list .notify_child a:focus,
.notifications_list .notify_child a:active {
	text-decoration: underline !important;
}
.notifications_list .notify_child .text-success {
	color: #31ce70 !important;
}
.message-notify {
	position: relative;
	width: 100%;
	min-height: 74vh;
}
.suport_pg {
	position: relative;
	width: 100%;
	min-height: 85vh;
	background: #f4f5f6;
	padding: 50px 20px;
}

.support_search  {
	position: relative;
	border: 1px solid #333;
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.support_search .form-control {
	border: 0px !important;
	text-align: left !important;
}
.support_search .input-group-addon {
	display: inline-block;
	width: 35px;
	line-height: 38px;
}
.names-searchs h4 {
	font-weight: 800;
	text-transform: uppercase;
}
.names-searchs {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.names-searchs ul { 
	
}

.names-searchs ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #333;
	left: -14px;
	top: 15px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.names-searchs ul li:nth-of-type(1):before {
	display: none;
}

.names-searchs ul li {  
	display:inline-block;
    list-style-type: disc !important;
    margin-right: 15px;
    position: relative;
}
.names-searchs li a {
	font-size: 22px;
	color: #333;
}
.names-searchs li a:hover,
.names-searchs li a:focus,
.names-searchs li a:active {
	text-decoration: underline !important;
}
.ask-questions-table li {
	display: inline-block;
	list-style-type: none;
	width: 50%;
	line-height: 55px;
	font-size: 18px;
	float: left;
}

.ask-questions-table li a {
	position: relative;
	display: block;
	color: #333;
}
.ask-questions-table li a span {
	display: inline-block;
	float: right;
	margin-right: 40px;
	font-size: 22px;
	position: relative;
}
.ask-questions-table li a:hover span:after {
	display: block;
	content: '';
	width: 45px;
	height: 45px;
	top: 0px;
	left: -15px;
	bottom: -15px;
	position: absolute;
	background: rgba(0,0,0,0.1);
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
 .block-menu-supports {
 	position: relative;
 	width: 100%;
 	height: auto;
 	margin-top: 30px;
 	text-align: center;
 }
.block-menu-supports a {
	display: inline-block;
	background: #333;
	width: 100%;
	height: 100px;
	padding: 20px 20px;
	font-size: 25px; 
	color: #fff;
	margin-bottom: 20px;
}
.block-menu-supports a:hover {
	background: #ff264c;
	color: #fff !important;
}
.breadcrumbs {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 20px; 
	display: inline-block;
	padding-left: 0px;
}
.breadcrumbs li {
	float: left;
	list-style-type: none;
}

.breadcrumbs li a {
	color: #666 !important;
}

.breadcrumbs li a:hover {
	text-decoration: none !important;
}

.breadcrumbs li i {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.supports_linst {
	position: relative;
	width: 100%;
	display: inline-block;
}

.supports_linst li {
	list-style: none;
	display: block; 
}
.supports_linst li a {
	display: inline-block; 
	width: 90%;
	line-height: 55px;
	font-size: 18px;
	color: #333;
	padding-right: 20px;
	border-bottom: 1px solid #fff;
}
.supports_linst li a:hover,
.supports_linst li a:focus,
.supports_linst li a:active {
	color: #f30c5c !important;
}
.supports_linst li a i {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	text-align: right;
	font-size: 25px; 
}

.active_articles {
	font-weight: bolder;
	color: #f30c5c !important; 
}
.active_articles:hover { 
	text-decoration: underline !important;
}

.active_articles i {
	display: none !important;
}
#show-list {
	position: absolute; 
	width: 100%;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border: 1px solid #333;
	z-index: 5;
}

.short_modals .modal-body {
	min-height: 100px !important;
}
















.container-chat-users {
	position: relative;
	padding: 0px;
}

.chat_hidden {
	display: none;
	position: relative;
	width: 100%;
}
#chatList2 a {
	color: #000 !important;
	text-transform: capitalize;
}
@media(max-width: 768px ){
	.block-menu-supports a,
	.ask-questions-table li {
		width: 100%;
		font-size: 100% !important;
	}
	.chat_hidden {
		display: block; 
	}
	.supports_linst li a {
		line-height: 35px;
		width: 100%;
	} 
}
.countLikes_top {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0px;
	color: #fff;
	width: 70px;
	height: 70px;
	-webkit-border-bottom-left-radius: 2em;
	padding: 3px;
	background: #3b4544;
}
.countLikes_top span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 20px;
	-webkit-border-radius: 5em;
	border: 1px solid #d6ca5f;
	text-align: center;
}
.countLikes_top span i {
	display: block;
	font-size: 26px;
	margin-top: 5px;
	color: #d6ca5f;
}
.names_abs {
	position: absolute;
	z-index: 5;
	bottom: 60px;
	color: #fff;
	width: 100%;
	padding: 10px;
}
.names_abs h3 {
	display: block;
	font-weight: 800;
}
.names_abs h3 span { 
	font-weight: 500 !important;
}
.names_abs h3 span:nth-of-type(2) {
	float: right;
	font-weight: 500 !important;
} 


















@media(max-width: 768px){
	.profile_btn_wrapped {
		text-align: center;
	}
	.imgGallery .imgLists {
		width: 48%;
		margin-right: 0px;
	}
}

.loder{
  width: 100px;
  height: 100px; 
  margin-left: 46%;
  margin-top: 23%; 
  border-radius: 50%;
  border: 5px solid #D1DFFF;
  border-top: 8px solid #ff373d;
  animation: spinner 1s linear infinite;
}

@keyframes spinner{
  0%{
    transform: rotate(0deg);

  }
  50%{
    border-top-width: 5px;
  }
  100%{
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 668px){
  .loder{
    height: 60px;
    width: 60px;
    margin-top: 45%;
    border-top: 6px solid #ff373d;
  } 
  .viewImage_large {
  	position: relative;
  	padding: 60px 10px 10px 10px; 
  	min-height: 120px;
  	top: 10px;
  }
  .profile_img_users {
  	margin-bottom: -50px;
  }
}

.menu-2-top {
	background: #333;
	width: 100%;
	min-height: 45px;
}
.home_pg_bg {
	position: relative; 
	background: #ff4e5b;
	width: 100%;
	min-height: 70vh; 
	padding-top: 12px;
}

.home_pg_bg .container_bg {
	position: relative; 
	padding: 10px;
	width: 100%;
	min-height: 70vh;
	background: rgba(0,0,0) url('../img/bg/romantic-black-couple.jpg')no-repeat center 100%;
	background-size: cover;
	background-position: top; 
}
.home_pg_bg .container_bg::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.7);
}
.container_bg .container-lg  { 
	position: relative;
	z-index: 5; 
}
.wrapped__home {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.logo-big { 
	width: 220px;
	height: 100px; 
	float: left;
	background: url('../img/logo-white.png')no-repeat center 100%;
	background-size: contain;
}
.logo-big2 { 
	width: 220px;
	height: 100px; 
	margin: 0 auto;
	margin-top: 80px;
	background: url('../img/logo-white -2.png')no-repeat center 100%;
	background-size: contain;
}
.wrapped-big-text {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
}
.wrapped-big-text p {
	letter-spacing: 2px;
}
.wrapped-big-text h1 {
	font-weight: 1000;
}

.main-middle-logo {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-top: 50px;
}

.logo-android {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 85px;
	margin-top: 70%;
}
.logo-android a:nth-of-type(1){
	margin-right: 12px;
}
.logo-android a {
	display: inline-block;
	width: 150px;
	height: 45px;
	overflow: hidden;
	border: thin solid #aeaeae;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.logo-android a img {
	display: block;
	width: 100%;
}

.home-button-reg {
	position: relative;
	width: 400px;
	height: auto;
	z-index: 9;
	margin-top: 80px;
}
a {
	text-decoration: none !important;
	color: #03a9d2;
}
a:hover, 
a:focus { 
	color: #ee2f66;
}
#navbarNav .nav-link {
	position: relative;
	padding-left:40px;
}
#navbarNav .nav-link i {
	font-size: 28px;
	position: absolute;
	margin-left: -32px;
	top: 0px;
}
.home-button-reg a {
	display: inline-block;
	padding: 0px 20px;
	background: #ff4e5b;
	color: #fff !important;
	line-height: 45px;
	margin-top: 31px;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.home-button-reg a:hover,
.home-button-reg a:focus,
.home-button-reg a:active {
	background: #000;
}
.home-button-reg h1 {
	font-weight: 900;
	color: #fff !important;
	font-size: 48px;
	letter-spacing: 1px;
}
  
.menuTop {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 10px;
}
 
.menu-left-top ul { 
	list-style-type: none;
}
.menu-left-top li {
	list-style-type: none;
	float: left;
}
.menu-left-top li a:nth-of-type(1){
	padding-left: 0px;
}
.menu-left-top li a {
	display: inline-block;
	line-height: 35px;
	padding: 0px 21px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.menuTop .menu-right-top li a:hover{ 
	border: 1px solid #ff4e5b;
}
.menuTop .menu-right-top li a:hover,
.menuTop .menu-left-top li a:hover,
.menuTop .menu-left-top li a:focus,
.menuTop .menu-right-top li a:focus,
.menuTop .menu-right-top li a:active,
.menuTop .menu-left-top li a:active {
	color: #ff4e5b;
} 
.active {
	color: #ff4e5b !important;
}
.menuTop .menu-right-top li {
	list-style: none;
}
.menuTop .menu-right-top li a {
	display: inline-block;
	line-height: 35px;
	padding: 0px 21px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.bottom_home {
	position: relative;
	width: 100%;
	padding:0px; 
	min-height: 100px;
	background: #1fc593;  
	text-align: center;
	color: #fff;
}
.bottom_home h2 {
	font-weight: 900;
}
.bottom_home .row .col-sm-4 {
	padding: 20px;
}
.bottom_home .icons-btm {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url('../img/singles-icon-06.png')no-repeat center 100%;
	background-size: contain;
}

.menu-2-top .logo-big {
	width: 120px;
	height: 50px;
	margin-left: 10px;
}
blockquote {
	position: relative; 
	padding-left: 20px;
	font-size: 22px;
	border-left: 4px solid orange;
}
.agreed-terms {
	position: relative;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.agreed-terms small {
	display: inline-block;
	float: right;
	width: 95%;
}
.content-body-view {
	position: relative;
	width: 100%;
	min-height: 85vh;
	margin-top: 50px;
}
.content-body-view h3 {
	font-weight: 700;
	margin-top: 21px;
}
.content-body-view a {
	color:#e0ab1f;
}
.content-body-view h1 {
	font-weight: 900;
	display: inline-block;
	position: relative;
	margin-bottom: 21px;
}
.content-body-view h1:after {
	display: block;
	width: 100%;
	height: 5px;
	background: orange;
	content: '';
	position: absolute;
	left: 30%;
	margin-top: 6px;
}

.content-body-view .login_form_hm {
	background: #333;
}

.menu-2-top .menu-right-top {
	margin-top: 8px;
	margin-right: 20px;
}
 .menu-2-top .menu-left-top {
 	text-align: center !important;
 }
.menu-2-top .menu-left-top li {
        display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/  
        margin-right:10px;
        float: none;
}
 
.bottom_home .milddle-btm {
	background: #1bad82;  
}

.login_links {
	display: block;
	width: 200px;
	margin: 0 auto;
}
 
.login_form_hm {
	position: relative;
	background: rgba(255,255,255,0.2);
	padding: 20px;
	width: 100%;
	min-height: 340px; 
	margin-bottom: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.login_form_hm h2 {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 12px;
}

.navbar-nav .nav-item {
	font-weight: bolder;
	color: #333;
}
.profile-menu 
  .dropdown-menu{
    right: 0;
    left: unset;
  }
.profile-menu .fa-fw{
    margin-right: 10px; 
}
.profile-menu span {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.profile-menu span img {
	/*filter: blur(10px); */
    transition: 0.3s; 
	width: 40px;
	height: 40px; 
	vertical-align: middle; 
}
@supports (object-fit: cover) {
  .profile-menu span img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    -o-object-position: center;
  }
}
.toggle-change::after {
    border-top: 0;
    border-bottom: .3em solid; 
} 

.member-banners {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 8px;
	 background: rgb(244,223,24);
background: linear-gradient(90deg, rgba(244,223,24,1) 10%, rgba(252,255,150,1) 40%, rgba(255,196,0,1) 100%);  
}
.member-banners a {
	display: inline-block;
	position: relative;
	min-width: 300px;
	max-width: 100%;
}
.member-banners span {
	font-weight: 900;
}
.member-banners img {
	display: inline-block;
	float: left;
	width: 35px;
	margin-right: 10px;
}
.was-validated .custom-select:valid {
  background-image: none;
} 
.was-validated .custom-select:invalid {
  background-image: none;
}
.was-validated .custom-select:invalid {
     background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
.custom-select {
	background: #fff !important;
}
/*
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}*/
.navbar-toggler {
	-webkit-box-shadow: none !important;
}

.premium-page {
	position: relative;
	width: 100%;
	min-height: 76vh;
	background: #e4e4e4;
	padding-top: 50px;
}
.premium-page h1 {
	font-weight: 900;
	color: #349a58;
}
ul.list-pruchases { 
	width: 250px;
	margin: 0 auto;
}
ul.list-pruchases li {
	
	line-height: 35px;
	list-style-image: url('../img/like-icon.svg');
}
.plan_memberships {
	position: relative;
	width: 100%;
	min-height: 200px; 
	display: table;
	padding-bottom: 50px;
} 


.message-menu .btn-default { 
	width: 200px;
	max-width: 100%; 
	-webkit-box-shadow: none !important;
}
.message-menu {
	position: relative;
	width: 200px;
	max-width: 100%;
	display: table;
	text-align: right;
}

.right-dropdown-menu-btn .dropdown-menu {
	margin-right: 200px;
}
.plan_blocks.bg-active {
  background:#349a58;
}
.plan_blocks:hover{
  background:#349a58;
}
.plan_blocks {
	width: 100%;
	min-height: 400px;
	background: #fff;
	margin-bottom: 21px;
	padding: 30px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.plan_blocks {
	color: #349a58; 
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.plan_blocks  h4 {
	display: block;
	margin-bottom: 40px;
}
.plan_blocks  h4 span {
	display: inline-block;
	padding: 0px 20px;
	background: gold;
	color: #000;
	line-height: 30px;
	font-size: 16px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.plan_blocks h2 {
	display: block; 
	font-size: 58px;
	font-weight: 600;
	margin-bottom: 40px;
}
.plan_blocks h2 span {
	font-size: 16px;
}
.plan_blocks small {
	color: #333;
}
.bg-active {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.bg-active small,
.bg-active h2,
.bg-active h2 span,
.bg-active h4,
.bg-active h4 span {
	color: #fff;
}
.plan_blocks:hover small,
.plan_blocks:hover h2,
.plan_blocks:hover h2 span,
.plan_blocks:hover h4  {
	color: #fff;
} 

.crumber-head {
	position: relative;
	width: 100%;
	display: table;
}
.crumber-head ul li {
	float: left;
	list-style-type: none;
}
.crumber-head ul li a i {
	display: inline-block;
	margin-left: 10px;
}
.crumber-head ul li a {
	color: #333 !important;
	font-weight: bold;
	line-height: 38px;
	margin-right: 21px;
}
.checkout-pg {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.checkout-pg h3 span {
	font-size: 16px;
	color: #666;
}

.checkout-pg .form-control {
	margin-bottom: 21px;
}

.plan_blocks button {
	background: #b8eeca;
	padding: 0px 20px;
	line-height: 45px;
	border: 0px;
	display: inline-block;
	min-width: 250px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 20px;
	color: #349a58; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}







.border-input {
	border: 2px solid #ff0000;
}

.login_form_hm h2 span {
	color: orange;
	text-transform: lowercase;
	font-style: italic;
}

.label-names {
	color: #fff;
	text-indent: 10px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.login_form_hm .input-group {
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.login_form_hm .input-group .form-control {
	border: 0px !important;
}
.login_form_hm i {
	display: inline-block;
	line-height: 45px;
	width: 35px;
	color: #6c6c6c;
	font-size: 18px;
	text-align: center;
}
.login_form_hm button {
	border: 0px;
	display: block;
	width: 100%;
	line-height: 40px;
	font-weight: bolder;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	background: rgb(238,93,76);
	background: linear-gradient(90deg, rgba(238,93,76,1) 0%, rgba(254,199,80,1) 100%); 
}
.login_form_hm button:hover,
.login_form_hm button:focus,
.login_form_hm button:active,
.login_form_hm button:target {
	 background: rgb(254,199,80);
background: linear-gradient(90deg, rgba(254,199,80,1) 0%, rgba(238,93,76,1) 100%); 
}
.modal-backdrop {
	/*background: rgba(255,255,255,0.7);*/
	opacity: 0.5;
}
.modal .close {
	position: absolute;
	z-index: 8;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	border: 0px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
#modal_users_profile .modal-body {
	position: relative;
	min-height: 100px;
	max-height: 600px;
	overflow-y: auto;
	width: 100%;
}
.remove_mobile {
	display: none;
}
.modal .modal-body img {
	display: block;
	width: 100%;
}
.btn-singles {
	position: relative;
	display: inline-block;
	border: 0px;
	padding: 0px 20px;
	line-height: 40px;
	color: #fff;
	font-weight: bolder;
background: linear-gradient(90deg, rgba(254,199,80,1) 0%, rgba(238,93,76,1) 100%); 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.email_verify {
	position: relative;
	padding: 20px;
	width: 100%;
	min-height: 200px;
	text-align: center;
}
.email_verify h3 {
	font-weight: 900;
}
.email_verify input {
	margin-bottom: 12px;
	text-align: center;
}
.email_verify .btn-code {
	display: inline-block;
	line-height: 40px;
	padding: 0px 20px;
	border: 0px;
	text-transform: capitalize;
	margin-bottom: 12px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
 
.email_verify i {
	display: inline-block;
	width: 80px;
	height: 80px;
	border: 1px solid #333;
	color: #555;
	text-align: center;
	line-height: 80px;
	font-size: 28px;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.email_change_verify {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: #fff;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	text-align: center;
	display: none; 
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.email_change_verify h3 {
	font-weight: 900;
	margin-bottom: 12px;
	display: block;
}
.email_change_verify input {
	margin-bottom: 20px; 
}
#backBtn { 
	display: inline-block;
	padding: 0px 20px;
	line-height: 40px;
	border: 0px; 
	position: absolute;
	left: 0px;
	top: 0px;
}

#backBtn i {
	display: inline-block;
	margin-right: 8px;
}

.email_change_verify .icons-emails {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-top: 50px;
	border: 1px solid #333;
	color: #555;
	text-align: center;
	line-height: 80px;
	font-size: 28px;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
ul {
  list-style-position: inside;
  padding-left: 0;
}
.account-body {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 30px 0px;
}

.age-search label {
	display: inline-block;
	line-height: 45px;
	color: #fff;
	font-weight: 600;
}
.age-search .input-group-addon {
	display: inline-block;
	width: 38px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
}
.menu-left-account {
	position: relative; 
	min-height: 100px;
	display: inline-block;
	width: 300px;
	max-width: 100%;
	padding: 20px;
	background: #f3f5f5;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.menu-left-account li {
	list-style-type: none;
}
.menu-left-account li a {
	display: block;
	line-height: 38px;
	font-weight: 700;
	color: #000;
}
.card-main {
	position: relative;
	width: 100%;
	padding: 20px;
	display: table;
	min-height: 100px;
	background: #f3f5f5;
	margin-bottom: 12px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.card-main a.read-btn {
	position: relative;
	display: inline-block;
	line-height: 38px;
	padding: 0px 20px;
	border: 1px solid #000;
	color: #000 !important;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.card-main a:hover,
.card-main a:focus,
.card-main a:active {
	background: #fff;
}
.card-main li {
	line-height: 35px;
	list-style-image: url('../img/like-icon.svg');
}
.form-icons .input-group-addon i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 28px;
}
select.form-control {
	border: 1px solid #333;
}
.card-main  .button-acc {
	background: none;
	border: 0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.sticky {
    position: fixed;
    top: 40px;
}

.switches input { 
	display: block;
	opacity: 0;
}
.switches label {
	position: relative;
	width: 60px;
	height: 34px;
	display: inline-block;
	background: #666666;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
	
.switches label:after  {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 30px;
	height: 30px	;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 1px 3px 6px #666666;
}
.switches input:checked + label {
	background: #009900;
}
.switches input:checked + label:after  {
	left: auto;
	right: 2px ;
}

.form-settin-btn span {
	display: inline-block;
	line-height: 60px;
	margin-left: 12px;
}

.account-page {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin: 20px 0px;
}
.profile-mini {
	position: relative;
	margin: 0 auto;
	width: 300px;
	overflow: hidden;
	max-width: 100%;
	border: 2px dashed #727272;
	height: 300px;
	text-align: center;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.profile-mini img {
	display: block;
	width: 100%;
	o-object-fit: cover;
	o-bject-position: top;
}
.profile-mini p {
	display: block;
	margin-top: 80px;
}
.profile-mini i {
	font-size: 38px;
	color: #adadad;
}
.profile-mini button.crops {
	background: none;
	border: 0px;
	position: absolute;
	z-index: 4;
	top: 40%;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.profile-mini button.crops i {
	color:#000;
	font-size: 22px;
}
.personality-block {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #f3f5f5;
	margin-top: 21px;
	text-align: center;
	padding: 20px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.block-art-circle {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	cursor: pointer;
	background: #fff url('../img/personality.svg') no-repeat center 100%;
	background-size: cover;
	margin-top: 21px;
	margin-bottom: 12px;
	overflow: hidden;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}  


.card-orders-block {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #f3f5f5;
	margin-top: 21px;
	text-align: center;
	padding: 20px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

 
.card-orders-block ul li  {
	list-style-type: none;
}
 
.card-orders-block ul li i {
	display: inline-block; 
	margin-right: 10px;
	font-size: 20px;
	width: 25px;
	line-height: 35px;
	text-align: center;
}
.card-orders-block li .icon-height {
	margin-top: 8px;
}
.card-orders-block ul li i:nth-of-type(1) {
	float: left;
}
.card-orders-block ul li i:nth-of-type(2) {
	float: right;
}
.card-orders-block ul li a {
	line-height: 40px;
	display: block;
	width: 100%;
	text-align: left;
	color: #000 !important;
}
.slider-questions {
	position: relative;
	width: 100%;
	height: auto;
}
.more-question-block {
	border: dashed 2px #6a6a6a;
	width: 100%;
	min-height: 250px;
	text-align: center;
	padding: 30px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.more-question-block .item { 
	color: #555 !important;
	position: relative;
}
.more-question-block .arrow-left,
.more-question-block .arrow-right { 
	position: absolute;
	z-index: 45; 
	top: 50%;
	line-height: 32px;
	height: 38px;
	width: 38px;
	font-size: 22px;
	text-align: center;
	color: #000 !important;
	border: 2px solid #000;
	display: inline-block; 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.more-question-block .arrow-right {
	right: 0px;
}
.more-question-block .arrow-left {
	left: 0px;
}
.more-question-block .item h4 { 
	color: #111111 !important;
	font-weight: 700;
}
.question-count {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.more-question-block .btn-answer {
	display: block;
	width: 200px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0px;
	background: #0091a6;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.slider-questions h3 {
	font-weight: 700;
	display: inline-block;
	margin-top: 50px;
}
.profile-edit-content {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.profile-edit-content h4 {
	font-weight: bolder;
	display: block;
}
.profile-edit-content span {
	font-weight: normal;
	font-size: 15px;
	background: #ffe9ab;
	display: inline-block;
	padding: 4px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	margin-right: 17px;
}
.profile-edit-content a {
	font-size: 22px;
	color: #000 !important;
	display: inline-block;
	
}
.profile-edit-content span,
.profile-edit-content a {
	float: right;
}
.profile-edit-content ul li {
	line-height: 30px;
}
.describes_list li {
	float: left;
	display: inline-block;
	list-style-type: none;
	padding: 0px 16px;
	line-height: 25px;
	background: #f3f5f5;
	border: 1px solid #b5c0c2;
	margin-right: 10px;
	margin-bottom: 12px;
	-webkit-border-top-left-radius: 5em;
	-webkit-border-bottom-left-radius: 5em;
	-webkit-border-top-right-radius: 5em;
}

.hidden {
	display: none;
}

.img-download-block {
	position: relative;
	width: 100%;
	min-height: 400px;
	border: 2px dashed #333;
	padding-top: 80px;
	text-align: center;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

#profileImgModal .modal-body {
	padding: 40px 20px;
}
.img-profile-crops li {
	position: relative; 
	width: 46%;
	height:100px;
	float: left;
	overflow: hidden;
	border: 1px dashed #333;
	text-align: center;
	display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
	margin-right: 10px;
	margin-top: 10px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.img-profile-crops li a {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	bottom: 5px; 
	color: #ffffff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	
	background: #ff0000;
}
.img-profile-crops li:nth-of-type(1) a {
	position: absolute; 
	top: 40%;
	color: #ffffff;  
	background: #b9b9b9;
}
.img-profile-crops li:hover,
.img-profile-crops li:hover,
.img-profile-crops li:hover {
	border-color: #ff1c6;
}
.img-profile-crops li img {
	/*filter: blur(12px); */
    transition: 0.3s; 
    display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;  
}
@supports (object-fit: cover) {
  .img-profile-crops li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}

.mune-offers a {
	display: inline-table;
	background: rgb(255,145,52);
	background: linear-gradient(322deg, rgba(255,145,52,1) 32%, rgba(255,105,53,1) 65%); 	color: #fff !important; 
	width: 220px;
	margin-top: 8px;
	padding-right: 4px;
	-webkit-border-radius: 5em;
}
.mune-offers a span {
	display: inline-block;
	width: 50%;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
.mune-offers a span:nth-of-type(2){
	font-size: 10px;
	padding: 5px;
	background: rgba(255,255,255,0.3);
	margin-top: 5px; 
}
.mune-offers a span b {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

@media(max-width: 900px ){
	.mune-offers {
		display: none;
	}
}
.welcome-offered {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: rgb(255,145,52);
	background: linear-gradient(322deg, rgba(255,145,52,1) 32%, rgba(255,105,53,1) 65%); 	color: #fff;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.welcome-offered h4 {
	font-weight: 800;
	margin-top: 50px;
}

.welcome-offered a { 
	display: inline-block;
	padding: 0px 20px;
	background: #fff;
	font-size: 20px;
	margin-top: 30px;
	line-height: 38px;
	color: #f06552 !important;
	font-weight: bolder;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
@media(max-width: 768px ){
	.welcome-offered a {
		line-height: normal;
		margin-top: 20px;
		font-size: 100%;
	}
	.remove_mobile {
		display: block;
	}
}
.percentage-block {
	position: relative;
	width: 250px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	height: auto;
	padding-bottom: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.percentage-block h3 span {
	display: inline-block;
	margin-right: 12px;
}
.percentage-block h3 span:nth-of-type(3) { 
	margin-right: 0px;
}
.percentage50 {
	background: #fff; 
	width: 140px;
	max-width: 100%; 
	color: #f06552;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 12px;
	text-align: center;
	border: 6px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.percentage50 h2 { 
	font-weight: 700;
}
.percentage50 h2 span {
	font-size: 14px;
	font-weight: 400;
}
.empty-box {
	text-align: center;
	max-width: 100%;
	min-height: 68vh;
	margin: 0 auto;
	margin-top: 100px;
	padding: 40px; 
}
.countdown h3 span {
	font-size: 18px;
	font-weight: bolder;
}

.message-chat {
	max-width: 100%;
}

.slider-questions h3 {
	position: relative;
	display: block;
}

.slider-questions h3 a {
	display: inline-block;
	float: right;
	color: #333 !important;
	font-size: 22px;
}





















.irs--round .irs-bar {
   background-color: #1e4047 !important;
}

.irs--round .irs-handle {
  background-color: #1e4047 !important;
  border-color: #1e4047 !important;
  box-shadow: 0px 0px 0px 5px rgba(30, 64, 71, 0.2) !important ;
}

.irs--round .irs-handle.state_hover, 
.irs--round .irs-handle:hover {
   background-color: #1e4047;
}

.irs--round .irs-handle {
  width: 13px !important;
  height: 13px !important; 
  top: 32px !important;
}

.irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single {
  background-color: #1e4047 !important;
  color: #fff !important; 
}
.remove-range .irs--round .irs-from, 
.remove-range .irs--round .irs-to, 
.remove-range .irs--round .irs-single { 
  display: none !important;
}

.irs--round .irs-from:before, 
.irs--round .irs-to:before, 
.irs--round .irs-single:before,
.irs--round .irs-min, 
.irs--round .irs-max {
  display: none !important;
}

.range-item input {
	border: 0px !important;
	background: none !important;
}
.form-questions {
	position: relative;
}
.form-questions input[type="text"]:disabled {
	background-color: #fff;  
}
.form-questions a {
	color: #000 !important;
}
.form-questions i {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
}
.matches_list {
	width: 100%;
	min-height: 200px;
	position: relative;
	padding: 40px 0px;
}
.matches_list form small {
	text-transform: uppercase;
}
.matches_list .custom-control-input:nth-of-type(2),
.matches_list .custom-control-input:nth-of-type(3) {
	margin-left: 21px;
}
.show-block {
	background: none;
	border: 0px;
	font-size: 32px;
	padding: 0px 16px;
	display: none;
	line-height: 38px;
	color: #666;
	border: 1px solid #acacac;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
#feedback {
	display: none;
}
@media(max-width: 768px ){
	.hide-block {
		display: none;
	}
	.show-block {
		display: block;
	}
}
.preference-select {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background: #f3f5f5;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.preference-select h4 {
	font-weight: 700;
	text-transform: capitalize;
}
.preference-select li {
	list-style-type: none;
	display: block;
	font-weight: bolder;
	margin-top: 21px;
}

.preference-select li span { 
	font-weight: 600;
	display: block;
	color: #666;
	font-size: 15px;
}
.preference-select a {
	text-align: center;
	display: block;
}
.wraped-mini-profile {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #888;
	margin-bottom: 12px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.wraped-mini-profile:after {
	position: absolute;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.2);
}
.wraped-mini-profile .wrapped-header {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 10px;
}
.wraped-mini-profile .wrapped-header a {
	position: absolute;
	right: 15px;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-top: 10px;
	background: #000;
	text-align: center;
	line-height: 35px;
	color: #fff !important;
	font-size: 22px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wraped-mini-profile .wrapped-header a:nth-of-type(2){
	top: 60px;
}
.wraped-mini-profile .wrapped-footer .offline,
.wraped-mini-profile .wrapped-footer .onine { 
	position: relative;
	margin-left: -3px;
	margin-bottom: -2px;
}
.wraped-mini-profile .wrapped-footer #favorite {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wraped-mini-profile .wrapped-footer a {
	color: #fff;
}
.wrapped-footer #favorite:hover,
.wrapped-footer #favorite:active,
.wrapped-footer #favorite:focus {
	border: 1px solid #ff0000 !important;
	background: #ff0000 !important;
	color: #fff !important;
	transform: scale(1.1);
}
.wrapped-footer .active-favorite {
	border: 1px solid #ff0000 !important;
	background: #ff0000 !important;
	color: #fff !important;
	transform: scale(1.1); 
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;  
	font-size: 22px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wraped-mini-profile img { 
    transition: 0.3s; 
    display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;  
}
@supports (object-fit: cover) {
  .wraped-mini-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
.pagination .page-link {
	color: #ee2f66;
}
.pagination .active .page-link {
	background: #ee2f66 !important;
	border: 0px;
}
.wrapped-header span {
	display: inline-block;
	padding: 0px 10px;
	background: #000;
	color: #fff !important;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.wrapped-footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: auto;
	z-index: 4;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 10px;
}
.wrapped-footer h3 {
	font-weight: 800;
}
.wrapped-footer p {
	display: block;
	line-height: 15px;
}
.wrapped-footer h3 span {
	font-weight: 300;
}
.wrapped-footer small span:nth-of-type(1){
	display: inline-block;
	background: #ee2f66;
	padding: 0px 10px;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
}
.wrapped-footer small span:nth-of-type(2){
	display: inline-block;
	background: #000000;
	padding: 0px 10px;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
}

.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
  right: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #ff4e5b;
  font-size: 32px;
}
header h2 {
  color: #ff4e5b;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #ff4e5b;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #ff4e5b;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #dd0d70;
}
#declineBtn {
  border: 2px solid #ff4e5b;
  background-color: #fff;
  color: #ff4e5b;
}
#declineBtn:hover {
  background-color: #ff4e5b;
  color: #fff;
}


.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.checkbox.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: 1px;
  top: -13px;
}
.checkbox.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
}
.checkbox.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.checkbox.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}
.checkbox.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}
.checkbox.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.checkbox.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}
.checkbox.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

.radio {
  padding-left: 20px; 
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;  
  min-width: 120px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
   margin-top: 0px;
   background: #fff; 
   padding-left: 20px;
   padding-bottom: 20px;
   margin-bottom: 12px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.radio.radio-inline span {
	display: inline-block;
	position: absolute;
	top: -5px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.radio.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}
.radio.radio-sm label {
  padding-left: 18px;
  top: 13px;
}
.radio.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.radio.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}
.radio.radio-md label {
  padding-left: 22px;
  top: 17px;
}
.radio.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.radio.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}
.radio.radio-lg label {
  padding-left: 34px;
  top: 32px;
}


.footer_bttom {
	position: relative;
	text-align: center;
	line-height: 30px;
	padding-top: 40px;
	color: #fff !important;
	z-index: 5;
	background: #393939;
	padding: 20px;
}
.footer_bttom p {
	text-align: center;
	display: block;
}
.footer_bttom p a {
	color: #ff4e5b;
	font-weight: bolder;
}
.footer_bttom ul li {
	float: left;
	text-decoration: none !important;
	list-style-type: none;
}
.footer_bttom ul li a {
	display: inline-block;
	padding: 0px 10px;
	line-height: 35px;
	color: #fff !important;
}
input {
	border: 1px solid #333 !important;
} 
.form-control {
	-webkit-box-shadow: none !important;
}
.login__form {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
	min-width: 540px;
	min-height: 200px; 
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
} 

.footer {
	position: relative;
	width: 100%;
	min-height: 100px;
	background: #000;
}


@media(max-width: 768px ){
	.logo-big {
		float: none;
		margin: 0 auto;
		margin-bottom: 21px;
	}
	.sticky {
		position: relative; 
	}
	.menu-left-account { 
		margin-bottom: 21px;
		width: 100% !important;
	}
	.slider-home {
		display: none;
	}
	.logo-android {
		margin-top: 10%;
	}
	.menu-2-top .col-lg-8 {
		display: none;
	}
	.menu-left-top {
		display: none;
	}
	.home-button-reg {
		text-align: center;
		margin-top: -10px;
		padding-bottom: 50px;
	}
	.media-revome {
		display: none;
	} 
}

