@font-face
{
   font-family: Heebo-Regular;
   src: url(../fonts/Heebo-Regular.ttf);
}

@font-face
{
   font-family: Heebo-Medium;
   src: url(../fonts/Heebo-Medium.ttf);
}

.home_body_register
{
	background:url(../images/banner/varan-matrimony-banner-register.jpg) center/cover;
	height:100vh;
	background-repeat: no-repeat;
}

.home_body_signin
{
	background:url(../images/banner/varan-matrimony-banner-signin.jpg) center/cover;
	height:100vh;
	background-repeat: no-repeat;
}

.home_body_signin_office
{
	background:url(../images/banner/varan-matrimony-banner-office.jpg) center/cover;
	height:100vh;
	background-repeat: no-repeat;
}

@media only screen and (max-width:800px) 
{
	.home_body_register
	{
		background:url(../images/banner/varan-matrimony-banner-register.jpg) center/cover;
		height:100vh;
		background-repeat: no-repeat;
	}
	
	.home_body_signin
	{
		background:url(../images/banner/varan-matrimony-banner-signin.jpg) center/cover;
		height:100vh;
		background-repeat: no-repeat;
	}
}

*
{
	border:0;
	font-family: Heebo-Regular;
	font-size:13.5px;
	font-weight:normal;
	letter-spacing:0.6px;
	margin:0;
	outline:0;
	padding:0;
	text-decoration:none;
}


/* INDEX page Start */
/* Index page Header Styles Start */
header
{
	display:flex;
	justify-content:space-between;
	padding:0px 0 0px 30px;
}

header .tfm_logo
{
	min-height: 48px;
	padding-top:4px;
}

header .tfm_logo img
{
	width:77px;
	position: absolute;
	background: rgba(255,255,255,0.7);
	margin-top: -5px;
	padding: 15px;
}

.resp_menu
{
	cursor: pointer;
    display: none;
	position:absolute;
	right:0;
	width:20px;
	z-index:3;
	margin-top: 20px;
	margin-right: 20px;
}

.filter_menu
{
	cursor: pointer;
	display:none;
	position:absolute;
	right:80px;
	width:100px;
	padding-top: 13px;
}

.filter_anim
{	
	position:relative;
	-webkit-animation: tfm_filter 1s 0s;
}

.login_sidebar_buttton, .inner_sidebar_buttton
{
	background:#ef2853 no-repeat 8px 6px;	
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-family: 'Heebo-Medium', sans-serif;
	font-size: 10px;   
    letter-spacing: 0.11em;
	height:40px;
	width:138px;
}

.login_sidebar_buttton a
{
	color:#fff;
}

.dashboard_width
{
	width:150px;
}

.inner_sidebar_buttton
{
	width:150px;
}

.inner_sidebar_buttton.menu_white
{
	margin:8px 0;
}

.login_sidebar_buttton.menu_white
{
	margin:8px 0;
}
.login_sidebar_buttton.menu_white_noMargin
{
	margin:0px !important;
}

.menu_white
{
	background-color:#fff;
	box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 10%);
	color:#000;
}

.menu_white a
{
	color:#000;
}

.menu_top_align
{
	margin-top:20px;
}
/* Index page Header Styles End */

/* Index page Animation,Login Wrapper Styles Start */
.tfm_heaven_login
{
	min-height:calc(111vh - 204px);
}
/* Index page Animation,Login Wrapper Styles End */

/* Index page Animation Styles Start */
.tfm_heaven
{	
	margin:20px auto 40px auto;
	padding:20px 0;
	position:relative;
	text-align:center;
	width:1100px;
}

.tfm_heaven_bottom_text
{	
	margin:20px auto 25px auto;
	position:relative;
	text-align:center;
}

.affordable-img
{
	width: 50% !important;
}

@media only screen and (max-width:800px) 
{
	.affordable-img
	{
		width: 90% !important;
	}
}

.tfm_heaven .anim_img1
{
	width:80%;
	-webkit-animation: tfm_1 1s 0s;
}

.tfm_heaven .anim_img2
{
	opacity:0;
	position:absolute;
	top:0;
	left:40%;
	width:10%;
	-webkit-animation: tfm_2 2s 1s;
}

.tfm_heaven .anim_img3
{
	opacity:0;
	position:absolute;
	top:60%;
	left:2%;
	width:9%;
	-webkit-animation: tfm_3 2s 1s;
}

.tfm_heaven .anim_img4
{
	opacity:0;
	position:absolute;
	top:60%;
	right:8%;
	width:7%;
	-webkit-animation: tfm_4 2s 1s;
}
/* Index page Animation Styles End */

/* Index page Login Styles Start */
.tfm_login_wrapper
{
	width:100%;
	background: #ffffffab;
	margin-top: 190px;
}

.tfm_login_container
{
	color:#000;
	display:flex;
	width:1100px;
	padding:10px 10px 10px 10px;
	margin:0 auto;
}

.single_field_wrap, .single_field_wrap_button
{
	width:40%;
	display:flex;
	flex-direction:row;
	align-items: flex-start;
}

.single_field_wrap_button
{
	width:20%;
}

.tfm_login_container .single_field
{
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	width:50%;
}

.single_field_wrap_button .single_field
{
	width:100%;
}

.tfm_login_container .single_field label
{
	margin:5px 0;
	text-align:center;
}

.tfm_login_container .single_field select,.tfm_login_container .single_field input
{
	border-radius:3px;
	padding:10px;
	width:80%;
	border: 1px solid #000;
}

