body {
	font-family: 'Outfit-Regular', sans-serif !important;

}
* {
	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;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #D2124C;
	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 Free' !important;
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #D2124C;
	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: #D2124C;
	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: #D2124C;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131;
}

/* font family section start  */
@font-face {
	font-family: "Outfit-Light";
	src: url("../css/font/Outfit-Light.ttf");
}
@font-face {
	font-family: "Outfit-Regular";
	src: url("../css/font/Outfit-Regular.ttf");
}
@font-face {
	font-family: "Outfit-Medium";
	src: url("../css/font/Outfit-Medium.ttf");
}
@font-face {
	font-family: "Outfit-SemiBold";
	src: url("../css/font/Outfit-SemiBold.ttf");
}
@font-face {
	font-family: "Outfit-Bold";
	src: url("../css/font/Outfit-Bold.ttf");
}
@font-face {
	font-family: "OrelegaOne-Regular";
	src: url("../css/font/OrelegaOne-Regular.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: 'Outfit-Medium';
	color: #D2124C;
	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: #D2124C;
	height: 33px;
	border-radius: 70px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Outfit-Medium';
	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: 234px;
	height: 64px;
}
.logo-mobile a {
	display: block;
	margin-left: 26px;
}
.logo-mobile a img{
	width: 234px;
	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: 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: 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: #D2124C;
	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: 'Outfit-Medium';
}
#sidebar ul li a.nb-0{
	border-bottom: none;
}
#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: #ffffff47;
	border-radius: 0px 0px 38px 38px;
}
.menu-position{
	position: relative;
}

