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:#e3176d;
	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: #e3176d;
    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: #e3176d;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131; 
}
/**** END webkit scrollbar ******/
@font-face {
	font-family: "Roboto-Bold";
	src: url("../css/font/Roboto-Bold.ttf");
}

@font-face {
	font-family: "Roboto-Light";
	src: url("../css/font/Roboto-Light.ttf");
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("../css/font/Roboto-Medium.ttf");
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("../css/font/Roboto-Regular.ttf");
}


.Roboto-Regular{
	font-family:'Roboto-Regular', sans-serif !important;
	
}

.Roboto-Medium{
	font-family:'Roboto-Medium', sans-serif !important;
	
}

.Roboto-Light{
	font-family:'Roboto-Light', sans-serif !important;
	
}

.Roboto-Bold{
	font-family:'Roboto-Bold', sans-serif !important;
	
}
/*  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 {
    margin-top: 20px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}*/

._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: 16px;
    font-family: 'Poppins-Regular', 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;
}



#sidebar 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: 6px;
    /*border-radius: 8px;*/
    width: 100%;
    /*width: 81.1%;*/
    height: 43px;
    /*height: 50px;*/
    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: 'Nunito-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 #e3176d;
    border-right: 1px solid #e3176d;
    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: 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: #003965;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 6px;

	height: 43px;
	box-shadow: 0px 4px 9px #7D10191F;
}
.searchnow:hover,.searchnow:focus {
	background-color: #e3176d;
    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:#e3176d!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: -400px;
    right: 0;
    left: 0;
    z-index: 888;
}
.matri_title h1
{
	font-size:49px;
	text-align:center;
	color:#fff;
	margin-bottom: 0;
	font-family: 'Roboto-Regular',sans-serif;
	text-shadow: 1px 1px 1px #00000096;
}

.matri_title h1 span
{
	color: #E87E19;
}

.matri_title h2
{
	font-size:15px;
	text-align:center;
	color:#fff;
	margin-top: 10px;
	font-family: 'Roboto-Regular',sans-serif;
	line-height: 29px;
	text-shadow: 1px 1px 1px #00000096;
}

.matri_title h2 span
{
	color: #E87E19;
}

.search-new {
   position: absolute;
    right: 0;
    left: 0;
    bottom: 85px;
}
/******** 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:#F8F8F8;
    /*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: #FFFFFF;
    display: block;
	border-radius:100px;
	margin-top: 5px;
}
.footer-title p {
    color: #3D3D3D;
    font-size: 14px;
    margin: 0 0 0px;
	font-family: 'Roboto-Bold', sans-serif;
}

.footer-title-main p
{	
	font-size: 18px;
	font-family: 'Roboto-Bold',sans-serif;
	color: #FFFFFF;
}

.cust_padding{
	padding-right: 35px;
    padding-left: 35px;
}
.new-footer-ul {
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 60px;
}
.new-footer-ul li a {
  	color: #262626;
    font-size: 14px;
    padding: 6px 3px;
    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-color:#e3176d;
}
.about-us p{
	color: #FFFFFF;
    font-size: 14px;
    margin: 10px 0 10px;
    line-height: 33px;
    font-family: 'Roboto-Regular',sans-serif;
}
.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;
}

.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: #ffffff;
    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: 'Nunito-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: 25px;
	/*background: rgba(255, 255, 255,0.22);*/
	position: absolute;
	right: 0;
	width:100%;
	padding: 13px;
	/*padding: 18px;*/
	padding-left: 20px;
	padding-right: 30px;
	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: #003965 !important;
    border-radius: 6px;
    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 #003965!important;

}

.loginbtn:hover,.loginbtn:focus
{
	background:#003965;
    color: #ffffff !important;
}

.regbtn {
    background:#e3176d;
    margin-top: -4px;
    color: #ffffff !important;
    border-radius: 6px;
    width: 100px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border:none!important;
    margin-left: 5px;
    padding:7px 5px!important;
    border: 1px solid #e3176d!important;
}

.regbtn:hover,.regbtn:focus
{
	background:#FFFFFF;
    color: #e3176d !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: 5px;

}
._hamburge li:hover:after {
  width: 100%;
  background: #fff;
  margin-top: 5px;
}
*/

