body {
    font-family: 'OpenSans-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;
}

/**** 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: #d95548; 
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131; 
}
/**** END webkit scrollbar ******/

/********************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 #d95548;
	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: rgb(250, 193, 34);
	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: rgb(222, 36, 24);
    color: rgb(255, 255, 255);
}

/*  Basic Css Ends  */

/*  Font Family  */

@font-face {
    src: url('font/OpenSans-Bold.ttf');
    font-family: 'OpenSans-Bold';
}

@font-face {
    src: url('font/OpenSans-Light.ttf');
    font-family: 'OpenSans-Light';
}

@font-face {
    src: url('font/OpenSans-Regular.ttf');
    font-family: 'OpenSans-Regular';
}

@font-face {
    src: url('font/GiddyupStd.otf');
    font-family: 'GiddyupStd';
}

.GiddyupStd {
    font-family: 'GiddyupStd', sans-serif !important;
}

.OpenSans-Bold {
    font-family: 'OpenSans-Bold', sans-serif !important;
}

.OpenSans-Light {
    font-family: 'OpenSans-Light', sans-serif !important;
}

.OpenSans-Regular {
    font-family: 'OpenSans-Regular', sans-serif !important;
}

/*  Font Family Ends  */



/*  Main nav Bar  */

._logo {
    float: left;
    padding: 10px 0 5px;
	margin-top: 15px;
}

._hamburge {
    /* float: right;
		margin-top: 25px;
		background-color: #f4412b;
		position: absolute;
		right: 0;
		width: 76%;
		padding: 18px;
		border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; */
	float: none;
    margin-top: 25px;
    background-color: rgba(244, 65, 43, 0);
    right: 0;
    width: -webkit-fill-available;
    padding: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 83%;
}

._hamburge ul li {
    float: left;
}

._logo a img {
	width: 184px;
    height: 54px;
    object-fit: cover;
	margin-top: 10px;
}

._navBarMani {
    display: block;
	
}

._hamburge ul li {
	margin-right: 63.9px;
    margin-top: 6px;
}

._hamburge ul li:last-child {
    margin-right: 0;
}

/* ._hamburge ul li:nth-child(5) {
    margin-right: 27px;
} */

._hamburge ul li:last-child a {
	padding: 7px 3px;
    background: #d95548;
    margin-top: -7px;
    color: #fff;
    border-radius: 5px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 90px;
    height: 35px;
    text-align: center;
    font-family: 'OpenSans-Regular', sans-serif !important;
    letter-spacing: 2px;
}

._hamburge ul li:last-child a:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.349);
}

._hamburge ul li a {
    color: rgb(255, 255, 255);
    font-family: 'OpenSans-Regular', sans-serif;
    display: block;
    font-size: 16px;
}

.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: #000 !IMPORTANT;
    font-size: 15px !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 0;
}

._menuOpenMobile {
    float: left;
}

.newHamburge {
    height: 40px;
    width: 40px;
    background: rgb(250, 193, 34);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 100px;
    font-size: 24px;
    outline: none;
    margin: 28px 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: rgba(220, 220, 220, 0.67);
    position: absolute;
    color: rgb(222, 36, 24);
    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: #fff;
    color: #7386D5;
}

.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: rgb(217, 85, 72);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.18);
}

#sidebar ul li a i {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

#homeSubmenu li {
    background-color: rgb(217, 85, 72);
	
}

#homeSubmenu li a {
    color: rgb(255, 255, 255) !important;
}

