@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*********************************************
		base css
*********************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #fcf2f3;
}
a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
/*********************************************
		Header css
*********************************************/
.fb-like{position: fixed !important;
    left: 0;
    top: 40%;
    margin-top: -43px;
    z-index: 10;
}

.header-wrap {
	background: url(../images/header-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 10px 0;
}
.active-profile {
	font-size: 24px;
	color: #703d2f;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	padding-top: 10px;
}
#navbarColor01 ul li.active a {
	background-color: #fecb00 !important;
	color: #000;
}
.active-profile strong {
	color: #d50585;
}
.active-profile span {
	font-size: 16px;
	display: block;
	letter-spacing: 8px;
}
.login {
	text-align: right;
	margin-top: 12px;
}
.login a {
	background: #703d2f;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 28px;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	display: inline-block;
}
.login i {
	padding-right: 6px;
	font-size: 16px;
}
.login a:hover {
	background: #d50585;
}
a.std {
	color: #d50585 !important;
}
.donate a {
	text-decoration: none;
	background: #fecb00;
	color: #400114;
	padding: 14px 32px 13px 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.donate a:hover {
	background: #fff;
}
/*********************************************
		Navigation css
*********************************************/
.navbar {
	padding: 0 !important;
}
.navbar-brand {
	display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .9rem;
	padding-left: .9rem;
}
.bg-dark {
	background: #c6067c !important;
	background: #d50585; /* Old browsers */
	background: -moz-linear-gradient(top, #d50585 0%, #bb0675 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d50585 0%, #bb0675 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d50585 0%, #bb0675 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d50585', endColorstr='#bb0675', GradientType=0); /* IE6-9 */
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.navbar-nav li a {
	padding: 15px 16px;
}
.navbar-nav li a:hover {
	background: #fecb00 !important;
	color: #400114 !important;
}


.navbar-toggler{display: none;}
.close-toggler {
    display: none;
}


.tick {
	background: green;
	padding: 5px;
	border-radius: 20px;
	color: white;
}
.contact_success {
	font-size: 20px;
}
.faq_detail {
	padding: 5px;
	background-color: #eee;
	display: none;
}
.faq_heading {
	color: #c6067c;
	cursor: pointer;
	font-size: 15px;
	margin-top: 20px;
}
/*********************************************
		Slider css
*********************************************/
.slider-wrap {
	background: url(../images/slider.jpg) no-repeat right;
	background-size: cover;
	position: relative;
}
.slider-wrap:after {
	content: "";
	background: url(../images/pattren.png) repeat-x;
	width: 100%;
	height: 46px;
	position: absolute;
	bottom: -46px;
	left: 0;
}
.sliderForm {
	background: #FFF;
	padding: 35px;
	bottom: -90px;
	position: relative;
	box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.26);
	z-index: 1000;
}
.nav-tabs {
	border: none;
	display: block;
	text-align: center;
}
.nav-tabs li {
	padding: 0 5px;
	display: inline-block;
	position: relative;
}
.slider-wrap .nav-tabs li a {
	background: #d50585;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 14px 22px;
	border-radius: 30px;
}
.slider-wrap .nav-tabs li a:before {
	content: "";
	background: url(../images/down-arrow.png) no-repeat;
	width: 19px;
	height: 11px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	opacity: 0;
}
.slider-wrap .nav-tabs li a.active:before {
	opacity: 1;
}
.slider-wrap .nav-tabs .nav-link {
	border-radius: 30px;
	border: none;
}
.slider-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #703d2f;
	color: #fff;
}
.slider-wrap .nav-tabs li i {
	padding-right: 6px;
}
.formTxt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 0 20px;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.sliderForm .form-control {
	height: auto !important;
	border-radius: 30px;
	padding: 14px 18px;
	font-size: 14px;
	color: #9a9a9a;
	
}
.sliderForm select.form-control{	
	-webkit-appearance:menu-item;
   -moz-appearance:menu-item;
	line-height: 51px;
	height: 51px !important;
}

.sliderForm .input-group {
	margin-bottom: 20px;
}
.sub {
	background: #2d262a;
	padding: 14px 34px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	margin-top: 8px;
}
.sub:hover {
	background: #d50585;
}
.sliderForm .input-group button {
	cursor: pointer;
}
.sliderForm .input-group button i {
	padding-left: 10px;
}
.subbtn {
	text-align: center;
	display: block;
	margin-bottom: 10px !important;
}
.sliderText {
	border-left: 6px solid #d50585;
	padding-left: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-left: 6px;
	position: absolute;
	bottom: 50px;
	left: 20px;
	text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.44);
}
.sliderText strong {
	font-size: 40px;
	display: block;
	line-height: 40px;
}
.sliderText span {
	font-size: 30px;
	display: block;
}
.sliderText .getstartbtn {
	margin-top: 10px;
}
.sliderText .getstartbtn a {
	display: inline-block;
	background: #fecb00;
	color: #000;
	padding: 10px 35px;
	font-size: 18px;
	text-shadow: none;
	border-radius: 50px;
}
.sliderText .getstartbtn a:hover {
	background: #fff;
	text-decoration: none;
}

