	
	body{padding:0; margin:0;}
	ul,li{margin:0; padding:0;}
	/* font-family*/
	
	/* cyrillic */
	@font-face {
	  font-family: 'Proxima Nova';
	  font-style: normal;
	  font-weight: 400;
	  src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27pmO7&amp;skey=96867d716c89840e&amp;v=v12) format('woff2');
	  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	}
	/* greek */
	@font-face {
	  font-family: 'Proxima Nova';
	  font-style: normal;
	  font-weight: 400;
	  src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27oWO7&amp;skey=96867d716c89840e&amp;v=v12) format('woff2');
	  unicode-range: U+0370-03FF;
	}
	/* vietnamese */
	@font-face {
	  font-family: 'Proxima Nova';
	  font-style: normal;
	  font-weight: 400;
	  src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27rWO7&amp;skey=96867d716c89840e&amp;v=v12) format('woff2');
	  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
	}
	/* latin-ext */
	@font-face {
	  font-family: 'Proxima Nova';
	  font-style: normal;
	  font-weight: 400;
	  src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27rGO7&amp;skey=96867d716c89840e&amp;v=v12) format('woff2');
	  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	}
	/* latin */
	@font-face {
	  font-family: 'Proxima Nova';
	  font-style: normal;
	  font-weight: 400;
	  src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27omO7&amp;skey=96867d716c89840e&amp;v=v12) format('woff2');
	  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}
	
	
	@font-face {
	font-family: 'Segoe UI Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../font/Segoe%20UI.woff') format('woff');
	}

	@font-face {
	font-family: 'Segoe UI Italic';
	font-style: normal;
	font-weight: normal;
	src:url('../font/Segoe%20UI%20Italic.woff') format('woff');
	}


	@font-face {
	font-family: 'Segoe UI Bold';
	font-style: normal;
	font-weight: normal;
	src:url('../font/Segoe%20UI%20Bold.woff') format('woff');
	}


	@font-face {
	font-family: 'Segoe UI Bold Italic';
	font-style: normal;
	font-weight: normal;
	src:url('../font/Segoe%20UI%20Bold%20Italic.woff') format('woff');
	}
	body{
		margin:0;
		padding:0;
		background-color: #f1e7ee !important;
	}
	a, a:hover{
		color:#000;
		text-decoration:none;
	}

	::selection {
		color: #fff;
		background-color: #8167a9;
	}
	::-moz-selection {
		color: #fff;
		background-color: #8167a9;
	}
	.padding-tb{
		padding-top:50px;
		padding-bottom:30px;
	}


	/* #Navigation
	================================================== */
	.mb-menu{
		display:none;
	}

	.navigation-wrap{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition : all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.navbar{
		padding: 0;
	}
	.navbar-brand img{
		height: auto;
	    width: 140px;
		display: block;
		-webkit-transition : all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.navbar-brand{
		margin: 3px!important;
		padding: 0;
	}

	.nav-link{
		color: #fff !important;
		font-weight: 500;
	    transition: all 200ms linear;
		font-size:14px;
	}
	.nav-item:hover .nav-link{
		color: #fff !important;
		text-decoration:none;
	}
	.nav-item img{
		width:20px;
		height:20px;
		margin-right: 10px;
	}
	.nav-link.last img{
		/*margin:10px 10px 10px 0;*/
	}
	.nav-item.active .nav-link{
		color:#ed3d63 !important;
	    background: #fff !important;
	    border-radius: 4px;
	    padding: 13px!important;	    
		
	}
	.nav-item .nav-link{
		/*color:#ed3d63 !important;
	    background: #fff !important;*/
	    /*border-radius: 4px;*/
	    padding: 10px 10px!important;
	}
	.nav-item.active .nav-link img{
		filter: invert(33%) sepia(86%) saturate(1172%) hue-rotate(315deg) brightness(93%) contrast(99%);
	}
	.nav-item .nav-link img{
		filter: invert(1) sepia(0) saturate(5) hue-rotate(90deg);
	}

	.nav-link {
		position: relative;
		padding: 5px 0 !important;
		display: inline-block;
	}
	.nav-item{
		position: relative;
	    transition: all 200ms linear;
	}
	.bell{
		position:relative;
	}
	.bell:before{
		position:absolute;
		top:12px;
		width:8px;
		height:8px;
		background-color:red;
		color:red;
		right:10px;
		content:'';
		z-index:1;
		border-radius:50px;
		border:1px solid #fff;
	}

	.main-menu .form-group.has-search{
		margin-top: 6px;
	    padding: 0;
	    margin-bottom: 0px;
		width: 240px;
		float:left;
	}
	.main-menu p{
		margin:0;
		float:left;
		font-size:12px;
		color:#fff;
		width:100px;
		margin-top:15px;
		margin-left:10px;
	}
	.main-menu .has-search .form-control {

		    font-size: 12px;
	    padding: 1rem 2.3rem;
	}

	.main-menu .has-search .form-control-feedback {
	    position: absolute;
	    z-index: 2;
	    display: block;
	    width: 2.375rem;
	    height: 2.375rem;
	    line-height: 2.375rem;
	    text-align: center;
	    pointer-events: none;
	    color: #aaa;
	}
	.nav-item .dropdown-menu{
		    left: -40px !important;
	}
	/*search icon mobile menu*/

	#search {
		display: inline-block;
		width: 22px;
		margin-left: 8px;
		vertical-align: middle;
		transition: width 500ms, height 500ms, margin-left 500ms;
		-o-transition: width 500ms, height 500ms, margin-left 500ms;
		-moz-transition: width 500ms, height 500ms, margin-left 500ms;
		-webkit-transition: width 500ms, margin-left 500ms;
	}
	#search i{
		font-size:16px;
		color:#fff;
	}
	#searchbar{
		border-radius: 2px;
		display: inline-block;
		line-height: 64px;
		width: 0px;
		height: 28px;
		margin: 0px 0px;
		padding: 0px 0px;
		color: #000;
		border:none;
		transition: width 500ms, margin 500ms, padding 500ms;
		-o-transition: width 500ms, margin 500ms, padding 500ms;
		-moz-transition: width 500ms, margin 500ms, padding 500ms;
		-webkit-transition: width 500ms, margin 500ms, padding 500ms;
		
	}

	.sm-mb-search{
			display:none;
		}


	/* #Primary style
	================================================== */

	header{
		background-color: #ed3d63 !important;
	    transition: all 200ms linear;
	}

	.over-hide {
	    overflow: hidden;
	}
	.absolute-center {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	  margin-top: 40px;
		transform: translateY(-50%);
		z-index: 20;
	}


	.nav-item .dropdown-menu {
	    transform: translate3d(0, 10px, 0);
	    visibility: hidden;
	    opacity: 0;
		max-height: 0;
	    display: block;
		padding: 0;
		margin: 0;
	    transition: all 200ms linear;
	}
	.nav-item.show .dropdown-menu {
	    opacity: 1;
	    visibility: visible;
		max-height: 999px;
	    transform: translate3d(0, 0px, 0);
	}
	.dropdown-menu {
		padding: 10px!important;
		margin: 0;
		font-size: 13px;
		letter-spacing: 1px;
		color: #212121;
		background-color: #fcfaff;
		border: none;
		border-radius: 3px;
		box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	    transition: all 200ms linear;
	}
	.dropdown-toggle::after {
		display: none;
	}

	.dropdown-item {
		padding: 3px 15px;
		color: #212121;
		border-radius: 2px;
	    transition: all 200ms linear;
	}
	.dropdown-item:hover, 
	.dropdown-item:focus {
		color: #fff;
		background-color:#fd3d63;
	}
	/************section*************/
	.search-keywords-box{
		background-color:#fff;
		border-radius:10px ;
		padding:20px 10px;
		float: left;
		width:100%;
		border-bottom-left-radius: 0;
   		border-bottom-right-radius: 0;
	}
	.search-keywords-heading h2{
		color: #ed3d63;
		font-family: "Proxima Nova";
		font-size:24px;
		font-weight: 700;
	}
	.age-block{
		float:left;
		width:100%;
		padding:10px;
	}
	.age-heading {
		float:left;
		width:40%;
	}
	.age-output{
		float:right;
		width:60%;
	}
	.ui-slider-horizontal {
	    height:2px !important;
	    background-color: #ccc;
	}
	.ui-slider-horizontal {
	    margin-bottom: 15px;
	    width:40%;
	}
	.ui-slider-horizontal .ui-slider-handle {
	    top: -0.5em !important;
	    margin-left: -.6em;
		width:1em !important;
		height:1em !important;
	}
	.ui-widget-header {
	    background: #ed3d63 !important;
		    border: 1px solid #ed3d63 !important;
	}
	.ui-state-default, .ui-widget-content .ui-state-default{
		border:1px solid #ed3d63 !important;
		color:#fff !important;
		border-radius:50%;
		background-color:#fff !important;
	}
	.age-heading p{
		color: #000000;
	font-family: "Proxima Nova";
	font-size: 15px;
	font-weight: 700;
	}
	.age-range{
		float:left;
		width:100%;
	}
	.ui-slider-horizontal {
	    margin-bottom: 15px;
	    width: 90%;
	}
	.price-range-search {
	    width:40.5%; 
	    background-color: #f9f9f9; 
	    border: 1px solid #6e6666;
	    min-width: 40%;
	    display: inline-block;
	    height: 32px;
	    border-radius: 5px;
	    float: left;
	    margin-bottom:20px;
	    font-size:16px;
	}
	.price-range-field{
	    width:35%; 
		text-align:center;
	    background-color:#f9f9f9; 
	    border: 1px solid #6e6666; 
	    color:#ed3d63; 
	    border-radius: 5px; 
	    height:26px; 
	    padding:5px;
		-webkit-appearance: none;
		-moz-appearance: textfield;
	}



	.nrimd-form .form-group {
	    width: 80%;
	    margin: auto;
		padding: 10px 0;
	}
	.nrimd-form .form-group label {
	    color: #000000;
	    font-family: "Proxima Nova";
	    font-size: 15px;
	    font-weight: 700;
	    line-height: 25px;
		-webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: block;
	    display: -webkit-box;
	}

	.nrimd-form .form-group .form-control{
		border-radius: 10px;
		background-color: #d9d9d9;
		color:#000;
		height: 35px;
	    padding: 0px 3px;
	}
	.search-submit{
		background-color:#ed3d63;
		float:left;
		width:100%;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
	}
	.search-submit-left{
		border-bottom-right-radius:0px !important;        
	}
	.search-submit-right{
		border-bottom-left-radius:0px !important;
        background-color: #8e9092 !important;
	}
	.search-submit .btn{
		color: #ffffff;
		font-family: "Proxima Nova";
		font-size: 20px;
		font-weight: 500;
		line-height: 35px;
		margin:0;
		width:100%;
		
	}
	.search-submit a:hover{
		text-decoration:none;
	}
	.user-box{
		background-color:#fff;
		margin-top:75px;
		float: left;
	    width: 100%;
		border-radius: 0 0 8px 8px;
	}
	.user-box-img{
		position:relative;
		
	}
	.user-box-img img{
		position:absolute;
		border-radius:50%;
		width:190px;
		height:190px;
		padding:10px;
		top:-100px;
		left:33px;
	}
	.user-box-name{
		padding-top:80px;
	}
	.user-upload-btn{
		margin-top:85px !important;
	}
	.edit-name {
		padding-top:20px;
	}
	.user-box-name h2{
		color: #000000;
		font-family: "Proxima Nova";
		font-size:24px;
		font-weight:900;
		margin:0;
	}

	.user-box-name p{
		color: #646464;
		font-family: "Proxima Nova";
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.user-proflie-btn{
		width:55%;
		margin:auto;
		background-color:#ed3d63;
		border-radius:8px;
		line-height: 35px;
		    text-align: center;
		
	} 
	.user-proflie-btn a p{
		color:#fff;
		font-family: "Proxima Nova";
		font-size: 17px;
		font-weight: 500;
		text-align:center;
	}
	.user-proflie-btn a:hover{
		text-decoration:none;
		color:#fff;
	}
	.user-profile-detail {
		float:left;
		width:100%;
	}
	.user-profile-detail ul{
		margin:0; padding:0 10px;
	}
	.user-profile-detail ul li{
		list-style:none;
		float:left;
		width:33%;
	}
	.user-profile-detail ul li h2{
		color: #000000;
		font-family: "Proxima Nova";
		font-size:18px;
		font-weight: 700;
		text-align:center;
		margin:0;
	}
	.user-profile-detail ul li p{
		color: #606060;
		font-family: "Proxima Nova";
		font-size: 16px;
		font-weight: 400;
		text-align:center;
	}
	.user-profile-caption{
		padding:0 10px 20px 10px;
	}
	.user-about h2{
		color: #000000;
		font-family: "Proxima Nova";
		font-size: 19px;
		font-weight: 600;
	}
	.user-caption p{
		color: #535151;
	font-family: "Proxima Nova";
	font-size: 15px;
	font-weight: 500;
	padding:0 2px;
	}
	.more-link, .more-link a{
		text-align:right;
		color:#ed3d63;
	}
	.more-link a:hover{
		text-decoration:none;
	}
	.matches-tab{
			
		color:#000;
	}
	.matches-tab a.nav-link.last{
		     margin-left: 7px;
	    margin-bottom: 0px;
	    margin-top: 7px;
	}
	.matches-tab .nav-item .nav-link{
		    margin-top: 5px;
	}
	.matches-tab  .nav-tabs .nav-item {
	    margin-bottom: -6px;
	}
	.matches-tab .nav-item .nav-link {
	    color: #000 !important;
	    padding:10px !important;
	    border: 1px solid #fff;
	    border-radius: 5px 5px 0 0 !important;
	    background-color: #fff;
		color: #000000;
		font-family: "Proxima Nova";
		font-size:16px;
		font-weight: 600;
	}
	.matches-tab .nav-item .nav-link.active{
		font-size:18px;
	}
	.matches-tab .nav-tabs{
		border-bottom:1px solid #fff;
	}
	.matches-tab .tab-content {
	    background-color: #fff;
	    border-bottom-left-radius: 10px;
	    border-bottom-right-radius: 10px;
	}
	.matches-block{
		padding:20px;
	}
	.matches-box {
		padding:10px;
	}
	.matches-img img{
		width:auto;
		    border-top-left-radius: 15px;
	    border-bottom-left-radius: 15px;
	    height: 100%;
	}
	.matches-name{
		padding-left:10px;
	}
	.matches-name-user h4{
		color: #000000;
	font-family: "Segoe UI";
	font-size: 15px;
	font-weight: 700;
	margin:0;
	}
	
	.matches-name-userr{
		color: #000000;
	font-family: "Segoe UI";
	font-size: 15px;
	font-weight: 700;
	margin:0;
	}
	.matches-name-userp{
		color: #000000;
	font-family: "Segoe UI";
	font-size: 11px;
	font-weight: 400;
	margin-bottom:6px;
	}
	.matches-view-profile a{
		color: #ed3d63;
	font-family: "Segoe UI";
	font-size: 15px;
	font-weight: 600;
	    float: right;
	}
	.matches-view-profile i{
		font-size:16px;
		padding-left: 10px;
	}
	.matches-view-profile a:hover{
		text-decoration:none;
	}
	.matches-user-detail p{
		color: #000000;
		font-family: "Segoe UI";
		font-size: 13px;
		font-weight: 600;
	}
	.matches-user-about h4{
		color: #ed3d63;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: 600;
	margin:0;
	}
	.matches-user-aboutt{
		color: #ed3d63;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: 600;
	margin:0;
	}
	.matches-about-cap p{
		color: #343434;
	font-family: "Segoe UI";
	font-size: 13px;
	font-weight: 600;
	}
	.matches-about-icon .icons {
	    margin-top: 20px;
	}
	.matches-star-icon i{
		background-color: #0474e6;
		border-radius:50%;
		color:#fff;
		padding: 7px;
		font-size:18px;
	}
	.matches-cancel-icon i{
		border-radius:50%;
		color: #343434;
	   /*  padding: 0px 3px; */
		font-size: 32px;
	}
	.matches-heart-icon i{
		background-color: #ed3d63;
		border-radius:50%;
		color:#fff;
		padding: 7px;
		font-size:18px;
	}
/*************** message page*******************/
.chat-box{
	margin-top: auto;
	margin-bottom: auto;
}

.tab-pane .row{
	background-color:#fff;

}
.chat-box .card{
	height:675px;
	border-radius:5px;
	border: transparent;
	background-color:transparent;
	    margin-bottom: 15PX;
	
}
.contacts_body{
	padding:  0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.msg_card_body{
	overflow-y: auto;
}
.card-header{
	border-radius: 15px 15px 0 0 !important;
	border-bottom: 0 !important;
	padding:0 !important;
	background-color:transparent;
}
.card-heading{
	padding: 10px 0;
}
.card-heading img{
	width:35px;
	margin:0;
	padding:0 10px 0 0px;;
	
}
.card-heading h2{
	padding: 0 10px;
	font-family: "Proxima Nova";
	font-weight:600;
	font-size:28px;
}
.card-footer{
	background-color: transparent !important;
	
	border-top: 0 !important;
	
}
.container{
	align-content: center;
}
.chat-box .search{
	border-radius:6px;
	background-color:transparent;
	border:1px solid #000;
	color:#000;
}
.chat-box .has-search .form-control {
    padding-left: 2.375rem;
	border: 1px solid #000;
	height:auto;
}
/* all */
::-webkit-input-placeholder { color:#000 !important; }
::-moz-placeholder { color:#000 !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#000 !important; } /* ie */
input:-moz-placeholder { color:#000 !important; }

.chat-box .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #000;
}
.search:focus{
	box-shadow:none !important;
    outline:0px !important;
}
.type_msg{
	background-color:#dcdcdc;
	border:0 !important;
	color:white !important;
	height: 60px !important;
	overflow-y: auto;

}
.type_msg:focus{
	box-shadow:none !important;
    outline:0px !important;
	    background: #dcdcdc;
}
.attach_btn{
	border-radius: 15px 0 0 15px !important;
	background-color:#dcdcdc;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.send_btn{
	border-radius: 0 15px 15px 0 !important;
	background-color:#dcdcdc;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.search_btn{
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0,0,0,0.3) !important;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.user-profile-img i{
	color:#ff5076;
	margin-left:5px;
}
.profile-view-btn{
	background-color: #179bff;
	border-radius:30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	text-align:center;
	line-height:45px;
}
.profile-view-btn a{
	color:#fff;
	margin:auto;
	
}
.nri-service{
	box-shadow: 0 3px 29px rgba(0, 0, 0, 0.23);
	margin-top:10px;
	border-radius: 10px;
    background-color: #fff;
}
.nri-service img{
	width:100%;
	padding:10px;
}
.profile-view-btn p{
	font-weight:400;
}
.user-profile-img img{
	width:105px;
	height:105px;
	border-radius:50%;

}
.user-profile-img h4 a{
	color: #9a9a9a;
	font-family: "Segoe UI";
	font-size:18px;
	font-weight:600;
}
.user-view-profile{
	box-shadow: 0 3px 29px rgba(0, 0, 0, 0.23);
	background-color: #ffffff;
	border-radius: 11px;
	    padding: 30px
}
.user-interests-heading h4{
	color: #707070;
	font-family: "Segoe UI";
	font-size:18px;
	font-weight:700;
}
.user-interests-heading p{
	color: #707070;
	font-family: "Segoe UI";
	font-size:14px;
	font-weight:400;
}
.user-interests-icon i{
	color: #707070;
	font-size:24px;
}
.contacts{
	list-style: none;
	padding: 0;
	width:100%;
}
.contacts li{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius:6px;
	margin-bottom: 10px !important;
	position: relative;
	min-width: fit-content;
}
	
	.contacts li.active{
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius:6px;
		
	}
		.user_img{
			height: 50px;
			width: 50px;
			margin: 10px 0px 10px 10px;
			box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.16);
		
		}
		.user_img_msg{
			height: 40px;
			width: 40px;
			border:1.5px solid #f5f6fa;
		
		}
	.img_cont{
			position: relative;
			height: 70px;
			width: 70px;
	}
	.img_cont_msg{
			width: 40px;
			display:flex;
			align-items: flex-end;
	}
	.online_icon{
		position: absolute;
		height: 8px;
		width:8px;
		background-color: #4cd137;
		border-radius: 50%;
		top:10px;
		left:16px;
		
	}
.online_icon_chat{
		position: absolute;
		height: 8px;
		width:8px;
		background-color: #4cd137;
		border-radius: 50%;
		top:12px;
		right:5px;
		
	}
	.user_time .offline{
		background-color: #ff5d85;
		position: absolute;
		height: 8px;
		width:8px;
		border-radius: 50%;
		margin-top:10px;
		right:8px;
	}
.user_info{
	margin-top: auto;
	margin-bottom: auto;
	    width: 100%;
    margin-left: 10px;

}
.user_info span{
	font-size:14px;
	color:#000;
	font-family: "Segoe UI";
	font-weight: 600;
}
.user_info p{
	font-size: 10px;
	color:#000;
	font-family: "Segoe UI";
	margin-top: 5px;
    margin-bottom: 11px;
}

/* More Button / Dropdown Menu */

.more {
    float: left;
    margin: 5px 00px 0 20px;
}
.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #000;
    margin: 0 auto;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 0px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top:auto;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
    width: 14%;
    right: 14px;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;    
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 20px;
    position: relative;
    white-space: nowrap;
	font-family: "Segoe UI";
}

.more-menu-item:hover {
    background-color:#01b8fe;
}

.more-menu-item:hover .more-menu-btn {
    color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}
.user_time p{
	font-size:11px;
	color: #939090;
	font-family: "Segoe UI";
	float: right;
    margin-top: 6px;
	margin-right: 10px;
	font-style: italic;
}

	.video_cam{
		margin-left: 50px;
		margin-top: 5px;
	}
	.video_cam span{
		color: #01cb23;
		font-size: 20px;
		cursor: pointer;
		
	}
.video_cam img{
	margin-right: 20px;
	width:25px;
	height:25px;
	margin-top:15px;
	filter: invert(15) sepia(46) saturate(330) hue-rotate(65deg);
	}
.msg_box .card{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	    border-radius: 0 0 8px 8px;
}
	.msg_cotainer{
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 10px;
		border-radius:13px 13px 13px 0;
		background-color: #01b8fe;
		padding: 10px;
		position: relative;
		width:65%;
	}
	.msg_cotainer p, .msg_cotainer_send p{
		font-size:13px;
		color:#fff;
		font-family: "Segoe UI";
		font-weight:400;
	}
	.msg_cotainer_send{
		margin-top: auto;
		margin-bottom: auto;
		margin-right: 10px;
		border-radius:13px 13px 0;
		background-color: #ff5d85;
		padding: 10px;
		position: relative;
		width:65%;
		
	}
	.msg_time{
		position: absolute;
		left: 0;
		bottom: -15px;
		color:#000;
		font-size: 11px;
		font-family: "Segoe UI";
		font-weight:500;
	}
	.msg_time_send{
		position: absolute;
		right:0;
		bottom: -15px;
		color: rgba(255,255,255,0.5);
		font-size: 10px;
	}
	.msg_head{
		position: relative;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.34);
		border-radius: 0 0 8px 8px !important;
	}
	.attach_btn i{
    width: 25px;
    height: 25px;
    background-color: #ff5d85;
    border-radius: 50%;
    margin: auto;
    padding:5px;
	font-size:14px;
	color: #dcdcdc;
}
.send_btn i{
	width:35px;
	height:35px;
	border-radius:8px;
	background-color: #ff5d85;
	padding:8px;
	font-size:16px;
}
	textarea.form-control.type_msg {
    padding: 15px 5px;
}
	#action_menu_btn{
		position: absolute;
		right: 10px;
		top: 10px;
		color: white;
		cursor: pointer;
		font-size: 20px;
	}
	.action_menu{
		z-index: 1;
		position: absolute;
		padding: 15px 0;
		background-color: rgba(0,0,0,0.5);
		color: white;
		border-radius: 15px;
		top: 30px;
		right: 15px;
		display: none;
	}
	.action_menu ul{
		list-style: none;
		padding: 0;
	margin: 0;
	}
	.action_menu ul li{
		width: 100%;
		padding: 10px 15px;
		margin-bottom: 5px;
	}
	.action_menu ul li i{
		padding-right: 10px;
	
	}
	.action_menu ul li:hover{
		cursor: pointer;
		background-color: rgba(0,0,0,0.2);
	}
	
