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

	/* For mobile phones: */
	#main-div {
		width: 100% !important;
	}

	.plus {
		margin: 0px 91px !important;
		font-size: 25px !important;
	}
}


#main-div-one {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 97vh;
	gap: 80px;
	justify-content: center;
	align-items: center;
	font-family: 'Lato', sans-serif;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../../assets/images/LoveCalculatorBackground.jpeg");

	@media screen and (max-width: 726px) {
		background-size: cover;

	}

	p {
		position: absolute;
		bottom: 0%;
		transform: translateY(0%);
		font-weight: 600;
		color: white;
		font-size: 20px !important;

		@media screen and (max-width: 726px) {
			font-size: 16px !important ;
		}
	}

	button {
		background-color: #ffdae0;
		color: #ff6c82;
		font-size: larger;
		padding: 10px 30px;
		border-radius: 50px;
		border: 1px solid #919191;
		filter: drop-shadow(2px 4px 0px #ffdae0);
	}
}

#main-div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;

	@media screen and (max-width: 726px) {
		flex-direction: column;
		gap: 4px
	}

	img {
		height: 40px;
	}

	input {
		border: 3px solid white;
		background: transparent;
		border-radius: 8px;
		padding: 4px 0px;
		text-align: center;
		color: white;



		&::placeholder {
			color: white;
			font-size: 14px;
			text-align: center;
			font-size: large;
		}

		&:focus {
			outline: none;
		}
	}
}

.love-header {
	text-align: center;
	align-items: center;
	height: 38px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	background-color: #FFB6C1;
	font-size: 30px;
	color: black;

}

.content {
	align-items: center;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	height: 229px;
	border: 1px solid white;
}

.love-footer {
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	background-color: #efefef;
	height: 37px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
}

.user-input {
	margin-top: 41px;
}

.user-button {
	margin-top: 29px;
}

#fname,
#sname {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.plus {
	margin: 0px 10px;
	font-size: 25px;
}

button {
	background-color: #3DDB87;
	border: none;
	padding: 10px 100px;
	font-weight: 800;
	font-size: 15px;
}

.result {
	margin-top: 25px;
}

#lovedata {
	padding: 10px 0px;
	text-align: center;
}


.section-for-show-astrologer-btn {
	margin: 5% auto;
	border-radius: 10px;
	max-width: 85%;
	background-color: #ffdd11d9 !important;
}

.show-astrologer-para {
	text-align: center;
	font-size: 20px !important;
	font-weight: 500;
	margin: 2% auto;
	max-width: 70%;
}

.astrologer-btn-call {
	transition-delay: background-color 2s;
	border-radius: 30px !important;
	background-color: #fff !important;
	color: #000 !important;
	font-weight: 500 !important;
	box-shadow: 1px 1px 4px #919191 !important;
	padding: 13px 50px 13px 50px !important;
	margin-bottom: 5% !important;
	text-decoration: none;
	border: none !important;
}

.astrologer-btn-call:hover {
	border-radius: 30px !important;
	background-color: #a79d9d !important;
	color: #000 !important;
	font-weight: 500 !important;
	box-shadow: 1px 1px 4px #919191 !important;
	padding: 13px 50px 13px 50px !important;
	margin-bottom: 5% !important;
	text-decoration: none;
	border: none !important;
}

.astrologer-btn-icon {
	padding-right: 10px;
	color: #bd202e;
}

.title-attach-up-heading {
	margin-bottom: -27px !important;
	text-decoration: none;
	border: 2px solid #ccc;
	padding: 6px !important;
	margin: 10px auto;
	max-width: 60% !important;
	border-radius: 30px;

}

.know-more-link {
	cursor: pointer;
	text-decoration: none;
}

.love-form-btn {
	padding: 10px 60px 10px 60px !important;
	border-radius: 30px;
	background-color: #af2929;
	font-weight: 550;
}

.love-form-btn-check-again {
	padding: 10px 60px 10px 60px !important;
	border-radius: 30px;
	background-color: #ffdd11 !important;
	color: #000 !important;
	font-weight: 550;
}

@media screen and (max-width: 800px) {
	.love-form-btn {
		padding: 6px 11px 6px 14px !important;
		border-radius: 30px;
		background-color: #af2929;
		font-weight: 550;
	}

	.love-form-btn-check-again {
		padding: 6px 11px 6px 14px !important;
		border-radius: 30px;
		background-color: #ffdd11 !important;
		color: #000 !important;
		font-weight: 550;
	}
}


/* bg css */

html,
body {
	height: 100%
}

.bg_heart {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0% !important;
}

.heart {
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-m-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.heart:before {
	position: absolute;
	top: -50%;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: 100%;
}

.heart:after {
	position: absolute;
	top: 0;
	right: -50%;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: 100%;
}

@-webkit-keyframes love {
	0% {
		top: 110%
	}
}

@-moz-keyframes love {
	0% {
		top: 110%
	}
}

@-ms-keyframes love {
	0% {
		top: 110%
	}
}

@keyframes love {
	0% {
		top: 110%
	}
}



@media screen and (min-width: 700px) {
	.for-mobile-call a {
		float: right;
	}

	.for-mobile-chat a {
		float: left;
	}

	.perc_value {
		position: absolute;
		top: 62%;
		left: 31%;
		transform: translate(-50%, -50%);
		font-size: 35px;
		padding: 50px;
		color: #000;
	}
}

@media screen and (max-width: 700px) {
	.perc_value {
		position: absolute;
		margin-top: -27%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		padding: 50px;
		color: #000;
	}


	.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}

	.refresh-icon-for-mobile {
		width: 100%;
	}
}