.tfm_login_container .single_field select,.tfm_login_container .single_field select
{
	width:88%;
}

.tfm_login_container .single_field button
{
	background-color: #ef2853;
	color:#fff;
	border-radius:3px;
	padding:12px 15px;
	margin-top:25px;
	width:calc(100% - 20px);
}
/* Index page Login Styles End */

/* Index page Footer Styles Start */
footer
{
	width:100%;
	background-color: #ef2853;
	height:42px;
}

.footer_container
{
	width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:flex-end;
}

.footer_container ul
{
	margin-top:10px;
}

.footer_container ul li
{
	display:inline-block;
	margin-left:20px;
	color:#fff;
}

.footer_container ul li a
{
	color:#fff;
}

footer_container ul li:first-child
{
	margin-left:0px;
}
/* Index page Footer Styles End */
/* INDEX page Start */

/* GET MARRY page Start */
/* Get marry Header Styles Start */
.tfm_menu
{
	position:absolute;
	top:30px;
	right:0;
	z-index:2;
	-webkit-animation: tfm 0.5s 0s;
}

.tfm_files
{
    display: block;
	position:absolute;
	top:127px;
	z-index:2;
}
.left_file
{
	width: 130px;
	background-color: #FFFFFF;
	padding: 1px;
	box-shadow:0 0 9.8px 0.2px rgb(0 0 0 / 10%);
	text-align: center;
	border-radius: 3px;
}
.photo_up_file
{
	max-width:100px;
}
/* Get marry Header Styles End */

/* Get marry Body Wrapper Styles Start */
.landing_wrapper
{
	min-height:calc(100vh - 101px);
	margin:40px auto 0 auto;
	width:1100px;
	margin-bottom: 20px;
}

.tfm_pc_rv
{
	align-items:flex-start;
	display:flex;	
	flex-direction: row-reverse;
}

.tfm_pc
{
	border-radius:5px;
	box-shadow: -8px 7px 20px 3px rgb(0 0 0 / 5%);
	padding:30px 0 0 0;
	position: relative;
	text-align:center;
	width:22%;
	background-color: #fff;
}

.tfm_pc .premium
{
	position:absolute;
	left:-2px;
	top:15px;
}

.tfm_pc .dots
{	
	position:absolute;
	top:15px;
	right:10px;
	width:23px;
}

.dots
{	
	width:23px;
}

.tfm_pc .dp_photo
{
	border-radius:10%;
	box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 30%);
	max-width:100px;
}

.tfm_pc h1
{
	border-bottom:#ccc solid 1px;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:10px;
}

.tfm_pc ul li
{
	display:block;
	margin-top:10px;
	position:relative;
}

.tfm_pc ul li img
{
	position:absolute;
	left:20px;
	top:0;
}

.tfm_pc ul li.last
{
	position:relative;
}

.tfm_pc ul li.last img
{
	position:absolute;
	left:50px;
	top:13px;
}

.tfm_pc ul li button
{
	background:#777777;
	color:#fff;
	font-family: Heebo-Medium;
	padding:15px 30px;
	width:100%;
	border-radius:0 0 5px 5px;
}

.icon_photo_upload {
    background-color: #ef2853;
    border-radius: 50%;
    top: 196px;
    box-shadow: 0 3px 4px rgb(0 188 213 / 34%);
    cursor: pointer;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.upload_dp {
	cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 38px;
    z-index: 2;
}

.plus_horiz_photo {
    background: #fff;
	cursor: pointer;
    height: 2px;
    left: 7px;
    position: absolute;
    top: 15px;
    width: 15px;
}

.plus_vert_photo {
    background: #fff;
	cursor: pointer;
    height: 15px;
    left: 14px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.tfm_rv
{
	display:flex;
	width:78%;
}

.tfm_rv_child
{
	display:flex;
	margin-left:2%;
	text-align:center;
	width:60%;
}

.tfm_rv_child.fd_column
{
	flex-direction:column;
}

.my_tfm_matches
{
	background:#fff;
	border-radius:5px;
	box-shadow: 0 0 8px #ccc;
	margin-right:2%;
	position:relative;
	width:48%;
}

.my_tfm_matches_row
{
	border-bottom:#eeeef0 solid 1px;
	position:relative;	
}

.my_tfm_matches_row a
{
	display:block;
	height:100px;
	margin-bottom:15px;
	width:100px;
}

.my_tfm_matches_row a:hover
{
	box-shadow: 0 1px 6px rgb(0 0 0 / 11%);
}

.my_tfm_matches h3
{
	color: #51505d;
	font-size:18px;
	left:-15px;
	margin:0;
	padding:2px 0 8px 15px;
	position:absolute;
	top:-31px;
}

.my_tfm_matches_dp
{
	border-radius:50%;
	float:left;
	margin:15px 0 0 20px;
}

.my_tfm_matches_dp img
{
	border-radius:2px;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 6px, rgb(0 0 0 / 8%) 0px 1px 4px;
	height:100px;
	width:100px;
}

ul.my_tfm_matches_details
{
	color: #72727d;
	float:left;
	margin:10px 0 0 20px;
	padding:10px 0;
}

ul.my_tfm_matches_details li
{
	display:block;
	padding-top:10px;
	text-align: left;	
}

ul.my_tfm_matches_details li:first-child 
{
	color: #51505d;
	font-weight: bold;
}

.my_tfm_matches_cn
{
	bottom:20px;
	cursor: pointer;
	float:right;
	margin-right:10px;	
	position:absolute;
	right:0;
	width:82px; 
}

.my_tfm_matches_cn1
{
	background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%);
	border-radius: 50%;
	box-shadow: rgb(39 189 200 / 30%) 0px 2px 2px;
	cursor: pointer;
	height: 36px;
	margin: 0px auto;
	position: relative;
    width: 36px; 
}

.my_tfm_matches_cn1_red
{
    background: linear-gradient(rgb(255, 125, 132) 0%, rgb(255, 90, 96) 100%);
	box-shadow: rgb(255 90 96 / 30%) 0px 2px 2px;
}

.my_tfm_matches_cn1 button
{
	background: url(../images/green_tick.svg) center center no-repeat rgb(255, 255, 255);
	border: 0px;
	border-radius: 50%;
	cursor: pointer;
	height: 32px;
	left: 2px;
	position: absolute;
    top: 2px;
	width: 32px;
}

.my_tfm_matches_cn1_red button
{
	background: url(../images/red_tick.svg) center center no-repeat rgb(255, 255, 255);
}

.my_tfm_matches_cn:hover .my_tfm_matches_cn1 button
{
	background: url(../images/white_tick.svg) center center no-repeat, linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%);
    border: 2px solid rgb(255, 255, 255);
	cursor: pointer;
}

