* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

/* Custom CSS */
.custom-navbar {
	/* background-color: #333; */
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.navbar-nav {
	gap: 2rem;
}

.navbar-nav .nav-item {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-dark .navbar-nav .nav-link{
	color: #d9b4a8;
}

.custom-navbar .navbar-brand {
	color: #fff;
	font-size: 24px;
}

.custom-navbar .nav-link {
	color: #fff;
}

.custom-navbar .nav-link:hover {
	color: #f8f9fa;
}

.navbar-img-div {
	width: 100%;
	max-width: 158px;
	height: 112px;
}

.logo-navbar-img {
	width: 100%;
	height: 100%;
}

.wave-content-navbar.position-absolute,
.wave-content-navbar.position-absolute .wave-img {
	top: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	max-width: 85%;
	display: flex;
	justify-content: end;
	align-items: flex-start;
}

.button-download-app {
	width: 100%;
	max-width: 167.55px;
	margin-left: 2rem;
}

.custom-button-download-app {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	border: none;
	font-size: 16px;
	font-weight: 500;
	/* color: #190a32; */
	/* background: #ffffff; */
	color: #ffffff;
	background-image: linear-gradient(to right, #8e5a5a, #cc8a9f);
	box-shadow: 3px 4px 25px 0 rgba(198, 58, 149, 0.5);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.custom-button-download-app:hover {
	color: #ffffff;
	background-image: linear-gradient(to right, #8e5a5a, #cc8a9f);
	box-shadow: 3px 4px 25px 0 rgba(198, 58, 149, 0.5);
	z-index: 1;
}

.best-mobile-content {
	height: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
}

h1,
.best-mobile-title {
	font-weight: 600;
	font-size: 70px;
	color: #20435a;
	margin-bottom: 1rem;
}

span,
.showcase-span {
	color: #8e5a6a;
}

p,
.best-mobile-para {
	font-size: 16px;
	font-weight: 400;
	color: #6f6f6f;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

.read-more-btn {
	width: 100%;
	max-width: 156.19px;
	height: 46px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none;
	color: #ffffff;
	background-image: linear-gradient(to right, #8e5a5a, #cc8a9f);
	box-shadow: 3px 4px 25px 0 rgba(198, 58, 149, 0.5);
	z-index: 1;
	margin-top: 1rem;
}

.mobile-image-div.position-relative {
	top: -66px;
}

.mobile-image {
	width: 100%;
	height: 100%;
}

.wave-div-chosse-img.position-absolute,
.wave-div-chosse-img.position-absolute .chosse-img {
	top: 25px;
	left: 0;
	width: 100%;
	z-index: -1;
	max-width: 65%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

h2,
.best-mobile2-title {
	font-size: 36px;
	font-weight: 600;
	color: #000000;
}

.best-mobile2-para {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}

.btns-app-download {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
}

a,
.anchor-apple-btn {
	text-decoration: none;
	width: 100%;
	max-width: 241px;
}

.apple-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	max-width: 241px;
	height: 78px;
	border: none;
	outline: none;
	border-radius: 15px;
	background-image: linear-gradient(to right, #20435a, #638da6);
	box-shadow: 3px 4px 25px 0 rgba(198, 58, 149, 0.5);
	color: #ffffff;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.apple-btn:hover {
	transform: scale(1.05);
	/* Enlarge a bit on hover */
}

.apple-btn.google-btn {
	background: #ffffff;
	color: #000000;
	border: 1px solid #8e5a6a;
	/* border-image-source: linear-gradient(to right, #8e5a6a, #cc8a9f); */
	/* border-image-slice: 1; */
	/* border-width: 2px; */
	border-radius: 15px;
	overflow: hidden;
}

.apple-btn.google-btn .applebtn-para {
	color: #000000;
}

.apple-btn.google-btn .applebtn-title {
	color: #8e5a6a;
}

.applebtn-para {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
}

.applebtn-title {
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
}

h4,
.profile-title {
	font-size: 20px;
	font-weight: 600;
	color: #190a32;
}

.profile-para {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin: 0;
	flex-wrap: wrap;
	word-break: break-all;
}

.profile-lists {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2rem;
	width: 100%;
	padding-left: 0;
}

.profile-list-items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.profile-image-div {
	width: 116px;
	height: 116px;
	border-radius: 50px;
}

.profile-image {
	width: 100%;
	height: 100%;
	border-radius: 50px;
}

.profile-internal-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 1rem;
}

.best-mobile-section3.position-relative {
	margin: 5rem 0;
}

.best-mobile3-content {
	height: 686px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.carousel-container {
	/* overflow: hidden; */
	width: 100%;
	/* Adjust as needed */
	margin: 2rem 0;
}

.carousel {
	display: flex;
	transition: transform 0.5s ease;
	justify-content: center;
	align-items: center;
}

.slide {
	flex: 0 0 26.33%;
	height: 100%;
	margin-right: 4rem;
	margin-bottom: 1rem;
}

.card-image-div {
	width: 118px;
	height: 118px;
	margin-left: -67px;
}

.card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-details-para,
.more-details-para {
	font-size: 14px;
	font-weight: 400;
	color: #638da6;
	margin: 0;
}

.more-details-para {
	color: #666666;
	padding-left: 2.5rem;
	padding-right: 0.5rem;
}

.more-details-para-div {
	width: 100%;
}

.quotation-image-div {
	width: 59px;
	height: 50px;
	position: absolute;
	right: 30px;
	top: 27px;
}

.quotation-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-inner-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.carousel-container .card {
	background-color: #ffffff;
	border: none;
	border-radius: 10px;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
	height: 368px;
	/*overflow-y: auto;*/
}

.wave-div-chosse-img2.position-absolute,
.wave-div-chosse-img2.position-absolute .chosse-img2 {
	right: 0;
	top: 73px;
	width: 100%;
	z-index: -1;
	max-width: 60%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.best-mobile-section5.position-relative {
	margin: 7rem 0;
}

.read-more-btn.send-msg {
	max-width: 187.58px;
}

.form-control {
	border: none;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
	height: 41px;
	font-size: 14px;
	font-weight: 400;
	color: #9e9e9e;
}

.form-label {
	font-size: 14px;
	font-weight: 400;
	color: #190a32;
}

.form-control::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9e9e9e;
}

textarea.form-control {
	height: auto;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #8e5a5a;
	outline: 0;
	box-shadow: 3px 4px 25px 0 rgba(198, 58, 149, 0.5);
}

.footer-section {
	background-image: url("../img/Footer.png");
	background-size: cover;
	/* Adjust as needed: cover, contain, etc. */
	background-repeat: no-repeat;
	background-position: center center;
	/* Additional styling properties */
	width: 100%;
	height: 400px;
}

.footer-content {
	width: 100%;
	max-width: 1174px;
	height: 400px;
	display: flex;
	justify-content: end;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

.bottom-content-footer {
	width: 100%;
	max-width: 1174px;
	display: flex;
	justify-content: end;
	flex-direction: column;
	align-items: center;
	margin: 2rem auto 0;
}

.slide:last-child {
	margin-right: 0;
}

.bottom-content-footer .copyright-para {
	border-top: 2px solid rgba(255, 255, 255, 0.23);
	width: 100%;
	text-align: center;
	margin: 0;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #dddddd;
}

.color-details,
.product-details-price {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.footer-para {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	max-width: 941px;
	margin: 2rem auto;
	line-height: 25px;
}

.social-icons-list {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}

.social-icons-item,
.social-icons-atag {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.best-mobile-section.new-bg,
.new-bg {
	background-color: #ffffff;
}

.best-mobile-content.text-center {
	height: 300px;
	justify-content: end;
}

.accordion {
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.3s ease;
	padding: 1.5rem 1.25rem;
}

.accordion-body {
	padding: 0.5rem 1.5rem;
}

.list-unstyled {
	margin-bottom: 0;
}

.card,
.accordion-item {
	border: none;
}

.accordion-header {
	width: 100%;
	line-height: 50px;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.list-unstyled li {
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
}

.list-unstyled li a {
	font-size: 18px;
	font-weight: 600;
	color: #666666;
}

.list-unstyled li a.active {
	color: #ff3494;
}

.list-unstyled li::before {
	content: "\2022";
	color: #ff3494;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.card-img-top {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.name-title {
	font-size: 26px;
	font-weight: 600;
	color: #000000;
}

.price-title {
	font-size: 27px;
	font-weight: bold;
	color: #000000;
}

.card-text {
	margin: 0.5rem 0 1rem;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
}

.read-more-btn.buy {
	max-width: 139px;
}

.pagination {
	display: flex;
	gap: 1rem;
}

.page-item {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.page-item.active .page-link,
.page-item .page-link:hover {
	background-color: #ff3494;
	color: #ffffff;
}

.page-item:last-child .page-link:hover span,
.page-item:first-child .page-link:hover span {
	color: #ffffff;
}

.page-item:last-child .page-link span,
.page-item:first-child .page-link span {
	font-size: 25px;
	font-weight: 400;
	color: #000000;
}

.page-link:focus {
	box-shadow: none;
	background-color: #ffffff;
}

.page-link {
	border-radius: 10px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	width: 40px;
	height: 40px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 10px;
}

.img-div-productDetails {
	width: 100%;
	height: 450px;
	border-radius: 20px;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.img-div-productDetails img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.read-more-btn.productDetailsBuyBtn {
	max-width: 159px;
	height: 56px;
}

.productDetails-title {
	font-size: 32px;
	font-weight: 600;
	color: #000000;
}

.productDetails-title-price {
	font-weight: bold;
}

.lead.card-text {
	font-size: 20px;
	margin-top: 1rem;
}

.input-group.productDetail-div {
	width: 100%;
	max-width: 170px;
	height: 50px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.form-control.productDetail-text {
	border: none;
	height: 50px;
	background-color: transparent;
	outline: none;
	position: absolute;
	width: 100%;
}

.form-control.productDetail-text::placeholder {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.productDetail-text {
	text-align: center;
	position: absolute;
	font-size: 22px;
	font-weight: 600;
	height: 50px;
	color: #000000;
	background-color: transparent;
	border: none;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.input-group-text.productDetail-text {
	z-index: 3;
	cursor: pointer;
	user-select: none;
}

.profile-title.line-height {
	line-height: 50px;
}

.productDetail-text.left {
	left: 0;
}

.productDetail-text.right {
	right: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.productDetails-titleNew {
	font-size: 38px;
	font-weight: 600;
	color: #000000;
}

.btn.filter-btn {
	width: 100%;
	height: 46px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none;
	color: #ffffff;
	background-image: linear-gradient(to right, #8e5a5a, #cc8a9f);
	box-shadow: 3px 4px 25px 0 rgba(198, 58, 149, 0.5);
	z-index: 1;
}

.btn.filter-btn span {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.card-header.card-bg {
	background-color: #ffffff;
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #8e5a6a;
}

.bg-image.t-shirt-div {
	width: 100%;
	max-width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tshirt-image {
	object-fit: cover;
	width: 100%;
	max-width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease;
	/* Smooth transition effect */
}

.bg-image.t-shirt-div:hover .tshirt-image {
	transform: scale(1.2);
	/* Zoom in by 20% on hover */
}

h5.productDetails-title {
	font-size: 25px;
}

.price-product {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.read-more-btn.productDetailsBuyBtn.max-width-adjust {
	max-width: 200px;
}

.card-body {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.mx-width {
	max-width: 100% !important;
}

.jumbotron-flat {
	background-color: solid #4db8ff;
	height: 100%;
	border: 1px solid #4db8ff;
	background: white;
	width: 100%;
	text-align: center;
	overflow: auto;
}

.paymentAmt {
	font-size: 80px;
}

.centered {
	text-align: center;
}

.title {
	padding-top: 15px;
}

.navbar-brand {
	float: none !important;
}

/* .section-navbar .navbar-collapse.collapse {
	display: flex !important;
} */

.form-horizontal .control-label {
	text-align: left !important;
}

.bfh-selectbox .bfh-selectbox-toggle {
	display: block;
	padding: 6px 24px 6px 12px;
	text-decoration: none;
	width: 100%;
	max-width: 100%;
}

.bfh-selectbox .bfh-selectbox-options {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	/* min-width: 90px; */
	padding: 5px 0;
	margin: -1px 0 0;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	width: 100%;
}

.bfh-selectbox .bfh-selectbox-options ul {
	max-width: 100% !important;
	max-height: 200px;
	padding: 0;
	margin: 5px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
}

.bfh-selectbox .bfh-selectbox-options ul li>a {
	display: block;
	width: 100%;
	min-height: 26px;
	padding: 3px 20px;
	overflow-x: hidden;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.panel-title {
	font-size: 25px !important;
}

.wrap {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.signup-link {
	color: #b3737f;
}

.signup-link:hover {
	color: #6a4263;
}

.checkbox-wrap {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #190a32;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.read-more-btn.send-msg.signin {
	max-width: 100%;
	margin-top: 0px;
	padding-top: 0;
}

.form-control:focus,
.form-control:active {
	border: 1px solid #8e5a5a !important;
}

.forgot-password {
	font-size: 16px;
	font-weight: 400;
	color: #190a32;
}

/* Style the checkmark/indicator */
.checkbox-primary {
	color: #b3737f;
}

.checkbox-primary input:checked~.checkmark:after {
	color: #b3737f;
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked~.checkmark:after {
	display: block;
	content: "\f14a";
	font-family: "FontAwesome";
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	width: 17px;
	height: 17px;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "\f0c8";
	font-family: "FontAwesome";
	position: absolute;
	color: rgba(0, 0, 0, 0.1);
	font-size: 20px;
	top: -6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus,
.form-control:active {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #01d28e;
}

.field-icon {
	position: absolute;
	top: 38%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
}

.form-control-placeholder {
	position: absolute;
	top: 2px;
	padding: 7px 0 0 15px;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	opacity: .6;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
	-webkit-transform: translate3d(0, -120%, 0);
	transform: translate3d(0, -120%, 0);
	padding: 7px 0 0 0;
	opacity: 1;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #190a32;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-download-app.btns-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	max-width: 33%;
}
.img-profile {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

.profile-img-user {
    border-radius: 50%;
    max-width: 32px;
    max-height: 32px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropdown.btn.btn-lg.btn-job-seeker.user-content, .btn-job-seeker.background-btn-color.height-header {
    width: 160px !important;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	margin-left: 1rem;
}

.nav-link.atag-header.p-0.dropdown-toggle {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.name-user {
    color: #ffffff;
}

.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: baseline;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    color: #ffffff;
}

.dropdown.btn.btn-lg.btn-job-seeker.user-content, .btn-job-seeker.background-btn-color.height-header {
    width: 160px !important;
    height: 46px;
    display: flex;
    justify-content: center;
	gap: 0.5rem;
    align-items: center;
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 1.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.btn-job-seeker {
    /* background-color: #ffffff !important; */
	background-image: linear-gradient(to right, #8e5a5a, #cc8a9f);
    border-radius: 13px !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px !important;
    font-weight: bold !important;
    outline: none;
}

.dropdown-menu.show, .dropdown-menu.active {
    display: block;
}

@media (prefers-reduced-motion: reduce) {
	.checkmark:after {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media (max-width: 1199px) {
	.slide {
		flex: 0 0 29.33%;
		margin-right: 3rem;
	}

	.profile-para br{
		display: none;
	}

	.card-image-div {
		margin-left: -44px;
	}

	.quotation-image-div {
		right: 10px;
	}
}

@media (max-width: 991px) {
	.best-mobile-section {
		margin: 2rem;
	}

	.button-download-app.btns-flex {
		justify-content: flex-start;
		max-width: 100%;
		margin-bottom: 1rem;
	}

	.best-mobile-section.new-bg {
		margin: 0rem;
	}

	.custom-navbar {
		/* background-color: #333; */
		height: auto;
	}

	.navbar-collapse.justify-content-end.collapse.show {
		background-color: #6a4263;
		padding: 20px;
		margin-top: 1rem;
		z-index: 1;
	}

	.navbar-nav .nav-item {
		justify-content: flex-start;
	}

	.button-download-app {
		margin-left: 0;
		margin-top: 2rem;
	}

	.navbar-dark .navbar-toggler {
		color: #6a4263;
		border-color: #6a4263;
		cursor: pointer;
	}

	h1,
	.best-mobile-title {
		font-size: 40px;
	}

	.mobile-image-div.position-relative {
		top: 0;
	}

	.best-mobile-content {
		height: 400px;
	}

	h2,
	.best-mobile2-title {
		font-size: 28px;
	}

	.applebtn-para {
		font-size: 16px;
	}

	.applebtn-title {
		font-size: 16px;
	}

	.apple-btn {
		gap: 0.5rem;
	}

	.carousel {
		flex-wrap: wrap;
	}

	.slide {
		flex: 0 0 42.33%;
	}

	.card-image-div {
		margin-left: -60px;
	}
}

@media (max-width: 973px) {
	.footer-para {
		margin: 2rem 0;
		padding: 0 1rem;
	}
}

@media (max-width: 767px) {
	.apple-btn {
		gap: 1.5rem;
	}

	.slide {
		flex: 0 0 66.33%;
		margin-right: 0rem;
	}
}

@media (max-width: 457px) {
	.footer-section {
		height: 460px;
	}

	.footer-content {
		height: 460px;
	}
}

@media (max-width: 480px) {

	.wave-content-navbar.position-absolute,
	.wave-content-navbar.position-absolute .wave-img {
		top: 0;
		right: 0;
		width: 100%;
		z-index: -1;
		max-width: 78%;
		display: flex;
		justify-content: end;
		align-items: flex-start;
	}
}

@media (max-width: 401px) {
	.footer-section {
		height: 500px;
	}

	.footer-content {
		height: 500px;
	}

	.pagination {
		flex-wrap: wrap;
	}
}

@media (max-width: 391px) {
	.btns-app-download {
		justify-content: center;
		flex-wrap: wrap;
	}

	.slide {
		flex: 0 0 80.33%;
	}
}

@media (max-width: 388px) {
	.best-mobile-content {
		height: 534px;
	}
}