.listingImg{max-height: 300px; overflow: hidden;}
/*********************************************
		Feature Profile css
*********************************************/
.feature-wrap {
	padding: 150px 0 60px 0;
}
.profileImg {
	overflow: hidden;
	height: 300px;
	background-color: #eee;
}
.profileImg img {
	border-radius: 5px 5px 0 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*height: 191px;*/
	width: 255px;
}
.profileWrp:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.title {
	text-align: center;
	margin-bottom: 60px;
}
.title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #d50585;
	position: relative;
}
.title h1 span {
	color: #703d2f;
	font-weight: normal;
}
.title h1:before {
	content: "";
	background: url(../images/heading-line.png) no-repeat;
	width: 100px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -50px;
}
.profile-detail {
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(1, 1, 1, 0.1);
	padding: 20px;
}
.name {
	font-size: 24px;
	color: #d50585;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
	line-height: 26px;
}
.profile-detail ul li {
	font-size: 14px;
	color: #595354;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	line-height: 20px;
}
.profile-detail ul li span {
	width: 38%;
	float: left;
	color: #aca3a3;
}
.profile-detail ul li strong {
	width: 62%;
	float: left;
	color: #595354;
	font-weight: 400;
}
.profile-detail ul li:after {
	clear: both;
	display: table;
	content: "";
}
.viewbtn {
	margin-top: 10px;
}
.viewbtn a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #703d2f;
	display: inline-block;
}
.viewbtn a:hover {
	color: #d50585;
}
.viewbtn i {
	padding-right: 7px;
}
.view-all {
	margin-top: 50px;
	text-align: center;
}
.view-all a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #d50585;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
}
.view-all i {
	padding-left: 10px;
}
.view-all a:hover {
	background: #703d2f;
}
/*********************************************
		Latest Bride css
*********************************************/
.bride-wrap {
	background: #f0e8e9;
	padding: 40px 0;
}
.brideList .col-lg-5 {
	padding-right: 0;
}
.brideList .col-lg-7 {
	padding-left: 0;
}
.profileInfo {
	padding: 15px;
}
.profileInfo .name {
	font-size: 14px;
	line-height: 22px;
}
.profileInfo ul li {
	font-size: 14px;
	line-height: 20px;
	color: #595354;
}
.brideImg {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	background-color: #f9f9f9;
	height: 156px;
}
.brideImg img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.brideList:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.brideList {
	margin-bottom: 30px;
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(1, 1, 1, 0.1);
}
.brideList:after {
	clear: both;
	content: '';
	display: table;
}
.groomsWrp {
	background: none;
}
/*********************************************
		Get Start css
*********************************************/
.getstart-wrap {
	background: #d50585;
	padding: 40px 0;
	text-align: center;
}
.get-start span {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.get-start span a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	box-shadow: 3px 5px 5px 0px rgba(1, 1, 1, 0.4);
	display: inline-block;
}
.get-start span i {
	padding-left: 8px;
}
.get-start span a:hover {
	background: #fff;
	color: #d50585;
}
/*********************************************
		Caste And Cities css
*********************************************/
.caste-wrap {
	padding: 60px 0;
}
.casteWrp {
	background: #fff;
	padding: 25px;
}
.casteWrp h3 {
	font-size: 23px;
	font-weight: bold;
	color: #d50585;
}
.casteWrp ul li {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
}
.casteWrp ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #868181;
}
.casteWrp ul li a:hover {
	color: #d50585;
}
.casteWrp ul:after {
	content: "";
	clear: both;
	display: table;
}
.casteWrp ul li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: #868181;
}
/*********************************************
		Footer css
*********************************************/
.footer-wrap {
	background: #150107;
	padding: 50px 0 20px 0;
}
.footer-wrap h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.footer-wrap ul li {
	position: relative;	
	padding-left: 18px;
	    margin-bottom: 12px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #bab8b9;
}
.footer-wrap ul li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: #868181;
}
.footer-wrap ul li a:hover {
	color: #d50585;
}
/*********************************************
		Copyright css
*********************************************/
.copyright-wrap {
	background: #000;
	padding: 10px 0;
}
.copyight {
	font-size: 14px;
	color: #767676;
}

