.man-headerNav-section{
	/* background: url(../images/right-heade-ds.png) no-repeat 100% 100%,  #FFF16E; */
	position: relative;
}
.desk_topNav-bg .nav-sectionDating{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0px;
}
.nav-sectionDating .desk-nav{
	display: flex;
	gap: 4px;
	align-items: center;
}
.nav-sectionDating .desk-nav li{
	position: relative;
}
.nav-sectionDating .desk-nav li a{
	font-size: 14px;
    color: #583C1B;
    font-family: "Poppins-Medium";
    padding: 9px 27px;
    border-radius: 40px;
    transition: all 0.5s;
}
.desk-nav li.active a, .desk-nav li:hover a {
    color: #ffffff !important;
    background: #df231c;
}
.nav-sectionDating .desk-nav li a.login-btn-dt{
	background: #DF231C !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 122px;
	border-radius: 40px;
	color: #fff !important;
	margin-left: 12px;
	gap: 5px;
}
.desk-nav .dropdown-menu{
	position: absolute;
	top: 100%;
	left: -40px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 11px 0;
	margin: 15px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border: none;
	border-radius: 11px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 2px 8px 44px -10px rgb(0 0 0 / 13%);
}
.desk_topNav-bg{
	background: #ffffff;
}
.nav-sectionDating>.desk-nav>li>a>i {
	font-size: 12px;
	margin-left: 4px;
}
.nav-sectionDating>.desk-nav>li>a>i.login-u-icon{
	height: 25px;
	width: 25px;
	position: absolute;
	background: #fff;
	box-shadow: 0px 3px 6px #1922461C;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	right: -18px;
	bottom: 0px;
}
.nav-sectionDating .desk-nav .dropdown li a{
	padding: 5px 20px;
	font-family: 'Poppins-Regular';
	color: #131313 !important;
	background: transparent;
}
.nav-sectionDating>.desk-nav>li>a.user_login{
	height: 41px;
	width: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DF231C !important;
	border-radius: 100%;
}
.search_now {
	outline: none !important;
	display: flex !important;
	border: 0 !important;
	border-radius: 100% !important;
	transition: 0.3s ease-in !important;
	justify-content: center !important;
	align-items: center !important;
	height: 47px !important;
	width: 47px !important;
	background: #DF231C !important;
	margin-left: auto !important;
}
.search_now:hover,
.search_now:focus {
	background-color: #EB343B !important;
	border: 0px;
	color: #fff !important;
}
.search_for {
	background-color: #FEFFEC !important;
	width: 100% !important;
	margin: auto !important;
	border-radius: 40px !important;
	padding: 3px 4px 3px 18px !important;
	margin-top: 47px !important;
	position: relative !important;
	z-index: 9 !important;
	margin-bottom: 24px !important;
	box-shadow: 0px 4px 14px #41131312;
}
.search_for .searchsection{
	display: flex !important;
	align-items: center !important;
}
.for-search-relative{
	position: relative !important;
}
body {
	font-family: 'poppins-Regular', sans-serif !important;
	background: #F9F9F9;
}
.other_web-bgsearch{
	background: #DF231C;
	padding: 8px 0px;
}
.other_web-bgsearch .search_for{
	margin: 0px !important;
}
.margin-top-20 {
	margin-top: 20px;
}
.custom-select-trigger {
	position: relative !important;
	display: block !important;
	font-size: 14px !important;
	color: #362109 !important;
	line-height: 25px !important; 
	cursor: pointer !important;
	font-family: 'Poppins-Regular' !important;
	border-radius: 8px !important;
}
.custom-select-trigger:after {
	position: absolute !important;
	display: block !important;
	content: "" !important;
	width: 7px !important;
	height: 7px !important;
	top: 49% !important;
	right: 13px !important;
	margin-top: 0px !important;
	border-bottom: 1px solid #362109 !important;
	border-right: 1px solid #362109 !important;
	transform: rotate(45deg) translateY(-50%) !important;
	transition: all 0.4s ease-in-out !important;
	transform-origin: 50% 0 !important;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px !important;
	transform: rotate(-135deg) translateY(-50%) !important;
}
.custom-select-trigger_new:after {
   right: 20px !important;
}
.custom-select-trigger:after {
	position: absolute !important;
	display: block !important;
	content: "" !important;
	width: 7px !important;
	height: 7px !important;
	top: 49% !important;
	right: 13px !important;
	margin-top: 0px !important;
	border-bottom: 1px solid #362109 !important;
	border-right: 1px solid #362109 !important;
	transform: rotate(45deg) translateY(-50%) !important;
	transition: all 0.4s ease-in-out !important;
	transform-origin: 50% 0 !important;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px !important;
	transform: rotate(-135deg) translateY(-50%) !important;
}
.serch-center-lines{
	width: 1px;
	background: #EFEFEF;
	height: 38px;
	margin: 0px 12px;
}
.pad-r-0 {
   padding-right: 0px !important;
}
.agetolabel {
	margin: auto !important;
	margin-top: 0px !important;
	text-align: center !important;
	font-size: 14px !important;
	color: #362109 !important;
	font-family: 'Poppins-Regular' !important;
}
#dismiss:hover {
	color: #fff;
}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
	display: block;
	opacity: 1;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: rgb(255, 255, 255);
}

