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

* {
	margin: 0;
	padding: 0;
}

/*  Basic Css  */

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

/********************Padding Top*****************/
.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-35 {
	padding-top: 35px;
}

.padding-top-40 {
	padding-top: 40px;
}

/********************Padding Bottom*****************/
.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-35 {
	padding-bottom: 35px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

/* #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 #3b3c1f;
	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;
	/*font-family: 'unicons';
	content: '\e84b';*/
	content: '\f004';
	font-family: 'Font Awesome\ 5 Free' !important;
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #0081b4;
	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);
	}
}

/* #Progress with back to top */



.margin-top-2 {
	margin-top: 2px;
}

.margin-top-3 {
	margin-top: 3px;
}

.margin-top-4 {
	margin-top: 4px;
}

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

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;

}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

::selection {
	background-color: #0081b4;
	color: rgb(255, 255, 255);
}

/*  Basic Css Ends  */

/*  Font Family  */

/**** 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: #0081b4;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #313131;
}

/**** END webkit scrollbar ******/
@font-face {
	font-family: "HelveticaNeue-Light";
	src: url("../css/font/HelveticaNeue-Light.otf");
}

@font-face {
	font-family: "HelveticaNeue-Medium";
	src: url("../css/font/HelveticaNeue-Medium.otf");
}

@font-face {
	font-family: "Raleway-Light";
	src: url("../css/font/Raleway-Light.ttf");
}

@font-face {
	font-family: "Raleway-SemiBold";
	src: url("../css/font/Raleway-SemiBold.ttf");
}




}

/*  Font Family Ends  */



/*  Main nav Bar  */

._logo {
	float: left;
	padding: 8px 0 5px;
	margin-top: 0px;
}

._hamburge {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	/*position: absolute;*/
	right: 0;
	width: 65%;
	padding: 21px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

._hamburge ul {
	float: right;
}

._hamburge ul li {
	float: left;
}

._logo a img {
	width: 219px;
	height: 34px;
	margin-top: 16px;
}

.logocss a img {

	padding: 2px 0px;

}

._navBarMani {
	display: block;
	height: 80px;
	background-color: #ffff;
}

._hamburge ul li {
	margin-right: 49.9px;
	margin-top: 0px;
}

/*--- new ---*/

/*._hamburge ul li:last-child {
    margin-left: 20px;
}

._hamburge ul li:nth-child(5) {
    margin-right: 27px;
} 

._hamburge ul li:last-child a {
	padding: 8px 3px;
    background: #FF5796;
    margin-top: -7px;
    color: #fff;
    border-radius: 5px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 116px;
    text-align: center;
    font-size: 14px;
}

._hamburge ul li:last-child a:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.349);
} 


._hamburge li:last-child:hover:after {
  background: none
}*/


/*--- new ---*/

._hamburge ul li a {
	color: #353535;
	display: block;
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
}

.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;

}

/*   mobile menu  */

._MobileMenuLogo {
	float: right;
	text-align: left;
	width: 78%;
}

._MobileMenuLogo a {
	display: inline-block;
}

._MobileMenuLogo a img {
	/* width: 184px;
		height: 54px;
		display: block;
	margin-top: 15px; */
	display: block;
	margin-top: 15px;
	width: 100%;


}

._MobileMenuLogo a {
	padding: 5px 5px;
}

._menuOpenMobile {
	float: left;
}

.newHamburge {
	height: 40px;
	width: 40px;
	background: #FFAA00;
	color: rgb(255, 255, 255);
	border: none;
	border-radius: 100px;
	font-size: 24px;
	outline: none;
	margin: 17px 15px;
}

.sideLogo a,
.sideLogo a img {
	width: 86px;
	height: 100px;
	display: block;
}

/*#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 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
    z-index: 9999999999999;
}*/

/*#dismiss {
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
	    background: #FFAA00;
    position: absolute;
    color: #fff;
    top: 3px;
    font-size: 22px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
}

#dismiss:hover {
	background: linear-gradient(90deg,#aa076b,#083872);
    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:60px 0; 
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
    font-size: 16px;
    display: block;
    color: #353535;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.18);
}*/

#sidebar ul li a i {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}



/*a[data-toggle="collapse"] {
    position: relative;
}*/

.angle-down-a {
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.stroke-i {
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: white;
	font-size: 14px
}

._topBar {
	background-color: #98ca61;
}

._padding5px {
	padding-top: 5px;
	padding-bottom: 5px;
}

._topLeft {
	float: left;
}

._nameOf p {
	font-family: 'OpenSans-Light', sans-serif;
	font-size: 16px;
	color: #3b3c1f;
	letter-spacing: 0px;
	margin-bottom: 0;

}

._topRight {
	float: right;
}

._topNav ul li {
	float: left;
}

._topNav ul li:first-child a {
	margin-right: 30px;
}

._topNav ul li a,
._topNav ul li span {
	display: block;
	font-size: 16px;
	color: #3b3c1f;
	letter-spacing: 0px;
	font-family: 'OpenSans-Light', sans-serif;
	cursor: pointer;
}

._topNav ul li a i {
	margin-right: 3px;

}

/*  main nav bar ends  */



/****** Banner-Find Search  Section Start ******/




.search-box {
	background-color: transparent;
	width: 100%;
	height: 120px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.padding-left-zero {
	padding-left: 0px;
}

.padding-right-zero {
	padding-right: 0px;
}

.search-title p {
	font-size: 24px;
	color: #61045f;
	text-align: center;
	margin: 10px 0 10px;
}

.text-uppercase {
	text-transform: uppercase;
}

.search-title p {
	font-size: 24px;
	color: #61045f;
	text-align: center;
	margin: 10px 0 10px;
}

/******** Find Section Start ********/

/*---------- Home Page Finder Section ---------*/
/******** Search Section Start ********/
.search-box-b-d {
	background-color: #0a0054;
	height: 97px;

}

.search-section {
	background: #ffffff;
	border-radius: 40px;
	width: 100%;
	height: 43px;
	margin: 20px auto;
}

.search-new-bg {
	background-color: #f9f9f9;
	min-height: 164px;
}

/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: block;
	user-select: none;
}

.custom-select-wrapper select {
	display: none;
	visibility: hidden;
	border: 0px;
}

.custom-select-trigger {
	position: relative;
	display: block;
	padding: 0 0px 0 0px;
	font-size: 14px;
	color: #010101;
	line-height: 43px;
	/*line-height: 48px;*/
	cursor: pointer;
	/*background:#fff;*/
	padding: 0 10px;
	border-radius: 5px;
	font-family: 'Roboto-Regular', sans-serif;
}

.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	top: 50%;
	right: 10px;
	margin-top: 0px;
	border-bottom: 1px solid #ff4076;
	border-right: 1px solid #ff4076;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	max-height: 153px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0px 0;
	border: 1px solid #dedede;
	/* border-radius: 4px;
	*/
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	border-radius: 10px;
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
	z-index: 999;
	/*z-index: 100;*/
}

