body{
	padding:0px;
	margin: 0px;
	direction: rtl;
	font-family: 'Open Sans Hebrew', sans-serif;
	color: #2c2b29;
}
h1, h2, h3, h4, h5, h6, span, input, textarea, select, div, a{
	font-family: 'Open Sans Hebrew', sans-serif;
}
hr{
	opacity: 1;
}
p{
	font-size: 16px;
	line-height: 1.4;
}
input:focus, select:focus, textarea:focus{
    box-shadow: none !important;
    border: 1px solid #d4d4d4 !important;
}
input, select, textarea{
  border: 1px solid #d4d4d4 !important;   
  box-shadow: 0.5px 0.5px #d4d4d4;
}
.title_deco span {
    margin: 0px 8px;
}
#main h1, #main h2, #main h4{
	font-size: 30px;
   letter-spacing: -0.3px; 
}
/*#main h2{
    font-size: 42px;
   letter-spacing: -0.42px; 
}
*/
#main h3{
	font-size: 24px;
}
.mobile_show {
	display:none;	
}
a{
	text-decoration: none !important;
	transition: all 0.5s linear;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1.6px;
    border-radius: 3px; 
}
.bold{
	font-weight: bold;
}
.letter-spacing{
	    letter-spacing: -0.060em;
}
#main .container{
	max-width: 1300px;
}
.f_color{
	color: #27C6D4 !important;
}
.f_red{
	color: red !important;
}
.f_green{
	color: green !important;
}
.f_white{
	color: #fff !important;
}
.f_black{
    color: #000000 !important;
}
section{
	padding: 80px 20px;
}
.f_size {
    font-size: 15px;
    line-height: 1.2;
}
.modal {
    background: rgba(0,0,0,.8);
}
.blank_bg{
    background-color: #000;
}
.inner_content h1{
    color: #1aa8b5 ;
}
/***********HEADER********************/
.header{
    position: absolute;
    z-index: 99;
    transition: all linear .5s;
    width: 100%;
}
.header .d-flex a{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 18.86px;
	white-space: nowrap;
}
ul.main_menu {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0; 
}
ul.main_menu li {
    margin-left: 12px;
    list-style: none;
}
ul.main_menu li a {
    font-size: 18px;
    letter-spacing: 1.44px;
    color: #fff;
    font-weight: 400;
}
ul.main_menu li a:hover{
  color: #19A5B2;  
}
a.search, a.list {
	border: #fff solid thin;
    border-radius: 10px;
    width: 42px;
    height: 37px;
    text-align: center;
    padding-top: 3px;
}
a.login {
    background: linear-gradient(90deg, #808697, #B9BEC9); 
}
a.f_white:hover{
	color: #fff;
}
.g_bg {
    background: linear-gradient(45deg, #19A5B2, #27C5CE);}
a.g_bg:hover {
    background: linear-gradient(90deg, #27C5CE, #19A5B2);
}
.main-menu {
    position: absolute;
    width:30%;
    top: 0;
    z-index: 99;
    background-color: #000;
    transition: all .3s linear;
    right: -100%;
    height: 100vh;
    box-shadow: -8px 0px 40px rgba(0,0,0,0.6);
}
.menu_toggle {
    display: none;
}
.mnu_close{
    background: linear-gradient(45deg, #19A5B2, #27C5CE);
}
.imguser {
  background: #f9f8f2;
  border: 1px solid #e6e4dd;
}
.imguser img {
    width: 55px;
    height: 69px;
	cursor:pointer;
    object-fit: cover; 
}
.user_login{
  position: relative;
  width: 85%;
  border-left: 1px solid #fff;
}
.user_login .f_color a{
	font-size:18px;	
}
.menucloseicon{
	cursor: pointer;
}
.main-menu li, .menu_list li{
	list-style: none;
 	/* border-bottom: 1px solid #eae8e2;	 */
 	border-bottom: 1px solid #686868;	
}

.main-menu li a, .menu_list li a{
	font-size: 16px;
	color: #fff;
}
.menu_list h4 {
	color: #1aa8b5 !important;
	font-size: 18px;
}
.menu_list i{
	/* color:#916b1e; */
	color:#27c6d4;
	font-size:24px;
}
.logout_sec{
    bottom: 0;
    background: #20b4bf;
    left: 0;
    width: 100%;   
}
.logout_sec li a i{
	color:#000;
	font-size:24px;
}

.bg{
	background: linear-gradient(45deg, #19A5B2, #27C5CE);
}
.user_detail span{
	font-size: 15.93px;
}
.user_detail p{
	font-size: 20.48px;
}
.user_detail .f_white a {
	font-size: 16px;
	color:white;
}
.user_detail .premium:before {
	background-image: url(../images/left_icon-w.png);
}
.user_detail .premium:after {
	background-image: url(../images/right_icon-w.png);
}
.sticky {
    position: fixed !important;
    background: rgba(0,0,0,0.9);
    box-shadow: 0 -5px 30px 8px #000;
}
/**********END HEADRE*********************/


/**********TOP BANNER*********************/
.top_banner{
	padding: 0px;
    position: relative; 
}

.top_banner:before, .top_banner_inner:before {
    content: "";
    background: linear-gradient(180deg, transparent, black);
    width: 100%;
    height: 155px;
    bottom: 0;
    z-index: 9;
    position: absolute;
    left: 0;
}
.banner_text{
    position: absolute;
    z-index: 9;
    top: 28%;
    padding: 30px 152px;
}
/*.banner_text h1 {
	color: #fff;
    font-size: 70px !important;
    margin: 0;
}*/
.banner_text h1, .banner_text h4 {
    color: #fff;
    font-size: 60px !important;
    margin: 0;
}
.banner_text h2, .banner_text h5 {
    font-size: 54px !important;
    color: #27C6D4;
    line-height: 54px;
    letter-spacing: -0.54px;
}
.banner_text h6 {
    color: #fff;
    font-size: 82px;
    line-height: 90px;
    width: max-content;
    text-align: center;
    margin: 20px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
}
h6.num_txt span {
    font-size: 25px;
    line-height: 62px;
    margin: 0px 12px;
}
/*.banner_text h6:before {
    content: "יותר מ";
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -80px;
}
.banner_text h6:after {
    content: "חברים ";
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -80px;
}*/
.banner_text p {
    color: #fff;
    font-size: 29.9px;
   line-height: 26px; 
}
.banner_text a {
    width: 48%;
    height: 61px;
    line-height: 46px;
    font-size: 23px;
    letter-spacing: 1.84px;
}
/**********END TOP BANNER*********************/


/**********HIGHT QUALITY*********************/
.high_quality{
	background: url(../images/bg-4.png);
    position: relative;
    background-size: cover;
}
.card-title{
  color: #27C6D4;  
}

.logo_2{
	position: absolute;
    top: -80px;
    left: 0;
    right: 0;
}
.logo_2 img{
	box-shadow: -6px 10px 65px -15px #000;
    border-radius: 100%;
}
.f_color a{
	color: #1aa8b5 !important;
	font-size: 30px;
}
.member_list img {
    width: 137px !important;
}
/**********END HIGHT QUALITY*********************/

/**********COMMITTED MEMBER*********************/

/**********END COMMITTED MEMBER*********************/

/**********TEAM MEMBER SLIDE*********************/
.team_slide, .community, #user{
	background: url(../images/bg-5.png);
	 background-repeat: no-repeat;
	 background-size: cover;	
}

.teamslide_col:after {
    content: "";
    background-image: url(../images/Triangle.png);
    position: absolute;
    bottom: -49px;
    right: 60px;
    width: 50px;
    height: 50px;
    z-index: 9;
    background-repeat: no-repeat;
}
p.member_profile {
    position: relative;
    font-size: 19px;
    text-align: center;
    color: #27C6D4;
    letter-spacing: -0.19px;
}

.profile img {
  display: initial !important; 
}
.teamslide .slick-next, .teamslide .slick-prev{
	top: 35%;
}
.slick-next:after{
      content: "\f061" !important;  
      font-size: 30px !important;
}
.slick-prev:after{
      content: "\f060" !important;  
      font-size: 30px !important;
}
.teamslide .slick-next:after{
	right: -50px;
    color: #000;
}
.teamslide .slick-prev:after{
	left: -50px;
    color: #000;
}
.teamslide_col {
    padding: 0px 6rem !important;
}
/**********END TEAM MEMBER SLIDE*********************/

/********** security SLIDE*********************/
.security{
	background-image: url(../images/bg-6.png);
	 background-repeat: no-repeat;
	 background-size: cover;
}
._sec_img img {
    margin-left: 12px;
}
.security ._inner_col{
    width: 33%;
}
._inner_col p{
    line-height: 30px;
}
/**********END security SLIDE*********************/

/*********FILTER FRIENDS**********/
.FFriend{
    padding: 55px 10px;
}
.find_frnd p {
    font-size: 29px;
    letter-spacing: -0.29px;
}
.btns a {
    padding: 12px 97px;
}
.title_line:before {
    content: "";
    width: 83px;
    height: 20px;
    position: absolute;
    top: 40%;
    left: -75%;
    background: url(/images/blue-left-line.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.title_line {
    position: relative;
}
/*******END FILTER FRIENDS*********/

/*********FOOTER*************/
.footer {
    background: #000;
}
.footer .container {
	position:relative;	
}
.footer .footer_logo {
	position:absolute;
	left:0px;
	top:0px;
}
.footer a {
    font-size: 13px;
    display: block;
    color: #fff;
}
.footer a:hover {
	color:#27C6D4;
}
.footer .wid_title a {
    font-size: 22px;
    color: #27C6D4;
    letter-spacing: -0.22px;
}
.footer .text-sm-center {
    font-size: 12px;
    letter-spacing: 0.48px;
}
#bottom, #bottom a {
  color: #919191;
}
/*********END FOOTER*******/




/**********HIM PAGE****************/

.page_title {
    padding: 98px 0px;
}
#join_now{
    background-color: #000;
}
.colms{
	position: relative;
}
#join_now .colms:before {
    top: 30%;
    content: "\f060";
    font-size: 35px;
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    left: -20px;
}
#join_now .col-lg-4:last-child .colms::before{
	font-size: 0px;
}
#join_now .colms p{
	font-size: 18px;
    color: #fff; 
}

.user_review {
    display: flex;
    align-items: center;
}
.user_img {
    margin-left: 20px;
    position: relative;
    width: 40%;
}
.user_img img{
	position: relative;
	z-index: 9;
    width: 100%;
}
.name {
    width: 60%;
}
.name p {
    font-size: 18px;
    line-height: 1.2;
}
/**********END HIM PAGE****************/


/**********CONTENT PAGE*********************/
.header_pos .header {
    position: relative;
    background-color: #000;
}
.golden_bg{
	background: url(../images/golden-bokeh.jpg);
	background-position: bottom;	
	background-repeat: no-repeat;
	background-size: cover;	
}
.inner_content, .sidebar{
	background-color: #0f0d0a;
    box-shadow: 0px 6px 4px -2px rgb(0 0 0 / 20%);
}
.inner_content.page_content {
	min-height:450px;
    color: #fff;
    word-wrap: break-word; 
}
.inner_content.page_content p{
    color: #fff;
}
.inner_content.page_content a {
	font-size: 1rem;
	color: #1aa8b5;
	text-decoration:underline;
}
.links ul li {
    list-style: none;
    border-bottom: 1px solid #eae8e2; 
}
.links ul li a {
    color: #fff;
    font-size: 16px;
}
.links ul li a i {
	font-size:24px;
	color:#27C6D4;
}
.links ul li.active, .links ul li:hover{
    background: linear-gradient(45deg, #19A5B2, #27C5CE);	
}
.links ul li.active i, .links ul li:hover i{
	color:#fff;
}
.links ul li.green.active {
background: linear-gradient(45deg, #27C5CE, #19A5B2)
}
.links ul li.active a, .links ul li:hover a{
	color: #fff;
}
.links ul {
    box-shadow: 0px 14px 16px -8px #00000063;
}
.form_reg .captcha-image{
	position:relative;	
}
.form_reg .captcha-image #imgCAPTCHA {
	position:absolute;
	left:12px;
	top:7px;
}
/**********END CONTENT PAGE*********************/


/********ABOUT PAGE****************/
.top_banner_inner{
    position: relative;
}
.top_banner_inner video{
    height: 550px;
    object-fit: cover;
    object-position: top;   
}
.title_deco{
    display: flex;
    text-align: center;
}
#counter-bg{
	background: url(../images/background-black.jpg);	
	background-repeat: no-repeat;
	background-size: cover;	
}
.inner_count_col h1 {
    font-size: 50px;
}
.inner_count_col p {
    font-size: 24px;
}

#text_bg h2 {
	color:white;
}
#text_bg p {
	color:white;
}
/********END ABOUT PAGE*************/