/*._hamburge ul li a:hover {
    background-color: #e3176d !important;
    color: #fff !important;
    border-radius: 6px;
}
*/
._hamburge ul li a {
    color: #313131;
    display: block;
    font-size: 15px;
    font-family: 'Roboto-Regular', sans-serif;
    padding: 5px 10px;
}

.menu-active {
    background-color: #e3176d;
    color: #fff !important;
    border-radius: 6px;
}

.menu-active a
{
	color: #fff !important;
}

.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: 5px!important;
}

.cool-link:after {
  width: 100%!important;
  background: #fff!important ;
  margin-top: 5px!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,#e3176d,#e3176d)!important;
	border:2px solid #e3176d!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:689px;
}
.owl-theme .owl-controls .owl-page {
    display: block !important;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top:282px;
    /*top:232px;*/
    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: 99px;
    background-repeat: no-repeat;
    background-position: left 0px top;
	color: #fff;
	transition: all 0.4s ease;
	right: 0;
	left: 0;
	background: #ffffffe3;
}
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;
}*/
.navbar-brand img {
	margin-top:28px;
}
.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: #e3176d;
}
#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: #e3176d;
    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;
}



/********* Find Your Special Someone *********/

.special-someone
{
	padding-top: 20px;
	padding-bottom: 35px; 
}

.special-someone-inner img
{
	width: 42px;
	height: 42px;
}

.special-someone-inner h3
{
	font-size: 16px;
	font-family: 'Roboto-Medium',sans-serif;
	color: #010101;
	margin-top: 15px;
}

.get-s {
    width:148px;
    height:40px;
    border-radius:6px;
    font-size: 15px;
    text-transform: capitalize;
	background:#003965;
    border: transparent;
    outline: none;
    color: #FFF;
    letter-spacing: 0px;
    padding:11px 20px;
    font-family: 'Roboto-Medium',sans-serif!important;
}
.get-s:hover,.get-s:focus{
	background:#e3176d; 
	color:#FFFFFF;
}


/********* Find Your Special Someone *********/


/********* 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:25px;
    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 #585858;
    height: 10px;
    display: inline-block;
    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;
}



.to {
    color: #fff;
    text-align: center;
    margin-top: 13px;
}





.find-title-mega p
{
    font-size: 30px;
    margin-bottom: 0px;
    color: #003965;
    margin-top: 10px;
    font-family: 'Roboto-Medium',sans-serif;
}



.find-title-mega h5
{
	font-size: 14px;
	margin-top: 2px;
	color: #7B7B7B;
	font-family: 'Roboto-Regular',sans-serif;
	line-height: 23px;
}

.vl1
{
	border-left: 1px solid #D4D4D4;
}
/*----------- Success Stories -----------*/

.ss
{
	background:#F0FDFF;
	min-height:457px;
}

.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: #e3176d;
	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: 50px;
    outline: none;
    color: #FFF;
    letter-spacing: 0px;
    padding: 6px 20px;
    font-size: 15.17px;
    background: transparent;
	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{
	background:#e3176d;
}
.stay-connected-title p{
	font-size: 31px;
    color: #FFFFFF;
    margin: 20px 0 5px;
    font-family: 'Roboto-Medium',sans-serif;	
    /*margin: 20px 0 20px;*/
}
/*.stay-connected-title-dec p{
	font-size:17px;
	color:#fff;
}*/
._Availablenowat span {
    display: block;
    color: #ffffff;
    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: 50px;
    width: 168px;
}
._Availablenowat a:last-child {
    margin-left: 20px;
}
.hr-mobile-new{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #ffffff;
}

.app
{
	/*margin-top: 38px;*/
}

.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: -83px;
	background:rgba(0, 0, 0,0.5);
}