.message-keywords-box{
	background: #fff;
	border-radius: 10px;
}
.message-heading {
	background: #fd3d63;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.message-heading h2{
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;

}
.message-keywords-box .tabs-left {
  border-bottom: none;
  border-right:0;
  padding:0 15px;
}

.message-keywords-box .tabs-left>li {
  float:left;
 margin:0px;
  width:100%;
}

.message-keywords-box .tabs-left>li.active>a,
.message-keywords-box .tabs-left>li.active>a:hover,
.message-keywords-box .tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.message-keywords-box .nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}	

.message-accept {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    float: left;
}
.message-accept-box {
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 15px 0 15px;
    width: 100%;
    float: left;
}
.message-accept-user-name{
    margin-left: 10px;
    margin-top: 4px;
}
.message-accept-img img{
	width:auto;
	height:auto;
	float: left;
	    border-radius: 50%;
}
.message-accept-img h2 {
    color: #000000;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 3px;
}
.message-accept-img h2 img{
	float: left;
	width:25px;
}
.message-accept-img span {
    color: #000000;
    font-family: "Segoe UI";
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 6px;
}
.message-accept-img p {
    color: #000000;
    font-family: "Segoe UI";
    font-size: 13px;
    font-weight: 600;
}
.request-block-link h2 a{
	font-size:22px;
	color:#fd3d63;
	font-family: "Segoe UI";
}
.accept-icon {
    float:left;
        width: 100%;
}
.accept-icon i{
        font-size: 32px;
    color: limegreen;
        float: right;
}
.accept-time {
    float: left;
    width: 100%;
}
.accept-time p{

    float: right;
    color: #929292;
    margin-bottom: 5px;
}
.request-block{
	background:#b4e0df;
	border-radius: 10px;
}
.request-block-img {
    margin: auto;
    width: 300px;
}
.request-block-img img{
	width:300px;
	height:auto;
	margin: auto;
}
.accept-icon .btn{
	float: right;
	border:1px solid #929292;
	border-radius: 8px;
	color:#929292;
}
/***************slider******************/