.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -3px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}

.option-hover:before {
	background: #f9f9f9;
}

.custom-option {
	position: relative;
	display: block;
	padding: 0 17px;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
	font-weight: normal;
	color: #464646;
	line-height: 37px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
	border-radius: 0px 0px 0 0;
}

.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 0px 0px;
}

.custom-option:hover,
.custom-option.selection {
	background: #ececec;
}

.bor-rmd {
	border-radius: 0px 3px 3px 0px;
}

.agetolabel {
	display: none;
}

.searchnow {
	padding: 12px 7px;
	/*padding: 14px 7px;*/
	text-transform: capitalize;
	margin-left: 0px;
	margin-top: 0px;
	outline: none;
	background: #ff4076;
	font-size: 16px;
	/*width: 100%;*/
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	box-shadow: 0px 4px 9px #7D10191F;
}

.searchnow:hover,
.searchnow:focus {
	background-color: #0081b4;
	border: 0px;
	color: #fff;
}

.custom-select-trigger_new:after {
	right: 20px;
}

.cool-link a {
	color: #fff !important;
	/*font-family:'Poppins-Medium', sans-serif !important;*/
	/*font-weight: bold;*/
}

.ul-li-bg li {
	background: #FFAA00;
}

.ul-li-bg li a {
	color: rgb(255, 255, 255) !important;
}



/******** Banner  Section Start *******/

.banner-two {
	position: relative;
}

.testimonial img {
	width: 100%;
	height: 516px;
}

.owl-theme .owl-controls {
	margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
	background: transparent;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #41B9E7 !important;

}

.owl-theme .owl-controls .owl-page.active span {
	width: 14px !important;
	height: 14px !important;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 14px !important;
	height: 14px !important;
	margin: 10px 7px !important;
	filter: Alpha(Opacity=50);
	opacity: 5 !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	background: transparent !important;
	border: 1px solid #fff !important;
}

.owl-theme .owl-controls .owl-page {
	display: block !important;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 232px;
	right: 14px;
}

.matri_title {
	position: absolute;
	width: 100%;
	top: -480px;
	right: 0;
	left: 0;
	z-index: 888;
}

.matri_title h1 {
	font-size: 43px;
	color: #fff;
	margin-bottom: -18px;
	font-family: 'Raleway-SemiBold', sans-serif;
	padding-top: 186px;
}

.matri_title h1 span {
	color: #E87E19;
}

.matri_title h2 {
	font-size: 15px;
	/*text-align:center;*/
	color: #fff;
	margin-top: 25px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	line-height: 29px;
}

.matri_title h2 span {
	color: #E87E19;
}

.search-new {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 36px;
}

/******** Banner  Section ENd *******/



/********** Find Someone Section *********/

.lm_find {
	/*background: url(../images/special-someon-bg.png);*/
	/*background: url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat, rgb(255, 255, 255);*/
	min-height: 500px;
	/*min-height:393px;*/
	padding-top: 30px;
}

.find-title-mega {
	font-size: 39px;
	/*font-size:35px;*/
}

.color-theme-o {
	color: #FFAA00;
}

.img-box-new img {
	height: 50px;
	object-fit: contain;
	width: 100%;
}

.img-box-new h3 {
	font-family: 'Poppins-SemiBold', sans-serif !important;
	font-size: 19px;
	/*font-size: 21px;*/
	margin-top: 18px;
	text-align: center;
}

.img-box-new p {
	font-size: 15px;
	margin-top: 15px;
	/*text-align: center;*/
	color: #5A5A5A;
	font-family: 'Poppins-Light', sans-serif;
}


.recnt-j {
	background: #FFAA00;
	min-height: 550px;
	/*min-height:400px;*/
}

.recent-p p {
	color: #00688F;
	margin-top: 20px;
	font-size: 24px;
	font-family: 'Nunito-Semibold', sans-serif;
}

.recent-img img {
	width: 243px;
	height: 243px;
	/*width: 200px;
    height: 200px;*/
	object-fit: cover;
	border: 3px solid #470606;
	border-radius: 10px;

}

.recent-img h4 {
	font-family: 'Poppins-SemiBold', sans-serif !important;
	color: #fff;
	text-align: center;
}

.recent-img p {
	font-size: 13px;
	color: #fff;
	/*padding:0px 100px;*/
}

.testimonial-2 {}

/********** Find Someone Section *********/


/************** Happiness is just an app away! **************/
.happ-app {
	background: #FFFFFF;
	/*background: url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat, #f7f7f7;*/
	min-height: 393px;

}

.mobile-app p {
	color: #585858;
	font-size: 15px;
	margin: 0px 0px 20px;
}

.mobile-app-2 p {
	color: #585858;
	font-size: 15px;
	/*font-family: 'Poppins-SemiBold', sans-serif;*/
}

._Availablenowat a {
	display: inline-block;
	box-shadow: 0 0 17px #0000001c;
	border-radius: 8px;
	margin-top: 8px;
}

._Availablenowat a img {
	display: inline-block;
	height: 59px;
	width: 200px;
	box-shadow: -10px 0px 20px #00000026;
}

._Availablenowat a:last-child {
	/*margin-left:13px;*/
}

.line-dot ul li a {
	padding: 0px 30px;
	font-size: 18.22px;
	color: #000;
	font-family: 'Poppins-Medium', sans-serif !important;
}

.line-dot ul li {
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left;
}

.h-auto {
	min-height: auto;
}

.about-c p {
	font-size: 13.5px;
	color: #5E5E5E;
	margin-bottom: 26px;
	line-height: 1.9;
}


/************** Happiness is just an app away! **************/


/************** Browse Matrimonial Profiles By **************/

.browse-matri {
	background: #F5F5F5;
	height: 100%;
	width: 100%;
}