/*********MESSAGE MODAL**************/
.modal-header .close_box img{
    position: absolute;
    top: -18px;
    left: 0;   
}
.close_box p {
    font-size: 19px;
    letter-spacing: -0.19px;
    line-height: 22px;
}
.close_box p a {
	color:#27C6D4 !important;
}
.modal .form-check{
    position: relative;
    padding: 20px 55px 20px 20px;
}
.checkbox_bg{
    background: #c0f0f3;
}
.modal .form-check-input[type=checkbox], .show_comment .custom-checkbox-text{
	float: none !important;
    position: absolute;
    right: 10px;
    width: 27px !important;
    border-radius: 0px !important;
    height: 27px !important;
    border: 1px solid #d9d7d0 !important;
    cursor: pointer;
}
.modal .form-check-label{
	font-size: 18px;
    font-weight: bold;
}
.modal .form-check-inline .form-check-label{
	padding-right: 45px;
}
label.form-check-label p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
#moreinfo h3{
	font-size: 38px;
    font-weight: bold;
}
.modal-content, .modal-header{
	background-color: transparent !important;
	border: 0px !important;
}
.modal-body{
	background-color: #fff;
    border: 1px solid #fff;
}
.modal-body .tohide {
	font-size: 22px;
    color: red;
}
.modal .reg_error {
	color:red;	
}
/*******END MESSAGE MODAL***********/