.custom-slider .carousel-control-prev,
.custom-slider .carousel-control-next {
  text-shadow: 2px 2px 4px #000000;
  font-size: 30px;
}
.custom-slider .carousel-inner {
  height: 100%;
}
.custom-slider .carousel-inner .carousel-item {
  height: 100%;
}
.custom-slider .carousel-inner .carousel-item .carousel-img-container {
  height: 100%;
}
.custom-slider .carousel-inner .carousel-item img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
}

.popup{
   width: auto;
    text-align: center
}
.popup img{
    width:100%;
    height:100%;
    cursor: pointer
}
.show.profile{
    z-index: 999;
    display: none;
}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show{
    width:500px;
    height: 500px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden
}
.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/************notification page***********************/
.noti-page{
	background: #fff;
	border-radius: 10px;
	padding:10px 10px;
	float: left;
	width: 100%;

}
.noti-page-heading{
	
	margin-bottom: 20px;
	padding: 0 10px;

}
.noti-page-date{
	padding: 0 10px;
}
.noti-page-heading h2{
	font-size:22px;
	color:#000;
	float:left;
}
.noti-page-block{
	border-bottom: 1px solid #929292;
	float: left;
	width:100%;
	padding-bottom: 10px;
	margin: 10px 0;
}
.noti-page-user{
	float: left;
	width: 100%;
	margin:10px 0;
	padding:10px;
}
.noti-page-date p{
	color:#929292;
	font-size:14px;
}
.noti-page-user-img{
	float: left;
}
.noti-page-user-img img{
	width:75px;
	height: 75px;
	border-radius: 50%;
}
.noti-page-user-detail{
	padding-left:15px;
	float: left;
	margin-top:10px;
}
.noti-page-user-detail h4{
	font-size:20px;
	font-weight: 600;
	font-family: "Segoe UI";
	margin: 0;
}
.noti-page-user-detail span{
	font-weight: 400;
	font-size:16px;
	padding-left: 5px;
}
.noti-page-user-detail p{
	font-size:16px;
	font-weight: 400;
	margin: 0;
}
.noti-page-time{
	float: right;
	margin-top:10px;
}
.noti-page-time i{
	font-size:22px;
}
.noti-page-time p{
	font-size:16px;
	color:#929292;
	font-family: "Segoe UI";
}
.noti-page-user:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(146,146,146,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(146,146,146,0.4);
box-shadow: 0px 0px 5px 0px rgba(146,146,146,0.4);
border-radius: 10px;

}
.btn.focus, .btn:focus{
	    box-shadow: none;
}
/*******************my-album******************/
.my-album-block{
	background:#fff;
	border-radius: 10px;
	padding:10px;
	    padding-bottom: 30px;
}
.album-box {
  display: inline-block;
  padding: 10px;
  
}

.album-box-img {
  padding:5px;
  width:150px;
  height: 150px;
  border-radius: 10px;
  float: left;
}
..image-upload{
	padding:10px;
}
.image-upload label{
	 border: 1px dashed #000;
	 width: 140px;
    height: 140px;
    border-radius: 10px;
    text-align: center;
    padding:5px;
    margin: 5px 5px;

}
.image-upload > input
{
    display: none;
}