.my_tfm_matches_cn:hover .my_tfm_matches_cn1_red button
{
	border:none;
	background: url(../images/white_tick.svg) center center no-repeat, linear-gradient(rgb(255, 125, 132) 0%, rgb(255, 90, 96) 100%);
}

.my_tfm_matches_cn2 button
{
	background: transparent;
	border: 0;
	color: #8c9497;
	cursor: pointer;
	font-size:13px;
	padding:0;
}

.my_tfm_matches_cn:hover .my_tfm_matches_cn2 button
{
	color: rgb(81, 80, 93);
	cursor: pointer;
}

.my_tfm_matches_viewall a
{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color: #00bcd5;
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
}

.my_tfm_matches_viewall a:hover
{
	background: #f5f6f9;
}

.tfm_clearboth
{
	clear:both;
}
/* Get marry Body Wrapper Styles End */
/* GET MARRY page Start */



/* Soul matches page Styles Start */
.view_all_wrapper
{
	margin: 0 auto;
}

.view_all_wrapper_left
{
	box-shadow: rgb(43 59 93 / 29%) 0px 1px 2px;
	border-radius:5px 5px 0 0;
	float:left;
	width:25%;
	margin-bottom: 15px;
}

.view_all_wrapper_left select
{
	border:1px solid #f1f1f2;
    border-radius:3px;
	margin:5px 0 0 0;
	padding:5px 0;
	width:100%;
}

.view_all_wrapper_left .select2-container--default .select2-selection--single,
.view_all_wrapper_left .select2-container--default .select2-selection--multiple
{
	border:1px solid #f1f1f2;
	margin:5px 0 0 0;
	padding:0 0;
}

.view_all_wrapper_left .select2-container .select2-selection--single
{
	height: 30px;
}

.view_all_wrapper_left .select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 30px;
}

.view_all_wrapper_left .select2-container--default .select2-search--inline .select2-search__field
{
	height: 20px;
}

.tfm_refine_search
{
	background: rgb(223, 224, 227);
	border-radius:5px 5px 0 0;
	font-size:16px;
	padding:10px;
	text-align:center;
}

.vawl_title
{
	background: rgb(245, 245, 245);
	font: bold 12px / 20px arial;
	padding:10px;
	text-align:left;
}

.vawl_content
{
	background:#fff;
	font: 12px arial;
	padding:10px;
}

.vawl_content div
{
	clear:both;
	margin-bottom:22px;
}

.vawl_content input,.vawl_content label
{
	float:left;
}

.vawl_content label
{
	font-size:11.5px;
	margin-left:5px;
	font-weight: bold;
}

.view_all_wrapper_right
{
	float:left;
	margin-left:2%;
	width:73%;
}

.vawr_box
{
	background:#fff;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 6px, rgb(0 0 0 / 8%) 0px 1px 4px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:30px;
	width:100%;
}

.vawr_photo_wrap
{
	float:left;
	height: 253px;
	position:relative;
	width: 25%;
    
}

.vawr_photo
{
	background: url(../images/no_image_my_profile.jpg) center top / cover no-repeat;
    border-radius: 3px 0px 0px 3px;	
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 6px, rgb(0 0 0 / 8%) 0px 1px 4px;
	height:100%;
	width:100%;
}

.vawr_content
{
	float:left;
	width: 75%;
}

.vawr_content_expand
{
	float:left;
	width: 100%;
	padding-bottom: 15px;
}

.vawr_content_top
{
	padding-top:20px;
	margin-left:20px;
}

.vawr_content_top_left,.vawr_content_top_mid,.vawr_content_top_right
{
	float:left;	
}

.vawr_content_top_left
{
	width:32%;
}

.vawr_content_top_left h3
{
	font-size:18px;
	margin:0;
}

.vawr_content_top_left span
{
	color: #72727d;
}

.vawr_content_top_mid
{
	padding-top:20px;
	width:28%;	
}

.vawr_content_top_right
{
	color: #72727d;
	margin-top:30px;
	padding-left:10%;
	position:relative;
	width:30%;	
}

