* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	color: unset;
}

/* #Progress with back to top*/
:root {
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}
.progress-wrap {
	position: fixed;
	right: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #6757CF;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	bottom: 86px;
	background: #fff;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: '\f004';
	font-family: 'Font Awesome\ 5 pro !important';
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #87032F;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	animation: heartbeat 1s infinite;
}
.progress-wrap:hover::after {
	opacity: 1;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

@keyframes heartbeat {
	0% {
		transform: scale(.75);
	}

	20% {
		transform: scale(1);
	}

	40% {
		transform: scale(.75);
	}

	60% {
		transform: scale(1);
	}

	80% {
		transform: scale(.75);
	}

	100% {
		transform: scale(.75);
	}
}

::selection {
	background-color: #6757CF;
	color: rgb(255, 255, 255);
}


/**** Start webkit scrollbar ******/
div::-webkit-scrollbar {
	width: 6px;
}
div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba #313131;
	border-radius: 12px;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #000;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	background: #6757CF;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131;
}

/* font family section start  */
@font-face {
	font-family: "Poppins-Light";
	src: url("../css/font/Poppins-Light.ttf");
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../css/font/Poppins-Regular.ttf");
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("../css/font/Poppins-Medium.ttf");
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("../css/font/Poppins-SemiBold.ttf");
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("../css/font/Poppins-Bold.ttf");
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("../css/font/Poppins-Bold.ttf");
}

/*   mobile menu section */
.btn_mobile-lr{
	display: flex;
	gap: 7px;
}
.sidebar-icon .side_cnf{
	width: 30px;
}
.mob_changes .dropdown-menu{
	border: none;
	border-radius: 10px;
	padding: 10px 0px;
}
.sidebar-icon{
	display: flex;
	justify-content: end;
	gap: 16px;
	padding-right: 10px;
	align-items: center;
	margin-bottom: 9px;
}
.btn_mobile-lr .btn_mobregister{
	background: #ffffff;
	height: 33px;
	border-radius: 70px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Poppins-Medium', sans-serif;
	color: #6757CF;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 88px;
	box-shadow: 1px 2px 19px 1px #00000014;
}
.btn_mobile-lr .btn_moblogin{
	background: #6757CF;
	height: 33px;
	border-radius: 70px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Poppins-Medium', sans-serif;
	color: white;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 88px;
}
.nav-brand-logo a img{
	width: 212px;
}
.logo-mobile a {
	display: block;
	margin-left: 26px;
}
.logo-mobile a img{
	width: 210px;
	height: 64px;
}
.dropdown-menu {
	left: -45px;
	text-align: center;
}
.dropdown-menu a:last-child {
	border-bottom: none;
}
.dropdown-menu a {
	padding: 6px;
	border-bottom: 1px solid #8080808f;
	color: #353535 !IMPORTANT;
	font-size: 14px !important;
	text-align: left;
}
#sidebar {
	width: 320px;
	position: fixed;
	top: 0;
	left: -325px;
	height: 100vh;
	z-index: 999;
	background: rgb(255, 255, 255);
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 19px 0px rgb(0 0 0 / 13%);
	border-radius: 0px 30px 30px 0px;
}
#sidebar.active {
	left: 0;
	z-index: 9999999999999;
}
#dismiss {
	width: 46px;
	height: 46px;
	line-height: 35px;
	text-align: center;
	background: #6757CF;
	position: absolute;
	color: #fff;
	top: 14px;
	font-size: 21px;
	right: 17px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	display: flex;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 60%;
	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: 70px 0px 30px 0px;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 12px 22px;
	font-size: 14px;
	display: block;
	color: #414141;
	border-bottom: 0.5px solid rgb(200 200 200 / 18%);
	font-family: 'Poppins-Medium', sans-serif;
}
#sidebar ul li a i {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
.nav-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	background: #82214c !important;
	border-radius: 0px 0px 38px 38px;
}
.menu-position{
	position: relative;
	background: #82214c;
}