.image-upload img
{
    width:75px;
    height: 60px;
    cursor: pointer;
    margin: 25% 0;
}
.upload-cap{
	margin:20px 0;
	text-align: center;
}
.upload-cap p{
	font-size:16px;
	color:#000;
	font-family: "Segoe UI";
	font-weight: 400;
}
.upload-cap a{
	color:#fd3d63;
	font-weight: 600;
}
.btn__container {
 
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn-i {
  min-width: 110px;
  background-color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #C71E7E;
  display: -webkit-box;
  display: flex;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 10px;
      border-radius: 10px;
}
.btn-i i {
  color: #DF3796;
  font-size: 20px;
  padding-right: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
      margin-top: 4px;
}
.btn-i span {
  font-family: "Segoe UI";
  align-self: center;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  opacity: 1;
}
.btn-i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: -webkit-gradient(linear, left top, right top, from(#ff3019), to(#c90477));
  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-i:hover i {
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  padding-right: 0;
  color: #FFF;
}
.btn-i:hover span {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
.btn-i:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-f {
  min-width: 110px;
  background-color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #286ED6;
  display: -webkit-box;
  display: flex;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
      border-radius: 10px;
}
.btn-f i {
  color: #286ED6;
  font-size: 20px;
  padding-right: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
      margin-top: 4px;
}
.btn-f span {
 font-family: "Segoe UI";
  align-self: center;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  opacity: 1;
}
.btn-f:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #286ED6;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-f:hover i {
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  padding-right: 0;
  color: #FFF;
}
.btn-f:hover span {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
.btn-f:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/***************** Profile page********************/

.user-view-img{
		text-align: center;
	
}
.user-view-img img{
	width:100%;
    /*height: 300px;*/
    height: auto;
	/*border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;*/
    border-radius: 10px;
}
.view-more {
    padding-bottom: 13px;
}
a.btn-lg.pre-btn, .btn-lg.next-btn {
    color: #fd3d63;
    font-size: 16px;
    font-weight: 400;
}
.user-view-block{
	background: #fff;
	/*border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
	padding: 20px;
	float: left;
	width: 100%;
    border-radius: 10px;
}
.user-view-name {
	float: left;
	width:70%;
}
.user-view-name h2{
	font-size:18px;
	font-family: "Segoe UI";
	font-weight:600;
}
.user-view-name span{
	font-size: 16px;
	font-weight: 400;
}
.user-view-name p{
	font-size: 14px;
	font-weight: 400;
	font-family: "Segoe UI";
}
.user-view-name i{
	font-size: 14px;
	margin-right:5px
}
.user-view-btn{
	float: left;
	width:30%;
}
button.btn.interest {
	float: left;
    border: 1px solid #fd3d63;
    padding: 5px 20px;
    background-image: -moz-linear-gradient( 0deg, rgb(237,61,99) 0%, rgb(237,61,99) 0%, rgb(240,94,125) 83%, rgb(232,120,144) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(237,61,99) 0%, rgb(237,61,99) 0%, rgb(240,94,125) 83%, rgb(232,120,144) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(237,61,99) 0%, rgb(237,61,99) 0%, rgb(240,94,125) 83%, rgb(232,120,144) 100%);
  border-radius: 10px;
  color:#fff;
  font-size:20px;
  font-family: "Segoe UI";
  font-weight:500;
}
button.btn.interest i{
	font-size:18px;
	-webkit-text-stroke-color:#fff;
	-webkit-text-stroke-width: 1px;
	-moz-text-stroke-color:#fff;
	-moz-text-stroke-width:1px;
	-ms-text-stroke-color:#fff;
	-ms-text-stroke-width:1px;
	color:transparent;
}
.user-view-block ul{
	margin:0;
}
.user-view-block ul li{
	list-style: none;

}
.user-view-block ul li i{
	
	font-size:16px;
	width:25px;
}
.r{
	color:#f22d2d;
}
.p{
	color:#a14aeb;
}
.c{
	color:#1aeaf7;
}
.g{
	color:#64f22d;
}
.y{
	color:#ebd64a;
}
.b{
	color:#1a1af7;
}
.user-view-block ul li p{
	font-size:14px;
	font-weight: 400;
	font-family: "Segoe UI";
}
.mt{
	margin-top:30px;
}
.user-basic-about h4{
	font-size: 14px;
	font-weight: 400;
	font-family: "Segoe UI";
	color:#fd3d63;
	padding-left: 10px;
}
.user-basic-about p{
	font-size: 14px;
	font-weight: 400;
	font-family: "Segoe UI";
	color:#000;
	padding-left: 10px;
}
.profile-page{
	background: #fff;
	border-radius: 10px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.similar-profiles-box{
	border-bottom:1px solid #c9c9c9;
	float: left;
	padding: 15px 0;
}
.similar-profiles-box.last{
	border-bottom: 0px;
}
.similar-img{
	float: left;
	width: 30%
}
.similar-detail{
	float: left;
	width:70%;
	padding-left: 10px;
}
.similar-img img{
	width:75px;
	height: 75px;
	border-radius: 50%;
}
.similar-detail h4{
	font-size:16px;
	font-weight: 600;
	font-family: "Segoe UI";
	margin: 0;
}
.similar-detail p{
	font-size: 12px;
	font-weight: 400;
	margin-bottom:2px
}
.user-about-view{
	border-bottom:1px solid #c9c9c9;
	clear:both;
}
.user-about-view.last{
	border-bottom:0px;
	margin-bottom: 10px;
	    padding-bottom: 20px;
}
.user-about-view-heading i{
	font-size:18px;
	border-radius: 50%;
	border:2px solid #fd3d63;
	color:#8e858b;
	padding: 8px;
    margin-right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.user-about-view-heading h2{
	font-size: 22px;
	font-weight: 500;
	font-family: "Segoe UI";
}
.user-about-view-detail{
	padding:0 35px;
	margin:20px 0;
}
.user-about-view-detail i{
	margin-right:20px;
	font-size: 22px;
}
.user-about-view-detail p{
	font-size: 16px;
	font-weight: 400;
	font-family: "Segoe UI";
	text-align: justify;
}
.search-keywords-box .btn img{
	width:50px;
	height: 50px;
}
.search-keywords-box button.upgrade{
    border:3px solid #ed3d63;
    width:100%;
    background:#fff;
    border-radius: 10px !important;
}
.search-keywords-box button.upgrade span{
	font-size:18px;
	font-weight: 600;
	font-family: "Segoe UI";
	color:#000;
	margin-left: 10px;

}
.search-keywords-box button.upgrade:hover, .search-keywords-box button.upgrade:hover span{
	background: #fd3d63;
	color:#fff;
}
.upgrade-box 
{
	background: transparent;
	    margin-bottom: 20px;
}
/******************Search page*********************/
.basic-search {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.search-id {
    margin-top: 15px;
}
input.search-id {
    width: 99%;
    line-height: 30px;
    border: 1px solid #929292;
    border-radius: 8px;
    padding: 0.25rem 0.75rem;
}

.exampleFormControlSelect1 .selectMultiple > div{
	background: #d9d9d9;
}
.advanced-search-heading {
    background: #f3f3f3;
    padding: 0 35px;
    margin: 30px 0;
    border-radius: 10px;
}
.advanced-search-heading h2{
	font-size: 22px;
	margin:10px;
	    font-family: "Proxima Nova";
	    font-weight: 600;
}
.advanced-search-heading h2 img{
		width:25px;
		height: 25px;
		 margin-right: 5px;
	}
/****************edit-profile page*****************/
	.about-profile-heading h4{
		color: #000000;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-weight: 600;
	}
	.about-box textarea.form-control {
	    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	    border-radius: 3px;
	    background-color: #e8e8e8;
	    overflow: hidden;
		color: #535151;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-weight: 500;
	}
	.user-pro-details{
	    margin-top: 20px;
	}
	.user-input {
	    margin: 10px 0;
	}

	.user-pro-form .form-group h4, .user-pro-form .form-group label{
		color: #000000;
	font-family: "Proxima Nova";
	font-size: 18px;
	    font-weight: 700;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: block;
	    display: -webkit-box;
	}
	.user-pro-form .form-group .form-control{
	    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	    border-radius: 29px;
	    background-color: #e8e8e8;
	    border: 1px solid #e8e8e8;
	    padding: 5px 10px;
		width: 85%;
	}
	.user-pro-details-head img{
		width:40px;
		height:40px;
		border-radius: 50%;
	}
	.user-pass-heading .field-icon {
	  float: right;
	  margin-left: -25px;
	  margin-top: -25px;
	  position: relative;
	  z-index: 2;
	  color: #aeb8c0;
	      margin-right: 5px;
	}
	.user-pass-heading h4{
		color: #000000;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-weight: 600;
	}
	.user-pass-heading label{
		color: #58504f;
	font-family: "Proxima Nova";
	font-size: 16px;
	}
	.phone-otp-text h3{
		color: #58504f;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	}
	.phone-otp-text p{
		color: #b7bbbf;
	font-family: "Proxima Nova";
	font-size: 13px;
	font-weight: 400;
	}
	.setting-block{
		float:left;
		width:100%;
	}


	.selectMultiple {
	  position: relative;
	}
	.selectMultiple select {
	  display: none;
	}
	.selectMultiple > div {
	  position: relative;
	  z-index: 2;
	  padding: 8px 12px 2px 12px;
	  border-radius: 8px;
	  background:#d9d9d9;
	  font-size: 14px;
	  min-height:35px
	}
	.selectMultiple > div:hover {
	  box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
	}
	.selectMultiple > div .arrow {
	  right: 1px;
	  top: 0;
	  bottom: 0;
	  cursor: pointer;
	  width: 28px;
	  position: absolute;
	}
	.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
	  content: '';
	  position: absolute;
	  display: block;
	  width: 2px;
	  height: 8px;
	  border-bottom: 8px solid #99A3BA;
	  top: 43%;
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
	}
	.selectMultiple > div .arrow:before {
	  right: 12px;
	  -webkit-transform: rotate(-130deg);
	          transform: rotate(-130deg);
	}
	.selectMultiple > div .arrow:after {
	  left: 9px;
	  -webkit-transform: rotate(130deg);
	          transform: rotate(130deg);
	}
	.selectMultiple > div span {
	  display: block;
	  position: absolute;
	  left: 12px;
	  cursor: pointer;
	  top: 8px;
	  line-height:1;
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
	  color: #58504f;
	  font-family: "Proxima Nova";
	  font-size: 16px;
	  font-weight: 600;
	}
	.selectMultiple > div span.hide {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translate(-4px, 0);
	          transform: translate(-4px, 0);
	}
	.selectMultiple > div a {
	  position: relative;
	  padding: 0 24px 6px 8px;
	  line-height: 28px;
	  color: #1E2330;
	  display: inline-block;
	  vertical-align: top;
	  margin: 0 6px 0 0;
	}
	.selectMultiple > div a em {
	  font-style: normal;
	  display: block;
	  white-space: nowrap;
	}
	.selectMultiple > div a:before {
	  content: '';
	  left: 0;
	  top: 0;
	  bottom: 6px;
	  width: 100%;
	  position: absolute;
	  display: block;
	  background: rgba(228, 236, 250, 0.7);
	  z-index: -1;
	  border-radius: 4px;
	}
	.selectMultiple > div a i {
	  cursor: pointer;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 24px;
	  height: 28px;
	  display: block;
	}
	.selectMultiple > div a i:before, .selectMultiple > div a i:after {
	  content: '';
	  display: block;
	  width: 2px;
	  height: 10px;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  background: #4D18FF;
	  border-radius: 1px;
	}
	.selectMultiple > div a i:before {
	  -webkit-transform: translate(-50%, -50%) rotate(45deg);
	          transform: translate(-50%, -50%) rotate(45deg);
	}
	.selectMultiple > div a i:after {
	  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
	          transform: translate(-50%, -50%) rotate(-45deg);
	}
	.selectMultiple > div a.notShown {
	  opacity: 0;
	  -webkit-transition: opacity .3s ease;
	  transition: opacity .3s ease;
	}
	.selectMultiple > div a.notShown:before {
	  width: 28px;
	  -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
	  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
	}
	.selectMultiple > div a.notShown i {
	  opacity: 0;
	  -webkit-transition: all .3s ease .3s;
	  transition: all .3s ease .3s;
	}
	.selectMultiple > div a.notShown em {
	  opacity: 0;
	  -webkit-transform: translate(-6px, 0);
	          transform: translate(-6px, 0);
	  -webkit-transition: all .4s ease .3s;
	  transition: all .4s ease .3s;
	}
	.selectMultiple > div a.notShown.shown {
	  opacity: 1;
	}
	.selectMultiple > div a.notShown.shown:before {
	  width: 100%;
	}
	.selectMultiple > div a.notShown.shown i {
	  opacity: 1;
	}
	.selectMultiple > div a.notShown.shown em {
	  opacity: 1;
	  -webkit-transform: translate(0, 0);
	          transform: translate(0, 0);
	}
	.selectMultiple > div a.remove:before {
	  width: 28px;
	  -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
	  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
	}
	.selectMultiple > div a.remove i {
	  opacity: 0;
	  -webkit-transition: all .3s ease 0s;
	  transition: all .3s ease 0s;
	}
	.selectMultiple > div a.remove em {
	  opacity: 0;
	  -webkit-transform: translate(-12px, 0);
	          transform: translate(-12px, 0);
	  -webkit-transition: all .4s ease 0s;
	  transition: all .4s ease 0s;
	}
	.selectMultiple > div a.remove.disappear {
	  opacity: 0;
	  -webkit-transition: opacity .5s ease 0s;
	  transition: opacity .5s ease 0s;
	}
	.selectMultiple > ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  font-size: 16px;
	  z-index: 1;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  right: 0;
	  visibility: hidden;
	  opacity: 0;
	  border-radius: 8px;
	  -webkit-transform: translate(0, 20px) scale(0.8);
	          transform: translate(0, 20px) scale(0.8);
	  -webkit-transform-origin: 0 0;
	          transform-origin: 0 0;
	  -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
	          filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
	  -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
	  transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
	  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
	  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
	}
	.selectMultiple > ul li {
	  color: #1E2330;
	  background: #fff;
	  padding: 12px 16px;
	  cursor: pointer;
	  overflow: hidden;
	  position: relative;
	  -webkit-transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
	  transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
	  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
	  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
	}
	.selectMultiple > ul li:first-child {
	  border-radius: 8px 8px 0 0;
	}
	.selectMultiple > ul li:first-child:last-child {
	  border-radius: 8px;
	}
	.selectMultiple > ul li:last-child {
	  border-radius: 0 0 8px 8px;
	}
	.selectMultiple > ul li:last-child:first-child {
	  border-radius: 8px;
	}
	.selectMultiple > ul li:hover {
	  background: #df3d63;
	  color: #fff;
	}
	.selectMultiple > ul li:after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 6px;
	  height: 6px;
	  background: rgba(0, 0, 0, 0.4);
	  opacity: 0;
	  border-radius: 100%;
	  -webkit-transform: scale(1, 1) translate(-50%, -50%);
	          transform: scale(1, 1) translate(-50%, -50%);
	  -webkit-transform-origin: 50% 50%;
	          transform-origin: 50% 50%;
	}
	.selectMultiple > ul li.beforeRemove {
	  border-radius: 0 0 8px 8px;
	}
	.selectMultiple > ul li.beforeRemove:first-child {
	  border-radius: 8px;
	}
	.selectMultiple > ul li.afterRemove {
	  border-radius: 8px 8px 0 0;
	}
	.selectMultiple > ul li.afterRemove:last-child {
	  border-radius: 8px;
	}
	.selectMultiple > ul li.remove {
	  -webkit-transform: scale(0);
	          transform: scale(0);
	  opacity: 0;
	}
	.selectMultiple > ul li.remove:after {
	  -webkit-animation: ripple .4s ease-out;
	          animation: ripple .4s ease-out;
	}
	.selectMultiple > ul li.notShown {
	  display: none;
	  -webkit-transform: scale(0);
	          transform: scale(0);
	  opacity: 0;
	  -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
	  transition: opacity .4s ease, -webkit-transform .35s ease;
	  transition: transform .35s ease, opacity .4s ease;
	  transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
	}
	.selectMultiple > ul li.notShown.show {
	  -webkit-transform: scale(1);
	          transform: scale(1);
	  opacity: 1;
	}
	.selectMultiple.open > div {
	  box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
	}
	.selectMultiple.open > div .arrow:before {
	  -webkit-transform: rotate(-50deg);
	          transform: rotate(-50deg);
	}
	.selectMultiple.open > div .arrow:after {
	  -webkit-transform: rotate(50deg);
	          transform: rotate(50deg);
	}
	.selectMultiple.open > ul {
	  -webkit-transform: translate(0, 12px) scale(1);
	          transform: translate(0, 12px) scale(1);
	  opacity: 1;
	  visibility: visible;
	  -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
	          filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
	}
	.selectMultiple {
	  margin-top:0%;
	}
	#switch,
	#circle {
	    cursor: pointer;
	    -webkit-transition: all 300ms linear;
	    transition: all 300ms linear; 
	} 
	#switch {
	    width: 50px;
	    height:25px;
	    border: 2px solid #fff;
	    border-radius: 27px;
	    background: #ccc;
	    position: relative;
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	    opacity: 1;
	    transform: translate(0);
	    transition: all 300ms linear;
	    transition-delay: 1900ms;
		    float: right;
	    margin-top: 4px;
	}
	body.hero-anime #switch{
	    opacity: 0;
	    transform: translateY(40px);
	    transition-delay: 1900ms;
	}
	#circle {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background: #000;
	}
	.switched {
	    border-color: #fff !important;
	    background: #8167a9 !important;
	}
	.switched #circle {
	    left: 23px;
	    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	    background: #fff;
	}

	/**************phone_verification page **************/
	.phone-otp{
		background-color:#fff;
		padding:40px;
		border-radius: 10px;
	}
	.phone-otp-box {
	    float: left;
	    width: 100%;
		    margin: 10px 0;
	}
	.phone-otp-heading h2{
		color: #ed3d63;
		font-family: "Proxima Nova";
		font-size: 26px;
		font-weight: 500;
	}
	.phone-otp-text h2{
		color: #000000;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	}
    .phone-otp-btn .switch {
        display: inline-block;
        height: 25px;
        position: relative;
        width: 50px;
        float: right;
    }
	.phone-otp-text .nav-link, .phone-otp-text .nav-link:hover{
		color:#000000 !important;
	}

	.phone-otp-btn .switch input {
	  display:none;
	}

	.phone-otp-btn .slider {
	  background-color: #ccc;
	  bottom: 0;
	  cursor: pointer;
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  transition: .4s;
	}

	.phone-otp-btn .slider:before {
	  background-color: #fff;
	  bottom: 4px;
	  content: "";
	  height: 18px;
	  left: 3px;
	  position: absolute;
	  transition: .4s;
	  width: 18px;
	}

	.phone-otp-btn input:checked + .slider {
	  background-color:#0de137;;
	}

	.phone-otp-btn input:checked + .slider:before {
	  transform: translateX(26px);
	}

	.phone-otp-box .phone-otp-btn .slider.round {
	  border-radius: 34px;
	}

	.phone-otp-box .phone-otp-btn .slider.round:before {
	  border-radius: 50%;
	}

	.phone-otp-box .accordion {
	  margin-top: 0px;
	}
	.phone-otp-box .accordion .card {
	  border: none;
	  margin-bottom: 20px;
	}
	.phone-otp-box .accordion .card h2 {
	  background: url(../../../../cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
	  background-size: 20px;
	  cursor: pointer;
	  font-size: 16px;
	}
	.phone-otp-box .accordion .card h2.collapsed {
	  background-image: url(../../../../cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
	}
	.phone-otp-box .accordion .card-body {
	  padding-left: 0;
	  padding-right: 0;
	}

	.phone-otp-box .intl-tel-input {
	  display: table-cell;
	}

	.phone-otp-box .intl-tel-input .selected-flag {
	  z-index: 4;
	}

	.phone-otp-box .intl-tel-input .country-list {
	  z-index: 5;
	}

	.phone-otp-box .input-group .intl-tel-input .form-control {
	  border-top-left-radius: 4px;
	  border-top-right-radius: 0;
	  border-bottom-left-radius: 4px;
	  border-bottom-right-radius: 0;
	}
	.phone-otp-box input.form-control {
	    border-radius: 10px;
	    background-color: #e8e8e8;
	    color: #858585;
	}
	.phone-otp-box span.input-group-addon a{
		color: #ffffff;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px;
	background-color: #0d9eff;
	    padding:6px 10px;
		    float: left;	

	}
	.phone-otp-box span.input-group-addon a:hover{
		text-decoration:none;
	}
	.phone-otp-box form{
		    width:100%;
	    margin: auto;
	}
	.int-code{
		float:left;
		width:20%;
		 
	}
	.int-code input#phone{
		 border-radius: 10px;
	    background-color: #e8e8e8;
	    color: #858585;
		border-radius:4px;
	      height: calc(1.5em + .75rem + 1px);
		  width:5%;
		  border:1px solid #ced4da;
		  
		
	}
	.phone-otp-box .input-group{
		width: 50%;
	    float: left;
	    margin: auto;
	    margin-right: 10px;
	}
	.phone-opt-msg{
		position:relative;
		padding:25px;
		border-radius: 16px;
	border: 3px dashed #ed3d63;
	}
	.phone-opt-msg img{
		position: absolute;
	    top: -25px;
	    left: 46%;
	    width: 51px;
	    height: 51px;
	}
	.phone-opt-msg p{
		color: #000000;
	font-family: "Proxima Nova";
	font-size:16px;
	font-weight: 400;
	letter-spacing: 0.58px;
	text-align:center;
	    margin-top: 12px;
	}
	.phone-otp-box.save-box {
	    margin-top: 75px;
	}
	.phone-otp-save .btn-success{
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	border-radius: 29px;
	background-color: #0d9eff;
	padding: 10px;
	    width: 40%;
	    margin: auto;
		border: 0;
	}
	.phone-otp-save a{
		color: #ffffff;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: 400;
	}
	.user-upload-pic{
		float:left;
		width:40%;
		margin:auto;
	}
	.user-proflie-btn .btn-primary{
		background-color:#ed3d63 !important;
		border-color:#ed3d63 !important;
		    padding: 4px 10px;
	    border-radius: 8px;
	}
	.user-box-name i{
		font-size:16px;
	}
	.user-proflie-btn p{
		color: #ffffff;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	margin:0;
	text-align:center;
	}
	.btn-file {
	  position: relative;
	  overflow: hidden;
	}
	.btn-file input[type=file] {
	  position: absolute;
	  top: 0;
	  right: 0;
	  min-width: 100%;
	  min-height: 100%;
	  font-size: 100px;
	  text-align: right;
	  filter: alpha(opacity=0);
	  opacity: 0;
	  background: red;
	  cursor: inherit;
	  display: block;
	}
	.user-profile-menu .dashboard-nav {
	    margin: 40px 0;
	}
	.user-profile-menu .dashboard-nav .db-icon{
		width: 20px;
	    height: 20px;
	    margin: 0 10px 0 0px;
	}

	.user-profile-menu .dashboard-nav .nav-item .nav-link img {
	    filter: invert(0%) sepia(100%) saturate(7436%) hue-rotate(328deg) brightness(89%) contrast(114%);

	}
	.user-profile-menu .dashboard-nav .nav-item:hover .db-icon{
		cursor: pointer;
		    filter: invert(33%) sepia(86%) saturate(1172%) hue-rotate(315deg) brightness(93%) contrast(99%) ;
		}
	.user-profile-menu .nav-link.active .db-icon{
		cursor: pointer;
		    filter: invert(33%) sepia(86%) saturate(1172%) hue-rotate(315deg) brightness(93%) contrast(99%) !important;
		}
	.user-profile-menu .dashboard-nav .nav-item{
		line-height:30px;
		margin: 0 35px;
		
	}
	.user-profile-menu .nav-item .nav-link.logout{
		color:#ff0000 !important;
	}
	.user-profile-menu .dashboard-nav .nav-item a{
		color:#000 !important;
		    float: left;
	    width: 100%;
	}
	}
	.user-profile-menu .dashboard-nav .nav-link{
		font-family: 'proxima-nova', sans-serif;
	}
	.user-profile-menu .dashboard-nav .nav-link:hover{
		color:#ed3d63 !important;;
	}	
	.user-profile-menu .dashboard-nav .nav-link.active{
		color: #ed3d63 !important;
	}

	.user-profile-menu .logout i{
		color:#ff0000;
		margin-right:10px;
		font-size:20px;
	}
	.nav .logout:hover{
		color:#ed3d63;
	}
	.nrimd-ver p{
		color: #9f9f9f;
	font-family: "Segoe UI";
	font-size: 14px;
	font-weight: 600;
	}
	.govt-id .custom-file-input{
		display:none;
	}
	.custom-file.govt-id {
		width:50%;
		float:left;
	}
	.govt-id .file-input p{
		margin:0;
	}
	.govt-id span.file-input.btn.btn-primary.btn-file {
	    margin-left: 90px;
		border-radius: 10px;
	    background-color: #0d9eff;
	}
	.govt-id label.custom-file-label {
	    width: 100%;
	    float: left;
		border-radius: 10px;
	background-color: #e8e8e8;
	margin-left: 80px;
	}
	.govt-id .custom-file-label::after{
		opacity:0;
	}
	.faqs-head{
		border-radius: 5px 5px 0 0;
	background-color: #ed3d63;
	}
	.faqs-head h4{
		text-align:center;
		color: #ffffff;
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 600;
	line-height:45px;
	}
	.faqs-box {
	    background: #fff;
		border-radius: 5px;
	}
	.faqs-block{
		background-color:#fff;
		padding:10px;
	}
	.faqs i{
		float:left;
		width:10%;
		    margin-top: 4px;
	}
	.faqs p{
		color: #ed3d63;
	font-family: "Segoe UI";
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	width:90%;
	float:left;
	}
	.faqs p i{
		color:#000;
	}
	.faqs-footer{
		padding:20px;
	}
	.faqs-footer h4{
		color: #000000;
	font-family: "Segoe UI";
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	}
	.faqs-footer h4 span{
		color: #ed3d63;
	font-family: "Segoe UI - Bold";
	font-weight: 700;
	}
	.customer-box{
		border-radius: 10px;
		border: 4px solid #ed3d63;
		background-color: #ffffff;
		margin-top: 30px;
	    padding:15px 0;
	}
	.customer-support  i{
		color: #ed3d63;
		float: left;
	    width: 20%;
		font-size: 32px;
	    text-align: right;
	}
	.customer-support  h4{
		color: #000000;
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 600;
	float:left;
	width:80%;
	}


	/*activity page*/
.page-icon img{
	width:28px;
}
.activity-tab {
    background-color: #fff;
    padding: 20px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.activity-tab ul{
	width:80%;
	margin:auto;
	background-color:#eb5173 !important;
	border-radius:40px;
	border-radius:40px;
	
}
.activity-tab a.nav-link{
	background-color:#fff !important;
	width:100%;
	border-radius:40px;
	border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important;
	  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.activity-tab a.nav-link.last{
	background-color:#fff;
	border-radius:40px;
	border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important;
	  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.activity-tab ul li{
	width:50%;
}
.activity-tab ul li a:hover{
	color:#000;
}
.activity-tab ul li a i{
	font-size:24px;
	color:#df3d63;
}
.activity-tab ul li .nav-link.active i{
	color:#fff;
}
.activity-tab ul li .nav-link.active{
	background-color: #eb5173 !important;
	color:#fff;
	border-radius:40px !important;
	border: transparent !important;
	border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 110% !important;
}
.activity-tab ul li .nav-link.last.active{
	background-color: #eb5173 !important;
	color:#fff;
	border-radius:40px !important;
	border: transparent !important;
	border-bottom-left-radius:0px !important;
    border-top-left-radius:0px !important;
    width: 100% !important;
}
.activity-tab .tab-content>.active {
    display: block;
    height: 630px;
	overflow-y: scroll;
	overflow-x:hidden;
	}
.activity-tab ::-webkit-scrollbar {
width: 3px;
background-color: #fff;

}
.activity-tab ::-webkit-scrollbar-thumb{
	background-color: #eb5173;
}
.activity-tab ::-webkit-scrollbar-thumb:hover{
	background-color: #eb5173;
	width:4px;
}
.activity-tab .tab-content{
	margin-top:15px;
}
.user-view{
	padding:20px;
}
.tab-hrading h2{
	font-size:20px;
}
.tab-user-list{
	margin:10px auto;
}
.tab-user-img{
	width:40%;
}
.tab-user-name{
	width:60%;
	float:left;
	margin-top: 15px;
	margin-left: 10px;
}
.tab-user-name h2{
	font-size:18px;
}
.tab-user-name p{
	font-size:15px;
	color: #9a9a9a;
	font-family: "Segoe UI";
}
.tab-user-name p a{
	color: #9a9a9a;
	display:flex;
}
.tab-user-img img{
	width:60px;
	height:60px;
	border-radius:50%;
	float:right;
	margin-right:10px;
}
/****************match page***************************/
#match-page ul.nav.nav-tabs {
    margin-bottom: 10px;
    border:0;
}
#match-page .nav-item .nav-link.active {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #fd3d63;
    margin-bottom: 4px;
   transition: width .5s ease, background-color .5s ease;
}
#match-page .nav-item .nav-link:hover{
	transition: width .5s ease, background-color .5s ease;
}
#match-page .nav-item .nav-link::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  left: 50%;
  bottom:-2px;
  background-color:#fd3d63;
  transition: all ease-in-out .2s;

}
#match-page .nav-item .nav-link:hover::after{
  width: 100%;
  left: 0;
}
.different:hover::after{
  width: 100%;
  left: 0;
}
#match-page .nav-item .nav-link {
    color: #000 !important;
    padding: 10px !important;
    border-bottom:0;
    /* border-radius: 5px 5px 0 0 !important; */
    background-color: transparent;
    color: #000000;
    font-family: "Proxima Nova";
    font-size: 16px;
   		border:0;
   	font-weight: 500;	
   	transition: width 0.2s linear;
   	position: relative;
   	
}
#match-page .tab-content{
	background: transparent;
}
#match-page .matches-block{
	padding: 20px 0;
}
#match-page .matches-box {
    padding: 0px 15px 0px 0;
    background: #fff;
    margin: 15px 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#match-page .matches-box:hover{
	-webkit-box-shadow: 0px 0px 14px 0px rgba(36,36,36,0.41);
