.mainTitle h1 {
	margin-bottom: 20px;
}

.newBusinessController .mainTitle h1 {
	margin-bottom: 5px;
}

.newBusinessController .text-center {
	text-align: right;
}

.newBusinessController .jb-claim-bussiness {
	display: block;
	text-align: right;
	font-weight: 400;
	margin: 12px 0px 5px 0px;
}

.newBusinessController .location {
	margin-bottom: 8px;
	display: inline-block;
}

/*businessPopUp start*/
.businessPopUp .modal-content {
	box-shadow: none !important;
	border-radius: 4px !important;
	border: none;
}

.businessPopUp .modal-dialog {
	max-width: 602px !important;
	width: 100% !important;
}

.businessPopUp .modal-header {
	background-color: #D4AA58;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px 4px 0 0;
	padding: 11px 15px !important;
	margin: 0;
}

.businessPopUp .modal-header .close {
	margin-top: -2px;
	background: #fff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	opacity: 1;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px !important;
	color: #838383;
	display: flex;
	justify-content: center;
	align-items: center;
}

.businessPopUp .modal-title {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: none;
}

.businessPopUp strong {
	color: #D4AA58;
	font-weight: 600 !important;
}

.businessPopUp .businessName,
.businessPopUp .mobileNumber {
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
}

.businessPopUp .claimBusinessMobileText p {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 300;
}

.businessPopUp .detailNote p {
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 5px;
}

.registerNewBusiness a {
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
}

.businessPopUp .detailNote .contactSupport {
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
	margin-left: 0;
}

.businessPopUp .contact_support_icons a {
	background: #d4aa58;
	display: inline-block;
	border-radius: 50px;
	height: 28px;
	width: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.businessPopUp .contactSupport {
	display: flex;
	gap: 13px;
	align-items: center;
}

.businessPopUp .contactReg {
	margin-left: 20px !important;
}

.businessPopUp span.contact_support_icons {
	display: flex;
	gap: 10px;
}

.businessPopUp .modal-dialog img {
	text-align: center;
	margin: 0 auto;
	width: 16px;
	height: 16px;
}

.businessPopUp .form-group {
	margin-top: 0;
}

.registerNewBusiness {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.registerNewBusinessButton {
	order: 2;
	gap: 20px;
}

.businessPopUp .form-control,
.businessPopUp .tryWithEmail {
	background: #EFEFEF !important;
	border-radius: 4px !important;
	height: 43px !important;
	font-weight: 500;
	font-size: 14px !important;
	color: rgba(0, 0, 0, 0.7) !important;
}

.businessPopUp .iti__selected-flag::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 45px;
	right: 0;
	width: 1px;
	height: 27px;
	background: rgba(0, 0, 0, 0.3);
}

.businessPopUp .modal-header:after,
.businessPopUp .modal-header:before {
	display: none;
}

.businessPopUp .btn {
	padding: 10px 21px;
	font-weight: 400;
	border-color: rgba(0, 0, 0, 0.25);
	color: rgba(0, 0, 0, 0.7);
}

.businessPopUp .btn.btn-jewelxy-gold {
	border-color: transparent;
}

.businessPopUp #div_mobile {
	margin-top: 0;
}

.businessPopUp .claimBusinessEmailText p {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

.businessPopUp .digit-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.businessPopUp #claim_business_login_request_email_title_msg {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

.businessPopUp #claim_business_login_request_email_title_msg a {
	font-weight: 300;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: underline;
}

.businessPopUp #claim_business_login_request_email_title_msg a:hover {
	color: #D4AA58;
}

.businessPopUp .btn.otp-button {
	text-transform: none;
	font-weight: 600;
}

.businessPopUp .digit-group input {
	width: 50px;
	height: 50px;
	background-color: #EFEFEF;
	border: none;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	box-shadow: none;
	outline: none;
	appearance: textfield;
	-webkit-appearance: textfield;
	-webkit-appearance: none;
}