.vawr_content_top_right span,.vawr_content_top_right button
{
	float:left;
}

.vawr_content_bottom
{
	border-top: #ccc solid 1px;
	color: #000;
	margin:10px 35px 0 20px;
	padding-top:15px;
}

.vawr_content_bottom ul
{
	float:left;
	margin:0;
	padding:0;
	width:50%;
}

.vawr_content_bottom ul li
{
	display:block;
	padding:5px 0;
}

.vawr_content_bottom p
{
	margin-top:18px;
	line-height:20px;
}

.hover_youher
{
	background:#f1f1f2;
	border-radius:5px;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 6px, rgb(0 0 0 / 8%) 0px 1px 4px;
	display:none;
	padding:10px 10px 10px 5px;
	position:absolute;
	top:33px;
	z-index:1;
	-webkit-animation: tfm_hover 1s 0s;
}

.hover_youher ul li
{
	background: url(../images/yes_tick.png) left top no-repeat;
	display:block;
	margin-bottom:10px;
	padding-left:23px;
}

.hover_youher ul li:last-child
{
	margin-bottom:0;
}

.online_now_image,.offline_now_image
{
	background: transparent;
	border: 0px;
	background-image: url(../images/user_status.png);
	background-size: 22px;
	width: 22px;
	height: 15px;
	margin-top:10px;
}

.online_now_image
{
	background-position: left -52px;
}

.offline_now_image
{
	background-position: left -96px;
}

.data_approve_image
{
	background: transparent;
	border: 0px;
	background-image: url(../images/yes_tick.png);
	background-size: 22px;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

.data_reject_image
{
	background: transparent;
	border: 0px;
	background-image: url(../images/delete_sm.png);
	background-size: 16px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.you_her_arrow
{
	background: url(../images/down_arrow.png) center center no-repeat;
	background-color: rgb(235, 235, 235);
	border: 0px;
	border-radius: 50%;
	cursor:pointer;
	height: 30px;
	margin: -5px 0 0px 5px;
	padding: 10px;
    width: 30px;
}

.you_her_image
{
	background:url(../images/you_her.jpg) left 3px no-repeat;
	padding-left:23px;	
}

.profile_pre {
    height: 15px;
    left: -20px;
    position: absolute;
    top: 10px;
    width: 100px;
}

/* View profile button - STARTS */
	.rv_cn 
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
		border-radius: 15px;
		box-shadow: rgb(39 189 200 / 30%) 0px 2px 2px;
		height: 30px;
		margin: 0px auto;
		position: relative;     
		width: 120px;     
	}

	.rv_cn:hover
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
	}

	.rv_cnb 
	{
		background: url(../images/rv_cnb_tick.svg) 10px center no-repeat rgb(255, 255, 255);
		border: none;
		border-radius: 15px;
		color: rgb(0, 188, 213);
		cursor: pointer;
		font-size:13px;
		font-weight:600;
		height: 28px;
		left: 1px;     
		padding: 0px 0px 0px 15px;
		position: absolute;
		top: 1px;       
		transition: all 300ms ease 0s;
		width: 118px;	
	}

	.rv_cnb:hover 
	{
		background: url(../images/rv_cnb_tick_hover.svg) 9px center no-repeat;
	}

	.rv_cnb::before 
	{
		content: "View Profile";
	}

	.rv_cnb:hover::before 
	{
		color: rgb(255, 255, 255);
	}
/* View profile button - ENDS */

/* Edit profile button - STARTS */
	.rv_cnb_edit 
	{
		background: url(../images/rv_cnb_tick.svg) 10px center no-repeat rgb(255, 255, 255);
		border: none;
		border-radius: 15px;
		color: rgb(0, 188, 213);
		cursor: pointer;
		font-size:13px;
		font-weight:600;
		height: 28px;
		left: 1px;     
		padding: 0px 0px 0px 15px;
		position: absolute;
		top: 1px;       
		transition: all 300ms ease 0s;
		width: 118px;	
	}

	.rv_cnb_edit:hover 
	{
		background: url(../images/rv_cnb_tick_hover.svg) 9px center no-repeat;
	}

	.rv_cnb_edit::before 
	{
		content: "Edit Profile";
	}

	.rv_cnb_edit:hover::before 
	{
		color: rgb(255, 255, 255);
	}
/* Edit profile button - ENDS */

/* All button - STARTS */
	.rv_cnb_update::before 
	{
		content: "Update Data";
	}

	.rv_approve::before
	{
		content: "Approve";
	}
/* All button - ENDS */

/* Pay & Contact button - STARTS */
	.rv_cn_pay 
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
		border-radius: 15px;
		box-shadow: rgb(39 189 200 / 30%) 0px 2px 2px;
		height: 30px;
		margin: 0px auto;
		position: relative;     
		width: 120px;     
	}

	.rv_cn_pay:hover
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
	}

	.rv_cnb_pay 
	{
		background: url(../images/rv_cnb_tick.svg) 10px center no-repeat rgb(255, 255, 255);
		border: none;
		border-radius: 15px;
		color: rgb(0, 188, 213);
		cursor: pointer;
		font-size:13px;
		font-weight:600;
		height: 28px;
		left: 1px;     
		padding: 0px 0px 0px 15px;
		position: absolute;
		top: 1px;       
		transition: all 300ms ease 0s;
		width: 118px;	
	}

	.rv_cnb_pay:hover 
	{
		background: url(../images/rv_cnb_tick_hover.svg) 9px center no-repeat;
	}

	.rv_cnb_pay::before 
	{
		content: "Pay & Contact";
	}

	.rv_cnb_pay:hover::before 
	{
		color: rgb(255, 255, 255);
	}