-moz-box-shadow: 0px 0px 14px 0px rgba(36,36,36,0.41);
box-shadow: 0px 0px 14px 0px rgba(36,36,36,0.41);
}
#match-page .matches-name{
	padding-top:10px;
	padding-left: 10px;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  margin: 10px;
  width: 100%;
}
.control-group h2{
	color: #000000;
    font-family: "Proxima Nova";
    font-size: 17px;
    font-weight: 700;
    
    
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-family: "Proxima Nova";
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #fd3d63;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fd3d63;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
	/**************consent*******************************/
	.consent-form-heading h2{
		color: #ed3d63;
	font-family: "Segoe UI";
	font-size: 22px;
	font-weight: 700;
	}
	.consent-form-cap p{
		color: #000000;
	font-family: "Segoe UI";
	font-size:16px;
	font-weight: 600;
	}
	.consent-form-cap ul{
		margin:0;
		padding:0;
	}
	.consent-form-cap li{
		list-style:none;
		color: #000000;
	font-family: "Segoe UI";
	font-size:16px;
	font-weight: 600;
	}
	.consent-form-heading input{
		border:0;
	border-radius: 10px;
	background-color: #e8e8e8;
	line-height:40px;
	margin-top:15px;
	}
	.consent-form-heading i{
		margin-left:10px;
	}
	.consent-form-link img{
		float:left;
	}
	.consent-form-link p{
		float:left;
		color: #ed3d63;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	    margin: 5px 10px;;
	}
	.consent-form-heading span{
		color: #ed3d63;
	font-family: "Proxima Nova";
	font-size: 12px;
	font-weight: 400;
	}
	.consent-form-heading .custom-control-label::after{
		    border: 1px solid #000;
	    border-radius: 4px;
	}
	/************dark theme*******************/
	body.dark, body.dark .customer-box, body.dark .customer-support h4, body.dark  .about-box textarea.form-control, body.dark .card,
	body.dark .my-album-block 
	{
	    color: #fff;
	    background-color: #1f2029;
	}
	body.dark .user-box, body.dark .phone-otp, body.dark .faqs-box{
		background-color: #1f2029;
		border:1px solid #ed3d63;
	}
	body.dark .user-profile-menu .dashboard-nav .nav-item a{
		color:#fff !important;
	}
	body.dark .user-profile-menu .dashboard-nav .nav-link:hover {
	    color: #ed3d63 !important;
	}
	body.dark .user-profile-menu .dashboard-nav .nav-link.active {
	    color: #ed3d63 !important;
	}
	body.dark .user-profile-menu .dashboard-nav .nav-item .nav-link img {
	    filter: invert(99%) sepia(1%) saturate(2194%) hue-rotate(292deg) brightness(112%) contrast(100%);
	}
	body.dark .user-profile-menu .dashboard-nav .nav-item .nav-link:hover img {
	    cursor: pointer;
	    filter: invert(33%) sepia(86%) saturate(1172%) hue-rotate(315deg) brightness(93%) contrast(99%) !important;
	}
	body.dark  .user-box-name h2, body.dark .user-pass-heading h4, body.dark .my-album-block .nav-item .nav-link, body.dark .upload-cap p{
		color:#fff !important;
	}
	body.dark  .faqs-block{
		background-color:transparent;
	}
	body.dark  .faqs i, body.dark .faqs-footer h4{
		color: #58504f;
	}
	body.dark .about-profile-heading h4, body.dark .user-pro-form .form-group h4, body.dark .user-pro-form .form-group label,
	 body.dark .nrimd-form .form-group label, body.dark .age-heading p, body.dark .phone-otp-text h2, body.dark  .consent-form-cap p, body.dark .consent-form-cap li
	{
		color:#fff;
	}
	body.dark .ui-slider-horizontal .ui-slider-range {
	    top: -1px;
	    height: 100%;
	}
	body.dark .phone-otp-box .accordion .card h2{
		background: url(../images/arrow-up.svg) no-repeat calc(100% - 10px) center;
	    background-size: 20px;
	    cursor: pointer;
	    font-size: 16px;
	}
	body.dark .phone-otp-box .accordion .card h2.collapsed{
		    background-image: url(../images/arrow-down.svg);

	}
	/************footer***********************************/
	.footer-area{
		 
	background:linear-gradient(90deg, rgba(253,61,99,1) 0%, rgba(253,61,99,1) 40%, rgba(253,125,99,0.5) 100%), url("../images/footer-bg1.png") no-repeat right;
	    height: auto;
	}


	.footer-big {
	    padding: 25px 0;
	}
	.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
	 color:#fff;
	 list-style:none;
	}
	.footer-menu {
	 padding-left:48px
	}
	.footer-menu ul li a {
	 font-size:15px;
	 line-height:32px;
	 -webkit-transition:.3s;
	 -o-transition:.3s;
	 transition:.3s
	}
	.footer-menu ul li a:hover {
	 color:#fff;
	 text-decoration:none;
	}
	.footer-menu--1 {
	 width:100%
	}
	.footer-widget-title {
	 line-height:42px;
	 margin-bottom:10px;
	 font-size:18px
	}
	.play-store{
		width:100%;
		margin-top:20px;
	}
	.play-store img{
		    width: 125px;
	    float: left;
	    height: auto;
	    padding-right: 5px;
		
	}
	.mini-footer {
	 
	 text-align:center;
	 padding-bottom:5px;
	}
	.mini-footer p {
	 margin:0;
	 line-height:26px;
	 font-size:15px;
	 color:#fff
	}
	.mini-footer p a {
	 color:#fff
	}
	.mini-footer p a:hover {
	 color:#fff
	}
	.widget-about img {
	 display:block;
	 margin-bottom:30px
	}
	.widget-about p {
	 font-weight:400
	}
	.widget-about .contact-details {
	 margin:30px 0 0 0
	}
	.widget-about .contact-details li {
	 margin-bottom:10px
	}
	.contact-details li a:hover{
		color:#fff;
		text-decoration:none;
	}

	.widget-about .contact-details li:last-child {
	 margin-bottom:0;
	}
	.widget-about .contact-details li span {
	 padding-right:12px;
	}
	.widget-about .contact-details li a {
	 color:#fff;
	}
	/************notification**************/
	.nav-item .dropdown-menu.dropdown-user {
	    left: -112px !important;
	}

	.dropdown-user{
		padding:0 10px;
		margin:0 10px;
	}
	.user-login-img{
		position:relative;
	}
	
	.user-login-img img{
		width:60px;
		height:60px;
		border-radius:50%;
		float: left
		
	}

	.user-login-img h4{
		    color: #000000;
	    font-family: "Segoe UI";
	    font-size: 15px;
	    font-weight: 700;
	    margin: 0;
	    float: left;
	        margin-top: 20px;
	}
	.user-login-img span{
		font-weight:400;
		font-size: 12px;
		    font-family: "Segoe UI";
	}
	.user-login-img p{
		color:#929292;
		font-family: "Proxima Nova";
		font-size:9px;
		margin:2px 22px;
		font-weight: 700;
		float: left;
		
	}
	.user-proflie-pro{
		padding: 0 10px 10px;
		border-bottom: 1px solid #c1c1c1;
	}
	.user-proflie-pro a{
		color: #fd3d63;
		font-weight: 600;

	}
	.progress{
		margin-top: 10px;
	}
	.dropdown-item i{
		font-size:14px;
		color:#656565;
		margin-right: 10px;
	}
	.dropdown-item:hover i{
		color:#fff;
	}
	.dropdown-menu.box{
		left: -195px !important;
	    width: 260px;
	    padding: 10px !important;
	    -webkit-box-shadow: 0px 0px 21px 8px rgba(184,184,184,0.42);
		-moz-box-shadow: 0px 0px 21px 8px rgba(184,184,184,0.42);
		box-shadow: 0px 0px 21px 8px rgba(184,184,184,0.42);
	}
	.box {
	  background-color:#fff;
	  color: #fff;
	  padding: 20px;
	  position: relative;
	  margin: 40px;
	  float: left;
	  border-radius: 10px;
	  clear: both;
	}

	.box.arrow-top {
	  margin-top:5px;
	}

	.box.arrow-top:after {
	  content: " ";
	  position: absolute;
	  right: 30px;
	  top: -15px;
	  border-top: none;
	  border-right: 15px solid transparent;
	  border-left: 15px solid transparent;
	  border-bottom: 15px solid #fff;
	}
	.notification-heading{
		float: left;
		width: 100%;

	}
	.notification-heading h4{
		color:#fd3d63;
		font-size: 20px;
		text-align: center;
		float: left;
		width: 90%;
	}
	.notification-heading i{
		color:#fd3d63;
		font-size:18px; 
		float:left;
		margin: 3px 0px 0 15px;
	}
	.noti-deatil{
		float: left;
		width: 100%;
		margin-top:5px;
	}
	.noti-user{
		float: left;
		
	}
	.noti-user img{
		width:50px;
		height:50px;
		border-radius: 50%;
	}
	.noti-name{
		float:left;
		margin-top: 15px;
	}
	.noti-name h4{
		font-size:16px;
		color:#000;
		font-weight: 600;
		font-family: ;
		margin: 0;
		font-family: "Segoe UI";
	}
	.noti-name p{
		color:#646464;
		font-size:9px;
		margin:0;
	    font-family: "Segoe UI";
	}
	.noti-time{
		float:right;
		margin-top: 10px;
	}
	.noti-time p{
		color:#646464;
		font-size:9px;
		font-family: "Segoe UI";
	    margin-top: 22px;
	    margin-left:10px;
	}
	/**********************pagination************/
	.nav-pagination{
		margin:auto;
		
	}
	.pagination{
		margin-top:25px;
	}
	.pagination .active a {
	  color: #143361;
	  background-color: transparent;
	  font-weight: 600;
	}
	.pagination .active a:hover {
	  background-color: transparent;
	  color: #fd3d63;
	  border: 0px;
	}
	.pagination .active a:focus {
	  background-color: transparent;
	  color:#fd3d63;
	  outline: none;
	}
	.pagination li a {
	  border: 1px;
	  margin-left: 0px;
	  color: #707070;
	  padding: 7px 2px;
	  margin: 0px 20px;
	}
	.pagination li a:hover {
	  background-color: transparent;
	  color: #fd3d63;
	  padding-bottom: 2px;
	  text-decoration:none;
	}
	.pagination li a:focus {
	  outline: none;
	  background-color: transparent;
	  /*color:#707070;*/
	}
	.pagination li:first-child a, .pagination li:last-child a {
	  border: 2px solid #fd3d63 !important;
	  border-radius: 6px;
	  margin: 0px;
	  padding: 6px 12px;
	  border: 2px solid;
	  font-size: 14px;
	  color:#fd3d63;
	}
	.pagination li:first-child a:hover, .pagination li:last-child a:hover {
	  text-decoration: none !important;
	  color: #fff;
	  background-color: #fd3d63;
	}
	.pagination li:first-child a:focus, .pagination li:last-child a:focus {
	  outline: none;
	}


	/* #Media
	================================================== */

	@media (max-width:1199px) {
		.nav-item img{
			margin: 10px 2px;
		}
		.navbar-brand img{
			width:140px;
		}
		.has-search .form-control {
	    font-size: 12px;
	    padding: 1rem 2.3rem;
		}
		.matches-about-cap {
	    width: 100% !important;
		}
		.matches-about-cap p{
			margin:0;
		}
		.matches-about-icon{
	    width: 100% !important;
		}
		.matches-about-icon .icons{
			margin:0;
		}
		.matches-box{
			    margin-top: 15px;
		}
		.matches-name-user {
	    width: 60% !important;
	}
		.matches-view-profile{
	    width: 40% !important;
		}
		.matches-name-user h4{
			font-size:13px;
		}
		.matches-view-profile a{
			    font-size: 12px;
		}
		.matches-view-profile i {
	    font-size: 13px;
	    padding-left: 0px;
	}
		.user-box-img img{
			left: 11px;
		}
		.nav-item .dropdown-menu {
	    left: -120px !important;
	}
		.govt-id label.custom-file-label{
			display:none;
		}
		.govt-id span.file-input.btn.btn-primary.btn-file{
			    margin-top: 30px;
		}
		.custom-file.govt-id img{
			margin-left:-40px;
		}
		.user-profile-menu .dashboard-nav .nav-item {
	    line-height: 30px;
	    margin: 0 26px;
	}
		.user-proflie-btn {
	    width: 61%;
	}
	.main-menu .form-group.has-search{
		width: 178px;
	}
		.dropdown-menu.box{
			    left: -295px !important;
		}
	}



	@media (max-width:991px) { 
		h1{
			font-size: 38px;
		}
		.menu-icon .dropdown-menu.box.show {
	    left: -295px !important;
		}
		.main-menu, .nav-item:after{
			display: none;
		}
		.mb-menu{
		display:block;
		float:left;
		width:100%;
	}
		.mb-menu .navbar {
	    padding: 5px 0;
	}
		.dropdown-menu {
			padding: 0 !important;
			background-color: transparent;
			box-shadow: none;
			transition: all 200ms linear;
		}
		.footer-menu {
			padding-left:0
		}
		.user-box{
			margin-top: 130px;
		}
		.user-box-img img{
			left: 36%;
		}
		.matches-tab .tab-content {
	    background-color: #fff;
	    height: 750px;
	    overflow: scroll;
	}
		.menu-icon li.nav-item {
	    margin-left: 10px;
	}
		.menu-icon .dropdown-menu.show {
	    background-color: #fff;
	    left: -120px !important;
	}
		.navbar-light .navbar-toggler-icon{    filter: invert(1) sepia(0) saturate(5) hue-rotate(90deg);}
		.navbar-light .navbar-toggler {
	    color: rgba(255, 255, 255, 1);
	    border-color: rgba(255, 255, 255, 1);
	}
		.phone-otp{margin-top:40px;}
		.faqs-box {
	    margin-top: 40px;
	}
	.customer-support h4 {
		width:55%;
		text-align:left;
		margin-left:14px;
	}
	.customer-support i{
		width:40%;
	}
	.govt-id span.file-input.btn.btn-primary.btn-file {
	    margin-top: 0px;
	}
	.govt-id label.custom-file-label {
	    display: block;
	}
	.user-proflie-btn {
	    width: 40%;
	}
	.box{
		position:absolute;
	}
	#match-page .matches-img img{
			height: 100%;
			width:auto;
			display:inline-block;
		}
	}
	@media (max-width:767px){
		.mb-menu  .logo img{
			width:150px;
		}
		.matches-tab {
	    color: #000;
	    /* margin-top: 50px; */
	}
	.matrimony-banner-cap h4{display:none;}
	.matrimony-tab{display:none;}
		.mini-footer{
			background-color:#ed3d63;
		}
		#match-page .matches-img img{
			height: 100%;
			width: auto;
		}
		#match-page .matches-about-icon{
			margin-bottom: 6px
		}
		#match-page .matches-name {
   			 padding-top: 10px;
    		margin-left: 5px;
		}
		.govt-id label.custom-file-label {
	    margin-left:40px;
	}
	.govt-id span.file-input.btn.btn-primary.btn-file {
	margin-left: 55px;}
	.user-box-img img {
	    left: 31%;
	}
	.customer-support i {
	    width: 34%;
	}
	}
	@media (max-width:575px){
		.footer-area{ 
				background: linear-gradient(90deg, rgba(253,61,99,1) 0%, rgba(253,61,99,1) 29%, rgba(253,125,99,0.5) 100%) !important;
		}
	}
	@media (max-width:525px){
		.mb-search{
			display:none;
		}
		.sm-mb-search{
			display:block;
			
		}
	}
	@media (max-width:483px){
		.phone-otp-box form {
	    width:100%;
	    margin:0;
	}
		.custom-file.govt-id {
	    width: 55%;
	    float: left;
	}
	.govt-id span.file-input.btn.btn-primary.btn-file {
	    margin-left: 51px;
	    margin-top: 16px;
	}
	.phone-otp-save .btn-success{
		width:50%;
	}
	}
	@media (max-width:425px){
		.mb-menu .logo img{
			width:150px;
		}
		.matches-img img {
	    width: 120px;}
	    #match-page .matches-name {
   			 padding-top: 10px;
   			 margin-left: 0;
   			 padding-left: 9px;
		}
		.matches-user-detail p, .matches-about-cap p{
			margin:0;
			    font-size: 11px;
		}
		.user-box-img img {
	    left: 27%;
	}
		.footer-big{
			background-color:#ed3d63;
			padding-left:10px;
		}
		.govt-id span.file-input.btn.btn-primary.btn-file {
	    margin-left: 46px;
	    margin-top: 16px;
	}
	.customer-support i {
	    width: 27%;
	}
	.phone-otp-save .btn-success {
	    width: 60%;
	}
	}