.ftsocial{text-align: left; margin-right: 15px;}
.ftsocial a{font-size: 20px; color: #fff; display: inline-block; margin: 0 5px;}
.ftsocial a:hover{color: #000;}

.policy {
	text-align: right;
}
.policy a {
	font-size: 14px;
	color: #d50585;
	text-decoration: none;
}
.policy a:hover {
	color: #fff;
}
/*********************************************
		Descirption css
*********************************************/
.descirptionWrp {
	padding: 40px 0;
}
.descirptionWrp p {
	font-size: 12px;
	color: #404040;
}
.google-add {
	text-align: center;
	margin-top: 40px;
}
/*********************************************
		Inner Heading css
*********************************************/
.inner-heading {
	background-color: #e9ecef;
	padding: 30px 0;
	text-align: center;
}
.inner-heading h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
/*********************************************
		Profile css
*********************************************/
.inner-content {
	padding: 30px 0;
}
.profile-Wrap h1 {
	font-size: 30px;
}
.profile-Wrap h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
}
.profile-image {
	margin-bottom: 15px;
	position: relative;
}
.profile-Wrap p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	word-wrap: break-word;
}

.profile-listing > li p{word-break: break-word;}

.contactInfo {
	position: absolute;
	top: 20px;
	right: 10px;
}
.contactInfo li {
	padding: 5px 0;
}
.contactInfo li a {
	border: 1px solid #fff;
	background: rgba(0,0,0,0.1);
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 18px;
	border-radius: 100%;
	color: #fff;
}
.contactInfo li a:hover {
	background: #d50585;
	color: #fff;
}
.contactInfo li a.active {
	background: #d50585;
	color: #fff;
}
.profile-head {
	background: #c6067c;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
}
.basicInfo {
	border: 1px solid #ddd;
	background: #fff;
}
.basicInfo li {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	float: left;
	width: 50%;
}
.basicInfo:after {
	clear: both;
	display: table;
	content: "";
}
.basicInfo li .usrlabel {
	font-weight: bold;
	float: left;
	width: 45%;
}
.basicInfo li .usrlabel span {
	float: left;
	width: 92%;
}
.usrinfos {
	float: left;
	width: 55%;
}
.basicInfo li:after {
	clear: both;
	content: "";
	display: table;
}
.basicInfo li.expendab {
	float: none;
	width: auto;
	padding: 12px 10px;
	clear: both;
}
.basicInfo li.expendab .usrlabel {
	width: 30%;
}
.basicInfo li.expendab .usrinfos {
	width: 70%;
	word-break: break-word;
}
.profileLeft {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}
.profileLeft h2{word-break: break-word;}
.modal-header .close, .modal-content .close {
	position: absolute;
	right: -10px;
	top: -7px;
	border: 1px solid #cf0582 !important;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #ffffff !important;
	color: #cf0582;
	z-index: 1000;
	opacity: 1 !important;
	line-height: 20px;
	padding: 0 !important;
}
.modal-header .close:hover, .modal-content .close:hover {
	background: #cf0582 !important;
	color: #fff;
}
.modal-header .close {
	right: 6px;
	top: 6px;
}
/*MY My Classess*/
/*****************************************/
.msg_tick {
	font-size: 24px;
	background-color: white;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding-top: 2px;
	padding: 3px;
}
.tooltip > .tooltip-inner {
	background-color: #703d2f;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	border-bottom-color: #703d2f;
}
.ajax_loader {
	text-align: center;
	font-size: 60px;
	color: #c6067c;
}
.screen_loader {
	text-align: center;
	font-size: 60px;
	color: #c6067c;
	position: fixed;
	top: 30%;
	left: 45%;
	z-index: 999;
}
div#loader_div {
	text-align: center;
	font-size: 60px;
	color: #c6067c;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #eee;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}