.browser-tp-text h1 {
    font-size: 36px;
    color: #3E3E3E;
    text-align: center;
    margin-top: 64px;
    font-family: 'Raleway-SemiBold', sans-serif;
    text-transform: capitalize;
	line-height: 40px;
}

.browser-tp-text h1 span {
	color: var(--secondary-color);
}

.footer-title span {
	height: 1px;
	width: 140px;
	background-color: #3D3D3D;
	display: block;
	border-radius: 100px;
}

.info {
	position: absolute;
	top: 100px;
}

p .active {
	background-color: red;
	color: red;
}

.main-browser-cl {
	height: 230px;
}

.profile_mtr-title p {
    color: #272727;
    font-size: 16px;
    margin: 0 0 0px;
    font-family: 'Raleway-SemiBold', sans-serif;
    margin-top: 15px;
    padding: 8px 30px;
}

.profile_mtr-title p.active {
	background: #ff4076;
	border-radius: 40px;
	transition: all 0.5s;
	color: white;
}

.footer-title-main p {
	font-size: 19px;
	font-family: 'Philosopher-bold', sans-serif;
	color: white;
}

/* .cust_padding_P {
	padding-top: 54px;
	padding-bottom: 54px;
} */

.new-footer-ul {
	display: none;
	margin-top: 10px;
	margin-bottom: 5px;
	min-height: 60px;
}

.new-footer-ul li {
	text-align: center;
}

.new-footer-ul li a {
	color: var(--black-blue);
	font-size: 15px;
	padding: 6px 3px;
	transition: all 0.4s ease-in-out;
	line-height: 27px;
	font-family: 'Poppins-Regular';
}

.vl {
	border-left: 2px solid #585858;
	height: 10px;
	display: inline-block;
	margin: 0px 5px;
}

.matri-sp-xx {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
	text-align: center;
}

.browse-matri {
	background: #fff;
	/*background: url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat, #f7f7f7;*/
	min-height: auto;

}

.footer-title span {
	height: 1px;
	width: 140px;
	background-color: #0081b4;
	display: block;
	border-radius: 100px;
	margin-top: 5px;
}

.footer-title p {
	color: #262626;
	font-size: 19px;
	margin: 10px 0px 0px;
	font-family: 'Raleway-SemiBold', sans-serif;
	padding-top: 7px;
}

.footer-title-main p {
	font-size: 19px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #262626;
}

.cust_padding {
	padding-right: 35px;
	padding-left: 35px;
}

.new-footer-ul {
	margin-top: 10px;
	margin-bottom: 5px;
	min-height: 60px;
	width: 100%;
	min-width: auto;
}

.new-footer-ul li a {
	color: #3E3E3E;
	font-size: 14px;
	padding: 0px 5px;
	transition: all 0.4s ease-in-out;
	line-height: 1.7;
	font-family: 'Roboto-Regular', sans-serif;
}

span.line {
	font-weight: 100;
	font-size: 8px;
	color: #585858;
}

.footer-bg {
	background: url(../images/footer-bg.png);
	width: 100%;
	height: 364px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.about-us p {
	color: #585858;
    font-size: 14px;
    margin: 10px 0 10px;
    line-height: 33px;
    font-family: 'Roboto-Regular', sans-serif;
    height: 159px;
    overflow: auto;
}

.social-icon-footer p {
	font-size: 14.18px;
	color: #000;
	margin: 0 0 18px;
	display: inline-block;

}

.social-icon-footer p a {
	color: #fff;
}

.social-icon-footer p a i {
	font-size: 22px;
	vertical-align: bottom;
	margin-right: 7px;
	color: #262626;
}

.youtube {
	color: #FFFFFF;
}

.facebook {
	color: #FFFFFF;
	/*color:#3b5998;*/
}

.twitter {
	color: #FFFFFF;
	/*color:#38a1f3;*/
}

.linked {
	color: #FFFFFF;
	/*color:#3590c2;*/
}

.insta {
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.cms-ul li a {
	color: #585858;
	font-size: 14px;
	font-family: 'Roboto-Regular', sans-serif;

}

.cms-ul li a i {
	font-size: 12px;
	margin-right: 4px;
}

.cms-ul li {
	line-height: 28px;
}

.cms-ul {
	margin-bottom: 15px;
}

.nb-copyright {
	background: #1E1E1E;
	height: 53px;
}

.nb-copyright .copyrt h6 {
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto-Regular', sans-serif;

}

/************** Browse Matrimonial Profiles By **************/



/*  Main nav Bar  */

._logo {
	float: left;
	padding: 8px 0 5px;
	margin-top: 0px;
}

._hamburge {
	float: right;
	margin-top: 18px;
	background: rgba(255, 255, 255, 0.22);
	position: absolute;
	right: 0;
	width: 100%;
	padding: 13px;
	/*padding: 18px;*/
	padding-left: 20px;
	padding-right: 0px;
	border-radius: 40px;
	height: 52px;
}


._hamburge ul li {
	float: left;
}

._logo a img {
	width: 162px;
	height: 45px;
	margin-top: 16px;
}

._navBarMani {
	display: block;
	height: 80px;
	background-color: #523FB0;
}

._hamburge ul li {
	margin-right: 10px;
	margin-top: 0px;
}

._hamburge ul li:last-child {
	margin-left: 0px;
	/*margin-right: 20px;*/

}

/*._hamburge ul li:nth-child(5) {
    margin-right: 30px;
} */


.loginbtn {
	background: transparent;
	margin-top: -4px;
	color: #ffffff !important;
	border-radius: 26px;
	width: 92px;
	height: 35px;
	text-align: center;
	font-size: 15px;
	border: none !important;
	margin-left: 10px;
	font-family: 'Roboto-Regular', sans-serif;
	padding: 7px 5px !important;
	border: 1px solid #FFFFFF !important;

}

.loginbtn:hover,
.loginbtn:focus {
	background: #FFFFFF;
	color: #0081b4 !important;
}

.regbtn {
	background: #ff4076;
	margin-top: -4px;
	color: #ffffff !important;
	border-radius: 26px;
	width: 100px;
	height: 35px;
	text-align: center;
	font-size: 15px;
	border: none !important;
	margin-left: 5px;
	padding: 7px 5px !important;
}

.regbtn:hover,
.regbtn:focus {
	background: #FFFFFF;
	color: #0081b4 !important;
}


/*a, a:hover {
  color: #000;
  text-decoration: none;
}

li {
 display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-right: 10px;
}
li:last-child {
  margin-right: 0;
}*/

._hamburge li:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
	margin-top: 18px;

}

._hamburge li:hover:after {
	width: 100%;
	background: #fff;
	margin-top: 18px;
}

._hamburge li:nth-child(6):last-child:after,
._hamburge li:nth-child(6):hover:after,
._hamburge li:nth-child(7):last-child:after,
._hamburge li:nth-child(7):hover:after {
	content: none;
}

/*._hamburge ul li a:hover {
    background-color: #0081b4 !important;
    color: #fff !important;
    border-radius: 20px;
}
*/
._hamburge ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	padding: 5px 10px;
}