@media (max-width:375px){
		.menu-icon .dropdown-menu.box.show {
    		left: -270px !important;
		}
		.box.arrow-top:after{
			    right: 50px;
		}
}
	@media (max-width:320px){
		.dropdown-menu.box{
			width:290px;
		}
		.menu-icon .dropdown-menu.box.show {
    left: -213px !important;
}
	.user-box-img img {
    left: 18%;
}
	.matches-tab a.nav-link.last{
			margin-left: 0px;
		}
		.matches-img img {
	    width: 100%;
	    border-radius: 15px;
	}
	.matches-name {
	    padding-left: 10px;
	    margin-top: 15px;
	}
	.matches-box {
	        display: inline-block !important;
	}
		.custom-file.govt-id {
	    width: 88%;
	    float: left;
	}
	.phone-otp-save .btn-success {
	    width: 90%;
	}
	.pagination li a {
		margin:0 14px;
	}
	#match-page .matches-img img {
    height: auto;
    width: 100%;
	}
	#match-page .matches-box {
    padding: 0;
	}
	#match-page .matches-about-icon {
    margin-bottom: 6px;
    padding-right: 10px;
	}
	#match-page .matches-view-profile {
    padding-right: 10px;
	}
	#match-page .nav-item .nav-link, #match-page .nav-item .nav-link.active {
		font-size:13px;
	}
	}
	/* Custom css 9-10-2020 */
	
	.user-caption{padding: 10px;text-align: justify;}
	.user-about{padding: 0px 10px;}
	.user-profile-detail{margin-top:15px;}
	.dash-icon{padding: 0px 3px;}
	.s-h-d {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 15px;
    color: #ed3237 !important;
    font-weight: 700;
}
.s-pro-p {
    color: #858585;
    font-size: 14px;
    text-align: justify;
}
.margin-top-10 {
    margin-top: 10px;
}
.s-readmore {
    color: #ed3237 !important;
    font-weight: 600;
}
.pull-right {
    float: right !important;
}
.success-story-bg {
    background: url(../images/success-story-bck.png);
    height: 400px;
    width: 100%;
    box-shadow: 0 0 10px 1px #989393;
    padding: 50px 10px;
    text-align: -webkit-center;
    text-align: -moz-center;
}
[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination {
    text-align: center;
    padding: 0 14px;
    /* background: #fff; */
    border-radius: 0 !important;
}
.pagination {
    /* display: inline-block;
    padding-left: 0; */
    margin: 20px 0;
    border-radius: 4px;
}
.pagination {
    text-align: center;
}
.pagination ul li {
    list-style-type: none;
    float: left;
}
.h2-cms {
    color: #ed3237 !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.padding-l {
    padding-left: 39px !important;
}
.nav-tabs {
    border-bottom: 0 solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {

    display: table;
    content: " ";

}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    position: relative;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.margin-top-30 {
    margin-top: 30px;
}
.success-p {
    color: #858585;
    font-size: 14px;
    text-align: justify;
}
.success-p{margin:30px 0px;}
.h2-cms{margin-top:15px !important;}
.related-imgs {
  overflow: hidden;
  width: 269px;
  height: 230px;
}

.related-imgs img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}
@media (max-width:1920px)
{
	.user-box-img img {
		position: absolute;
		border-radius: 50%;
		width: 190px;
		height: 190px;
		padding: 10px;
		top: -100px;
		left: 33px;
	}
}

@media (max-width:1680px)
{
	.user-box-img img {
		position: absolute;
		border-radius: 50%;
		width: 190px;
		height: 190px;
		padding: 10px;
		top: -100px;
		left: 33px;
	}
}

@media (max-width:1600px)
{
	.user-box-img img {
		position: absolute;
		border-radius: 50%;
		width: 190px;
		height: 190px;
		padding: 10px;
		top: -100px;
		left: 33px;
	}
}

@media (max-width:1440px)
{
	.user-box-img img {
		position: absolute;
		border-radius: 50%;
		width: 190px;
		height: 190px;
		padding: 10px;
		top: -100px;
		left: 33px;
	}
}

@media (max-width:1366px)
{
	.user-box-img img {
		position: absolute;
		border-radius: 50%;
		width: 190px;
		height: 190px;
		padding: 10px;
		top: -100px;
		left: 33px;
	}
}

@media (max-width:1024px)
{
	.user-box-img img {
		position: absolute;
		border-radius: 50%;
		width: 190px;
		height: 190px;
		padding: 10px;
		top: -100px;
		left: 11px;
	}
}
/*Plans Listing Starts*/

.pricingTable{
    background: #d62035;
    font-family: 'Cabin', sans-serif;
    text-align: center;
    border-radius: 20px 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.pricingTable:hover{ box-shadow:0 0 10px rgba(0,0,0,0.5); }

.pricingTable .pricingTable-header{
    color: #fff;
    background: linear-gradient(100deg,#F83950,#F7700F);
    padding: 10px 30px 30px;
    margin: 0 0 50px;
    border-radius: 20px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.row{
	margin-top: 5px;
	margin-bottom: 5px;
}
.pricingTable .amount{
    font-size: 24px;
    font-weight: 700;
}

.pricingTable .month{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
}

.pricingTable .icon{
    color: #F83950;
    background-color: #fff;
    font-size: 40px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0 0 15px rgba(255,255,255,0.3), 0 5px 25px rgba(0,0,0,0.3);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 80px;
}

.pricingTable .pricing-content{
    background-color: #fff;
    padding: 45px 0 30px 0;
    border-radius: 0 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
}

.pricingTable .title{
    color: #F83950;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}

.pricingTable .title:after{
    content: '';
    background-color: #F83950;
    height: 2px ;
    width: 40%;
    display: block;
    margin: 10px auto 0;
}

.pricingTable .pricing-content ul{
    color: #202020;
    font-size: 16px;
    letter-spacing: 1px;
    line-height:     30px;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.pricingTable .pricingTable-signup{
    color: #fff;
    background: #d62035;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 40px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup:hover{
    color: #d62035;
    background-color: #fff;
    box-shadow: 0 0 20px #F83950 inset;
}

.pricingTable.blue{ background-color: #0b39c4;}
.pricingTable.blue .pricingTable-header{
    background: linear-gradient(100deg,#0B43FA,#49A8FF);
}
.pricingTable.blue .icon{ color: #0b39c4; }
.pricingTable.blue .title{ color: #0b39c4; }
.pricingTable.blue .title:after{ background-color: #0b39c4; }
.pricingTable.blue .pricingTable-signup{ background-color: #0b39c4; }
.pricingTable.blue .pricingTable-signup:hover{
    color: #0b39c4;
    background-color: #fff;
    box-shadow: 0 0 20px #0b39c4 inset;
}

.pricingTable.green{ background-color: #17b568;}
.pricingTable.green .pricingTable-header{
    background: linear-gradient(100deg,#27CE7F,#5BF095);
}
.pricingTable.green .icon{ color: #27CE7F; }
.pricingTable.green .title{ color: #27CE7F; }
.pricingTable.green .title:after{ background-color: #27CE7F; }
.pricingTable.green .pricingTable-signup{ background-color: #17b568; }
.pricingTable.green .pricingTable-signup:hover{
    color: #17b568;
    background-color: #fff;
    box-shadow: 0 0 20px #17b568 inset;
}

.pricingTable.purple{ background-color: #451a5e;}
.pricingTable.purple .pricingTable-header{
    background: linear-gradient(100deg,#6b189b,#ad3bdb);
}
.pricingTable.purple .icon{ color: #6b189b; }
.pricingTable.purple .title{ color: #6b189b; }
.pricingTable.purple .title:after{ background-color: #6b189b; }
.pricingTable.purple .pricingTable-signup{ background-color: #451a5e; }
.pricingTable.purple .pricingTable-signup:hover{
    color: #451a5e;
    background-color: #fff;
    box-shadow: 0 0 20px #451a5e inset;
}

@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 30px; }
}
/*Plans Listing Ends*/
@media only screen and (max-width : 1024px) {
	button.btn.btn-contact-dtls{font-size: 20px !important; padding: 8px 10px !important; height: auto !important;}
	button.btn.interest{padding: 8px 10px !important;}
        .pricingTable .pricingTable-signup{margin: 30px auto;}
        .flex-container .ul-cnt{height: 446px !important;}
}

@media only screen and (max-width: 1366px){
   .help-support-img{left:163px !important;width: 35% !important;} 
}
@media only screen and (max-width: 1440px){
   .help-support-img{left:163px !important;width: 35% !important;} 
}
@media only screen and (max-width: 1600px){
   .help-support-img{left:163px !important;width: 35% !important;} 
}
@media only screen and (max-width: 1680px){
   .help-support-img{left:163px !important;width: 35% !important;} 
   .pricingTable .pricingTable-signup{margin: 30px auto;}
}
@media only screen and (max-width: 1920px){
   .help-support-img{left:163px !important; width: 35% !important;} 
}
@media only screen and (max-width: 1024px){
    .box.arrow-top::after {
        content: " ";
        position: absolute;
        right: 14px;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #fff;
    }
    .help-support-img{left:148px !important;width: 35% !important;}
    .dropdown-menu.box {
        left: -207px !important;
    }
    .ml-md-2, .mx-md-2
    {
        margin-left:0px !important;
    }
    
    .viewpf{margin-right:5px !important;}
    .user-view-btn .ml-4{margin-left: 0px !important;}
    .user-view-block .user-view-name{width:45% !important;}
    .user-view-block .user-view-btn{width:55% !important;}
    .matches-about-icon .icons{margin:15px 0px !important;}
    .cardus{width: 40% !important;}
    .cardpf{width: 60% !important;}
    .reelated .match-user-name h5{font-size: 13px !important;}
    .modifyalbum{width: 135px !important;} 
    #change_password_form .control-label{min-height: 46px !important;}
    .order-1 .search-keywords-box.matrimony-box{min-height:344px !important; max-height:344px !important;}
    .search-keywords-box.upgrade-box .btn.upgrade{padding: 8px 13px !important;}
    .target .matrimony-link .fa-chevron-right{line-height: inherit !important;}
}
.profileImgCol {
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 50%;
}
.profileImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}
.msg-bubble {
    max-width: 390px;
    padding: 15px;
    border-radius: 15px;
        border-bottom-left-radius: 15px;
    background: #01B8FE;
    color: #fff;
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 13px;
}
.msg-info {
    font-size: 11px;
}
.right-msg {
    text-align: right;
}
.right-msg .msg-bubble {
    background: #FF5D85;
    border-bottom-right-radius: 0;
}
@media only screen and (max-width: 1920px){
 .borderSearch, .borderSearch.form-control:focus{background-color: #fff !important; border: 2px solid black !important;}
}
@media only screen and (max-width: 1680px){
 .borderSearch, .borderSearch.form-control:focus{background-color: #fff !important; border: 1px solid black !important;}
}
@media only screen and (max-width: 1600px){
 .borderSearch, .borderSearch.form-control:focus{background-color: #fff !important; border: 1px solid black !important;}
}
@media only screen and (max-width: 1440px){
 .borderSearch, .borderSearch.form-control:focus{background-color: #fff !important; border: 1px solid black !important;}
}