/*********PACKAGE PAGE******************/
.pack_innercol {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    transition: all .6s linear;
    position: relative;
    overflow: hidden;
}
.form-check label, .form-check label a {
    color: #000;
}
.form .error {
	color:red;	
}
.form-check-label {
	/*padding-top: 5px;*/
}
.form-check-input[type=checkbox], .form-check-input[type=radio], .custom-checkbox-input[type=checkbox] {
    float: none !important;
    margin-left: 4px !important;
    width: 27px !important;
    height: 27px !important;
}
.pack_innercol .form-check-input[type=checkbox], .custom-checkbox-input[type=checkbox] {
        border: 0 !important;
    box-shadow: none;
}
.selectpack, .selectpack2 {
	z-index: 9;
	padding: 60px 25px;
    border: 1px solid #27C6D4;
	 box-shadow: 3px 4px 17px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 4px 17px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 4px 17px 0px rgba(0,0,0,0.4);
}
.form-check-input:checked{
 	background-color: #fff !important;
 	border: 0px !important;
}
.form-check-input:checked[type=checkbox], .custom-checkbox-input:checked[type=checkbox], 
.pack_innercol .form-check-input:checked[type=radio]{
	background-image: url(/images/Tick.png) !important;
	background-size: auto;
}

.saletag{
	position: absolute;
    top: -20px;
    left: -20px;
}
.pack_innercol .form-check{
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.pack_innercol h2{
	font-size: 26px;
	font-weight: bold;
}
.pack_innercol p{
	font-size: 15px;
}
.pack_innercol p del {
	color:black;	
}
.pack_innercol .price{
	font-size: 45.61px;
	font-weight: bold;	
	line-height: 40px;
}
.text_grye p{
	color: #939191;
}
.form-check-input:focus{
	box-shadow: none !important;
}
.pack_innercol hr{
	margin: 30px 0px;
}
.card_info{
	font-size: 20px;
}
.white_bg{
	position: relative;
}
.white_bg:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-bottom: 45px solid #fff;
    border-right: 50px solid transparent;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*******END PACKAGE PACK******************/

/******SIGNUP4 MODAL**************/
.p1{font-size: 22px;}
.p2{font-size: 20px;}
#registerpopup .modal-dialog {max-width: 50%;}
#loginpopup .modal-dialog {max-width: 60%;}
#forgetpopup .modal-dialog {max-width: 60%;}
.form_reg #sexid_label, .form_reg #sextypeid_label, .form_reg #partnersexid_label {
	display:none;	
}
.form_reg .title {
	font-size: 30px;
    font-weight: bold;
}
.form_reg .subtitle {
	font-size: 18px;
}
.form_reg .subtitle span {
	text-decoration:underline;
}
.form_reg .resendtitle {
	font-size: 20px;
}
.form_reg .resendtitle a {
	text-decoration: underline !important;
}
.form_reg a{
    color: #000;
    font-size: 20px;
}
.form_reg .d-grid.links {
	display:inline-block !important;	
	text-align:center;
	width:100%;
}
.form_reg > div > p{
    font-size: 20px;
}
.form_reg label{
    font-size: 18px;
}
.form_reg .form-check label{
    font-size: 15px;
    color: #212529; 
}
.form_reg .form-check-input[type=checkbox], .custom-checkbox-input[type=checkbox] {
    right: 0px;
}
.modal .form_reg .form-check{
    padding: 0px 40px 0px 20px !important;
}
.form-select{
	background-position: center left 9px !important;
}
.modal .form_reg button{
    font-size: 26px;
    letter-spacing: -0.020em;
  }