/* desk menu section start */
.navbar-desk {
	position: relative;
	z-index: 999;
	padding: 14px 0px;
}
.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.active a::after{
	content: "";
	height: 1px;
	width: 57%;
	border-radius: 2px;
	background: #D2124C;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}
.menu-desk-link li a {
	font-size: 14px;
	font-family: 'Outfit-Regular';
	color: #000000;
	transition: all 0.3s ease-in-out;
}
.menu-desk-link .active a {
	font-size: 14px;
	font-family: Outfit-Medium;
	color: #D2124C !important;
}
.menu-desk-link li a:hover span {
	background-color: #D2124C;
	color: white;
}
.menu-desk-link li a:hover {
	font-size: 14px;
	color: #D2124C !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: #D2124C;
	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;
}
.menu-desk-link a.login-btn-main {
	background: #D2124C;
	height: 44px;
	border-radius: 52px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Outfit-Regular';
	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: 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;
}

/* header sections start  */
.main_header_scvBG{
	position: relative;
	background: url(../images/designShape1.png) no-repeat 100% 0%, url(../images/designShape2.png) no-repeat 0% 100%, linear-gradient(176deg, #FFF 4.42%, #FEF5F6 97.04%); 
}
.header_mains-divclc{
	position: relative;
}
.left_matri_headers h2{
	font-size: 48px;
	color: #213B56;
	font-family: 'OrelegaOne-Regular';
	line-height: 57px;
}
.left_matri_headers h4{
	color: #161616;
	font-size: 20px;
	font-family: "Outfit-Medium";
	margin-top: 21px;
	line-height: 30px;
}
.left_matri_headers .btn_getstart{
	border-radius: 37.5px;
	border: 1px solid #D2124C;
	background: #D2124C;
	width: 179px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	font-family: 'Outfit-Regular';
	margin-top: 46px;
	transition: all 0.5s;
}
.left_matri_headers .btn_getstart:hover{
	color: #D2124C;
	background: transparent;
}
.header_slider-bnr .items img{
	width: 100%;
	height: 670px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px 56px 0px 0px;
}
.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(90deg, rgba(0, 0, 0, 0.00) 0.13%, rgba(255, 255, 255, 0.45) 99.84%);
	position: absolute;
	top: 0;
	left: 0;
}

/* Find Your Special Someone section  */
.find_mainsections{
	background: #fff;
	padding: 52px 0px 36px 0px;
}
.heading_find h2{
	font-size: 36px;
	color: #000;
	font-family: 'OrelegaOne-Regular';
}
.heading_find h2 span{
	color: #D2124C;
}
.heading_find p{
	margin-top: 3px;
	letter-spacing: 3px;
	color: #000;
	font-family: 'Outfit-Regular';
}
.bottom_findlistings {
	margin-top: 48px;
}
.bottom_findlistings .single_listflex{
	display: flex;
	align-items: center;
	gap: 26px;
	margin-bottom: 32px;
}
.single_listflex .icon_sing_bg{
	height: 110px;
	width: 110px;
	background: #213B56;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	border-radius: 25px 25px 25px 0px;
	position: relative;
}
.icon_sing_bg .dot_borders{
	height: 110px;
	width: 110px;
	background: transparent;
	min-width: 110px;
	border-radius: 25px 25px 25px 0px;
	position: absolute;
	left: -6px;
	top: -6px;
	border: 1px dashed #213b56;
}
.rigt_sing-test h4{
	font-size: 20px;
	color: #000;
	font-family: 'Outfit-Medium';
	margin-bottom: 9px;
}
.rigt_sing-test p{
	color: #000;
	font-family: 'Outfit-Regular';
	font-size: 15px;
}
.right_cplsomeone .some-bg{
	width: 90%;
}

/* millions of happy stories section start  */
.last_added_seactions{
	padding: 53px 0;
	background: #fff;
}
.seaction_rdtitle h2{
	text-align: center;
	font-size: 32px;
	font-family: 'OrelegaOne-Regular';
	color: #000000;
}
.seaction_rdtitle h2 span{
	color: #D2124C;
}
.seaction_rdtitle p{
	text-align: center;
	color: #000000;
	margin-top: 5px;
	font-family: 'Outfit-Regular';
	font-size: 15px;
}
._adde_profile-heading{
	margin-bottom: 40px;
}
._adde_profile-heading h2{
	text-align: center;
	font-size: 40px;
	font-family: 'Outfit-Light';
	color: #000000;
}
._adde_profile-heading h2 span{
	font-family: 'OrelegaOne-Regular';
	font-size: 48px;
}
.main_profile-sfkl{
	border: 1px solid #CCCCCC;
	border-radius: 24px;
	margin: 0px 8px;
	padding: 8px;
}
.main_profile-sfkl .last_prf-img{
	height: 246px;
	width: 100%;
	border-radius: 24px;
	/* object-fit: cover; */
	object-position: top;
}
.contet_last-detilsd{
	width: 100%;
	padding: 14px 10px 12px 14px;
}
.contet_last-detilsd h4{
	font-size: 18px;
	color: #000000;
	font-family: 'Outfit-SemiBold';
	margin-bottom: 7px;
}
.contet_last-detilsd p{
	font-size: 14px;
	color: #181818;
	font-family: 'Outfit-Regular';
}
.contet_last-detilsd p a{
	color: #213B56;
	display: inline-block;
}
.milions_sidesetsd{
	border: 1px solid #70707052;
	border-radius: 18px;
	padding: 15px 21px;
	margin-bottom: 14px;
}
.milions_sidesetsd h4{
	font-size: 18px;
	color: #000;
	font-family: 'Outfit-Medium';
	margin-top: 12px;
}
.milions_sidesetsd p{
	font-size: 14px;
	font-family: 'Outfit-Regular';
	margin-top: 6px;
	color: #363636;
}
.milionsspacing-tops{
	margin-top: 42px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons .owl-prev::before {
	content: "";
	background: url(../images/story_left-btn.svg) no-repeat;
	height: 44px;
	width: 44px;
	display: block;
	position: absolute;
	left: 19px;
	top: 207px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons .owl-next::before {
	content: "";
	background: url(../images/story_right-btn.svg) no-repeat;
	height: 44px;
	width: 44px;
	display: block;
	position: absolute;
	right: 20px;
	top: 207px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 1;
}

/* last added profile section start  */
.ladded_profiles_sect{
	padding-top: 54px;
	padding-bottom: 20px;
	position: relative;
}
.ladded_profiles_sect>.container{
	position: relative;
}
.ladded_profiles_sect .last_addeddesign-box{
	width: 93%;
	margin: auto;
	height: 248px;
	position: absolute;
	left: 0;
	right: 0;
	background: #EEEEEE;
	top: 0;
	border-radius: 30px;
}
.profile_laslider{
	margin-top: 36px;
}
.inner_lastsliderdaf .ls_profiles{
	width: 100%;
	height: 254px;
	object-fit: cover;
	border-radius: 30px;
	object-position: top;
}
.inner_lastsliderdaf .content_lscnt{
	padding: 15px 6px;
	text-align: center;
	background: #fff;
	margin-top: 14px;
	border-radius: 22px;
	min-height: 95px;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
}
.content_lscnt h4{
	font-size: 18px;
	color: #000;
	font-family: 'Outfit-Medium';
	margin-bottom: 3px;
}
.content_lscnt p{
	font-size: 15px;
	color: #666666;
	font-family: 'Outfit-Regular';
}
.profile_laslider .items{
	margin: 0px 15px;
}
.profile_laslider .owl-wrapper{
	padding-bottom: 30px;
}

/* app away section start  */
.apps_awaysmains{
	padding-bottom: 48px;
}
.apps_awaysmains .center_divs{
	display: flex;
	align-items: center;
}
.left_awaybg-sectaf{
	border-radius: 0px 94px 0px 100px;
	background: #EEE;
	padding: 71px 48px 89px 56px;
}
.left_awaybg-sectaf h2{
	font-size: 42px;
	font-family: 'OrelegaOne-Regular';
	color: #1D1D1D;
	margin-bottom: 48px;
}
.left_awaybg-sectaf p{
	font-size: 20px;
	color: #1D1D1D;
	font-family: 'Outfit-Medium';
	margin-bottom: 52px;
}
.left_awaybg-sectaf p .vb{
	width: 2px;
	display: inline-block;
	height: 13px;
	background: #000;
	margin: 0px 17px;
}
.side_appsimg .mockupdesign{
	width: 80%;
}
.app_images-sndsa a img{
	width: 171px;
	margin-right: 10px;
}

/* are you trying section  */
.happen_storBg {
	background: #EEEEEE;
	padding: 24px 0px;
}
.happen_storBg .flex_textBtnd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.happen_storBg  .flex_textBtnd h4 {
	font-size: 28px;
	font-family: 'OrelegaOne-Regular';
	color: #000;
}
.happen_storBg  .flex_textBtnd a {
	border-radius: 40px;
	background: #D2124C;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 153px;
	color: #ffffff;
	font-family: 'Outfit-Regular';
	transition: all 0.5s;
}

/* about section start   */
.about_main-sections{
	padding-top: 42px;
	padding-bottom: 44px;
	background: linear-gradient(#ffffff40, #FFFFFF), url(../images/about_bgimg.png);
	background-size: cover;
}
.about_big_content{
	margin-bottom: 38px;
}
.about_big_content h2{
	font-size: 22px;
	color: #D2124C;
	font-family: 'OrelegaOne-Regular';
	margin-bottom: 15px;
}
.about_big_content p{
	font-size: 15px;
	line-height: 25px;
	font-family: 'Outfit-Regular';
	color: #2C2C2C;
}
.about_small_content{
	border-radius: 19px;
	background: #EEEEEE;
	padding: 28px;
	margin-bottom: 24px;
}
.about_small_content h2{
	font-size: 20px;
	font-family: 'OrelegaOne-Regular';
	color: #D2124C;
	margin-bottom: 10px;
}
.about_small_content p{
	font-size: 14px;
	color: #2C2C2C;
	font-family: 'Outfit-Regular';
}

/* browse matrimony section start  */
.browse-matri-new {
	padding-top: 53px;
	padding-bottom: 47px;
	background: url(../images/browse-leftbbg.png) no-repeat 0% 100%, url(../images/browse-rightbbg.png) no-repeat 100% 0%, #fff;
}
.matri-browse-tabs{
	margin-top: 42px;
}
.matri-browse-tabs .tabs .nav.nav-pills{
	padding: 12px 24px;
	border-radius: 0px 30px;
	background: #EEE;
}
.matri-browse-tabs .nav-pills > li.active > a,
.matri-browse-tabs .nav-pills > li.active > a:hover,
.matri-browse-tabs .nav-pills > li.active > a:focus {
	background: #E1E1E1;
	color: #000000;
}
.matri-browse-tabs .nav-pills > li > a {
	color: #000000;
	font-size: 16px;
	border-radius: 8px;
	padding: 9px 19px;
	font-family: 'Outfit-Medium';
	text-align: start;
}
.matri-browse-tabs .nav-pills > li{
	float: unset;
}
.vl {
  border-left: 2px solid #000000;
  height: 10px;
  display: inline-block;
  margin: 0px 10px;
}
.cust_padding {
  padding-right: 35px;
  padding-left: 35px;
}
.new-footer-ul li a {
	color: #000000;
	font-size: 15px;
	padding: 6px 3px;
	transition: all 0.4s ease-in-out;
	line-height: 1.7;
	font-family: 'Outfit-Regular';
}
li .browse_more-deta{
	width: 186px;
	height: 47px;
	background: #D2124C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	color: #fff !important;
	margin-top: 29px;
	font-family: 'Outfit-Medium' !important;
}
.list-unstyled.new-footer-ul li{
	text-align: start;
}
.matri-browse-tabs .tabs .center_browsematri{
	display: flex;
	align-items: center;
}
/* ----footer start-- */
.footer-title {
	margin-bottom: 25px;
}
.footer-bg {
	padding-top: 40px;
	background: linear-gradient(#213b56c7, #213b56ed), url(../images/footer_background-img.png);
	background-size: cover;
}
.footer-brd-btm {
	border-bottom: 1px solid #ffffff47;
	padding-bottom: 20px;
}
.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: "Outfit-Regular";
	line-height: 26px;
}
.footer-title p {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Outfit-Medium';
}
.cms-ul li a {
	color: #ffffffcf;
	font-size: 13.5px;
	font-family: "Outfit-Regular";
	text-decoration: none;
}
.cms-ul li {
	margin-bottom: 15px;
}
.social-icon-footer {
	margin-top: 26px;
	display: flex;
	gap: 20px;
}
.social-icon-footer p i {
	font-size: 18px;
	color: #ffffff;
}
.copy-rights {
	width: 100%;
	margin-top: 0;
	padding: 16px 0px;
	background: #ffffffc7;
}
.copy-rights h6 {
	color: #213B56;
	font-family: "Outfit-Regular";
	font-size: 14px;
	text-align: center;
}
.footer-title .footer_logo{
	width: 234px;
}


/* our services section start  */
.membership_mainplansdiv{
	background: #fff;
	padding: 48px 0px 52px 0px;
}
.mambrship_sliders .items{
	padding: 38px 10px;
}
.bottoms_plandetails{
	height: 320px;
	overflow: auto;
	padding: 0px 24px;
}
.m_plansmaindiv{
	border-radius: 30px;
	border-top: 4px solid #AC42FF;
	background: #FFF;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.08);
	padding: 25px 0px 0px;
}
.m_plansmaindiv .heading_boxed{
	border-radius: 14px;
	background: #AC42FF;
	padding: 16px 20px;
	position: relative;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right: 24px;
}
.m_plansmaindiv.clr2{
	border-top: 4px solid #00B9AE;
}
.m_plansmaindiv.clr3{
	border-top: 4px solid #0373B1;
}
.m_plansmaindiv .heading_boxed.clr2{
	background: #00B9AE;
}
.get_btnplans.clr2{
	background: #00B9AE;
}
.m_plansmaindiv .heading_boxed.clr3{
	background: #0373B1;
}
.get_btnplans.clr3{
	background: #0373B1;
}
.heading_boxed .title{
	font-size: 22px;
	color: #fff;
	font-family: 'Outfit-Medium';
	margin-top: 6px;
}
.heading_boxed .plan_prise{
	font-size: 34px;
	font-family: 'Outfit-SemiBold';
	color: #fff;
	margin-top: 7px;
}
.heading_boxed .plan_prise span{
	font-size: 18px;
	font-family: 'Outfit-Regular';
}
.heading_boxed .duration{
	position: absolute;
	right: 0;
	bottom: 13px;
	background: #0000004d;
	color: #fff;
	font-size: 12px;
	font-family: 'Outfit-Regular';
	padding: 7px 20px 7px 23px;
	border-radius: 20px 0px 0px 20px;
}
.bottoms_plandetails ul li{
	font-size: 15px;
	font-family: 'Outfit-Regular';
	list-style: disc;
	margin-left: 19px;
	margin-bottom: 12px;
	line-height: 22px;
}
.get_btnplans{
	border-radius: 23px;
	border: 3px solid #EEE;
	background: #AC42FF;
	padding: 9px 25px;
	font-size: 15px;
	font-family: 'Outfit-Medium';
	color: #fff;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	position: relative;
	top: 19px;
	margin-top: -10px;
}
.platinums_packege-df{
	border-radius: 35px;
	border: 1px solid #D2124C;
	text-align: center;
	padding: 30px 40px 0px;
	margin-top: 20px;
}
.platinums_packege-df h2{
	font-size: 30px;
	font-family: 'OrelegaOne-Regular';
	color: #000;
	margin-bottom: 12px;
}
.platinums_packege-df p{
	font-size: 16px;
	font-family: 'Outfit-Regular';
	color: #1a1a1a;
}
.platinums_packege-df .btn_exd{
	border-radius: 23px;
	border: 3px solid #EEE;
	background: #D2124C;
	padding: 9px 25px;
	font-size: 15px;
	font-family: 'Outfit-Medium';
	color: #fff;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	position: relative;
	top: 21px;
	margin-top: 0px;
}