div#loader_div i {
	opacity: 1;
}
i.success {
	background-color: green;
	color: white;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	padding-top: 7px;
}
.points li {
	display: block;
	margin-top: 10px;
}
.points li:before {
	content: "\f061";
	font-family: 'FontAwesome';
	float: left;
	padding-right: 10px;
	color: #CCCCCC;
}
.form_error {
	border: 1px solid red;
}
.form_error_msg {
	color: red;
	position: relative;
	top: -16px;
}
.form_error_ajax {
	color: red;
	position: relative;
}
.modal-header {
	background-color: #fecb00;
	color: #fff;
}
/*end MY Classes*/
/******************/

.report-btn {
	margin-top: 100px;
	margin-bottom: 20px;
}
.report-btn a {
	font-size: 12px;
	text-transform: none;
	padding: 12px 15px;
	background: #000;
}
.report-btn i {
	padding-left: 5px;
}
.contact-btn {
	margin-top: 20px;
}
.contact-btn a {
	background: #d50585;
}
/*********************************************
		Listing Page
*********************************************/

.listingLeft {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}
.listing-wrap .title {
	text-align: left;
	margin-bottom: 40px;
}
.listing-wrap .title h1 {
	font-size: 24px;
}
.listing-wrap .title h1:before {
	left: 0;
	margin: 0;
}
.listing-wrap .input-group {
	margin-bottom: 10px;
}
.listing-wrap .input-group-append {
	display: block;
	margin: 0 0 5px 0;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}
.listing-wrap .form-control {
	border-radius: 0;
	font-size: 14px;
}
.checkbox {
	margin-top: 16px !important;
	padding-left: 30px;
}
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox input[type=checkbox] + label {
	width: 20px;
	height: 20px;
	border: 1px solid #d50585;
	background: #ffcbec;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #d50585;
	padding-left: 2px;
	position: relative;
	top: -3px;
}
.listing-wrap .sub {
	border-radius: 0;
	padding: 10px 26px;
	font-size: 14px;
}
.profile-listing > li {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
	margin-bottom: 30px;
}
.profile-listing h3 a {
	text-decoration: none;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.profile-listing h3 a:hover {
	color: #d50585;
}
.listingInfo {
	border-top: 1px solid #ececec;
}
.listingInfo li {
	font-size: 14px;
	color: #000;
	padding: 0;
	padding: 5px 0;
	float: left;
	width: 50%;
	border-bottom: 1px solid #ececec;
}
.listingInfo:after {
	clear: both;
	content: "";
	display: table;
}
.listingInfo li strong {
	width: 35%;
	float: left;
	font-weight: bold;
}
.listingInfo li span {
	margin-right: 10px;
}
.listing-wrap p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.listing-wrap h6 {
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 4px;
}
.readmore a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	color: #d50585;
	display: inline-block;
}
.readmore a:hover {
	color: #000;
}
/*********************************************
		About Page
*********************************************/
.about-wrap p a {
	text-decoration: none;
	color: #d50585;
}
/*********************************************
		Sign up
*********************************************/
.nav-tabs.wizard {
	background-color: transparent;
	padding: 0;
	width: 100%;
	border-radius: .25em;
	clear: both;
	border-bottom: none;
}
.nav-tabs.wizard li {
	width: 100%;
	float: none;
	margin-bottom: 3px;
}
.nav-tabs.wizard li > * {
	position: relative;
	padding: 1em .8em .8em 2.5em;
	color: #fff;
	background-color: #703d2f;
	border-color: #703d2f;
}
.nav-tabs.wizard > li > a {
	text-decoration: none;
	opacity: 1;
	font-size: 14px;
	display: block;
	border-radius: 0;
}
.nav-tabs.wizard li.completed > * {
	color: #fff !important;
	background-color: #96c03d !important;
	border-color: #96c03d !important;
	border-bottom: none !important;
}
.nav-tabs.wizard li.active > * {
	color: #fff !important;
	background-color: #c6067c !important;
	border-color: #c6067c !important;
	border-bottom: none !important;
}
 .nav-tabs.wizard li::after:last-child {
 border: none;
}
.nav-tabs.wizard a:hover {
	color: #fff;
	background-color: #c6067c;
	border-color: #c6067c
}
span.nmbr {
	display: inline-block;
	padding: 10px 0 0 0;
	background: #ffffff;
	width: 35px;
	line-height: 100%;
	height: 35px;
	margin: auto;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	text-align: center;
}