.menu-active {
	background-color: #46A825 !important;
	color: #fff !important;
	border-radius: 20px;
}

.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;

}


.cool-link:after {
	content: '' !important;
	display: block !important;
	margin: auto !important;
	height: 3px !important;
	width: 0px !important;
	background: transparent !important;
	transition: width .5s ease, background-color .5s ease !important;
	margin-top: 19px !important;
}

.cool-link:after {
	width: 100% !important;
	background: #ffffff2b !important;
	margin-top: 7px !important;
}

/***************** Banner Menu Search Section Start ******************/

.banner {
	position: relative;
}

.owl-theme .owl-controls {
	margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
	background: #5e5f5f;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-image: linear-gradient(90deg, #41B9E7, #41B9E7) !important;
	border: 2px solid #41B9E7 !important;
}

.owl-theme .owl-controls .owl-page.active span {
	width: 10px !important;
	height: 10px !important;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px !important;
	height: 10px !important;
	margin: 10px 7px !important;
	filter: Alpha(Opacity=50);
	opacity: 5 !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	background: transparent !important;
	border: 2px solid #707070 !important;
}

.testimonial img {
	width: 100%;
	height: 687px;
}

.owl-theme .owl-controls .owl-page {
	display: block !important;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 282px;
	right: 14px;
}

.menu-position {
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	right: 0;
}

/********** Menu Sction Start *******/
/** top-bg **/
header {
	position: absolute;
	text-align: center;
	font-size: 35px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: left 0px top;
	color: #fff;
	transition: all 0.4s ease;
	right: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(0 0 0 / 66%));
}

header h1 {
	margin: 0;
	line-height: 158px;
}

/*header.sticky {
	font-size: 35px;
	height: 80px;
	text-align: center;
	background-color: #000;
	z-index:888;
}
header.sticky h1 {
	margin: 0;
	line-height: 72px;
}*/

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #111 !important;
}

.navbar-brand img {
	margin-top: 10px;
	/*margin-top:20px;*/
}

.navbar-brand {
	float: left;
	height: 80px;
	padding: 4px 0px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand-mbl {
	float: left;
}

.header-btn {
	float: right;
	/*margin-top: 5px;*/
}

.header-btn a {
	text-decoration: none;
	color: inherit;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	border-color: #122b40;
	background-color: #f13c20;
}

.btn.btn-primary {
	background-image: none;
	border: transparent;
	margin: 3px;
	border-radius: 50px;
	outline: none;
	color: #FFF;
	letter-spacing: 0px;
	padding: 6px 20px;
	font-size: 15.17px;
	background: transparent;
	font-family: 'Poppins-Medium', sans-serif !important;
	margin-top: -30px;
}

/*button.btn.btn-primary:hover {*/
/*	background-image: linear-gradient(90deg, #085bf5, #4113ec);*/
/*	border: transparent;*/
/*	margin: 3px;*/
/*	border-radius: 50px;*/
/*	outline: none;*/
/*	color: #FFF;*/
/*	text-transform: uppercase;*/
/*	letter-spacing: 1px;*/
/*	font-size: 14px;*/
/*	font-weight: 500;*/
/*}*/

.sidebar-icon {
	/* font-size: 32px; */
	margin-left: 0px;
	/*float: left;*/
	float: right;
	margin-top: 25px;
}

.sidebar-icon i {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.sidebar-icon:hover {
	/* font-size: 35px;
		color: #f13c20;
		margin-left: 20px;
		float: right;
	margin-top: 0px; */
}

#sidebar {
	width: 250px;
	position: fixed;

	top: 0;
	/*left: -250px;*/
	right: -250px;
	height: 100vh;
	z-index: 10000;
	color: #fff;
	transition: all 0.5s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	(#01e9bd, #007cde);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5393f+30,a5224b+69 */
	background: #ff4076;
}

#sidebar.active {
	/*left: 0;*/
	right: 0;
	outline: none;
}

#sidebar :focus {
	outline: none;
}

#dismiss {
	line-height: 35px;
	text-align: center;
	position: absolute;
	/*top: -44px;*/
	/*right: 10px;*/
	left: 10px;
	padding: 4px 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	outline: none;
}

.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}

#sidebar .sidebar-header {
	padding: 20px;
	background: #921935;
}

/* #sidebar ul.components { */
/* padding: 10px 0; */
/* border-bottom: 1px solid #a6234a; */
/* height: 270px; */
/* } */
#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul.components li a {
	padding: 4px 30px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	color: #fff;
	text-decoration: none;
}

#sidebar ul.components li a:hover {
	color: #ffffff;
	background: #ffffff57;
}

#sidebar ul.components li.active>a,
#sidebar a[aria-expanded="true"] {
	color: #fff;
	/* 
	background: #FFF; */
}

ul.CTAs {
	padding: 0px 20px;
	margin-top: 45px;
}

ul.CTAs a {
	text-align: center;
	font-size: 14px !important;

	text-transform: uppercase;
	display: block;
	border-radius: 100px;
	margin-bottom: 5px;
	text-decoration: none;
}

/*--- new ---*/

a.register {
	background: #fff;
	color: #ff4076;
	padding: 8px;
	font-size: 1.1em;
	display: block;
}

/*--- new ---*/

a.login,
a.login:hover {
	background: transparent !important;
	color: #fff !important;
	border: solid #fff 1px;
	padding: 8px;
	font-size: 1.1em;
	display: block;
}

.top-nav-collapse .sidebar-icon {
	color: #cd3162;
}

.top-nav-collapse .sidebar-icon:hover {
	color: #cd3162 !important;
}

.side-feedback {
	padding: 10px 30px;
}