/* desk menu section start */
.navbar-desk {
	z-index: 999;
	padding: 14px 0px;
	position: absolute;
	width: 100%;
	top: 0px;
	border-bottom: 1px solid #ffffff2e;
}
.flex_desk_menubar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-desk-link {
	display: flex;
	justify-content: end;
	align-items: center;
}
.menu-desk-link li {
	padding: 4px 21px;
	position: relative;
}
.menu-desk-link li a {
	font-size: 14px;
	font-family: 'Poppins-Regular', sans-serif;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.menu-desk-link .active a {
	font-size: 14px;
	font-family: 'Poppins-Medium', sans-serif;
	color: #fff !important;
}
.menu-desk-link li a:hover span {
	background-color: #6757CF;
	color: white;
}
.menu-desk-link li a:hover {
	font-size: 14px;
	color: #6757CF !important;
}
.menu-desk-link span {
	background-color: #F2F2F2;
	height: 27px;
	width: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1E1E1E;
	border-radius: 4px;
	margin-right: 7px;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.menu-desk-link .active span {
	background-color: #6757CF;
	height: 27px;
	width: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 4px;
	margin-right: 7px;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.btn-group-headers{
	display: flex;
	align-items: center;
	gap: 20px;
}
.btn-group-headers .login-btn-main {
	background: #6757CF;
	height: 44px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Poppins-Regular', sans-serif;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 134px;
	margin-left: 12px;
}
.navbar-desk .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	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-radius: 11px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 2px 8px 44px -10px rgb(0 0 0 / 13%);
	transform: translate(0px, 0px) !important;
}
.navbar-desk .dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.menu-desk-link .dropdown .dropdown-menu li{
	padding: 0px;
}
.btn-group-headers a{
	font-size: 15px;
	color: #fff;
	font-family: 'Poppins-Medium', sans-serif;
}

/* header sections start  */
.main_header_scvBG{
	position: relative;
	background: url(../images/header-shape-1.png) no-repeat 102% 95%; 
}
.header_mains-divclc{
	position: relative;
}
.left_matri_headers h5{
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 4px;
	font-family: 'Poppins-Regular', sans-serif;
}
.left_matri_headers h2{
	font-size: 40px;
	color: #ffffff;
	font-family: 'Poppins-Bold', sans-serif;
	line-height: 60px;
	margin-top: 15px;
}
.left_matri_headers h2 span{
	color: #EF7640;
}
.left_matri_headers h4{
	color: #ffffff;
	font-size: 15px;
	font-family: 'Poppins-light', sans-serif;
	margin-top: 21px;
	line-height: 27px;
}
.left_matri_headers .btn_getstart{
	border-radius: 37.5px;
	border: 1px solid #6757CF;
	background: #6757CF;
	width: 179px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins-Regular', sans-serif;
	transition: all 0.5s;
}
.left_matri_headers .btn_getstart:hover{
	color: #6757CF;
	background: transparent;
}
.header_slider-bnr .items img{
	width: 100%;
	height: 748px;
	object-fit: cover;
	object-position: top;
}
.header_midcontents{
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}
.header_slider-bnr .items::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(179deg, rgb(0 0 0 / 21%) 0.13%, rgb(0 0 0 / 49%) 99.84%);
	position: absolute;
	top: 0;
	left: 0;
}
.btn-groups-hdr .store-icon{
	width: 41px;
}
.btn-groups-hdr{
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 36px;
}

/* how do work section start  */
.how-worksmaindf{
	background: url(../images/how-do-banner.png) no-repeat , #f2f7f9;
	background-size: cover;
	padding: 54px 0px 48px;
}
.section-titles h2{
	font-size: 34px;
	color: #000;
	font-family: 'Poppins-Bold', sans-serif;
}
.section-titles h2 span{
	color: #6757CF;
}
.section-titles p{
	color: #484848;
	font-size: 14px;
	margin-top: 6px;
	font-family: 'Poppins-Regular', sans-serif;
}
.bg_howsection-inners{
	background: #fff;
	padding: 60px 58px 48px;
	border-radius: 90px 0px;
	margin-top: 42px;
}
.hows-singlessc .icon-bg-hows{
	height: 87px;
	width: 87px;
	background: #EF7640;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.hows-singlessc .icon-bg-hows img{
	height: 40px;
	width: 40px;
	object-fit: scale-down;
}
.hows-singlessc h4{
	margin-top: 13px;
	font-size: 16px;
	font-family: 'Poppins-SemiBold', sans-serif;
	color: #3F3F3F;
}
.hows-singlessc .line-hows{
	width: 41px;
	height: 2px;
	background: #ef7640;
	margin: auto;
	margin-top: 3px;
}
.bg_howsection-inners .para_howsdivsd{
	width: 80%;
	margin: auto;
	text-align: center;
	margin-top: 24px;
	color: #454545;
	font-size: 14px;
}
.bg_howsection-inners .btn-gethows{
	background: #6757CF;
	height: 44px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Poppins-Regular', sans-serif;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 153px;
	margin: auto;
	margin-top: 18px;
}
.hows-singlessc{
	margin-bottom: 20px;
}

/* last added section start  */
.lastAddedmain-ptr{
	padding: 52px 0px 48px;
	background: #fff;
}
.spacingprofilesd{
	margin-top: 42px;
}
.ctm-pading-prt{
	padding: 0px 8px;
}
.single-smallprofiles{
	position: relative;
	margin-bottom: 15px;
}
.profile-afterview .small-prf{
    width: 100%;
    height: 210px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
}
.profile-afterview .big-prf{
	width: 100%;
	height: 433px;
	object-fit: cover;
	border-radius: 12px;
}
.single-smallprofiles .profile-afterview::after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(179deg, rgb(0 0 0 / 21%) 0.13%, rgb(0 0 0 / 49%) 99.84%);
	position: absolute;
	border-radius: 12px;
	top: 0;
	left: 0;
	opacity: 0;
}
.single-smallprofiles:hover .profile-afterview::after{
	opacity: 1;
}
.single-smallprofiles .contents-lastaddort{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0px 10px 13px 22px;
	visibility: hidden;
	transition: all 0.4s;
}
.single-smallprofiles:hover .contents-lastaddort{
	visibility: visible;
}
.contents-lastaddort h4{
	font-size: 16px;
	font-family: 'Poppins-SemiBold', sans-serif;
	color: #fff;
	margin-bottom: 8px;
}
.contents-lastaddort p{
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins-Regular', sans-serif;
}
 