/*businessPopUp end*/
/*Claim Business start 22-04-24*/
.businessPopUp .claimBusiness {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.businessPopUp .claimBusinessForm {
	display: flex;
	align-items: center;

}

.businessPopUp .mainFormWrap {
	padding: 50px 0;
}

.businessPopUp .mainFormWrap .row {
	margin-left: -10px;
	margin-right: -10px;
}

.businessPopUp .mainFormWrap .row .col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.businessPopUp label {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

.businessPopUp .input-group {
	display: inline-block;
	width: 100%;
}

.businessPopUp .input-group textarea.form-control {
	height: 90px !important;
	resize: none;
}

.businessPopUp .btn.noBorder {
	border: none;
	font-weight: 600;
	text-transform: none;
	padding: 12px 24px;
}

.businessPopUp .form-group {
	margin-bottom: 5px;
}

.mainFormWrap .form-control {
	background: none;
	border: 2px solid #eeeeee !important;
}

span.asterisk {
	color: #ff0000;
}

.subjectText {
	width: 100%;
	height: 43px !important;
	border: 2px solid #eeeeee !important;
	border-radius: 4px !important;
	display: flex;
	align-items: center;
	padding: 0 0 0 5px;
}

.subjectText a {
	background: #fff;
	font-weight: 500;
	font-size: 14px !important;
	color: #155ed3;
	padding-left: 6px;
}

.businessForm .intl-tel-input {
	display: inline-block;
	width: 100%;
}

.businessForm .intl-tel-input .country-list {
	top: 33px;
}

.businessForm .intl-tel-input input[type=text] {
	padding-left: 50px !important;
}

.businessForm .intl-tel-input .flag-dropdown {
	position: absolute;
	top: 50%;
	bottom: 0;
	padding: 1px;
	transform: translateY(-50%);
	z-index: 9;
}

.businessForm .flag-dropdown {
	position: relative;
}

.businessForm .flag-dropdown::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 40px;
	right: 0;
	width: 1px;
	height: 27px;
	background: rgba(0, 0, 0, 0.3);
}

.mainFormWrap .form-control {
	background: #ffffff !important;
}

.otpVarification {
	margin-left: 10px;
	padding-left: 12px;
}

.otpVarification p {
	margin: 20px 0 5px 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 300;
}

.otpVarification p a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 300;
	text-decoration: underline;
}