/* Pay & Contact button - ENDS */

/* Connect button - STARTS */
	.rv_cn_conn 
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
		border-radius: 15px;
		box-shadow: rgb(39 189 200 / 30%) 0px 2px 2px;
		height: 30px;
		margin: 0px auto;
		position: relative;     
		width: 135px;     
	}

	.rv_cn_conn:hover
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
	}

	.rv_cnb_conn 
	{
		background: url(../images/rv_cnb_tick.svg) 10px center no-repeat rgb(255, 255, 255);
		border: none;
		border-radius: 15px;
		color: rgb(0, 188, 213);
		cursor: pointer;
		font-size:13px;
		font-weight:600;
		height: 28px;
		left: 1px;     
		padding: 0px 0px 0px 15px;
		position: absolute;
		top: 1px;       
		transition: all 300ms ease 0s;
		width: 133px;	
	}

	.rv_cnb_conn:hover 
	{
		background: url(../images/rv_cnb_tick_hover.svg) 9px center no-repeat;
	}

	.rv_cnb_conn::before 
	{
		content: "Connect Profile";
	}

	.rv_cnb_conn:hover::before 
	{
		color: rgb(255, 255, 255);
	}
/* Connect button - ENDS */

/* Call button - STARTS */
	.rv_cn_call 
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
		border-radius: 15px;
		box-shadow: rgb(39 189 200 / 30%) 0px 2px 2px;
		height: 30px;
		margin: 0px auto;
		position: relative;     
		width: 120px;     
	}

	.rv_cn_call:hover
	{
		background: linear-gradient(rgb(140, 201, 113) 0%, rgb(140, 201, 113) 10%, rgb(134, 200, 119) 17%, rgb(61, 188, 207) 100%) rgb(255, 255, 255);
	}

	.rv_cnb_call 
	{
		background: url(../images/mobile_.png) 10px center no-repeat rgb(255, 255, 255);
		border: none;
		border-radius: 15px;
		color: rgb(0, 188, 213);
		cursor: pointer;
		font-size:13px;
		font-weight:600;
		height: 28px;
		left: 1px;     
		padding: 0px 0px 0px 15px;
		position: absolute;
		top: 1px;       
		transition: all 300ms ease 0s;
		width: 118px;	
	}

	.rv_cnb_call:hover 
	{
		background: url(../images/mobile_.png) 9px center no-repeat;
	}

	.rv_cnb_call::before 
	{
		content: "Call Now";
	}

	.rv_cnb_call:hover::before 
	{
		color: rgb(255, 255, 255);
	}
/* Call button - ENDS */

.tfm_pagination
{
	background:#fff;
	border-radius:5px;
	box-shadow: 0 0 10px #ccc;
	float:right;
	margin-bottom:10px;
}

.tfm_pagination ul 
{
	height:27px;
	padding:11px 7px;
}

.tfm_pagination ul li 
{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin-right: 12px;
	line-height:27px;
	text-align:center;
	width:27px;
}

.tfm_pagination ul li a
{
	font-weight:bold;
	color: #000;
}

.tfm_pagination ul li.page_btn_left
{
	background:url(../images/pagination_left.png) no-repeat left 7px;
	width:11px;
}

.tfm_pagination ul li.page_btn_right
{
	background:url(../images/pagination_right.png) no-repeat left 7px;
	width:11px;
}

.tfm_pagination ul li.active
{
	background:#23adad;
	border-radius:6px;
	color:#fff;
}

.tfm_pagination ul li.active a
{
	background:#23adad;
	border-radius:6px;
	color:#fff;
}

.tfm_pagination ul li.page_dots
{
	color:#23adad;
}

/* Soul matches page Styles End */



/* My Profile page Styles Start */
#profile_wrapper
{
	margin:30px auto 0 auto;
	position:relative;
}

.profile_prev_next
{
	position:absolute;
	right:30px;
	top:-20px;
}

.profile_prev_text, .profile_next_text
{
	color: #ef2853;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin-top:10px;	
}

.profile_prev_img, .profile_next_img
{
	border-radius: 50px;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
	cursor:pointer;
	float:left;
	height: 40px;
	margin:0 8px;
    width: 40px;	
}

.profile_prev_img:hover, .profile_next_img:hover 
{
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px;
}

.profile_prev_next_mid
{
	color: #ef2853;
	float:left;
	margin-top:12px;
}

.profile_slider
{
	background:#fff;
	border-radius:5px;
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 6px, rgb(0 0 0 / 8%) 0px 1px 4px;
	float:left;
	margin-right:20px;
	padding:20px 10px;
	position:relative;
	width:300px;
}

.profile_dp_wrap
{
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 6px, rgb(0 0 0 / 8%) 0px 1px 4px;
	height:400px;
	margin:0 auto;
	width:300px;
	position:relative;
}

.profile_dp 
{
	/*background:url(../images/no_image_my_profile.jpg);*/
	background-size:cover !important;
	border-radius: 3px;
	height:100%;
	width:100%;	
}

.prof_slid_link
{
	background-color:#000;
	border-radius:3px;
	left:33%;
	position:absolute;
	bottom:10px;
	z-index:1;
}

.prof_slid_link span
{
	color:#fff;
}