/* millions of happy stories section start  */
.last_added_seactions{
	padding: 53px 0px;
	background: url(../images/ss-shape-1.png) no-repeat 0% 18%, url(../images/ss-shape-2.png) no-repeat 1% 91%, url(../images/ss-shape-3.png) no-repeat 100% 97%, linear-gradient(90deg, rgb(239 118 64 / 8%) 0%, rgb(103 87 207 / 8%) 100%);
}
.seaction_rdtitle h2{
	text-align: center;
	font-size: 32px;
	font-family: 'Poppins-Bold', sans-serif;
	color: #000000;
}
.seaction_rdtitle h2 span{
	color: #6757CF;
}
.seaction_rdtitle p{
	text-align: center;
	color: #000000;
	margin-top: 5px;
	font-family: 'Poppins-Regular', sans-serif;
	font-size: 15px;
}
._adde_profile-heading{
	margin-bottom: 40px;
}
._adde_profile-heading h2{
	text-align: center;
	font-size: 40px;
	font-family: 'Poppins-Light', sans-serif;
	color: #000000;
}
._adde_profile-heading h2 span{
	font-family: 'Poppins-Bold', sans-serif;
	font-size: 48px;
}
.main_profile-sfkl{
	margin: 0px 8px;
	background: #fff;
	border-radius: 300px;
}
.main_profile-sfkl .last_prf-img{
	height: 260px;
	width: 100%;
	border-radius: 300px 300px 0px 0px;
	object-fit: cover;
	object-position: top;
}
.contet_last-detilsd{
	width: 100%;
	padding: 14px 20px 35px;
	text-align: center;
	background: #fff;
	border: 1px solid #6757cf;
	border-radius: 0px 0px 300px 300px;
	border-top: none;
}
.contet_last-detilsd h4{
	font-size: 16px;
	color: #000000;
	font-family: 'Poppins-SemiBold', sans-serif;
	margin-bottom: 7px;
}
.contet_last-detilsd p{
	font-size: 13px;
	color: #181818;
	font-family: 'Poppins-Regular', sans-serif;
}
.contet_last-detilsd p a{
	color: #6757cf;
	display: block;
	font-family: 'Poppins-Medium', sans-serif;
}
.milionsspacing-tops{
	margin-top: 42px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons .owl-prev::before {
	content: "";
	background: url(../images/s-prev-arrow.png) no-repeat;
	height: 44px;
	width: 44px;
	display: block;
	position: absolute;
	right: 52px;
	top: -90px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons .owl-next::before {
	content: "";
	background: url(../images/s-next-arrow.png) no-repeat;
	height: 44px;
	width: 44px;
	display: block;
	position: absolute;
	right: 0px;
	top: -90px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 1;
}
.last_slider-profiles .owl-pagination{
	background: #fff;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 36px;
	width: 80%;
}
.last_slider-profiles.owl-theme .owl-controls .owl-page span{
	padding: 0;
	margin: 0;
	background: #6757CF;
	width: 194px;
	opacity: 0;
	height: 5px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-page span.active{
	opacity: 1;
}

/* are you try section start  */
.sectiontryingmain{
	background: url(../images/spdshape1.png) no-repeat 0% 7%, #6757CF;
	padding-top: 4px;
}
.single-statedf{
	margin: 40px 0px;
}
.single-statedf h4{
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
	font-family: 'Poppins-Medium';
}
.single-statedf p{
	color: #fff;
	font-size: 14px;
	margin-top: 4px;
	font-family: 'Poppins-Regular';
}
.inner-areutrysf h2{
	font-size: 36px;
	color: #fff;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 28px;
	line-height: 45px;
}
.inner-areutrysf p{
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins-Regular';
	margin-bottom: 24px;
}
.sectiontryingmain .center-contents{
	display: flex;
}
.bgsecondaryshapes{
	background: #EF7640;
	clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
	padding: 116px 100px 96px 64px;
}
.sectiontryingmain .left_sidestages{
	padding: 40px 10px 40px 36px;
}
.inner-areutrysf .btn-contactsf{
	background: #fff;
	padding: 14px 25px;
	font-size: 16px;
	display: flex;
	width: max-content;
	align-items: center;
	gap: 16px;
	border-radius: 40px;
	font-family: 'Poppins-Regular';
	color: #ef7640;
}
.inner-areutrysf .btn-contactsf span{
	display: flex;
	gap: 5px;
}

/* about section start  */
.abouts-maindibs{
	margin: 46px 0px;
	background: #fff;
}
.abouts-maindibs .ng_aboutsetyssf{
	background: #6757cf21;
	border-radius: 48px;
	padding: 48px 53px 28px;
}
.about-textTitle h2{
	color: #000000;
	text-transform: capitalize;
	font-size: 50px;
	font-family: 'Poppins-Bold', sans-serif;
	line-height: 70px;
	margin-top: 20px;
}
.about-textTitle h2 span{
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6757CF;
	transition: all 0.2s;
}
.right-choosesmaind .singles-chooselist {
	display: flex;
	gap: 24px;
	margin: 36px 0px;
}
.lftnumberchose .numbers {
	font-size: 48px;
	font-family: 'Poppins-Bold', sans-serif;
	color: transparent;
	-webkit-text-stroke: 1px #EF7640;
	transition: all 0.2s ease 0s;
}
.singles-chooselist.even .rigt-choostexts h4{
	color: #6757CF;
}
.singles-chooselist.even .lftnumberchose .numbers{
	-webkit-text-stroke: 1px #6757CF;
}
.rigt-choostexts h4 {
	color: #EF7640;
	font-size: 18px;
	font-family: 'Poppins-Medium', sans-serif;
	margin-bottom: 9px;
	padding-top: 10px;
}
.rigt-choostexts h5 {
	font-size: 14px;
	color: #000;
	font-family: 'Poppins-Regular', sans-serif;
	line-height: 22px;
}


/* app away section start  */
.apps_awaysmains{
	background: url(../images/ap-shape-1.png) no-repeat 2% 37%, url(../images/ap-shape-2.png) no-repeat 43% 92%, url(../images/ap-shape-3.png) no-repeat 100% 6%, url(../images/ap-shape-4.png) no-repeat 85% 72%, linear-gradient(90deg, rgb(239 118 64 / 8%) 0%, rgb(103 87 207 / 8%) 100%);
	padding: 54px 0px 51px;
}
.apps_awaysmains .center_divs{
	display: flex;
	align-items: center;
}
.left_awaybg-sectaf h2{
	font-size: 42px;
	font-family: 'Poppins-Bold', sans-serif;
	color: #212429;
	margin-bottom: 38px;
}
.left_awaybg-sectaf p{
	font-size: 16px;
	color: #495057;
	font-family: 'Poppins-Medium', sans-serif;
	margin-bottom: 48px;
}
.left_awaybg-sectaf p .vb{
	width: 2px;
	display: inline-block;
	height: 13px;
	background: #000;
	margin: 0px 17px;
}
.side_appsimg .mockupdesign{
	width: 100%;
}
.app_images-sndsa a img{
	width: 171px;
	margin-right: 10px;
}
.appusesesusermain {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 34px;
}
.usersappsgroup .commanprofile {
	height: 47px;
	width: 47px;
	border-radius: 100%;
	object-fit: cover;
	object-position: top;
	border: 3px solid #fff;
}
.usersappsgroup .commanprofile.users2,
.usersappsgroup .commanprofile.users3,
.usersappsgroup .commanprofile.users4,
.usersappsgroup .commanprofile.users5 {
	margin-left: -28px;
}
.appusesesusermain p {
	font-size: 14px;
	color: #586169;
	font-family: 'Poppins-Regular', sans-serif;
	margin-bottom: 0px;
}
.appusesesusermain p span {
	display: block;
}

/* browse profile section start  */
.vrowse-profilesmng{
	padding: 52px 0px 12px;
	background: url(../images/bpr-shape-1.png) no-repeat 7% 71%, url(../images/bpr-shape-2.png) no-repeat 96% 65%, #fff;
}
.matri-boxbrowsed{
	background: #fff;
	border-radius: 14px;
	box-shadow: -1px 0px 70px 0px #e5e5e5c9;
	padding: 16px 12px 18px 24px;
	margin-bottom: 20px;
	min-height: 130px;
}
.matri-boxbrowsed h4{
	font-size: 18px;
	color: #000;
	font-family: 'Poppins-SemiBold', sans-serif;
	margin-bottom: 16px;
}
.listing_matribrowse a{
	font-size: 13.5px;
	color: #464646;
	font-family: 'Poppins-Regular', sans-serif;
}
.listing_matribrowse .vl{
	height: 10px;
	width: 1px;
	display: inline-block;
	background: #686868;
	margin: 0px 10px;
}
.listing_matribrowse .more-browse{
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 15px;
	font-family: 'Poppins-Medium', sans-serif;
	margin-top: 4px;
}
.top-spacingmatri{
	margin-top: 42px;
}

/* ----footer start-- */
.footer-title {
	margin-bottom: 25px;
}
.footer-bg {
	padding-top: 45px;
	background: #fff;
}
.logo-footer img {
	width: 163px;
	height: 55px;
	object-fit: contain;
}
.p-70 {
	padding-left: 70px;
}
.about-us p {
	color: #ffffffcf;
	font-size: 13.5px;
	font-family: 'Poppins-Regular', sans-serif;
	line-height: 26px;
}
.footer-title p {
	color: #212429;
	font-size: 18px;
	font-family: 'Poppins-Medium', sans-serif;
}
.cms-ul li a {
	color: #495057;
	font-size: 14px;
	font-family: 'Poppins-Regular', sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}
.cms-ul li a:hover{
	margin-left: 2px;
	color: #CB429F;
}
.cms-ul li {
	margin-bottom: 18px;
}
.copy-rights {
	padding: 0px 0px 10px;
}
.copy-rights h6 {
	color: #000000;
	font-family: 'Poppins-Regular', sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
.footer-small-bg {
	display: flex;
	align-items: center;
}
.list-unstyled .numemailftrs{
	font-size: 15px;
	color: #495057;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-bg .spacingbottomvb{
	padding-bottom: 30px;
	padding-top: 40px;
}
.footerlogocontents .footerlogo{
	width: 234px;
}
.footerlogocontents p{
	font-size: 14px;
	color: #ffffff;
	font-family: 'Poppins-Regular', sans-serif;
	margin-top: 17px;
}
.followus-labels{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Poppins-SemiBold', sans-serif;
}
.socialmediaFooters{
	display: flex;
	gap: 21px;
	margin-top: 20px;
}
.socialmediaFooters .social-icon{
	height: 36px;
	width: 36px;
	background: #ffffff;
	color: #6757cf;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 18px;
}
.footer-topBg-div{
	background: #6757cf;
	padding: 34px 42px 32px;
	border-radius: 26px;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-linkedin:before {
    content: "\f08c";
}

 /*for create biodata*/
.main_biodatadivsds{
	background: url(https://www.love.com.bd/assets/images/design-biodata.png) no-repeat -16% 10%, url(https://www.love.com.bd/assets/images/design-biodata.png) no-repeat 100% 90%, #e3f6ff;
	padding: 46px 0px 41px 0px;
	border-top: 4px solid #0cb4ff;
	border-bottom: 4px solid #0cb4ff;
	background-size: 360px, 451px;
}
.biodata_mockusida img{
	width: 100%;
}
.main_biodatadivsds .center_biofaram{
	display: flex;
	align-items: center;
}
.left_bidata_texta h2{
	font-size: 42px;
    font-family: 'Raleway-Medium',sans-serif;
    margin-bottom: 24px;
    color: #000000;
    line-height: 52px;
    font-weight: 700;
}
.left_bidata_texta p{
	font-size: 18px;
	font-family: 'Raleway-Medium',sans-serif;
	margin-bottom: 8px;
	color: #404040;
}
.left_bidata_texta .btn_creadfua{
	background: transparent linear-gradient(266deg, #FF2A73 0%, #0cb4ff 100%) 0% 0% no-repeat;
	color: #fff;
	padding: 16px 49px;
	display: inline-block;
	margin-top: 24px;
	font-size: 16px;
	border-radius: 62px;
}

/* personalised services section start  */
.services-pr-main{
    padding: 48px 0px;
  }
  .services-providers{
    background: #f9f9f9;
    text-align: center;
    padding: 38px 34px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 194px;
  }
  .services-providers i{
    font-size: 60px;
    color: #82214c;
  }
  .services-providers h4{
    font-size: 15px;
    color: #0D0D0D;
    margin: 0;
    margin-top: 19px;
    font-family: 'Poppins-SemiBold', sans-serif;
  }
  .left-personize-img img{
    width: 100%;
    height: 408px;
    object-fit: cover;
    border-radius: 12px;
  }
  .mt-5{
  	margin-top: 3rem !important;
  }
/* personalised services section end  */