.side-feedback h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.side-feedback p {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.side-feedback p a {
	color: #ffba38;
	text-decoration: none;
}

.side-social a {
	color: #fff;
}

.side-social a:hover {
	color: #c7c7c7;
}

/********* Menu Section End *********/



.cover-overlay {
	background: rgba(0, 0, 0, 0.5);
	min-height: 516px;
}

.header-bg {

	box-shadow: 0px 3px 8px #00000024;
	opacity: 1;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.3);
	/*background: rgba(255, 0, 0,0.5);*/
}


.loginbtn1 {
	padding: 8px 3px !important;
	background: #FFAA00 !important;
	color: #fff;
	border-radius: 5px !important;
	transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	width: 116px;
	height: 40px;
	text-align: center;
	font-size: 15px;
}






/********* Happiness is just an app away! *********/


.apptitle {
	font-size: 60px;
}

/********* Happiness is just an app away! *********/



/********* Are you trying our Planning tools *********/


.special {
	background: #470606;
}

.specialbg {
	background: url(../images/planning-bg-left.png) left 0px no-repeat,
		url(../images/planning-bg-right.png) right 0px bottom no-repeat;
	min-height: 388px;
	/*margin-top: 30px;*/
}

.img-box-new-spl h1 {
	/*font-family: 'Poppins-regular', sans-serif !important;*/
	font-size: 60px;
	/*font-size: 37px;*/
	margin-top: 40px;
	color: #ffffff;
}

.img-box-new-spl p {
	font-size: 15px;
	margin-top: 15px;
	color: #ffffff;
	text-align: justify;
	line-height: 30px;
}

.view-all-stories {
	margin-top: 20px;
}

.get-s-1 {
	width: 220px;
	height: 50px;
	border-radius: 4px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #fff;
	/*border: transparent;*/
	outline: none;
	color: #FF6891;
	letter-spacing: 0px;
	padding: 12px 25px;
	font-family: 'Nunito-Semibold', sans-serif !important;
	box-shadow: 0px 5px 7px #840A0A29;
}

.get-s-1:hover {
	color: #fff;
	background-color: #FF6891;
	border: 1px solid #fff;
}

/********* Are you trying our Planning tools  *********/


.vl {
	border-left: 2px solid #898989;
	height: 10px;
	display: inline-block;
	margin: 0px 0px;
	/*margin: 0px 10px;*/
}

.w-color {
	color: #fff !important;
}

.getapp {
	margin-bottom: 15px;
}

.getapp a {
	display: inline-block;
	/*box-shadow: 0 0 17px #0000001c;*/
	border-radius: 8px;
	margin-top: 8px;
}

.getapp a img {
	display: inline-block;
	height: 30px;
	width: 101px;
	/*box-shadow: 0px 10px 20px #00000026;*/
}

.pad-0 {
	padding-left: 0;
	padding-right: 0;
}

.pad-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pad-5 {
	padding-left: 5px;
	padding-right: 5px;
}




.to {
	color: #fff;
	text-align: center;
	margin-top: 13px;
}





.find-title-mega p {
	font-size: 34px;
	margin-bottom: 0px;
	color: #3B3B3B;
	margin-top: 10px;
	font-family: 'Raleway-SemiBold', sans-serif;
}



.find-title-mega h5 {
	font-size: 14px;
	margin-top: 2px;
	color: #949494;
	font-family: 'HelveticaNeue-Light', sans-serif;
	line-height: 23px;
	padding-bottom: 10px;
}

.vl1 {
	border-left: 1px solid #D4D4D4;
}

/*----------- Success Stories -----------*/

.ss {
	background: #ffffff;
	min-height: 382px;
}

.ss-t h4 {
	font-size: 18px;
	color: #303030;
	font-family: 'Poppins-Medium', sans-serif !important;
}

.ss-t p {
	font-size: 13px;
	color: #5D5D5D;
	font-family: 'Poppins-Light', sans-serif !important;
}


.testimonial_new {
	padding: 70px 0px 50px;
	margin: 0px 5px 30px;
	/*margin:0px 26px 30px;*/
	position: relative;
}

.testimonial_new .pic {
	width: 275px;
	height: 293px;
	/*width: 257px;
    height: 257px;*/
	overflow: hidden;
	margin: 0 auto;
	/* position: absolute; */
	position: relative;
	top: -48px;
	left: 0;
	right: 0;
	background: #fff;
	border: none;
	/*border: 1px solid #ccc;*/
	border-radius: 7px;
	padding: 10px;

	box-shadow: 0px 3px 9px #00000017;
}

.testimonial_new .pic img {
	width: 255px;
	/*width: 100%;*/
	border-radius: 7px;
	object-fit: cover;
	height: 152px;
	/*height: 255px;*/
}





#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 0;
	background: transparent;
}

#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
	background: transparent !important;
	opacity: 1 !important;
}

#testimonial-slider-2 .owl-prev {
	position: absolute;
	left: -83px;
	top: 145px;
	background: transparent;
	opacity: 5;
}

#testimonial-slider-2 .owl-next {
	position: absolute;
	right: -83px;
	top: 145px;
	background: transparent;
	opacity: 5;
}

#testimonial-slider-2 .owl-prev:after,
#testimonial-slider-2 .owl-next:after {
	content: url('../images/left-arrow.png');
	font-family: "Font Awesome 5 Free";

}

#testimonial-slider-2 .owl-next:after {
	content: url('../images/right-arrow.png');

}

@media only screen and (max-width: 479px) {
	.testimonial_new {
		padding: 70px 10px 30px;
	}

	.testimonial_new .description:before {
		top: -20px
	}

	.testimonial_new .title {
		font-size: 12px;
	}

	.testimonial_new .post {
		font-size: 11px;
	}
}

/* as */
/*.pic-2{
	width: 346px;
	width: 257px;
    height: 120px;
    position: absolute;
    bottom: -30px;
    bottom: -12px;
    left: 0;
    right: 0;
    background: #fff;
    border:none;
    border: 1px solid #ccc;
    border-radius: 7px;
}
*/
.pic-2 p span {
	color: #41B9E7;
	font-weight: bold;
}

.matri-id-s {
	/*padding: 3px 12px;*/
	font-size: 18px;
	/*font-size: 15px;*/
	font-family: 'Poppins-SemiBold', sans-serif !important;
	color: #161616;
	margin-bottom: 5px;
	margin-top: 5px;
}