#prev_,#next_
{
	cursor:pointer !important;
	display:inline-block;
	padding:5px 10px;
}

.profile_content_top
{	
	margin:0 auto;
	padding-left:10px;
	max-width:300px;
}

.profile_content_top_left h3
{
	font-size:18px;
	margin-top:20px;
}

.profile_content_top_left span
{
	color: #72727d;
}

.profile_content_top_mid
{
	padding-top:20px;
}

.profile_content_top_mid .rv_cn
{
	margin:0;
}

.profile_content_top_right
{
	color: #72727d;
	margin-top:25px;
	position:relative;	
}

.profile_slider_pn_content
{
	background:#fff;
	border-radius:5px;
	box-shadow: -8px 7px 20px 3px rgb(0 0 0 / 5%);
	float:left;
	padding:2% 2%;
	width:calc(96% - 340px);
}

.profile_content_bottom
{
	width:100%;
}

.profile_content_bottom ul
{
	float:left;
	margin:20px 0 0 0;
	width:50%;
}

.profile_icons
{
	max-height: 18px;
	position: absolute;
}

.profile_info
{
	margin-left: 25px;
}

.profile_content_bottom ul li {
    display: block;
    padding-bottom: 15px;
    /* padding-left: 10px; */
    overflow: visible; /* Change overflow to visible */
    white-space: normal; /* Change white-space to normal */
    text-overflow: clip; /* Optional: You can remove this line as it's not needed */
}

.detailed_profile,.partner_preferences
{
	background:#fff;
	border-radius: 3px;
	box-shadow: -8px 7px 20px 3px rgb(0 0 0 / 5%);
	float:left;
	margin-top:30px;
}

.detailed_profile
{
	margin-right:2%;width:32%;
}

.det_pro_top, .part_pref_top
{
	border-bottom: 1px solid rgb(223, 224, 227);
	color: #ef2853;
	font-size: 16px;
	padding:20px 0 20px 20px;
}

.det_pro_bottom, .part_pref_bottom
{
	padding:20px;
}

.det_pro_title
{
	color: #ef2853;
	font-size: 17px;
	margin-top:5px;
	padding:14px 0 10px 55px;
}

.part_pref_title
{
	color: #ef2853;
	font-size: 13px;
	margin-top:5px;
	padding:14px 0 14px 55px;
}

.det_pro_bottom .about
{
	background:url(../images/icons.png) left -255px no-repeat;
}

.det_pro_bottom .contact_details
{
	background:url(../images/icons.png) left -1137px no-repeat;
}

.det_pro_bottom .life_style
{
	background:url(../images/icons.png) left -353px no-repeat;
}

.det_pro_bottom .background
{
	background:url(../images/icons.png) left -451px no-repeat;
}

.det_pro_bottom .location_ic
{
	background:url(../images/icons.png) left -549px no-repeat;
}

.det_pro_bottom .edu_car
{
	background:url(../images/icons.png) left -402px no-repeat;
}

.det_pro_bottom .religious
{
	background:url(../images/icons.png) left -451px no-repeat;
}

.det_pro_bottom .horos
{
	background:url(../images/icons.png) left -598px no-repeat;
}

.det_pro_content,.part_pref_content
{
	border-left: 2px solid rgb(225, 225, 225);
	margin:0 0 0 20px;
	padding:0 0 20px 33px;
}

.det_pro_content ul,.part_pref_content ul
{
	margin:0;
	padding:0;
}

.det_pro_content ul li,.part_pref_content ul li
{
	display:block;
	padding-bottom:10px;
}

.det_pro_content ul li:last-child,.part_pref_content ul li:last-child
{
	padding-bottom:0;
}

.det_pro_content .mobile_email
{
	border: 1px solid rgb(223, 224, 227);
	border-radius: 5px;
	padding: 15px;
	max-width: 150px;
}

.det_pro_icon
{
	display:inline-block;
	height: 17px;
	padding-right:5px;
	 width: 20px;	
}

.det_pro_content .age_
{
	 background: url(../images/age_.png) left 5px top 5px no-repeat;
}

.det_pro_content .height_
{
	 background: url(../images/height_.png) left 5px top 5px no-repeat;
}

.det_pro_content .physical_
{
	 background: url(../images/physical_.png) left 5px top 5px no-repeat;
}

.det_pro_content .marital_
{
	 background: url(../images/marital_.png) left 5px top 5px no-repeat;
}

.det_pro_content .religion_
{
	 background: url(../images/icons.png) 3px -34px no-repeat;
}

.det_pro_content .caste_
{
	background: url(../images/icons.png) 2px -849px no-repeat;
}

.det_pro_content .speak_
{
	background: url(../images/speak_.png) left 6px no-repeat;
}

.det_pro_content .education_
{
	background: url(../images/icons.png) left -115px no-repeat;
}

.det_pro_content .job_
{
	background: url(../images/icons.png) 3px -55px no-repeat;
}

.det_pro_content .income_
{
	background: url(../images/icons.png) left -140px no-repeat;
}

.det_pro_content .mobile_
{
	background:url(../images/mobile_.png) left 2px no-repeat;
	margin-bottom:10px;
	padding-left:20px;
}

.det_pro_content .email_
{
	background:url(../images/email_.png) left 2px no-repeat;
	padding-left:20px;
}

.det_pro_content .place_
{
	background: url(../images/icons.png) 6px -97px no-repeat;
}

.det_pro_content .dosha_
{
	background: url(../images/dosha_.png) top 5px left 5px  no-repeat;
}