#sidebar ul.components::-webkit-scrollbar {
	display: none;
}
.nav-mainMobile{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
#sidebar ul li a.login-btn-dt{
  background: #DF231C;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 148px;
  height: 46px;
  margin: auto;
  border-radius: 30px;
  gap: 6px;
  line-height: 0;
  color: #fff;
  margin-top: 22px;
  font-size: 15px;
}
.list-unstyled .profle-view .user-profiles{
	margin: auto;
	height: 130px;
	width: 130px;
	border-radius: 100%;
	object-fit: cover;
	object-position: top;
	border: 5px solid #feffec;
}
.list-unstyled .profle-view  h4{
	color: #131313;
	font-size: 15px;
	font-family: 'Poppins-SemiBold';
}

 /* mobile header css */
     .flex__listview ul li a {
    	color: #fff !important;
    	background: #df231c;
    }
	#sidebar {
		width: 250px;
		position: fixed;
		top: 0;
		left: -255px;
		height: 100vh;
		z-index: 999;
		background: rgb(255, 255, 255);
		color: #fff;
		transition: all 0.3s;
		overflow-y: scroll;
		box-shadow: 4px 3px 20px 1px rgb(0 0 0 / 11%);
		border-radius: 0px 30px 30px 0px;
	}
	#sidebar.active {
		left: 0;
		z-index: 9999999999999;
	}
	#dismiss {
		width: 41px;
		height: 41px;
		line-height: 35px;
		text-align: center;
		background: #DF231C;
		position: absolute;
		color: #fff;
		top: 14px;
		font-size: 18px;
		right: 17px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		display: flex;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		border-radius: 100%;
		justify-content: center;
		align-items: center;
	}
	#dismiss:hover {
		color: #fff;
	}
	.overlay {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		z-index: 998;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
	.overlay.active {
		display: block;
		opacity: 1;
	}
	#sidebar .sidebar-header {
		padding: 20px;
		background: rgb(255, 255, 255);
	}
	#sidebar ul.components {
		padding: 80px 0;
		overflow: auto;
		height: 100vh;
	}
	#sidebar ul.components::-webkit-scrollbar {
		display: none;
	}
	#sidebar ul li a {
		padding: 10px 22px;
		font-size: 14px;
		display: block;
		color: #583C1B;
		border-bottom: 0.5px solid rgb(200 200 200 / 18%);
		font-family: 'Poppins-Medium';
	}
	.nav-mainMobile{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 20px;
	}
	#sidebar ul li a.login-btn-dt{
		background: #DF231C;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		width: 148px;
		height: 46px;
		margin: auto;
		border-radius: 30px;
		gap: 6px;
		line-height: 0;
		color: #fff;
		margin-top: 22px;
		font-size: 15px;
	}
	#sidebar ul li.flex__listview a{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mCSB_inside>.mCSB_container{
		margin: 0px !important;
	}
	.list-unstyled .profle-view .user-profiles{
		margin: auto;
		height: 130px;
		width: 130px;
		border-radius: 100%;
		object-fit: cover;
		object-position: top;
		border: 5px solid #feffec;
	}
	.list-unstyled .profle-view  h4{
		color: #131313;
		font-size: 15px;
		font-family: 'Poppins-SemiBold';
	}
	.list-unstyled .profle-view{
		text-align: center;
		margin-bottom: 20px;
	}

	.nav-sectionDating .desk-nav li a i {
		font-size: 12px;
		margin-left: 4px;
	}
	.nav-sectionDating .desk-nav li a.user_login {
		height: 41px;
		width: 41px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #DF231C;
		border-radius: 100%;
                 padding:0px
	}
	.nav-sectionDating .desk-nav li a i.login-u-icon {
		height: 25px;
		width: 25px;
		position: absolute;
		background: #fff;
		box-shadow: 0px 3px 6px #1922461C;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		right: -18px;
		bottom: 0px;
	}

	@media (max-width: 991px) {
		.header_main-datt .center-header{
			display: block;
		}
		.search_for .searchsection{
			display: block !important;
		}
		.search_for{
			padding: 22px 10px;
			border-radius: 10px;
		}
		.custom-select-trigger{
			margin-bottom: 10px;
		}
		.search_now {
			border-radius: 40px !important;
			height: 44px !important;
			width: 100% !important;
			background: #DF231C !important;
			color: #fff !important;
			margin-top: 10px;
			font-size: 14px;
			margin-bottom: 10px;
		}
		.pad-r-0{
			padding-left: 15px !important;
			padding-right: 15px !important;
		}
		.serch-center-lines{
			display: none;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.hidden-sm {
			display: none !important;
		}
	}
	@media (max-width: 767px) {
		.hidden-xs {
			display: none !important;
		}
	}