body {
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

#form-modal .modal-header {
	border: none;
}
#form-modal .modal-footer {
	border: none;
	margin-bottom: 20px;
}
#form-modal {
	padding-left: 0 !important;
}

.modal-dialog {
	margin: 0;
	padding: 0.5rem !important;
}

.modal.show .modal-dialog {
	max-width: 80%;
	margin: 1.75rem auto;
}
#only-firstname-error{
	opacity: 1 !important;
	display: none;
}
@media (max-width: 576px) {
	.modal-dialog {
		width: 100%;
		max-width: 100% !important;
	}
}

body #best-match {
	text-align: center;
}

body #best-match .container h1 {
	margin-top: 20px;
}

body #best-match .container .bullets {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
}

body #best-match .container .bullets .back {
	display: inline;
}

body #best-match .container .bullets .fa {
	vertical-align: text-top;
	line-height: 0.9;
}

body #best-match .container .bullets .fa-arrow-left {
	margin-right: 15px;
	color: purple;
}

body #best-match .container .bullets .bullet1,
body #best-match .container .bullets .bullet2,
body #best-match .container .bullets .bullet3,
body #best-match .container .bullets .bullet4,
body #best-match .container .bullets .bullet5,
body #best-match .container .bullets .bullet6 {
	width: 15px;
	height: 15px;
	background-color: lightgray;
	border-radius: 100%;
	display: inline-block;
}

body #best-match .container .bullets .active {
	background-color: #4e3266;
}

body #best-match .container .steps .step1 h3 {
	margin-top: 15px;
}

body #best-match .container .steps .step1 .faces {
	margin-top: 30px;
}

body #best-match .container .steps .step1 .faces .fa {
	display: inline-block;
	font-size: 120px;
	margin: 0 10px;
	position: relative;
}

body #best-match .container .steps .step1 .faces .fa:hover {
	cursor: pointer;
	opacity: 0.7;
}
body #best-match .container .steps .step1 .faces .fa .check {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 20px;
	opacity: 0;
}
@media (max-width: 500px) {
	body #best-match .container .steps .step1 .faces .fa .check {
		width: 60px;
		left: 6px;
		top: 17px;
	}
}
body #best-match .container .steps .step1 .faces .fa-frown-o {
	color: red;
}

body #best-match .container .steps .step1 .faces .fa-meh-o {
	color: orange;
}

body #best-match .container .steps .step1 .faces .fa-smile-o {
	color: green;
}

@media (max-width: 500px) {
	body #best-match .container .steps .step1 .faces .fa {
		font-size: 80px;
	}
	body #best-match .container .bullets {
		margin-top: 0;
	}
}

@media (max-width: 358px) {
	body #best-match .container .steps .step1 .faces .fa {
		font-size: 70px;
	}
}

body #best-match .container .steps .step2 .box {
	height: 100%;
	width: 100%;
	padding: 30px 0;
	color: white;
}

@media (max-width: 500px) {
	.step2 h3 {
		font-size: 1.2rem;
	}
	body #best-match .container .steps .step2 .box {
		padding: 10px 0;
	}
	body #best-match .container .steps .step2 .box p {
		margin-top: 4px;
		margin-bottom: 0;
		font-size: 13px;
	}
	body #best-match .container .steps .step2 .m-b-30 {
		margin-bottom: 10px !important;
	}
	body #best-match .container .steps .step2 .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	body #best-match .container .steps .step2 .col-6 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
}
body #best-match .container .steps .step2 .box:hover {
	opacity: 0.8;
	cursor: pointer;
}
body #best-match .container .steps .step2 .box .fa {
	font-size: 40px;
}

body #best-match .container .steps .step2 .box1 {
	background-color: #d30ed3;
}

body #best-match .container .steps .step2 .box2 {
	background-color: #048383;
}

body #best-match .container .steps .step2 .box3 {
	background-color: #79a04c;
}

body #best-match .container .steps .step2 .box4 {
	background-color: #5d5df0;
}

body #best-match .container .steps .step2 .box5 {
	background-color: lightskyblue;
}

body #best-match .container .steps .step2 .box6 {
	background-color: green;
}

body #best-match .container .steps .step2 .box7 {
	background-color: lightcoral;
}