.form-select{
  padding: 0.375rem 0.8rem 0.375rem 0.75rem !important;
}
.modal .form_reg .form-check label a{
	font-size: 15px;
}
/******END SIGNUP4 MODAL**************/

/******SIGNUP1 MODAL**************/
.join{
    font-size: 34px;
    letter-spacing: -0.34px;
}
.dream{
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -0.46px;
}
.signup .modal-dialog {
    max-width: 780px;
}
.modal-header img{cursor: pointer;}
.dstepper-block p {
    font-size: 24px;
    letter-spacing: -0.24px;
}
.dstepper-block a {
    font-size: 22px;
    letter-spacing: 1.76px;
}
/******END SIGNUP1 MODAL**************/


/******PROFILE PAGE**************/
#inner_pop input::placeholder {
    color: #131313;
}
.profile_like a{
     position: relative !important;
    top: 0px;
    right: 0;
    font-size: 13px;   
}
.p_name {font-size: 24px;}
.age {font-size: 14px;}
.Uname{font-size: 12px;}
.seen {font-size: 14px;}
.links ul li .white_icon{
opacity: 0;
}
.links ul li:hover .default, .links ul li.active .default{
    opacity: 0;
}
.links ul li:hover .white_icon, .links ul li.active .white_icon{
    opacity: 1 !important;
}
.tabbutton li button{
    color: #fff !important;
       font-size: 17px;
    letter-spacing: -0.15px; 
    /*padding: 0px 5px !important;*/
}