.matri-id-s-2 {
	/*padding: 0px 11px;*/
	font-family: 'Poppins-Medium', sans-serif !important;
	font-size: 13px;
	color: #363636;
	margin: -15px 0 0px;
}

.matri-zero {
	margin: 0px 0 0px;
	color: #373737;
	font-family: 'Poppins-Regular', sans-serif !important;
}

.matri-hr {
	margin-top: -14px;
	margin-bottom: 18px;
	border: 0;
	border-top: 1px solid #d5d5d5;
}




/*----------- Success Stories -----------*/



/*----------- Your story is waiting to happen! -----------*/


.your-story {
	height: 98px;
	background: #FF6891;
}

.ys h2 {
	font-size: 30px;
	color: #fff;
	margin-top: 35px;
}

/*----------- Your story is waiting to happen! -----------*/




/*----------- About Matrimony -----------*/

.theme-color {
	color: #FF506D !important;
}

.f-18 {
	font-size: 18px !important
}

.about-logo img {
	/*background:#fff;
	padding: 5px 30px;
	border-radius: 7px;
	border: 1px solid #D6D6D6;*/


}

/*----------- About Matrimony -----------*/


.myowl .owl-theme .owl-controls {
	position: absolute;
	top: 112px;
	/* top: 232px; */
	right: -56px;
}


.header-right {
	left: 95px;
}

.btn.btn-primary {
	background-image: none;
	border: transparent;
	margin: 3px;
	border-radius: 4px;
	outline: none;
	color: #FFF;
	letter-spacing: 0px;
	padding: 6px 20px;
	font-size: 14px;
	background: #fa4435 !important;
	font-family: 'Poppins-Medium', sans-serif !important;

}


.search-bg {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	height: 80px;
	padding-top: 1px;
	border-radius: 5px;
}

.pad-right-0 {
	padding-right: 0px !important;
}

.pad-left-0 {
	padding-left: 0px !important;
}


/******** Stay connected with our app *********/


/******** Stay connected with our app *********/

.stay-connected {
	background: #ff4076;
	height: 410px;
	padding-bottom: 20px;
}

.stay-connected-title p {
	font-size: 40px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #fff;
	margin: 34px 0 10px;
}

.stay-connected-title p span {
	font-family: 'Raleway-SemiBold', sans-serif;
}

.stay-connected-title-dec p {
	font-size: 16px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #fff;
	line-height: 25px;
}


.hr-mobile-new {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 2px solid #fff;
}

.mobile-app-img img {
	width: 90%;
	height: auto;
	/*width: 479px;
	height: 558px;*/
}



.mobile-app-feact-1 {
	padding-left: 0px;
}

.mobile-app-feact-1 img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.mobile-app-feact-1 li {

	font-size: 15px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	line-height: 33px;
	color: #fff;
}




.mobile-app-right-border {
	border-right: 1px solid #E8E8E8;
}

._Availablenowat a {
	display: inline-block;
	/*box-shadow: 0 0 17px #00000057;*/
	border-radius: 8px;
	margin-top: 8px;
}

._Availablenowat a img {
	display: inline-block;
	height: 50px;
	width: 168px;
}

._Availablenowat a:last-child {
	margin-left: 20px;
}

.mobile-fect {
	margin-top: 80px;
}

.mobile-fect img {
	width: 45px;
	height: 45px;
}

.mobile-fect h4 {
	font-size: 17px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #fff;
	line-height: 20px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}

/******** Stay connected with our app *********/



/*.stay-connected{
	background:#E87E19;
}
.stay-connected-title p{
	font-size: 31px;
    color: #FFFFFF;
    margin: 20px 0 5px;
    font-family: 'Roboto-Medium',sans-serif;	
   
}

._Availablenowat span {
    display: block;
    color: #000000;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Roboto-Medium',sans-serif;
    margin-bottom: 5px;
}
._Availablenowat a {
    display: inline-block;
    box-shadow: 0 0 17px #00000057;
    border-radius: 8px;
    margin-top: 8px;
}
._Availablenowat a img {
    display: inline-block;
    height: 59px;
    width: 200px;
}
._Availablenowat a:last-child {
    margin-left: 20px;
}
.hr-mobile-new{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #ffffff;
}


.stay-connected-title-dec h4
{
	color: #FFFFFF;
	font-family: 'Roboto-Medium', sans-serif;
	font-size: 14px;`
}

.stay-connected-title-dec p
{
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	font-family: 'Roboto-Regular',sans-serif;
	padding-right: 120px;
}

.app-bottom
{
	background-color: #1E1E1E;
	height: 80px;
}*/



/******** Stay connected with our app *********/

/*-------------banner bottom features-------------*/

.features-main {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -220px;
	background: rgba(0, 0, 0, 0.67);
}

.features {
	top: 549px;
	height: 80px;
	padding: 15px 15px;

}



.ab-text p {
	color: #fff;
	margin-top: 4px;
	font-size: 14px;
	font-family: 'Roboto-Regular', sans-serif;
}

/*.fea-border-right
{
	border-right: 1px solid #908f8f;
}*/

/*-------------banner bottom features-------------*/



/*----------------------Just Get Married Happy Couple----------------------*/



.recent-new1 {
	background: #F6F6F6;
	background-position: center;
	min-height: 519px;
	/*background-color:#febf00;*/
	background-repeat: repeat;
	/*background-position: top;*/
	padding-top: 20px;
}

.indian-matri-title {
	margin-bottom: 10px;
}

.testimonial1 {
	padding: 0px 0px 26px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

.service-box-new-img1 img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.service-box-new1 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	min-height: 190px;
	background-color: #fff;
	height: auto;
	float: left;
	padding-top: 10px;
	/*box-shadow: 0px 0px 20px 6px rgba(204, 204, 204, 0.18);*/
	box-shadow: 0px 15px 51px #00000029;
}

.service-box-new1 p {
	font-size: 12.5px;
}

.rating-title1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}

.rating-title1 h4 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 16px;
	color: #000000;
	font-family: 'Nunito-Bold', sans-serif;
}

.rating-title1 p {
	font-size: 14px;
	margin: 0 0 9px;
	color: #494949;
	text-align: justify;
	margin-top: 10px;
	font-family: 'Roboto-Regular', sans-serif;
}