@media (min-width: 768px) {
.nav-tabs.wizard li {
	position: relative;
	padding: 0;
	margin: 4px 4px 4px 0;
	width: 24.6%;
	float: left;
	text-align: center;
}
.nav-tabs.wizard li.active a {
	padding-top: 15px;
}
.nav-tabs.wizard li::after,  .nav-tabs.wizard li > *::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 100%;
	height: 0;
	width: 0;
	border: 45px solid transparent;
	border-right-width: 0;/*border-left-width: 20px*/
}
.nav-tabs.wizard li::after {
	z-index: 1;
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
	border-left-color: #fff;
	margin: 0
}
.nav-tabs.wizard li > *::after {
	z-index: 2;
	border-left-color: inherit
}
.nav-tabs.wizard > li:nth-of-type(1) > a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.nav-tabs.wizard li:last-child a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.nav-tabs.wizard li:last-child {
	margin-right: 0;
}
.nav-tabs.wizard li:last-child a:after,  .nav-tabs.wizard li:last-child:after {
	content: "";
	border: none;
}
span.nmbr {
	display: block;
}
}
.signup-wrap h4 {
	margin-top: 30px;
}
.radio {
	margin-top: 6px;
}
.radiobox {
	margin-bottom: 20px;
}
.radiobtn {
	display: inline-block;
	position: relative;
	padding: 5px 0 5px 35px;
	line-height: 26px;
}
.radio_signup {
	top: -14px;
}
.radiobtn input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.radiobtn .checkmark {
	width: 26px;
	height: 26px;
	border: 5px solid #ffbce5;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
}
.radiobtn input[type="radio"]:checked + .checkmark {
	background: #ffbce5;
	border: none;
}
.radiobtn input[type="radio"]:checked + .checkmark:after {
	left: 7px;
	top: 7px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #c6067c;
	display: block;
}
.radiobtn .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.input-group-append {
	display: block;
	margin: 0 0 5px 0;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}