.tabbutton li button.active{
    background: linear-gradient(45deg, #19A5B2, #27C5CE);
    color: #fff !important;
    font-weight: bold;
}
.info {
    /* background-color: #f5f2ea; */
    background-color: #1e1e1e;
    padding: 0.2rem 0.5rem;
}
.info.flex {
	display:flex;
}
.info .open_btn {
	float: left;
	font-size: 16px;
	font-weight:bold;
}
.edit_info {
	display:none;	
}
.edit_info .reg_error {
	color:red;	
}
.lightbox{
    top: 25% !important;
}
.lightboxOverlay{
    opacity: 0.9 !important;
}
.image_slde {
    cursor:pointer;
   margin-bottom: 32px; 
}
.image_slde img:first-child {
    display: block !important;
}
.image_slde img {
    display: none;
}
.lightbox .img-show{
    display: flex;
    justify-content: center;
    align-items: center;

}
.lightbox{
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;  
    margin: 0 !important;
    top: 0 !important;
    height: 100% !important;
}
.lightbox .img-show img{
    width: auto !important;
    margin: 0 !important;
    top: auto;
    position: relative;
    border: 5px solid #fcfcfc;
    border-radius: 2px;
}
.likeicon {
	width:53px;
	height:53px;
	background:url(/images/like-f.png);	
}
.likeicon.on {
	background:url(/images/like.png);	
}
.dislikeicon {
	width:53px;
	height:53px;
	background:url(/images/dislike-f.png);	
}
.dislikeicon.on {
	background:url(/images/dislike.png);	
}

/******END PROFILE PAGE**************/


/******PROFILEEDITE PAGE**************/
.li_hover:hover {
    background: linear-gradient(45deg, #19A5B2, #27C5CE);
}
.li_hover img.default {
    display: inherit;
}
.li_hover img._hover {
    display: none;
}
.li_hover:hover img.default {
    display: none;
}
.li_hover:hover img._hover {
    display: inherit;
}
.age a{font-size: 14px;}
.pp a {
    position: absolute;
	top:0px;
    right: 0;
    font-size: 13px;
}
.pp {
    position: relative;
}
.input_field .form-check-input {
    width: 15px !important;
    height: 15px !important;
}
.input_field .form-check-input:checked[type=checkbox], .input_field .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-color: black !important;
}
.input_field .form-check-input:checked {
    background-color: linear-gradient(45deg, #19A5B2, #27C5CE) !important;
    }
    .input_field .form-check-input {
    width: 15px !important;
    height: 15px !important;
    background-color: #eee9e0;
    box-shadow: none;
}
.border-css{
  border: 1px solid #d4d4d4 !important;   
  box-shadow: 0.5px 0.5px #d4d4d4;  
}
.gray_bg {
    background-color: #616161;
    background-blend-mode: luminosity;
}
.option_btn a{
    font-size: 15.4px;
}
.balck_bg {
    background-color: #000;
    font-size: 18px;
}
.balck_bg i {
    margin-left: 9px;
}
.find .form-select{
    background-color: #151515;
   border: 1px solid #e6e6e6 !important;
color: #fff;
background-image: url(/images/down-icon.png);
background-size: 10px;
}
/******END PROFILEEDITE PAGE**************/



/******RESULTS PAGE**************/
.show_member {
    position: absolute;
    left: 12px;
    font-size: 15px;
    top: 20px;
}
.inner_content{
    position: relative;
}
.box-shad:before {
    content: "";
    background: linear-gradient(180deg, transparent 0%, #1f1e1e 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.show_member a {
    font-size: 15px;
}
._backBTN {
    top: 23px;
}
.premium, .left_info span {
    font-size: 14px;
    position: relative;
}
.premium:before {
    content: "";
    background-image: url(../images/left_icon.png);
    left: 0px;
    width: 12px;
    height: 24px;
    background-position: center;
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}
.premium:after {
    content: "";
    background-image: url(../images/right_icon.png);
    right: 0px;
    width: 12px;
    height: 24px;
    background-position: center;
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}
.bn_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.bn_title h1{
    font-size: 52.49px;
}
.bn_title h2{
    font-size: 35.98px;
}
.p_a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   padding: 15px;
}
.itluc3ql_binziesnew
.chat_right .p1{
    font-size: 12.45px;
}
.chat_right .p2, .chat_right .p2 a{
    font-size: 11.67px;
	color:white;
}
.gallery_col{
    cursor: pointer;	
}
.gallery_col .overon_img {
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(14%, rgba(0,0,0,0)), color-stop(76%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.gallery_col .crown {
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;	
}
.image_stamp {
	position: absolute;
    right: 0px;
    top: 10px;
	z-index:1;	
}
.profile_detail .image_stamp {
	right: 5px;
}
.image_stamp.approved_stamp {
    background: url(/images/approved_stamp.png) no-repeat;
    width: 70px;
    height: 70px;
}
.image_stamp.winner_stamp {
    background: url(/images/winner_stamp.png) no-repeat;
    width: 89px;
    height: 89px;
}
.search a, .search button{
    font-size: 20px;
	border: none;
}
.find .form-inline label{
       color: #fff; 
}
.form-inline label{
    font-size: 14px;
       color: #000; 
}
.find {
    background-color: #0f0d0a;
    padding: 25px 0px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 4px -2px rgb(0 0 0 / 20%);
}
.tabbutton{
    padding-right: 0px !important;
}
#pagin {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;    
}
#pagin li{
    padding: 0 13px;
    list-style: none;
}
#pagin li a, #pagin li i {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
#pagin li a.current{
    color: #27C6D4;
}
.prev, .nex{
    background-color: #fff;
    color: #fff;
    border-radius: 20px;
    width: 35px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(0.4, 0, 1, 1).5s;
    margin: 0 5px;
    padding: 0 !important;
    line-height: 20px;
}
.prev i, .nex i{
    color: #000 !important;
    line-height: 17px;
}
.prev:hover i, .nex:hover i{font-size: 20px;}
.prev:hover, .nex:hover{
    width: 30px;
    height: 30px;
}
.banner_block {
    margin-top: 33px;
}
.banner_t {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}
.addver_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
}
.banner_block img {
    border: 1px solid #424242;
}
#main .banner_t h3 {
    font-size: 35.98px;
    letter-spacing: -0.60px;
}
#main .banner_t h2 {
    font-size: 52.49px;
    letter-spacing: -0.60px;
}
.banner_t {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}
.addver_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
}
/******END RESULTS PAGE**************/


/****** MAILBOX PAGE**************/
.show_comment input[type=checkbox] {
  position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
  opacity: .5;
}

.show_comment input[type=checkbox]:hover {
  opacity: 1;
}

.show_comment input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