body #best-match .container .steps .step2 .box8 {
	background-color: orange;
}
body #best-match .container .steps .step2 .check-box {
	width: 80px;
	position: absolute;
	left: calc(50% - 30px);
	top: 5px;
	opacity: 0;
}
body #best-match .container .steps .step3 .box {
	height: 100%;
	width: 100%;
	padding: 30px 0;
	color: white;
}

body #best-match .container .steps .step3 .box:hover {
	opacity: 0.8;
	cursor: pointer;
}

@media (max-width: 500px) {
	.step3 h3 {
		font-size: 1.2rem;
	}
	body #best-match .container .steps .step3 .box {
		padding: 10px 0;
	}
	body #best-match .container .steps .step3 .box p {
		margin-top: 4px;
		margin-bottom: 0;
		font-size: 13px;
	}
	body #best-match .container .steps .step3 .m-b-30 {
		margin-bottom: 10px !important;
	}
	body #best-match .container .steps .step3 .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	body #best-match .container .steps .step3 .col-6 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
}

body #best-match .container .steps .step3 .box .fa {
	font-size: 40px;
}

body #best-match .container .steps .step3 .box1 {
	background-color: #d30ed3;
}

body #best-match .container .steps .step3 .box2 {
	background-color: #048383;
}

body #best-match .container .steps .step3 .box3 {
	background-color: #79a04c;
}

body #best-match .container .steps .step3 .box4 {
	background-color: #5d5df0;
}

body #best-match .container .steps .step3 .box5 {
	background-color: lightskyblue;
}

body #best-match .container .steps .step3 .box6 {
	background-color: green;
}

body #best-match .container .steps .step3 .box7 {
	background-color: lightcoral;
}

body #best-match .container .steps .step3 .box8 {
	background-color: orange;
}
body #best-match .container .steps .step3 .check-box {
	width: 80px;
	position: absolute;
	left: calc(50% - 30px);
	top: 5px;
	position: absolute;
	opacity: 0;
}
body #best-match .container .steps .step3 .box .svg {
	width: 40px;
}
body #best-match .container .steps .step4 .horoscope {
	position: relative;
}
@media (max-width: 500px) {
	body #best-match .container .steps .step4 .horoscope p {
		font-size: 13px;
	}
}
body #best-match .container .steps .step4 .horoscope .horoscope-img {
	max-width: 100%;
}
body #best-match .container .steps .step4 .horoscope .horoscope-img:hover {
	opacity: 0.8;
	cursor: pointer;
}
body #best-match .container .steps .step4 .check-box {
	width: 80px;
	position: absolute;
	left: calc(50% - 35px);
	top: 44px;
	position: absolute;
	/* opacity: 0; */
	display: none;
}
@media (max-width: 991px) {
	body #best-match .container .steps .step4 .check-box {
		width: 75px;
		left: calc(50% - 35px);
		top: 20px;
	}
}
@media (max-width: 767px) {
	body #best-match .container .steps .step4 .check-box {
		width: 80px;
		left: calc(50% - 35px);
		top: 40px;
	}
}
@media (max-width: 430px) {
	body #best-match .container .steps .step4 .check-box {
		width: 55px;
		left: calc(50% - 25px);
		top: 20px;
	}
}

/* body #best-match .container .steps .step5 .error-name{
    opacity: 0;
    margin-bottom: -15px;
    color: red;
} */

@media (max-width: 500px) {
	.step5 h3 {
		font-size: 1.2rem;
	}
	body #best-match .container .steps .step5 .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	body #best-match .container .steps .step5 .col-4 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
}

body #best-match .container .steps .step6 img {
	max-width: 100%;
}
body #best-match .container .steps .step6 .check-box {
	position: absolute;
	width: 60px;
	top: 15px;
	left: calc(50% - 22px);
	/* opacity: 0; */
	display: none;
}
@media (max-width: 500px) {
	.step6 h3 {
		font-size: 1.2rem;
	}
}
@media (max-width: 470px) {
	body #best-match .container .steps .step6 .check-box {
		top: 0;
	}
	body #best-match .container .steps .step6 p {
		font-size: 12px;
	}
}
.silhouette:hover {
	opacity: 0.7;
	cursor: pointer;
}
.hidden-input {
	display: none;
}
.error-silhouette {
	color: red;
	display: none;
}
body #best-match .container .steps .step7 img {
	margin-bottom: 30px;
}
body #best-match .container .steps .btn-step {
	margin-bottom: 20px;
	background-color: #9f5f9e;
	border-color: white;
	color: white;
	padding: 15px 50px;
	font-weight: 700;
	margin-top: 30px;
}
@media (max-width: 500px) {
	.step7 h3 {
		font-size: 1.2rem;
	}
}
body #best-match .container .steps .stepX .box {
	height: 100%;
	width: 100%;
	padding: 30px 0;
	color: white;
}