.det_pro_content .star_
{
	background: url(../images/star_.png) top 5px left 5px  no-repeat;
}

.det_pro_content .nakshatra_
{
	background: url(../images/nakshatra_.png) top 5px left 5px  no-repeat;
}


.partner_preferences
{
	width:66%;
}

.part_pref_bottom .looking_for
{
	background:url(../images/icons.png) left -500px no-repeat;
}

.soul_match 
{
	align-items: center;
    display: flex;
	justify-content:space-around;    
	margin-bottom:40px;
}

.soul_match_photo 
{
	background-size: cover;
	border: 4px solid rgb(225, 225, 225);
	border-radius: 80px;
	display: block;
	height: 100px;
	width: 100px;
}

.soul_match .photo_left
{
	background-image: url(../images/soul_match_left.webp);
}

.soul_match_text 
{
	text-align: center;
    margin: 7px 0px 0px;
}

.soul_match_result 
{
	background: url(../images/repeat_dot.gif) left 50% repeat-x;
	text-align: center;
    margin: -20px 25px 0px 25px;
	padding:0 35px;
}

.soul_match_result span 
{
	background: rgb(231, 229, 227);
	border-radius: 25px;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
}

.soul_match .photo_right
{
	background-image: url(../images/soul_match_right.gif);
}

.looking_for_details
{
	border-bottom: 1px solid rgb(243, 242, 241);
	margin:20px 0;
	width:100%;
}

.lfd_left
{
	float:left;
}

.lfd_left_title
{
	color: #ef2853;
}

.lfd_left_detail
{
	padding:8px 0;
}

.lfd_right
{
	background: url(../images/yes_tick.png) left top no-repeat;
	float:right;
	height: 22px;
	margin-right:25px;
	width: 22px;
}

.lfd_right_red
{
	background: url(../images/no_tick.png) left top no-repeat;
	float:right;
	height: 22px;
	margin-right:25px;
	width: 22px;
}

.lfd_no_tick
{
	background: url(../images/no_tick.png) left 4px top 17px no-repeat;
}
/* My Profile page Styles End */



/* Edit Profile page Styles Start */
.pers_prof_wrapper
{
	margin:0 auto;
	position:relative;
	margin-bottom:20px;
}

.tab_click
{
	align-items: center;
	background: rgba(248,222,127,.4);
	box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 5%);
	display: flex;
	flex-direction:column;
	flex-wrap: nowrap;
	height:100%;
	margin:0 0 20px 0;
	padding:10px 0;
	position:absolute;
	left:40px;
	width:160px;
	z-index:1;
}

@media only screen and (min-width:601px) 
{
	.tab_click_logo
	{
		height: 100% !important;
		display:flex;
		align-items: center;
	}
	
	.tab_click_logo img
	{
		margin-left: 20%;
		width: 60%;
	}
}

@media only screen and (max-width:899px) /* To hide the logo work in user profile form tab */
{
	.tab_click
	{
		display: none;
	}
}

@media only screen and (max-width:1024px) /* To hide the logo work in user profile form tab */
{
	.tab_click
	{
		align-items: center;
	}

	.tab_click_logo img
	{
		margin-left: 40%;
		width: 10%;
	}
}

.tab_click > a 
{	
	background-color:#f1f1f1;
	cursor:pointer;
	font-size:11px;
	justify-content: center;
	text-transform:uppercase;
	width: 130px;
	margin: 0 0 10px 0;
	padding:10px 0 10px 30px;
	text-align: left;
}

.tab_click > a:hover
{
	width: 140px;
}

.tab_click > a:nth-child(1)
{
	background: url(../images/personal-info.png) #888888  top 11px left 8px no-repeat;
	color:#fff;
}

.tab_click > a:nth-child(2)
{
	background: url(../images/mobile_.png) #fff top 11px left 10px no-repeat;
	box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 10%);
}

.tab_click > a:nth-child(3)
{
	background: url(../images/reli_.png) #ef2853  top 10px left 9px no-repeat;
	color:#fff;
}

.tab_click > a:nth-child(4)
{
	background: url(../images/location_.png)  #fff top 11px left 10px no-repeat;
	box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 10%);
}

.tab_click > a:nth-child(5)
{
	background: url(../images/astro_.png)  #ef2853  top 11px left 10px no-repeat;
	color:#fff;
}

.tab_click > a:nth-child(6)
{
	background: url(../images/horos_.png) #fff top 10px left 9px no-repeat;
	box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 10%);
}

.tab_click_active
{
	background-color: #888888;
	font-weight:bold;
}

.pers_prof_lr
{
	background:#fff;
	border:1px solid #eee;
	box-shadow: -8px 7px 20px 3px rgb(0 0 0 / 5%);
	display:none;
	margin:0 0 20px 0;
	width:100%;
}

.pers_prof_title
{
	font-size:14px;
	text-transform: uppercase;
	font-weight:400;
	margin-left:5%;
	padding:10px 0 10px 0;
}

.pers_prof_details
{
	padding:10px;
}

.pers_prof_details_lmr
{
	margin:15px 10px;
	position:relative;
}

.pers_prof_details_left, .pers_prof_details_mid, .pers_prof_details_right
{
	float:left;
}

.pers_prof_details_left
{
	/*margin-left:20%;*/
	padding-top:5px;
	width:100%;
}

.pers_prof_details_left label
{
	color:#000;
	/*text-transform:uppercase;*/
}