.show_comment input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.show_comment input:checked[type=checkbox]:before {
 border: solid #27C6D4;
  border-width: 0 2px 2px 0;
}
.mailbox_results {
    min-height: 450px;
    clear: both;
	background: #000;
	padding: 10px;
}
.person_msg {
    background-color: #202c2c;
    padding: 10px 15px;
    border-radius: 0px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    border: 0px solid #27c3cc;
}
form#Mailbox .person_msg:first-child {
    background-color: #0f2425;
    border: 2px solid #27c3cc;
}
.option_btn {
	overflow:hidden;	
    display: flex;
    align-items: center; 
}
.pink_bg {
    background-color: #1e4c4e !important;
}
.online_icon {
	position: absolute;
    color: green;
    font-size: 80px;
    line-height: 0;
    top: -12px;
    right: -18px;
}
.show_comment {
    margin-left: 15px;
}
.txt {
	position:relative;	
}
.txt h5 {
    font-size: 20pt;
    font-weight: bold;
    color: #1aa7b4;
    letter-spacing: 0;
}
.txt p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
}
.txt a {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	text-decoration:underline !important;
}
.comment_close {
	position: absolute;
    left: 2%;
    top: 8%;
    color: #838383;
    font-size: 14pt;
    letter-spacing: 0;	
}
.comment_date {
    position: absolute;
    left: 8%;
    bottom: 12%;
    color: #fff;
    font-size: 14pt;
    letter-spacing: 0;
}
.comment_date span i {
    margin: 0px 16px 0px 3px;
}
.comment_read {
	position: absolute;
    left: 2%;
    bottom: 8%;
	color: #838383;
	font-size: 12pt;
    letter-spacing: 0;
}
.comment_read i.blue {
	color:#06F;
}
.comment_date a, .comment_close a {
	color: #fff;
	font-size: 20px;		
}
.comment_date span {
    margin-left: 15px;
}
/******END MAILBOX PAGE**************/