a[data-toggle="collapse"] {
    position: relative;
}
.bg-main{
	
	background-image: url(../images/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height:596px;
    width: 100%;
}
.angle-down-a{
	border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
/*  main nav bar ends  */


/***** Banner Section Start *****/

._imgBannerBB img {
    width: 100%;
    height:700px;
    object-fit:cover;
}
._banner{
	position:relative;
}
.menu-position{
	position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
}
.overlay-2{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.71);
	opacity: 0.6;
}
.item{
	position: relative;
}
/***** Banner Section End *****/

/**** Register its free Section Start ****/

.register-free{
	width: 445px;
    min-height:500px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -595px;
    z-index: 9999;
    left: 84px;
    right: 0;
    height: auto;
	padding: 15px;
}
.hr-brd-2{
	margin-top: 15px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ececec;
}

.register-free-h1 h3{
	margin-top:0px;
	color:#d95548;
}

/**** Radio Button Gender Start ****/

.Form-label--tick {
    position: relative;
    display: inline-block;
    margin-left: 0px;
}

.Form-label-radio,
.Form-label-checkbox {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden
}

.Form-label-radio+.Form-label-text,
.Form-label-checkbox+.Form-label-text {
    cursor: pointer;
    margin-right: 5px;
}

.Form-label-radio+.Form-label-text::before,
.Form-label-checkbox+.Form-label-text::before {
    font-size: 22px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border: 0;
    margin-right: .25em;
	color: white;
    background-clip: padding-box;
    background-color: #ebebeb;
    text-align: center;
}

.Form-label-radio+.Form-label-text:hover::before,
.Form-label-checkbox+.Form-label-text:hover::before {
    border-color: black !important;
    box-shadow: 0 0 0 0 black !important
}

.Form-label-radio:checked+.Form-label-text::before,
.Form-label-checkbox:checked+.Form-label-text::before {
    background-color: #fac122;
    border-color: #fac122;
    box-shadow: 0 0 0 0 #fac122;
    font-family: FontAwesome;
    content: "\f222";
}

.Form-label-radio:focus+.Form-label-text::before,
.Form-label-checkbox:focus+.Form-label-text::before,
.Form-label-radio:active+.Form-label-text::before,
.Form-label-checkbox:active+.Form-label-text::before {
    border-color: #3bb8ff;
    box-shadow: 0 0 2px 0 rgba(0, 135, 212, 0.2)
}

.Form-label-radio+.Form-label-text::before {
    border-radius: 100%;
	font-family: FontAwesome;
    content: "\f222";
	-webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
}



.Form-label--tick-2 {
    position: relative;
    display: inline-block;
    margin-left: 0px;
}

.Form-label-radio-2,
.Form-label-checkbox-2 {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden
}

.Form-label-radio-2+.Form-label-text-2,
.Form-label-checkbox-2+.Form-label-text-2 {
    cursor: pointer;
    margin-right: 5px;
}

.Form-label-radio-2+.Form-label-text-2::before,
.Form-label-checkbox-2+.Form-label-text-2::before {
    font-size: 22px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border: 0;
    margin-right: .25em;
	color: white;
    background-clip: padding-box;
    background-color: #ebebeb;
    text-align: center;
}

.Form-label-radio-2+.Form-label-text-2:hover::before,
.Form-label-checkbox-2+.Form-label-text-2:hover::before {
    border-color: black !important;
    box-shadow: 0 0 0 0 black !important
}

.Form-label-radio-2:checked+.Form-label-text-2::before,
.Form-label-checkbox-2:checked+.Form-label-text-2::before {
    background-color: #d95548;
    border-color: #d95548;
    box-shadow: 0 0 0 0 #d95548;
    font-family: FontAwesome;
    content: "\f221";
}

.Form-label-radio-2:focus+.Form-label-text-2::before,
.Form-label-checkbox-2:focus+.Form-label-text-2::before,
.Form-label-radio-2:active+.Form-label-text-2::before,
.Form-label-checkbox-2:active+.Form-label-text-2::before {
    border-color: #3bb8ff;
    box-shadow: 0 0 2px 0 rgba(0, 135, 212, 0.2)
}

.Form-label-radio-2+.Form-label-text-2::before {
    border-radius: 100%;
	font-family: FontAwesome;
    content: "\f221";
	-webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
}

.label-new p{
	color: #3e3e3e;
    font-size: 16.5px;
}
/**** Radio Button Gender End ****/

.padding-zero{
	padding:0px;
}
.new-section-left{
	position: relative;
    left: 12px;
}
.place-holder input::placeholder{
	color: rgba(167, 167, 167, 0.68);
	font-family: 'OpenSans-Regular', sans-serif !important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.custom-form{
	display: block;
    width: 100%;
    height: 40px;
    padding: 5px 9px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #a7a7a7;
    background-color: #ebebeb;
    background-image: none;
    border: 0;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
}
.form-control:focus {
    border-color:transparent;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.appearance{
	-webkit-appearance: none;
    -moz-appearance: none;
}
.select-drop-3 {
    position: absolute;
    right: 24px;
    top: 18px;
    z-index: 9999;
}

.find-love {
    font-size: 24px;
    font-family: 'OpenSans-Bold';
    background-color: #fac122;
    border-radius:6px;
    color: #fff;
    margin-top: 3px;
    text-align: center;
    width: 100%;
    padding: 10px 12px;
}
.find-love:hover,.find-love:focus {
	background-color: #fac122;
	color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    outline-offset: -2px;
}


.text-glow {
	/* animation: glowing 3000ms infinite; */
	-webkit-animation: color-change 1s infinite;
	-moz-animation: color-change 1s infinite;
	-o-animation: color-change 1s infinite;
	-ms-animation: color-change 1s infinite;
	animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
	0% { color: rgb(236, 125, 0); }
	50% { color:#FFF; }
	100% { color: rgb(236, 125, 0); }
}
@-moz-keyframes color-change {
	0% { color: rgb(236, 125, 0); }
	50% { color: #FFF; }
	100% { color: rgb(236, 125, 0); }
}
@-ms-keyframes color-change {
	0% { color: rgb(236, 125, 0); }
	50% { color: #FFF; }
	100% { color: rgb(236, 125, 0); }
}
@-o-keyframes color-change {
	0% { color: rgb(236, 125, 0); }
	50% { color: #FFF; }
	100% { color: rgb(236, 125, 0); }
}
@keyframes color-change {
	0% {color: #d95548;font-weight: bold;}
	50% {color: #fac122;font-weight: bold;}
	100% {
		color: #d95548;
		font-weight: bold;
	}
}


/***** Register its free Section End ****/



/***** Search for your right partner Section Start ****/

.main-title-head p{
	color:#d95548;
	font-size:24px;
	margin: 24px 0 24px;
	font-family: 'OpenSans-Regular', sans-serif !important;
}
/******** Find Section Start ********/



/*---------- Home Page Finder Section ---------*/
/******** Search Section Start ********/
.search-box-b-d{
	background-color:#0a0054;
	height:97px;
	
}
.search-section {
    background: #fff;
    border-radius: 10px;
	width:75%;
    height:50px;
    margin: 0px auto;
	margin: 0px auto;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.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 20px;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 48px;
    cursor: pointer;
    font-family: 'OpenSans-Regular', sans-serif !important;
}
.custom-select-trigger:after {
	position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: -6px;
    margin-top: 0px;
	border-bottom: 1px solid #d95548;
    border-right: 1px solid #d95548;
    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: 13.3px 7px;
    text-transform: capitalize;
    margin-left: 16px;
    margin-top: 0px;
    background-color: #fac122;
    border: 1px solid #fac122;
    outline: none;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.searchnow:hover,.searchnow:focus {
	background-color: #fac122;
    border: 1px solid #fac122;
	color: #FFF;
}

/********* Find Section End *******/

/***** Search for your right partner Section End ****/



/*********** Find your special someone Start **********/

.find-section-special{
	background: url(../images/flower.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height:460px;
    height: auto;
}

.planning-bg-find {
    background-color: rgba(217, 85, 72, 0.86);
    margin-top: 0px;
    min-height: 460px;
    height: auto;
}
.color-white{
	color:#fff !important;
}
.new-main{
    margin-left: auto;
    margin-right: auto;
    width: 78%;	
	margin-top: 40px;
}
.img-box img{
	height:50px;
}
.title-box{
	position:relative;
}
.title-box p{
	color:#fff;
	font-size:18px;
	margin: 15px 0 4px;
}
.title-box span{
	height:3px;
    width: 40px;
    background-color:#fac122;
    display: block;
}
.details-p{
	font-size:16px !important;
	margin:6px 0 4px !important;
}
.get-new{
	width: 150px;
    font-size: 18px;
    color: #d95548;
    background-color: #fff;
    height: 40px;
    padding: 7px 12px;
	margin-top: 30px;
}
.get-new:hover,.get-new:focus{
	color: #d95548;
    background-color: #fff;
}

/*********** Find your special someone End **********/


/*********** See all Real Weddings Start **********/



._RealWeddingStart {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	margin-top: 15px;
	cursor:pointer;
}

._RealWeddingStart:hover {
    transform: translateY(-10px);
}

._Realimg img {
    border-radius: 5px;
    width: 360px;
    height: 230px;
    object-fit: cover;
}

._realWeddingName {
    text-align: center;
    margin-top: 13px;
}

._realWeddingName span {
    font-size: 36px;
    margin: auto;
    display: block;
    color: #d95548;
    line-height: normal;
}

._realWeddingName img {
    width: 45px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.pContentRealwedding {
    padding: 20px 18px 20px;
}

.pContentRealwedding p {
    color:#3e3e3e;
    font-size: 16px;
    line-height: 30px;
}

._readMoreRealWedding {
    padding-right: 18px;
    text-align: right;
    padding-bottom: 7px;
}

._readMoreRealWedding a {
    color: rgb(229, 59, 61);
    font-size: 14px;
    letter-spacing: 3px;
}

/*********** See all Real Weddings End **********/


/*********** Are you trying our planning tools Start **********/

.wedding-plan{
	background: url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height:444px;
    height: auto;
}
.padding-left-zero{
	padding-left:0px;
}
.padding-right-zero{
	padding-right:0px;
}
.wedding-bg-plan{
	background-color: #d95548;
    min-height: 444px;
    height: auto;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.are-planing p{
	color:#fff;
	font-size:40px;
	line-height: normal;
}
.are-planing-details p{
	font-size:18px;
	color:#fff;
	line-height: 30px;
}
.logo-box img{
	background-color: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
}
.start-p{
	width: 215px;
    margin-top: 10px;
}
/*********** Are you trying our planning tools End **********/




/*********** Simple Wedding Planning Tools to Start **********/

.img-box-simple img{
	height:60px;
}
.box-simple-P P {
	color:#d95548;
	font-size:16px;
	margin: 20px 0 20px;
}
.box-simple-P-details p{
	font-size:14px;
	text-align:justify;
	color:#3e3e3e;
}
/*********** Simple Wedding Planning Tools to  End **********/




/*********** feature Wedding Planning Start **********/

.feature-wedding{
	background-color:#d95548;
	min-height:200px;
	height:auto;
	margin-top: 40px;
}
.service-box-new-img img{
	width:100%;
	height:203px;
	object-fit:cover;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
.service-box-new{
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    min-height: 203px;
    background-color: #fff;
    height: auto;
    float: left;
    padding-top: 10px;
    
	
}

.service-box-new p{
	font-size:12.5px;
}
.padding-right-zero{
	padding-right: 0px;
}
.padding-left-zero{
	padding-left: 0px;
}
.testimonial {
    padding: 0px 30px 26px 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
   font-size: 18px;
    font-weight: 900;
}
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    right: 0;
    top: 266px;
    z-index: 9999;
	margin-top:0 !important;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}

.owl-prev {
    display: inline-block;
	line-height: 26px;
    width: 30px;
    height: 30px;
    opacity: 5;
    background-color: #fff!important;
    margin: 1px;
    border-radius: 100%;
	margin-right: 15px;
    margin-bottom: 15px;
	
}
.owl-next {
   display: inline-block;
	line-height: 26px;
    width: 30px;
    height: 30px;
    opacity: 5;
    background-color: #fff!important;
    margin: 1px;
    border-radius: 100%;
	margin-right: 15px;
    margin-bottom: 15px;
	
	
}
.owl-theme .owl-controls .owl-buttons div {
    color: #f4412b !important;
    background: #ffffff!important;
    
}
.rating-wedding i {
        color: #f7b21d;
    font-size: 14px;
    margin-right: 5px;
}


.rating-title h4{
	margin-top:0px;
	margin-bottom:4px;
}
.rating-title p{
	font-size: 18px;
    margin: 0 0 4px;
    color: #3e3e3e;
}
.rating-title p.address {
	font-size:18px !important;
	
}
.hr-new{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(88, 88, 88, 0.14);
	
}
.price-r{
	color:#585858;
	margin: 0 0 0px;
}
.brd-right{
	border-right: 1px solid rgba(88, 88, 88, 0.14);
	
}
p.card-text {
    text-align: justify;
    padding: 0px 12px 0px;
    color: #585858;
    font-size: 14px;
}
p.card-text a {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
}
.rating-title{
	padding-right: 15px;
    padding-left: 15px;
}
.rating-wedding{
	padding-right: 15px;
    padding-left: 15px;
}
.learn-more p {
	
	padding-right: 15px;
    padding-left: 15px;
	font-size:14px;
	margin: 10px 0 10px;
}
.learn-more p a {
	color:#d95548;
}
.owl-prev.disabled span{
	display:none;
}
.owl-prev span{
	display:none;
}
.owl-next span{
	display:none;
}
.owl-next.disabled span{
	display:none;
}
.owl-nav{
	float:right;
}
/*********** feature Wedding Planning End **********/


/*********** feature Profile Start **********/

.feature-Profile img{
	width: 225px;
    height: 300px;
    object-fit: cover;
    border: 5px solid #f8e3e3;
    border-radius: 8px;
}
.feature-Profile-id p{
	font-size:18px;
	color:#d95548;
	text-transform:uppercase;
	margin: 10px 0 5px;
}
.feature-Profile-id-d p{
	font-size:18px;
	color:#3e3e3e;
	margin:0px 0 10px;
}
/*********** feature Profile End **********/

/*********** Mobile-Matrimony Start **********/
.Mobile-Matrimony{
	background-color:#d95548;
	    /*margin-top: 30px;*/
}
.Welcome-Matrimony{
	background-color:#F5f5f5;
	    margin-top: 30px;
}
.main-title-head-mobile p{
	font-size:18px;
	    margin: 0 0 25px;
}
._Availablenowat span {
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
	font-size:16px;
}
._Availablenowat a img {
    display: inline-block;
    height: 59px;
    width: 200px;
}
._Availablenowat a:last-child {
    margin-left: 60px;
}
._Availablenowat a {
    display: inline-block;
    box-shadow: 0 0 17px #00000057;
    border-radius: 8px;
    margin-top: 8px;
}
.theApps{
	margin-bottom: 30px;
}
/*********** Mobile-Matrimony End **********/


/*********** Footer Start ************/
.footer-title p{
	color:#3e3e3e;
	font-size:18px;
	margin: 0 0 5px;
}
.footer-title span {
    height:5px;
    width: 40px;
    background-color: #fac122;
    display: block;
}
.container-new-footer{
	padding-right:35px;
    padding-left:35px;
}
.new-footer-ul li a{
	color: #3e3e3e;
    font-size: 13px;
    padding: 6px 3px;
    transition: all 0.4s ease-in-out;
	font-family: 'OpenSans-Regular', sans-serif !important;
}
span.line {
    font-weight: 100;
    font-size: 12px;
   color: #3e3e3e;
}
.new-footer-ul {
    margin-top: 10px;
    margin-bottom:5px;
	min-height: 60px;
}
.more-d a {
    color: #3e3e3e !important;
    font-family: 'OpenSans-Regular', sans-serif !important;
    font-size: 13px;
	text-decoration:underline;
}
.more-d a:over,.more-d a:focus{
	text-decoration:underline;
}
.company-about p{
	font-size:16px;
	color:#3e3e3e;
}
.cms-title p{
	font-size:14px;
	color:#3e3e3e;
    margin: 0 0 10px;
}
.cms-ul li a{
	color: #3e3e3e;
    font-size:14px;
    padding: 6px 3px;
    transition: all 0.4s ease-in-out;
	font-family: 'OpenSans-Light', sans-serif !important;
}
.cms-ul li a i{
	font-size:8px;
    margin-right: 4px;
}
.nb-copyright .copyrt {
    margin-top:10px;
}
.nb-copyright {
    background: #d95548;
    padding-bottom: 10px;
}
.nb-copyright .copyrt h6 {
    color: #fff;
    font-size: 14px;
	font-family: 'OpenSans-Light', sans-serif !important;
}
.nb-copyright .copyrt a {
    color: #fff;
    font-size: 14px;
	font-family: 'OpenSans-Light', sans-serif !important;
}

/*********** Footer end ************/


.error
{
    color: red;
}


/*---social media link---*/

.social-icon-footer p {
    font-size: 14.18px;
    color: #afa6a6;
    margin: 0 0 18px;
    display: inline-block;
}

.social-icon-footer p a {
    color: #fff;
}

.social-icon-footer p a i {
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 30px;
    color: #fff;
    background-color: #fac122;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    /*margin-top: 13px;*/
    margin-right: 10px;
    font-size: 17px;
    border: 1px solid #FFFFFF;
}

.fb i:hover {
    background-color: #4a6d9d;
}

.tw i:hover {
    background-color: #3bc1ed;
}

.li i:hover {
    background-color: #0b7bb5;
}

.tel i:hover {
    /*background-color: #0088cc;*/
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}


/*---copyrights---*/