body #best-match .container .steps .stepX .box .fa {
	font-size: 40px;
}

body #best-match .container .steps .stepX .box1 {
	background-color: #5f9907;
}

body #best-match .container .steps .stepX .box2 {
	background-color: #0a67be;
}

body .m-b-30 {
	margin-bottom: 30px !important;
}

.step-no-display {
	display: none !important;
}
.no-opacity {
	opacity: 0;
}
.checked {
	color: beige !important;
}
/* .checked::before {
    content: "\f00c";
} */
.chosen {
	/* background-color: beige !important; */
	color: #d8d8d8 !important;
	opacity: 0.9;
}
.back-s2:hover,
.back-s3:hover,
.back-s4:hover,
.back-s5:hover,
.back-s6:hover {
	cursor: pointer;
}
#header {
	background-image: url('../../img/landing/15/002.jpg');
	width: 100%;
	height: 550px;
	position: relative;
	background-size: cover;
	/* background-position: center; */
	background-position: 0px -100px;
}

@media (max-width: 1370px) {
	#header {
		background-position: center;
	}
}

body #login-bar {
	padding: 10px;
	background-color: #460b452a;
}
body #login-bar button {
	background-color: #9f5f9e;
	color: white;
	padding: 6px 30px 9px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 30px;
	line-height: normal;
}
body #login-bar button:hover {
	background-color: #993c97;
}
body #login-bar input {
	margin: 0 5px;
}
@media (max-width: 767px) {
	body #login-bar input {
		margin: 0 5px 5px;
	}
}
body #login-bar a {
	margin-left: 180px;
	font-size: 0.8rem;
	color: white;
}

@media (max-width: 575px) {
	body #login-bar a {
		margin-left: 160px;
	}
}
body nav .container-fluid {
	position: relative;
}

body nav .navbar-brand {
	background-color: #9f5f9ec4;
	padding: 85px 22px 10px;
	border-radius: 15px;
	margin-top: -85px;
}
@media (max-width: 1200px) {
	body nav .navbar-brand {
		/* background-color: #9f5f9ec4; */
		padding: 10px 12px 10px;
		border-radius: 15px;
		margin-top: 0;
	}
}
body nav .nav-btn-login,
body nav .nav-btn-register {
	/* background-color: transparent; */
	background-color: rgba(255, 255, 255, 0.219);
	border-color: white;
	color: white;
	position: absolute;
}
body nav .nav-btn-login:hover,
body nav .nav-btn-register:hover {
	/* background-color: transparent; */
	background-color: #9f5f9e6e;
	color: white;
}
body nav .nav-btn-register {
	right: 0;
	top: 0;
}
body nav .nav-btn-login {
	right: 110px;
	top: 0;
}
@media (max-width: 630px) {
	body nav .nav-btn-register {
		display: none;
	}
	body nav .nav-btn-login {
		right: 0;
	}
}
@media (max-width: 385px) {
	body nav img {
		width: 150px;
		height: auto;
	}
	body nav .nav-btn-login {
		padding: 9px 14px;
		top: 1px;
	}
}