.testimonial2 {
	padding: 0px 0px 26px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

.service-box-new-img2 img {
	width: 100%;
	height: 405px;
	object-fit: cover;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.service-box-new2 {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	min-height: 405px;
	background-color: #fff;
	height: auto;
	float: left;
	padding-top: 10px;
	/*box-shadow: 0px 0px 20px 6px rgba(204, 204, 204, 0.18);*/
	box-shadow: 0px 15px 51px #00000029;
}

.service-box-new2 p {
	font-size: 12.5px;
}

.rating-title2 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}

.rating-title2 h4 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 18px;
	color: #000000;
	font-family: 'Nunito-Bold', sans-serif;
}

.rating-title2 p {
	font-size: 14px;
	margin: 0 0 9px;
	color: #3e3e3e;
	text-align: justify;
	margin-top: 10px;
	line-height: 28px;
}

/*---------------------- Are you trying our planning tools ----------------------*/

.planning-main {
	background: #F8F8F8;
	height: 269px;
}

.img-box-new-2 h1 {
	font-family: 'AristaProTrial-Regular', sans-serif !important;
	font-size: 32px;
	margin-top: 18px;
	color: #000000;
}

.img-box-new-2 h1 span {
	color: #FF616B;
}

.img-box-new-2 p {
	font-size: 18.75px;
	font-family: 'Roboto-Regular', sans-serif;
	margin-top: 15px;
	color: #5B5B5B;
	/*text-align: justify;*/
	line-height: 30px;
	margin-right: 10%;
}

.view-all-stories {
	margin-top: 20px;
}

/*---------------------- Are you trying our planning tools ----------------------*/

.f-25 {
	font-size: 25px !important;
}


.search-button {
	margin-top: 34px;
}

.w-color {
	color: #fff;
}


.search-border-right {
	border-right: 1px solid #d6cece;
}

/*--- Recently Join Member ---*/

.recently-join-member {
	background: url(../images/featured-member-bg.png);
	/*background-repeat: no-repeat;*/
	width: 100%;
	height: 543px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.recently-join-member-title p {
	margin-top: 47px;
}

.recently-join-member-data {
	width: 237px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px
}

.recently-join-member-data img {
	width: 237px;
	height: 284px;
	/*width: 100%;
	height: auto;*/
	border-radius: 6px;
}


.recently-join-member-inner-data {
	position: relative;
    bottom: 35px;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 10px #0000001C;
    padding: 10px 0px;
    min-height: 78px;
}

.recently-join-member-inner-data h4 {
	font-size: 15px;
	font-family: 'Raleway-SemiBold';
	color: #272727;
	margin-top: 0px;
	margin-bottom: 5px;
}

.recently-join-member-inner-data p {
	font-size: 13px;
	font-family: 'Roboto-Light', sans-serif;
	color: #272727;
	margin-top: 0px;
	margin-bottom: 10px;
}

#testimonial-slider-3 .owl-theme .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 0;
	background: transparent;
}

#testimonial-slider-3 .owl-theme .owl-controls .owl-buttons div {
	background: transparent !important;
	opacity: 1 !important;
}

#testimonial-slider-3 .owl-prev {
	position: absolute;
	left: -83px;
	top: 145px;
	background: transparent;
	opacity: 5;
}

#testimonial-slider-3 .owl-next {
	position: absolute;
	right: -83px;
	top: 145px;
	background: transparent;
	opacity: 5;
}

#testimonial-slider-3 .owl-prev:after,
#testimonial-slider-3 .owl-next:after {
	content: url('../images/left-arrow.png');
	font-family: "Font Awesome 5 Free";

}

#testimonial-slider-3 .owl-next:after {
	content: url('../images/right-arrow.png');

}

.recently-join-member .owl-theme .owl-controls {
	position: unset !important;
}

/*--- Recently Join Member ---*/

/*--- Featured Member ---*/

.featured-member {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	/*height: 511px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

/*--- Featured Member ---*/


/*--- Are you trying our planning tools ---*/

.plannings-tools {
	padding-top: 20px;
	padding-bottom: 20px;
}

.plannings-tools h3 {
	font-size: 34px;
	font-family: 'Roboto-Medium', sans-serif;
	color: #171717;
	margin-top: 10px;
	margin-bottom: 10px;
}

.plannings-tools p {
	font-size: 14px;
	font-family: 'Roboto-Regular', sans-serif;
	color: #7B7B7B;
	margin-top: 10px;
	margin-bottom: 10px;
}

.plan-today-btn {
	width: 210px;
	height: 40px;
	border-radius: 21px;
	font-size: 15px;
	text-transform: capitalize;
	background: #087319;
	border: transparent;
	outline: none;
	color: #FFF;
	letter-spacing: 0px;
	padding: 11px 20px;
	font-family: 'Roboto-Medium', sans-serif ! !important;
}

.plan-today-btn:hover,
.plan-today-btn:focus {
	background: #0081b4;
	color: #FFFFFF;
}

/*--- Are you trying our planning tools ---*/

/*--- features ----*/

.features-main-1 {
	width: 100%;
	height: 75px;
	background: #ff4076;
	padding: 15px 0;
}



.features-1 h4 {
	margin-top: 20px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #ffffff;
	margin-top: 0px;
}

.features-1 h5 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
}

.vr {
	border-left: 3px solid #FFFFFF;
}

/*--- features ----*/

.copyright {
	margin-top: 35px;
}

.copyright h6 {
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #585858;
}

/*--- footer link ---*/

.footer-link {
	padding-top: 15px;
	padding-bottom: 10px;
}

.footer-link h3 {
	font-size: 18px;
	font-family: 'Roboto-Bold', sans-serif;
	color: #171717;
	margin-top: 10px;
}

/*--- footer link ---*/



/*--- fect box ---*/

.fect-box {
	width: 321px;
	height: auto;
	min-height: 104px;
	background: rgba(0, 0, 0, 0.60);
	border-radius: 11px;
	position: absolute;
	bottom: -130px;
	right: 0;
	left: 0;
	z-index: 888;
	padding: 15px 15px;
}