.input-group {
	margin-bottom: 15px;
}
.radiobtn a {
	text-decoration: none;
	color: #B10873;
}
.signup-wrap .form-control {
	border-radius: 0;
	height: 40px;
}
.signup-wrap .sub {
	border-radius: 0;
	padding: 12px 40px;
}
/*********************************************
		Quick Search
*********************************************/
.quick-wrap {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
	padding: 25px;
}
.quick-wrap .sub {
	border-radius: 0;
	padding: 10px 28px;
}
.checkbox .quick-wrap {
	margin-top: 0;
}
.quick-wrap .form-control {
	border-radius: 0;
}
/*********************************************
		Wedding Services
*********************************************/
.wedding-service {
	max-width: 800px;
}
.wedding-service .title {
	margin-top: 20px;
	margin-bottom: 40px;
}
.wedding-service .title h1 {
	font-size: 24px;
}
.wedding-btns {
	text-align: center;
}
.wedding-btns span {
	display: inline-block;
	margin: 10px;
}
.wedding-btns span a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 36px;
	padding: 16px 30px;
	display: inline-block;
}
.wedding-btns span a:hover {
	background: #d50585;
}
.wedding-service .sub {
	width: 100%;
}
.form-control {
	font-size: 14px;
}
.weddingFrom {
	margin-bottom: 20px;
}
/*********************************************
		Wedding Register
*********************************************/
.wedding-register .title {
	margin-bottom: 40px;
}
.wedding-register .title h1 {
	font-size: 24px;
}
.wedding-register textarea.form-control {
	height: 100px;
}
.wedding-register .sub {
	width: 100%;
}
.preparation-wrap h6 {
	color: #d50585;
}
.loginWrp .input-group-append span {
	font-size: 12px;
	position: absolute;
	top: 4px;
	right: 0;
}
.loginWrp {
	max-width: 500px;
}
.loginWrp .title h1 {
	font-size: 24px;
}
.loginWrp .sub {
	width: 100%;
}
.loginWrp .input-group-append span a {
	text-decoration: none;
	color: #d50585;
}
.loginformtext {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
/*********************************************
		Articles
*********************************************/
.articles-wrap ul li {
	background: #fff;
	padding: 25px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
	margin: 30px 0;
}
.articles-wrap h4 {
	margin-bottom: 15px;
}
.articles-wrap h4 a {
	text-decoration: none;
	color: #B10873;
}
.articles-wrap .view-all {
	text-align: left;
	margin-top: 20px;
}
.pagination {
	float: right;
}
.paginationWrp:after {
	content: "";
	clear: both;
	display: table;
}
.pagination li {
	box-shadow: none !important;
	padding: 0 !important;
}
.page-item.active .page-link {
	background: #d50585;
	border-color: #d50585;
}
.page-link {
	color: #d50585;
}
.articles-wraper h1 {
	font-size: 24px;
}
.articles-wraper p {
	margin-top: 20px;
}
.article-detils p {
	margin: 0;
}
.decimal {
	list-style: decimal;
	margin-left: 15px;
}
.decimal li {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.article-detils .title {
	text-align: left;
	margin-bottom: 40px;
}
.article-detils .title h1:before {
	left: 0;
	margin: 0;
}
blockquote {
	background: #fff;
	border-left: 5px solid #d50585;
	padding: 26px 30px 22px;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	margin: 15px 0;
	font-style: italic;
}
.google-add {
	text-align: center;
}
.intbredcrums h1 {
	text-align: left;
}
.intbredcrums .breadcrumb {
	background: none;
	text-align: right;
	display: block;
	margin-bottom: 0;
	padding: 0;
}
.intbredcrums .breadcrumb li {
	display: inline-block;
}
.intbredcrums .breadcrumb li a {
	color: #000;
}
.intbredcrums .breadcrumb li.active {
	color: #c6067c;
}
#cityContainer {
	width: 100%;
}
.infobuttons a {
	border-radius: 0;
}
.infobuttons .btn-success {
	background-color: #c6067c;
	border-color: #c6067c
}
.infobuttons a:hover {
	background: #703d2f;
	color: #fff;
}
.view-all img {
	margin-right: 6px;
}
.dashnavs {
	margin: 0 -10px;
}
.dashnavs:after {
	display: table;
	clear: both;
	content: '';
}
.dashnavs li {
	padding: 10px;
	float: left;
	text-align: center;
}
.dashnavs li a {
	display: block;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	color: #703d2f;
}
.dashnavs li a:hover {
	background: #703d2f;
	color: #fff;
	text-decoration: none;
}
.dashnavs li a i {
	display: block;
	font-size: 30px;
}
.dashnavs li a.active {
	background: #703d2f;
	color: #fff;
	text-decoration: none;
}
.prefrencetxt {
	margin-top: 34px;
}

/*********************************************
		Media Screen
*********************************************/
@media screen and (max-width: 1200px) {
.active-profile {
	font-size: 22px;
}
.active-profile span {
	font-size: 13px;
}
.profileInfo {
	padding: 15px;
}
.brideImg {
	width: 48%;
}
.bride-wrap .viewbtn {
	margin-top: 3px;
}
.profileInfo ul li {
	line-height: 24px;
}
.bride-wrap .name {
	margin-bottom: 0;
	font-size: 15px;
}
.nav-tabs li a {
	font-size: 12px;
	padding: 14px 12px;
}
.formTxt {
	font-size: 24px;
}
.report-btn a, .basicInfo li {
	font-size: 12px;
}
.usrinfos, .basicInfo li .usrlabel {
	width: 50%;
}
}

@media screen and (max-width: 990px) {
.active-profile {
	font-size: 24px;
}
.active-profile span {
	font-size: 16px;
}
.navbar-brand {
	display: inline-block;
	padding-left: 12px;
}
.profileImg img {
	width: 100%;
}
.brideImg {
	width: 42%;
}
.casteWrp, .get-start span {
	margin: 10px 0;
}
.profileWrp {
	margin-top: 30px;
}
.feature-wrap .title {
	margin-bottom: 40px;
}
.nav-tabs li a {
	font-size: 14px;
	padding: 14px 32px;
}
.navbar-toggler{display: block; position: absolute; right: 15px; top: 15px;}	

	.navbar-collapse {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
	
	.navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
.navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width:100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgb(216 3 135 / 0.9);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 10000;
  }
	.navbar-nav{clear:both;}
	.close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    float: right;
    display: block;
}
	
	
	
.sliderText {
	position: static;
	margin: 40px 0;
}
.sliderForm {
	bottom: 0;
}
.basicInfo li {
	float: none;
	width: auto;
}
.basicInfo li:last-child .usrinfos, .basicInfo li:last-child .usrlabel {
	padding-top: 0;
}
.add {
	text-align: center;
	margin-top: 50px;
}
.basicInfo li {
	font-size: 14px;
}
	
.nav-tabs.wizard li{width: 23.6%;}
	
}