.pers_prof_details_mid
{
	padding-top:5px;
	width:5%;
}

.pers_prof_details_right
{
	width:50%;
}

.pers_prof_details_right input,.pers_prof_details_right select
{
	border-bottom: 1px solid #ccc;
    border-radius: 3px;
}

.pers_prof_details_right input
{
	padding:8px 5px;
	width:calc(100% - 12px);
}

.pers_prof_details_right select
{
	padding: 7px 0;
	width:100%;
}

.radio_input
{
	float:left;
	margin:7px 0 0 15px;
}

.radio_text
{
	float:left;
	margin:6px 0 0 5px;
}

.radio_input input
{
	width:auto;
}

.pers_prof_details_right select.dob,.pers_prof_details_right select.double_dropdown,
.pers_prof_details_right select.di_left,.pers_prof_details_right input.di_right
{
	float:left;
	margin-right:2.5px;
}

.pers_prof_details_right select.dob
{
	width:calc(33.33% - 2.66px);
}

.pers_prof_details_right select.double_dropdown
{
	width:calc(50% - 2px);
}

.pers_prof_details_right select.di_left
{
	width:calc(25% - 3px);
}

.pers_prof_details_right input.di_right
{
	width:calc(75% - 14px);
}

.download_horoscope
{
	border-radius:5px;
	max-width:200px;
	border: 1px solid #eee;
	box-shadow: -8px 7px 20px 3px rgb(0 0 0 / 5%);
}

.edit_submit
{
	background: #ef2853;
    border-radius: 5px;
    color: #fff;
    padding: 10px 25px;
}
.error_msg
{
	color:#ef2853;
	font-size: 11px;
}
.margin_left_0px
{
	margin-left:0px;
}
/* Edit Profile page Styles End */



/* edit_photos_tfm Styles Start */

.edit_photos_wrapper
{
	margin:0 auto;
}

.edit_photos_container
{
	background:#fff;
	border: 1px solid #dfe0e3;
	border-radius:3px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 6%);	
	color: #72727d;
	padding:10px 20px 20px 20px;	
}

.epc_title
{
	border-bottom:1px solid #dfe0e3;
	font-size:18px;
	font-weight:600;
	padding:10px;
	margin-bottom:10px;
}

.epc_content
{
	display:inline-block;
	margin:0 0 10px 10px;
}

.epc_content .single_photo_delete
{
	max-height: 200px;
}

.epc_content .single_photo_edit
{
	max-width: 250px;
}

.delete_photo
{
	margin-top:5px;
}

.del_photo_txt,.del_photo_img
{
	float:left;
}

.del_photo_txt
{
	color:#f11602;
	font-size:12px;
	margin-top:2px;
}

.del_photo_img img
{
	width:15px;
}

.delete_all_photos
{
	margin-top:10px;
}

.dap_txt,.dap_img
{
	float:left;
}

.dap_txt
{
	color:#f11602;
	margin-top:2px;
}

.dap_img img
{
	width:20px;
}

.upload_new_photos
{
	border-top:#ccc dotted 1px;
	margin:20px 0 0 10px;
	padding-top:20px;
}

.unp_text,.unp_img,.unp_button
{
	float:left;
}

.unp_img
{
	margin:0 15px 0 5px;
}

.upload_photos_submit
{
	background: #f11602;
	border-radius: 5px;
	color:#fff;
	padding:10px 20px;
}

/* edit_photos_tfm Styles Start */




/* Content Page Styles Start */
.tfm_content_wrapper
{
	background: rgba(0,0,0,.3);
	margin-bottom:30px;
	min-height: calc(100vh - 198px);
	width:100%;
}

.tfm_content_container
{
	background:#fff;
	min-height: calc(100vh - 198px);
	margin:0 auto;
	padding:20px 30px;
	width: 1100px;
}

.tfm_content_container p
{
	text-align: justify;
	margin-bottom: 10px;
}

.tfm_content_container strong
{
	font-weight: bold;
}

.tfm_content_title
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Content Page Styles End */




@keyframes tfm {   from {background: #f11602; top:0; }  to {background: #fff; top:30px;} }
@-webkit-keyframes tfm {   from {background: #f11602; top:0; }  to {background: #fff; top:30px;} }

@keyframes tfm_filter {   from {background: #00BCD5; left:-260px; }  to {background: #f1f1f2; left:0;} }
@-webkit-keyframes tfm_filter {   from {background: #00BCD5; left:-260px; }  to {background: #f1f1f2; left:0;} }

@keyframes tfm_1 { from { width: 70%; opacity:0; }  to { width: 80%; opacity:1; } }
@-webkit-keyframes tfm_1 { }

@keyframes tfm_2 { from { left:35%; transform: rotate(-20deg); }  to { left:40%; transform: rotate(0deg); } }
@-webkit-keyframes tfm_2 { }

@keyframes tfm_3 { from { left:5%; transform: rotate(20deg); }  to { left:2%; transform: rotate(0deg); } }
@-webkit-keyframes tfm_3 { }

@keyframes tfm_4 { from { right:10%; transform: rotate(-20deg); }  to { right:8%; transform: rotate(0deg); } }
@-webkit-keyframes tfm_4 { } 

@keyframes tfm_hover {   from {background: #00BCD5; top:25px; }  to {background: #f1f1f2; top:33px;} }
@-webkit-keyframes tfm_hover {   from {background: #00BCD5; top:25px; }  to {background: #f1f1f2; top:33px;} }