.resendSection {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.resendSection .form-group {
	margin-bottom: 0;
}

.resendSection .form-group u span {

	font-size: 15px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 300;
}

/*loader start*/
.loader {
	display: none;
	/* display: inline-block; */
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #D4AA58;
	width: 16px;
	height: 16px;
	animation: spin 1s linear infinite;
	position: relative;
	top: 0;
	/* margin-right: 5px; */
	vertical-align: middle;
	margin: 0 0 0 3px;
}

/* .btn:active .loader {
    display: inline-block;
}
.btn:disabled {
    display: none;
} */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*loader end*/

/*claim Business End*/
@media (max-width:991px) {

	.businessPopUp .modal-title {
		text-align: center;
	}
}

@media (max-width:767px) {
	.businessPopUp .modal-dialog {
		margin: 0 auto;
		padding: 10px;
	}

	/* .businessPopUp .modal-title{
		text-align: center;
	} */
}

@media (max-width:560px) {
	.registerNewBusiness {
		flex-wrap: wrap;

	}

	.registerNewBusinessButton {
		margin-top: 15px;
		display: flex;
	}

	.registerNewBusiness div,
	.registerNewBusinessButton {
		width: 100%;
	}

	.businessPopUp .btn {
		float: none !important;
	}

	.businessPopUp .modal-body {
		padding: 15px 0;
	}

	.businessPopUp .btn {
		margin-right: 0 !important;
	}

	.businessPopUp .modal-header {
		padding: 12px 0 !important;
	}

	.businessPopUp .btn.btn-jewelxy-gold {
		order: 2;
	}
}

.treasure-overlay-spinner-container {
	z-index: 99999999999;
}

/* about us 12-08-24*/
/* .aboutUsPage .jb_divider_gold{
		margin: 20px 0 21px 0px;
	} */
.aboutUsPage .sur-des {
	margin: 0px;
}

@media (max-width:991px) {
	.aboutUsPage .commonListing {
		margin-left: 15px;
	}

	.aboutUsPage .commonListing .sur-des {
		text-align: start;
	}

	.aboutUsPage .carousel-inner {
		margin-top: 25px;
	}
}

@media (max-width:767px) {
	.aboutUsPage .commonListing {
		margin-left: 15px;
	}

	.aboutUsPage .jb_con_ti_sec h1 {
		margin-top: 15px;
	}

	.aboutUsPage .anal_clnt_sec {
		margin: 0px 0 10px 0;
	}
}

/* about us end*/

/*plan 13-08-2024*/
/* .planPage .col-md-12{
			padding-left: 0px;
			padding-right: 0px;
		} */
.planPage .card_box_display {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.planPage .sur-des {
	margin: 0;
}

.planPage .jb_why_us_key_point {
	margin: 0px 0 0 0 !important;
}

.planPage .icon-text {
	display: flex;
	align-items: start;
	margin-left: 0px;
}

.planPage .icon {
	padding-right: 15px;
}

.planPage .jb_why_us_kp_in_sec {
	margin: 5px 0 7px 0px;
}

/* .planPage .sur-des span.color-grey{
			margin: 0 0 12px 0 ;
		} */
.planPage .sur-des span.color-grey {
	margin: 0 0 12px 0;
}

.planPage .sur-des span {
	font-size: 16px;

}

.planPage .growth-plan-content span {
	font-size: 14px;

}

.planPage .btn-jewelxy-gold {
	padding: 10px 48px;
	background-color: #ffffff !important;
	color: #d4aa58 !important;
}

.planPage .btn-jewelxy-gold:hover {
	color: #d4aa58 !important;
}

.planPage .contact-us-wrap .contact-us-button {
	border-color: #d4aa58;
	background-color: #ffffff;
	color: #d4aa58;
	/* width:271px; */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	width: 100%;

}

.planPage .contact-us-wrap {
	max-width: 271px;
	width: 100%;
}

.planPage .contact-us-wrap .contact-us-button:hover {
	color: #d4aa58 !important;
}

.planPage .btn-green-color {
	background-color: #ffffff !important;
	border-color: #25d366 !important;
	color: #25d366 !important;
	display: flex;
	align-items: center;
	border-radius: 0;
}

.planPage .btn-green-color:hover {
	color: #25d366 !important;
}

/* .planPage .btn-jewelxy-gold img{
			transition: filter 0.3s ease;
		} */
/* .planPage .btn-jewelxy-gold:hover  svg path{
			fill: #d4aa58;
		} */
.planPage .jb_lets_strt_main_sec a {
	font-size: 20px;
	padding: 3.6px 8px;
}

.planPage .color-gold h6 {
	font-size: 16px;
	font-weight: 600;
}

.planPage .text-left {
	padding-left: 0;
}

.planPage .jb_res_why_us_ky_pnt_ctr {
	padding: 0 !important;
}

.planPage .plan-page-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.planPage .jb_lets_strt_main_sec {
	margin: 0;
}

.planPage .icon-text .jb_divider_gold {
	margin: 13px 0 13px -10px;
}

.planPage .icon-text .color-dark-grey h4 {
	font-size: 16px;
}

.planPage .add-on {
	padding: 0 30px;
}

@media (max-width:991px) {
	.planPage .add-on-line {
		margin: 0;
	}

	/* .planPage .col-md-12{
				padding-left: 0px;
				padding-right: 0px;
				margin-left: 0px;
			} */

	.planPage .sur-des {
		text-align: start;
		padding-bottom: 12px;

	}

	.planPage .welcome-content {
		padding-bottom: 15px;
	}

	.planPage .sur-des
	/* .planPage .text-left{
				margin-left: 0;
				padding-left: 0;
			} */

	.planPage .text-left .jb_divider_gold {
		margin: 0;
	}

	/* .planPage .icon-text{
				padding-left: 6px;
			} */
	.planPage .sur-des span {
		margin: 0 0 10px 10px;
	}

	.planPage .jb_res_why_us_ky_pnt_ctr {
		text-align: start;
		margin: 0;
	}

	.planPage .growth-plan-content {
		margin-top: 10px;
	}

	.planPage .jb_lets_strt_main_sec a {
		font-size: 20px;
		/* margin-top: 15px; */
	}

}

@media (max-width:767px) {
	.planPage .contact-us-wrap .contact-us-button {
		min-width: 230px;
		min-height: 40px;
	}

	.planPage .btn-green-color {
		min-width: 230px;
		min-height: 40px;
	}

	.planPage .add-on {
		margin-bottom: 15px;

	}

	.planPage .growth-plan-content {
		margin-top: 10px;
	}

	/* .planPage .icon-text{
				padding-left: 25px;
			} */
	.planPage .left-underline {
		margin: 0;
	}

	/* .planPage .welcome-content{
				margin-left: 35px;
			} */
	.planPage .card_box_display {
		display: block;
	}

	.planPage .jb_con_ti_sec h1 {
		font-size: 16px;
	}

	.planPage .plan-page-btn {
		flex-wrap: wrap;
	}

	/* .planPage .jb_lets_strt_main_sec a {
				font-size: 16px;
			
			} */
	.planPage .card-title {
		font-size: 18px !important;
	}

	.planPage .btn-jewelxy-gold {
		padding: 9px 40px;
	}

	/* .planPage .contact-us-button{
				background-color: #ffffff !important;
    			color: #d4aa58 !important;
			} */
	/* .planPage .contact-us-button:hover{
    			color: #d4aa58 !important;
			} */


}

@media (max-width:480px) {
	.planPage .jb_lets_strt_main_sec a {
		font-size: 16px;
		/* margin-top: 15px; */
	}

	.planPage .jb_lets_strt_main_sec {
		max-width: 230px;
		width: 100%;
	}
}

/*plan 13-08-2024 End*/


/* Registration - 18-10-2024 */
.py-6 {
	padding-inline: 1.25rem;
}

.mb-4 {
	margin-bottom: 0rem;
}

.registrationFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 0;
	margin-top: 35px;
	margin-inline: 0px;
}

.registrationFlex>[class*="col-"] {
	margin-bottom: 20px;
}

.registrationFlex>[class*="col-"]:first-child {
	padding-left: 0;
	padding-right: 25px;
}

.registrationFlex>[class*="col-"]:last-child {
	padding-right: 0;
	padding-left: 25px;
}

.registrationFlex>[class*="col-"] .card {
	height: 100%;
}

.registrationFlex .col_img .card {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registrationFlex .col_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;

	max-width: 550px;
}


.line .jb_divider_gold {
	margin-left: 0 !important;
}

.registrationBenefit .row_bft {
	display: flex;
	flex-direction: column;
}


.header-fix {
	box-shadow: 0 0 0 1px #00000008;
}


@media (max-width: 1200px) {
	.registrationFlex .col_img img {
		max-width: 100%;
	}

	.registrationFlex>[class*="col-"]:first-child {
		padding-left: 0;
		padding-right: 12px;
	}

	.registrationFlex>[class*="col-"]:last-child {
		padding-right: 0;
		padding-left: 12px;
	}

}

@media (max-width: 991px) {

	.newBusinessController .jb-claim-bussiness,
	.newBusinessController .text-center {
		text-align: center;
	}

}

@media (max-width: 767px) {
	.jb_in_con_mrgn {
		margin-bottom: 40px;
		padding-block: 20px;
	}

	.registrationFlex {
		margin-top: 20px;
	}

	.registrationFlex>[class*="col-"] {
		margin-bottom: 20px;
		padding-inline: 0px !important;
	}

}

/* Custom Dropdown style  (02-12-2024)*/
.custom-dropdown {
	position: relative;
	width: 100%;
	display: flex;
	--icon_size: 36px;
}

.dropdown-selected {
	background: #fff;
	border: 2px solid #eeeeee;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-radius: 0px;
	width: calc(100% - var(--icon_size));
}

.custom-dropdown .input-group-addon {
	width: var(--icon_size);
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-selected>span {
	flex: 1;
	display: block;
	text-align: left;
	white-space: nowrap;
	width: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-selected>i::before {
	content: "\f107" !important;
	font-size: 1.5em;
}

.dropdown-selected img {
	width: 20px;
	height: 18px;
	margin-right: 10px;
	object-fit: cover;
	border: solid 2px #EEEEEE;
}

.dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	max-height: 60vh;
	overflow-y: auto;
	display: none;
	z-index: 99;
	border-radius: 4px;
}

.dropdown-list.show {
	display: block;
}

.dropdown-item {
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.3s;
}

.dropdown-item:hover {
	background-color: #f0f0f0;
}

.dropdown-item img {
	width: 20px;
	height: 18px;
	margin-right: 10px;
	border: solid 2px #EEEEEE;
}

@media (max-width: 991px) {
	.custom-dropdown {
		--icon_size: 30px;
	}

	.dropdown-selected img {
		display: none;
	}

	.dropdown-item {
		font-size: 12px;
		padding: 6px;
		text-align: left;
	}

	.dropdown-item img {
		width: 18px;
		height: 16px;
		margin-right: 5px;
	}

	.sm-p:nth-of-type(2) {
		padding-right: 5px !important;
	}

	.sm-p:nth-of-type(3) {
		padding: 0 5px !important;
	}

	.sm-p:last-child {
		padding-left: 5px !important;
	}
}

.custom-list-name {
	margin: 15px 0;
}

.custom-list-name ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.custom-list-name ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #3b3b3b;
	line-height: 1
}

.custom-list-name ul li {
	position: relative;
	padding-right: 14px;
	margin-right: 10px;
	line-height: 1.2
}

.custom-list-name ul li a {
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.custom-list-name ul li:last-child {
	padding-right: 0;
	margin-right: 0
}

.custom-list-name ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 1px;
	height: 14px;
	background-color: #3b3b3b
}

.custom-list-name ul li:last-child:after {
	display: none;
}

.custom-list-name ul li:after {
	background-color: transparent !important;
	border-right: solid 1px #3b3b3b;
}

#s2id_filter_sort_by,
#s2id_filter_sort_by {
	padding: 0 !important;
}

@media (max-width: 767px) {
	.iti-mobile {
		min-width: 360px;
	}

	.dropdown-selected>span {
		width: 35px;
	}

	.custom-list-name ul {
		justify-content: center;
	}
}