@media screen and (max-width: 767px) {

.profile-listing > li h3{margin-top: 10px;}
.fb-like{position:static !important; top: 0; margin-top:0; padding: 10px 0; display:block !important; text-align:center;} .feature-wrap {
	padding: 100px 0 60px 0;}
.profileLeft h2{font-size: 26px;}
.slider-wrap {
	background: #703d2f;
}
.formTxt {
	margin-top: 0;
}
.brideImg {
	width: auto;
}
.profileInfo {
	padding: 29px 15px 30px 15px;
}
.policy, .copyright-wrap {
	text-align: center;
}
.casteWrp ul li {
	float: none;
	width: 100%;
}
.donate {
	margin-left: 14px;
	margin-bottom: 20px;
}
.donate a {
	padding: 10px 32px 10px 32px;
}
.navbar-nav li a {
	padding: 14px 16px;
}
.active-profile, .login, .header-wrap .logo {
	text-align: center;
}
.profileLeft {
	margin-bottom: 40px;
}

.continfo .usrinfos, .continfo .usrlabel{float: none; width: auto;}

.basicInfo li.expendab .usrinfos, .basicInfo li.expendab .usrlabel{width: auto; float: none;}
	.tabbable{background: #fff; padding: 30px;}
	.nav-tabs.wizard li{display: block; width: auto; text-align: left; margin-bottom: 15px;}
	.nav-tabs.wizard li:last-child{margin-bottom: 0;}
	.nav-tabs.wizard li > *{background: none !important; border: none !important; padding: 0; color:#000 !important;}
	span.nmbr{margin-right: 10px; margin-bottom: 0; background: #fcf2f3;}
	.nav-tabs.wizard li.active > *{background: none !important; border: none !important; padding: 0; color:#c6067c !important;}
	.nav-tabs.wizard li.active > * span.nmbr{background: #c6067c; color: #fff;}
	.nav-tabs.wizard li.active:after{content:'\f061'; font-family: 'FontAwesome'; position: absolute; right: 0; color:#703d2f; top: 5px;}
	.descirptionWrp p{font-size: 16px;}
}

@media screen and (max-width: 600px) {
.nav-tabs li a {
	padding: 12px 20px;
}
	
	p, .viewbtn a, .profileInfo ul li, .profileInfo .name, .profile-detail ul li, .casteWrp ul li a, .basicInfo li, .profile-Wrap p, .footer-wrap ul li a{font-size: 16px;}
	.header-wrap .logo{text-align: left;}
	
	
	.pagination{float: none; display: block; width: 100%;}
	.pagination li{display: inline-block; margin-bottom: 5px;}
	
	
	
}

@media screen and (max-width: 480px) {
.sliderText {
	margin: 20px 0;
}
.sliderText strong {
	font-size: 36px;
	line-height: 32px;
}
.sliderText {
	font-size: 18px;
}
.title h1 {
	font-size: 30px;
}
.sliderText strong {
	font-size: 26px;
}
.sliderText span {
	font-size: 32px;
}
.sliderForm {
	padding: 35px 15px;
}
.nav-tabs li a {
	font-size: 12px;
	text-transform: none;
	padding: 12px 12px;
}
.nav-tabs li {
	padding: 0;
}
.nav-tabs li i {
	padding: 0;
}
.formTxt {
	font-size: 18px;
	line-height: 22px;
}
.inner-heading h1 {
	font-size: 18px;
}
.slider-wrap .nav-tabs li a {
	font-size: 11px;
	padding: 12px 12px;
}
}

@media screen and (max-width: 375px) {
.slider-wrap .nav-tabs li a {
	font-size: 11px;
	padding: 12px 12px;
}
}

@media screen and (max-width: 320px) {
.brideImg {
	margin: 0;
	float: none;
}
.brideImg img {
	width: 100%;
}
}

.imgarea{
	position: relative;
	display: inline-block;
}
.pending_text{
	position: absolute;
	top: 0px;
	right: 0;
	color: red;
	font-size: 20px;
	background-color: #fff;
	width: 100%;
	opacity: 0.8;
	text-align: center;
	top: 33%
}
.alert{
    
    opacity: 1 !important;
}