/*.fect-box img
{
	width: 65px;
	height: 65px;
}

.fect-box h2
{
	font-size: 16px;
	font-family: 'Roboto-Medium',sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/

.fect-box p {
	font-size: 14px;
	font-family: 'Roboto-Light', sans-serif;
	color: #FFFFFF;
	line-height: 23px;
	margin-bottom: 5px;
}

.fect-box .owl-theme .owl-controls .owl-page {
	display: inline-block !important;
}

.fect-box .owl-theme .owl-controls {
	position: unset !important;
	margin-top: 0 !important;
}

.fect-box .owl-theme .owl-controls .owl-page span {
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	margin: 5px 7px !important;
	filter: Alpha(Opacity=50) !important;
	/*opacity: .5!important;*/
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	border: 1px solid #FFFFFF !important;
}

.fect-box .owl-theme .owl-controls .owl-page.active span,
.fect-box .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ffffff !important;
	border: 1px solid #FFFFFF !important;
}

.fect-box .owl-theme .owl-controls .owl-page.active span {
	width: 8px !important;
	height: 8px !important;
	border: 1px solid #FFFFFF !important;
	background: #FFFFFF !important;
}

/*--- fect box ---*/

.top-bg {
	background: url(../images/title-bottom-2.png);
	background-repeat: repeat;
	width: 100%;
	height: 18px;
}

.top-bg-1 {
	background: url(../images/title-bottom-1.png);
	background-repeat: repeat;
	width: 100%;
	height: 18px;
}

/********* How Do it Work *********/

.special-someone {
	padding-top: 0px;
	padding-bottom: 35px;
	height: 552px;
	background: url(../images/how-do-it-work-bg.png);
	/*background-repeat: no-repeat;*/
}

.hiw-box {
	width: 118px;
	height: 118px;
	background: #0081b4;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.special-someone p {
	margin-top: 47px;
}

.special-someone-inner h3 {
	font-size: 19px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #010101;
	margin-top: 15px;
}

.special-someone-inner p {
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #7B7B7B;
	line-height: 23px;
	margin-top: 0;
}

.get-s {
	width: 148px;
	height: 40px;
	border-radius: 40px;
	font-size: 15px;
	text-transform: capitalize;
	background: #ff4076;
	border: transparent;
	outline: none;
	color: #FFF;
	letter-spacing: 0px;
	padding: 10px 20px;
	font-family: 'HelveticaNeue-Medium', sans-serif !important;
}

.get-s:hover,
.get-s:focus {
	background: #0081b4;
	color: #FFFFFF;
}


/********* How Do it Work *********/


/*-- matrimony ad --*/

.matrimony-ad {
	background: #0081b4;
	background-repeat: no-repeat;
	width: 100%;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px;
}

.matrimony-ad h3 {
	font-size: 27px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #fff;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 26px;
}

.matrimony-ad p {
	font-size: 16px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #fff;
	line-height: 2px;
}

.reg-free-btn {
	width: 197px;
	height: 46px;
	border-radius: 40px;
	font-size: 16px;
	background: #3f4078;
	outline: none;
	color: #FFFFFF;
	letter-spacing: 0px;
	padding: 13px 25px;
	font-family: 'HelveticaNeue-Medium', sans-serif !important;
}

.reg-free-btn:hover {
	color: #0081b4;
	background-color: #FFFFFF;
}

/*-- matrimony ad --*/




.header-bottom img {
	width: 100%;
	height: 20px;
	margin-top: -27px;
}

.w-color {
	color: #FFFFFF !important;
}

/*--- Millions have found their life partner here! ---*/

.partner_image{
	text-align: center;
}

.ss {
	padding-top: 50px;
	padding-bottom: 25px;
}

.ss img {
    width: auto;
    height: 305px;
    border-radius: 10%;
    margin: auto;
}

.ss h4 {
	font-size: 19px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #010101;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ss p {
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #7B7B7B;
	line-height: 27px;
}

.read-more-btn {
	font-size: 14px;
	font-family: 'HelveticaNeue-Medium', sans-serif;
	background-color: #0081b4;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	width: 127px;
	padding: 10px 12px;
	height: 40px;
	margin-top: 7px;
	transition: all 0.7s;
}

.read-more-btn:focus,
.read-more-btn:hover {
	background: #ff4076;
	color: #ffffff;
}


.ss .owl-theme .owl-controls {
	margin-top: 10px;
}

.ss .owl-theme .owl-controls .owl-page span {
	background: transparent;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

.ss .owl-theme .owl-controls .owl-page.active span,
.ss .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #0081b4 !important;
	border: 3px solid #0081b4 !important;

}

.ss .owl-theme .owl-controls .owl-page.active span {
	width: 5px !important;
	height: 12px !important;
	/*width:10px!important;
    height:10px!important;*/
}

.ss .owl-theme .owl-controls .owl-page span {
	display: none;
}

.ss .owl-theme .owl-controls .owl-page {
	display: block;
}

.ss .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 93px;
	right: -80px;
}

/*--- Millions have found their life partner here! ---*/


/*--- about us ---*/

.aboutus {
	background: #fff;
	/*background-repeat: no-repeat;*/
	width: 100%;
	/* height: 304px; */
	padding-top: 45px;
	padding-bottom: 30px;
}

.about-logo {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	width: 257px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
}

.about-logo img {
	width: 228px;
	height: 63px;
}

.aboutus p {
	font-size: 15px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #414141;
	line-height: 26.99px;
	margin-top: 25px;
	margin-bottom: 0px;
}

/*--- about us ---*/


/*-- Are you trying our planning tools ? --*/

.planning-tool {
	background: #f6f6f6;
	/*background-repeat: no-repeat;*/
	width: 100%;
	height: 245px;
	padding: 15px;
	padding-bottom: 15px;
}

.planning-tool h3 {
	font-size: 36px;
	font-family: 'Raleway-SemiBold', sans-serif;
	color: #3E3E3E;
}

.planning-tool p {
	font-size: 14px;
	font-family: 'HelveticaNeue-Light', sans-serif;
	color: #3E3E3E;
	margin-top: 25px;
	margin-bottom: 0px;
	line-height: 25px;
}

.contact-us-btn {
	width: 155px;
	height: 41px;
	border-radius: 40px;
	font-size: 15px;
	text-transform: capitalize;
	background: #0081b4;
	border: transparent;
	outline: none;
	color: #FFF;
	letter-spacing: 0px;
	padding: 10px 20px;
	font-family: 'HelveticaNeue-Medium', sans-serif !important;
}

.contact-us-btn:hover,
.contact-us-btn:focus {
	background: #FFFFFF;
	color: #0081b4;
}

/*-- Are you trying our planning tools ? --*/