.features
{
	top: 549px;
	/*left: 0px;*/
	/*width: 1348px;*/
	height: 75px;
	padding:12px 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: 'Nunito-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: 'Nunito-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: #e3176d;
	width: 100%;
	height:auto;
	/*height: 511px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.recently-join-member-data img
{
	width: 100%;
    border-radius: 6px;
    height: 330px;
    object-fit: cover;
}

.recently-join-member-inner-data
{
	position:relative;
	bottom: 35px;
	background: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	height: 56px;
	border-radius: 5px;
	box-shadow: 0px 3px 10px #0000001C;
	padding: 10px 0px;
}

.recently-join-member-inner-data h4
{
	font-size: 15px;
	font-family: 'Roboto-Bold',sans-serif;
	color: #272727;
	margin-top: 0px;
    margin-bottom: 5px;
}

.recently-join-member-inner-data p
{	
	font-size: 12px;
	font-family: 'Roboto-Light',sans-serif;
	color: #272727;
	margin-top: 0px;
    margin-bottom: 10px;
}

/*--- 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: #003965;
	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:6px;
    font-size: 15px;
    text-transform: capitalize;
	background:#003965;
    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:#e3176d; 
	color:#FFFFFF;
}

/*--- Are you trying our planning tools ---*/

/*--- features ----*/

.features-main-1
{
	width: 100%;
	height: 75px;
	background:#191919;
	padding: 15px 0;
}



.features-1 h4
{
	margin-top: 20px;
	font-family: 'Roboto-Bold',sans-serif;
	color: #ffffff;
	margin-top: 0px;
}

.features-1 h5
{
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Roboto-Regular',sans-serif;
}

.vr {
    border-left: 3px solid #FFFFFF;
}

/*--- features ----*/

.copyright
{
	margin-top: 35px;
}

.copyright h6
{
	font-size: 14px;
	font-family:'Roboto-Regular',sans-serif;
	color: #FFFFFF;
}
/*--- loader ---*/

#lightbox-panel-loader {
    display: none;
    position: fixed;
    z-index: 10000;
}

#lightbox-panel-mask {
    position: fixed;
    z-index: 9000;
    background-color: #FFF;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.2;
}
/*---cookies ---*/
.alert-cookie-policy {
    display: none;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 999999;
}
.alert-cookie-policy .alert {
    border-radius: 0;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.decline-btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    margin-right: 10px;
}
.accept-btn {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

/*--- Millions of Happy Stories ---*/

.millions-of-happy-stories-box
{
	background: #F5F5F5;
	width: 100%;
	height: 542px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.service-box-new-img img
{
	width:100%;
	height:310px;
	object-fit:cover;
	border-radius: 15px;
	box-shadow: 4px 3px 6px #2A05053D;
}

.service-box-new
{
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    min-height: 254px;
    background-color:#ffff !important;
    height: auto;
    float: left;
    padding: 15px 15px;
    margin-top: 21px;
    box-shadow: -20px 5px 19px #1b1b1b38;
}

.service-box-new h3
{
	font-size: 19px;
	font-family: 'roboto-Medium',sans-serif;
	color: #080808;
	margin-top: 0px;
	margin-bottom: 10px;
}

.service-box-new p
{
	font-size: 14px;
	font-family: 'roboto-Regular',sans-serif;
	color: #737373;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 23px;
}

.read-more-btn
{
	font-size: 15px;
    font-family: 'roboto-Medium',sans-serif;
    background-color: #ec5274;
    border-radius: 17px;
    color: #ffffff;
    margin-top: 0px;
    text-align: center;
    /*width: 100%;*/
     width: 127px; 
    padding: 6px 12px;
    height: 34px;
    border:1px solid #FFFFFF;
}

.read-more-btn:hover
{
	background: #29b6c9;
	color: #FFFFFF;
	border:none;
}

.padding-right-zero{
	padding-right: 0px;
}
.padding-left-zero{
	padding-left: 0px;
}

.testimonial-stories {
    padding: 0px 30px 26px 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.millions-of-happy-stories-box .owl-theme .owl-controls .owl-page span
{
	background: #ec5274;
	width: 10px;
	height: 10px;
}

.millions-of-happy-stories-box .owl-theme .owl-controls .owl-page.active span,.millions-of-happy-stories-box .owl-theme .owl-controls.clickable .owl-page:hover span
{
	background: #ec5274;
}

.more-success-stories
{
	width: 139px;
	height: 36px;
	background: #ED3237;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	position: absolute;
	right: 0px;
	
}

.more-success-stories h5
{
	font-size: 12px;
	font-family: 'roboto-Medium',sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding: 12px 12px;
}

/*--- Millions of Happy Stories ---*/