#header-content {
	color: white;
	text-align: center;
	margin-top: 60px;
	padding: 40px 0;
}
#header-content h1 {
	margin-bottom: 20px;
}
#header-content h5 {
	margin-bottom: 30px;
}
#header-content button {
	margin-bottom: 20px;
	/* background-color: rgba(255, 255, 255, 0.219); */
	background-color: #9f5f9e6e;
	border-color: white;
	color: white;
	padding: 15px 50px;
	font-weight: 700;
}
#header-content button:hover {
	background-color: rgba(255, 255, 255, 0.219);
}
#header-content .header-content-offer {
	margin-top: 30px;
}
#what-is h1 {
	padding: 40px 0 30px 0;
}
#what-is .fa-star-size {
	font-size: 8em;
	/* color: #9f5f9e; */
	color: #54a747;
	text-shadow: 3px 4px 10px rgba(128, 128, 128, 0.705);
}
#what-is h3 {
	/* color: #9f5f9e; */
	color: #54a747;
	padding: 10px 0;
}
#how-it h1 {
	padding: 5px 0 15px;
}
#how-it h4 {
	padding: 25px 0 25px;
	color: #9f5f9e;
}
#how-it .number-o {
	width: 40px;
	height: 40px;
	border: 2px solid #9f5f9e;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	color: #9f5f9e;
	margin-top: 20px;
	box-shadow: 3px 4px 10px rgba(128, 128, 128, 0.705);
}
#prepare {
	padding: 25px 15px;
	/* background-color: #9f5f9e3b; */
	background-color: aliceblue;
	margin-top: 50px;
	margin-bottom: 50px;
}
#prepare hr {
	border-top: 1px solid #9f5f9e;
}
#testimonials button,
#right4you button,
#find_yours button {
	margin-bottom: 20px;
	/* background-color: rgba(255, 255, 255, 0.219); */
	/* background-color: #9f5f9e; */
	background-color: #54a747;
	border-color: white;
	color: white;
	padding: 15px 50px;
	font-weight: 700;
	margin-top: 30px;
}
#testimonials button:hover,
#right4you button:hover,
#find_yours button:hover {
	/* background-color: #853e83; */
	background-color: #318b23;
}
#find_yours button {
	margin-top: 0;
}
#right4you .fa-stack-1x,
#right4you .fa-stack-2x {
	left: unset;
}
#right4you .fa-a {
	top: 33px;
	font-size: 2.3em;
	text-align: right;
	position: absolute;
	right: -94px;
	left: unset;
	color: white;
}
#right4you .fa-b {
	font-size: 5em;
	text-align: right;
	position: absolute;
	/* right: 0px; */
	right: -70px;
	/* color: #9f5f9e; */
	color: #54a747;
}
#i-lock .fa-a {
	right: -92px;
}
#right4you .col-sm-10 {
	margin-top: 15px;
}
#find_yours p {
	margin: 15px 0;
}
#offer {
	color: black;
}
#offer .card {
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 20px;
}
#offer .card-header {
	background-color: #9f5f9e;
	color: white;
}
#offer .card-header h3 {
	margin-top: 0.5rem;
	font-weight: 600;
}
#offer .offer-container {
	/* background-color: #ecabeb11; */
	/* padding: 30px 20px; */
	color: black;
}
#offer .card-body {
	/* background-color: #ecabeb11; */
	background-color: aliceblue;
}
#offer .card-body .offer-container ul li {
	margin: 10px 0;
	color: rgb(87, 87, 87);
}
@media (max-width: 1199px) {
	#right4you .fa-b {
		right: -50px;
	}
	#right4you .fa-a {
		right: -75px;
	}
	#i-lock .fa-a {
		right: -73px;
	}
}
@media (max-width: 991px) {
	#right4you .fa-b {
		left: -15px;
	}
	#right4you .fa-a {
		right: -10px;
	}
	#i-lock .fa-a {
		right: -8px;
	}
}
@media (max-width: 767px) {
	#right4you .fa-b {
		left: -15px;
	}
	#right4you .fa-a {
		right: -10px;
	}
	#i-lock .fa-a {
		right: -8px;
	}

	#header-content button, #testimonials button, #right4you button, #find_yours button {
		padding: 15px;
	}
}
@media (max-width: 575px) {
	#right4you .fa-b {
		left: -21px;
	}
	#right4you .fa-a {
		right: -3px;
	}
	#i-lock .fa-a {
		right: -1px;
	}
	#right4you .col-sm-2 {
		text-align: center;
		margin-bottom: 50px;
	}
	.center-575 {
		text-align: center;
	}

	html, body {
		overflow-x: hidden;
	}

	nav.navbar .container-fluid {
		justify-content: space-between;
		padding: 0;
	}

	nav.navbar .container-fluid a.navbar-brand{
		margin-right: 0;
	}
	nav.navbar .container-fluid button.nav-btn-login {
		left: 0;
	}	
}
#mediums-list .profile-image-div .image img {
	max-width: 80%;
	margin-bottom: 15px;
}