/****** MESSAGE PAGE**************/
.box-shad {
/*    margin-bottom: 12px;*/
/*    box-shadow: 0px 7px 10px 0px #a8a1a1;
    -webkit-box-shadow: 0px 7px 10px 0px #a8a1a1;
    -moz-box-shadow: 0px 7px 10px 0px #a8a1a1;*/
}
.messge_inner {
    padding: 15px 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.message_title {
    font-size: 20pt;
    color: #27C6D4;
    font-weight: bold;
       position: relative; 
}
.message_title:before {
    content: '.';
    font-size: 50px;
    color: green;
    line-height: 0px;
    position: absolute;
	top: 7px;
}
.messge_inner.box-shad img {
    border-radius: 5px;
}
.message_title a {
	color:#27C6D4;
}
.message_title a:hover {
	color:#000;
}
.all_messages.msgbox-bg {
    min-height: 55vh !important;
    max-height: 55vh !important;
    padding: 18px 40px;
}
.msgbox-bg {
    background-color: #000;
}
.all_messages {
    min-height: 450px;
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
    padding: 18px;
}
.all_messages a {
	color: #fff;
	font-size:15px;
	text-decoration:underline !important;
}
.all_messages a:hover {
	color:#27C6D4;
}

.alert_comment2{
	background: linear-gradient(45deg, #19A5B2, #27C5CE);
    border-radius: 0px;
    padding: 5px 15px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    margin: 0px 0px 20px 0px;
    text-align: left;
    clear: both;
	text-align:center;
}
.alert_comment2 a{
	color:white;
	text-decoration:none !important;
}
.alert_comment2 a:hover{
	color:black;	
}
.button_comment2{
	background: linear-gradient(45deg, #19A5B2, #27C5CE);
    border-radius: 0px;
    padding: 2px 15px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    margin: 0px 0px 10px 0px;
    text-align: left;
    clear: both;
	text-align:center;
}
.button_comment2, .alert_comment2 {
    width: 50%;
    margin: 10px auto;
}
.button_comment2 a{
	color:white;
	text-decoration:none !important;
}
.write_comment2 p.number, .read_comment2 p.number {
    font-size: 11pt;
    color: #838383;
}
.write_comment2 p, .read_comment2 p {
    font-size: 15pt;
}
.bottom_comment .comment_type{
 padding: 40px 24px 30px;      
 background-color: #000; 
}

.msgbox-bg .read_comment{
	background-color: #fff;
}
.all_messages.msgbox-bg{
	    padding: 18px 40px;
}
.bottom_comment{
	background-color: #fff;
	position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
/*	box-shadow: 0 -20px 16px -15px #a8a1a1;*/
}
form#CommentForm {
    z-index: 9999;
    position: relative;
}
.emoji_icons_setion div.inner_emoji {
    width: 66px;
	height: 66px;
    padding: 4px;
    display: flex;
    align-items: center;
	cursor: pointer;
}
.emoji_icons_setion div img {
    width: 100%;
}
.emoji_icons_setion {
    position: absolute;
    width: 90%;
    display: none;
    background-color: #000;
    padding: 10px 10px 10px;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	top: 0px;
	left: 0px;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border: 1px solid #e7ecef;
	margin: 0 auto;
	opacity: 0;
	overflow:hidden;
	transform: translate(0, 0px);
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
.emoji_icons_setion.open {
	display:flex;
	opacity:1;
	overflow:visible;	
    transform: translate(10px, -100%);	
}
.bottom_comment .emoji{
	overflow: hidden;
}
.triangle-arow {
    position: absolute;
    right: 30px;
    bottom: -22px;
}
img.close_emoji {
    position: absolute;
    top: 15px;
    left: 15px;
	cursor: pointer;
}
.emoji_align{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
	height: 240px;
    overflow-y: auto;
}
.place_color input:placeholder{ 
	color: #161616;
	font-size: 24px;
}

.snd_comment.place_color input{
	font-size: 24px;
		color: #161616;
}
.bottom_comment .snd_btn{
	margin-right: 0px;
}
.msgbox-bg .read_comment:before{
	left: -24px;
}

.messge_inner.box-shad img {
    border-radius: 5px;
}
.write_comment2{
	background-color: #133436;
    padding: 15px 15px 2px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
/*	border: 1px solid #f1eff4;*/
    margin: 0px 0px 15px 0px;
}
.read_comment2{
	background-color: #131313;
    padding: 15px 15px 2px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
   /* border: 2px solid #e7ecef;*/
    margin: 0px 0px 20px 0px;
    text-align: left;
    clear: both;
}
.write_comment2 p.number, .read_comment2 p.number {
    font-size: 11pt;
    color: #838383;
}
.write_comment2 p, .read_comment2 p {
    font-size: 19px;
    color: #fff;
}
.write_comment2 p.check {
    position: absolute;
    left: 2%;
    bottom: 2%;
    color: #838383;
    font-size: 12pt;
    letter-spacing: 0;
}
.write_comment2 p.check i.read, .read_comment2 p.check i.read {
    color: #06F;
}
.msgbox-bg{
	background-color: #000;
}


.read_comment2:before{
	content: "";
    background-image: url(/images/white-triangle2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 36px;
    position: absolute;
    left: -24px;	
}
.write_comment2:before {
    content: "";
	background-image: url(/images/write-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 36px;
    position: absolute;
    right: -24px;
}

.bottom_comment .comment_type:before {
    content: "";
    background: linear-gradient(180deg, #1f1e1e 0%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
div#inner_pop form label {
    color: #000;
}
/****** END MESSAGE PAGE**************/
.active .bs-stepper-circle{
    background: linear-gradient( 45deg , #19A5B2, #27C5CE);
}
.bs-stepper-circle{
    background-color: #000 !important;
    margin: 0px !important;
}
button.step-trigger{
    padding: 0px !important;
}
.bs-stepper .line, .bs-stepper-line{
    background-color: #000 !important;
    min-height: 8px;
}
.step.active + .line {
   background: linear-gradient(45deg, #19A5B2, #27C5CE);
} 
.bs-stepper-content button{
  background: linear-gradient(45deg, #19A5B2, #27C5CE);
    color: #fff;
}
.step-trigger{
    opacity: 1 !important;
}

.checkboxx {
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.checkboxx input {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    right: 10px;
    opacity: 0;
}
.checkboxx label {
    position: relative;
    cursor: pointer;
}
.checkboxx label {
    font-size: 16px;
}
.checkboxx label:before {
    content: '';
    -webkit-appearance: none;
    box-shadow: 3px 0px 9px 0px rgb(0 0 0 / 19%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.checkboxx input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 9px;
    width: 12px;
    height: 13px;
    background-image: url(/images/Tick.png);
    background-repeat: no-repeat;
}

/******.validate-from form**************/
.modal.popup .validate-from .form-check label.error {
	margin-right: 6px;
	margin-top: 26px;
	width: initial;
}

.modal.popup .validate-from label.error {
	background-color: #e7112e;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 1px;
	padding: 2px 7px;
	position: absolute;
	text-align: center;
	width: initial;
	z-index: 1;
}

.modal.popup .validate-from label.error:before {
	border-color: transparent transparent #af0d2f #af0d2f;
	border-style: solid;
	border-width: 5px;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: calc(50% - 6px);
	top: -5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 10px;
}

/******************* Custom added by Eyal Klein ******************/
.fb-footer {
    margin-top: 30px;
}
.fb-footer a {
    background: rgb(59,89,152);
    background: -moz-linear-gradient(top, rgba(59,89,152,1) 0%, rgba(83,112,173,1) 100%);
    background: -webkit-linear-gradient(top, rgba(59,89,152,1) 0%,rgba(83,112,173,1) 100%);
    background: linear-gradient(to bottom, rgba(59,89,152,1) 0%,rgba(83,112,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#5370ad',GradientType=0 );
    border-bottom: 3px solid #22355c;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    font-size: 17.78px;
    padding: 13px 15px;
    text-decoration: none;
	min-height:53px;
}
.fb-footer a  img {
	padding: 0px 10px;	
}
.google-footer a {
    background: #000;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    font-size: 17.78px;
    padding: 10px 15px;
    text-decoration: none;
}
.google-footer {
    margin-top: 15px;
}
.modal.popup .fb-footer a span , .google-footer a span{
    background-color: rgba(158, 178, 221, 0.6);
    display: inline;
    font-size: 4px;
    height: 10px;
    margin-left: 10px;
    margin-right: 7px;
    margin-top: 0;
    padding: 12px 0 7px;
    position: relative;
    width: 1px;
}
.fb-footer a:hover, .google-footer a:hover{
	color:#fff
}
.modal.popup .fb-footer a , .google-footer a {
    font-size: 15px;
    width: 100%;
}
div#lw-google {
    margin-top: -47px;
    opacity: 0;
	min-height: 53px;
}
.modal.popup .or {
    background: #dddcdd;
    height: 2px;
    margin: 36px auto 27px;
    position: relative;
    width: 100%;
}
.modal.popup .or span {
    background: #fff;
    color: rgba(19, 21, 23, 0.6);
    font-size: 22px;
    left: calc(50% - 22px);
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 44px;
}

.vacan a {
    font-size: 15px;
    padding: 5px ;
    color: #fff;
}
.vacan a:hover {
	 color: #24bfc9;
}
.vacan {
    position: absolute;
    left: 10px;
}
.f_golden {
    color: #d3b266;
}
.left_userdetail .desc {
	min-height:70px;
}

/*********PROCESS BAR*****************/
.range {
	background: transparent !important;
	 position: relative;
	 width: 280px;
	 height: 10px;
}
 .range input {
	 width: 100%;
	 position: absolute;
	 top: 2px;
	 height: 0;
	 -webkit-appearance: none;
	-webkit-transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   transform: rotateY(180deg); 
}
 .range input::-webkit-slider-thumb {
	 -webkit-appearance: none;
	width: 14px;
	height: 14px;
	margin: -5px 0 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	border: 1px solid #e6e1d7 !important;
}
 .range input::-moz-range-thumb {
	width: 14px;
	height: 14px;
	margin: 0px 0 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	border: 1px solid #e6e1d7 !important;
}
 .range input::-ms-thumb {
	width: 14px;
	height: 14px;
	margin: 0px 0 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	border: 1px solid #e6e1d7 !important;
}
 .range input::-webkit-slider-runnable-track {
	 width: 100%;
	 height: 5px;
	 cursor: pointer;
	 background: #e6e1d7;
}
 .range input::-moz-range-track {
	 width: 100%;
		height: 5px;
		cursor: pointer;
		background: #e6e1d7;
}
 .range input:-ms-track {
	 width: 100%;
	 height: 5px;
	 cursor: pointer;
	 background: #e6e1d7;
}
 .range input:focus {
	 background: none;
	 outline: none;
}
 .range input:-ms-track {
	 width: 100%;
	 cursor: pointer;
	 background: transparent;
	 border-color: transparent;
	 color: transparent;
}
 .range-labels {
	 margin: 0px 0px 0;
	 padding: 0;
	 list-style: none;
	
}
 .range-labels li {
	 position: relative;
	 float: left;
	 width: 56px;
	 text-align: right;
	 color: #000;
	 font-size: 13px;
	 cursor: pointer;
}
@-moz-document url-prefix(){
 .range-labels li:before{top: -10px; } 
 }
 
 @-moz-document url-prefix() { 
  .selector {
     color: lime;
  }
}
 .range-labels li:before {
	 position: absolute;
	 top: -9px;
	 right: 0;
	 left: 0;
	 content: "";
	 margin: 0 auto 0 0;
	 width: 9px;
    height: 5px;
    background: #ffff;
	 border-radius: 0%;
}
 .range-labels .active {
	 color: #967023;
}
 .range-labels .selected:before {
	 background: #fff;
}

 a.pay_btn {
    padding: 10px;
    width: 343px;
    /* height: 65px; */
}
a.pay_btn img {
    margin-left: 10px;
}
.process_bar{
	direction: ltr;
	margin-right: 20px;
}

.profile_modal .modal-content .dislikeicon {
    position: absolute;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 44%;
    left: -25px;
	zoom: 1.2;
}
.profile_modal .modal-content .likeicon {
    position: absolute;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 44%;
    right: -25px;
    zoom: 1.2;
	z-index:1;
}
.profile_detail {
	position:relative;	
}
.profile_like {
    display: flex;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    justify-content: center;
}
.tab3content {
    background-color: #f3f1ea;
    align-items: center;
}
.left_userdetail {
    padding: 25px;
}
.left_userdetail h3 {
    font-weight: bold;
    margin: 0;	
    font-size: 18px;
    color: #000;
}
.f_golden {
    color: #000;
    font-size: 16.89px;	
}
.black_bg{
    background: #000;
}
.gold_bg {
    background: linear-gradient(45deg, #19A5B2, #27C5CE);
}

.payoptiontablist{
	column-gap: 10px;
}
/**content slide section*/
.content_slide{
	background-image: url(/images/solid-concrete-wall-textured-backdrop.jpg);
    background-repeat: no-repeat;
    background-size: cover;	
}
.slide_content p{
	color: #fff;
}
.slide_content .slick-dots{
	    position: relative;
		left: 0;
		text-align: right;
}
.slick-dots button:after{
	content: "\f04d" !important;
	color: #858380 !important;
}
.slick-dots .slick-active button:after{
	content: "\f04d" !important;
	color:#d2aa68 !important;
}
/**********FOOTER WIDGET BLOCK*****************/
.footer_widget {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    column-gap: 40px;
    color: #fff;
	position: fixed;
    width: 100%;
    bottom: 0;
    padding: 8px;	
	display: none;
	z-index: 9;
	left:0;
}
.footer_inner_block {
    position: relative;
    text-align: center;
}
.footer_inner_block a p{
    margin: 3px 0px;
    font-size: 13px;
    letter-spacing: 0.040em;
	color: #fff;	
    line-height: 10px;
	white-space:nowrap;
}
.footer_inner_block.circle a img {
	width:30px;
	height:30px;
	border-radius:100%;
	background: #fff;
}
.view_no{
    background: #fff;
    color: #000 !important;
    top: 0px !important;
	left:0px;
    padding: 2px 4px !important;
    font-size: 10px !important;
    line-height: 10px !important;	
    border: 1px solid #000;	
}
.emojis a {
    padding: 0 4px;
}
p.mb-0.join {
    color: #212529;
}
.show_member a {
    color: #fff !important;
}
.get_info, .tab-content > .active, .inner_content p{
    color: #fff;
}

/*#fbLink {
    color: #FFF;
    background-color: #000;
    background: #000 !important;
    display: block;
    font-size: 15px;
    padding: 15px 15px;
    margin-top: 15px;
    border-radius: 80px;
    outline: none;
    border: none;
    width: 100%;
}
#fbLink img {
    width: 23px;
    border-left: 2px solid #bbaa;
    padding-left: 5px;
}*/