#mediums-list .medium-description h3 {
	margin-top: 13px;
}
#mediums-list .profile-text h3:first-child {
	color: #9f5f9e;
}

#mediums-list .profile-text h5 {
	color: rgb(173, 173, 173);
}

@media (max-width: 767px) {
	#mediums-list .profile-image-div .image img {
		max-width: 45%;
	}
	#mediums-list .profile-image-div {
		text-align: center;
	}
	#mediums-list h3,
	#mediums-list h5 {
		text-align: center;
	}
}
body #footer {
	/* background-color: #9f5f9e; */
	padding: 15px 0;
	/* color: white; */
	color: black;
	margin-top: 30px;
	position: relative;
}
body #footer ul {
	margin: 0 auto 20px;
}
body #footer a {
	/* color: #e0dfdf; */
	color: rgba(0, 0, 0, 0.836);
}
body #footer a:hover {
	/* color: #e0dfdf; */
	color: #9f5f9e;
}

/* Global */
.seperator {
	text-align: center;
	width: 50%;
	background-color: rgba(211, 211, 211, 0.609);
	height: 1px;
	margin: 30px auto;
}
.color-gold {
	color: gold;
}
.mb-25 {
	margin-bottom: 25px !important;
}

.error-input {
	border: 1px solid red;
}

.error-name,
.error-day,
.error-month,
.error-year,
.error-email,
.error-password,
.error-checkbox {
	opacity: 0;
	margin-bottom: -15px;
	color: red;
}

label.checkbox {
	max-width: 100%;
	text-align: left;
	font-size: 13px;
}
.btn-step-submit {
	margin: 0 !important;
}

@media (min-width: 991px) {
	.modal-dialog {
		max-width: 60%;
	}
}
@media (max-width: 500px) {
}

body #best-match .container .bullets .steps h3 {
	font-size: 1.45rem !important;
}

.step5 .step5-sub2.substep-show {
	font-size: 1.45rem !important;
}

.modal .modal-dialog .modal-content .modal-body {
	padding-bottom: 15px !important;
}

body #best-match .container .steps .step2 .box p {
	font-size: 0.75rem !important;
	padding-top: 10px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

body #best-match .container .steps .step3 .box p {
	font-size: 0.75rem !important;
	padding-top: 10px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/* NEW ADDITIONS FOR FIX & update -- Ddec023 */

body #best-match .container .steps .step4 .horoscope p {
	word-wrap: break-word !important;
}

.font-correction-field {
	.form-control {
		font-size: 0.88rem;
	}
}

body #best-match .container .steps .step4 .horoscope p {
	font-size: 0.675rem !important;
	padding-top: 8px;
}

body #best-match .container .steps .step2 .box p.custom-reduce-font {
	font-size: 0.7rem !important;
}

body #best-match .container .steps .step2 .box p {
	overflow-wrap: break-word;
	word-wrap: break-word; /* For older browsers */
}

body #best-match .container .steps .step3 .box p {
	overflow-wrap: break-word;
	word-wrap: break-word; /* For older browsers */
}

.modal .modal-dialog .modal-content .modal-body {
	padding-bottom: 32px !important;
}

body nav .nav-btn-login {
	position: relative;
	right: 0;
	left: -1rem;
	width: auto;
	margin: 0 0 0 auto;
}

body nav .nav-btn-register {
	position: relative;
	right: 0;
	left: 0;
	width: auto;
	margin: 0 0 0 0;
}

body #best-match .container .steps [class^='step'] h2 {
	font-size: 1.7rem !important;
}

body #best-match .container .steps [class^='step'] h3 {
	font-size: 1.5rem !important;
	padding-top: 1.5rem;
}

body #best-match .container .steps .step6 h4 {
	font-size: 1.35rem;
}

body #best-match .container .steps p[class^='error'] {
	font-size: 1rem !important;
}

body #best-match .container .steps [class^='step'].substep-show label {
	font-size: 1.32rem !important;
}

@media (max-width: 576px) {
	body #best-match .container .steps p[class^='error'] {
		font-size: 0.885rem !important;
	}
}

/* Selctor - Cutom - Other Classes - to eventually generic */
.p-top-SM {
	padding-top: 12.5px !important;
}

.p-btm-MD {
	padding-bottom: 20px !important;
}
