:root {
	--pribgcolor: #004294;
	--prihover: #00295a;
}

a.navbar-brand {
	/* margin-left: 20px; */
}

.navbar-brand img {
	height: 82px;
	mix-blend-mode: multiply;
}

.body {
	font-family: "Roboto", sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.text a {
	/* display: flex; */
	text-decoration: none;
	font-weight: 600;
	color: #000000b3 !important;
	padding-right: 15px;
}

.login-button button {
	width: 124px;
	height: 38px;
	/* border: 1px solid black; */
	color: black;
	border-radius: 5px;
	background-color: #fff;
}

.login-button a {
	text-decoration: none;
	color: black;
}

.login-button:hover {
	background-color: aliceblue;
}

.join-button button {
	height: 38px;
	width: 244px;
	background-color: var(--pribgcolor);
	/* border: 1px solid black; */
	color: white;
	border-radius: 5px;
}

.join-button a {
	text-decoration: none;
	color: #fff;
}

.dropdown-menu h6 {
	padding-left: 17px;
}

.heding {
	/* text-align: center; */
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.heding-main {
	width: 55%;
	margin-left: 18px;
}

.heding h1 {
	font-size: 50px;
	align-items: center;
	color: #111637;
}

.heding-main h4 {
	color: #9da0b6;
	font-size: 30px;
}

.trending-business h1 {
	text-align: center;
	color: black;
	font-weight: 700;
}

.slider {
	max-width: 100%;
	display: flex;
}

.slider .card {
	flex: 1;
	margin: 0 10px;
	background: var(--pribgcolor);
}

.slider .card .img {
	height: 200px;
	width: 100%;
}

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

.slider .card .content {
	padding: 10px 20px;
}

.card .content .title {
	font-size: 25px;
	font-weight: 600;
}

.card .content .sub-title {
	font-size: 20px;
	font-weight: 600;
	/* color: #e74c3c; */
	line-height: 20px;
}

.card .content p {
	text-align: justify;
	margin: 10px 0;
}

.card .content .btn {
	display: block;
	text-align: left;
	margin: 10px 0;
}

.card .content .btn button {
	/* background: #e74c3c; */
	color: #fff;
	border: none;
	outline: none;
	font-size: 17px;
	padding: 5px 8px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
}

.card .content .btn button:hover {
	transform: scale(0.9);
}

/* .main-inputs {
	display: flex;
	margin-left: 22%;
	margin-top: 10px;
} */

.main-inputs {
    display: flex;
    margin-right: 4%;
    margin-top: 10px;
    /* justify-content: center; */
}

.inputs {
	display: flex;
	/* border: 2px solid rgb(157 160 182 / 16%); */
	border-radius: 5px;
	/* gap: 5px; */
}

.input1 select option {
	color: #111637;
	font-weight: 600;
	font-size: 14px;
	padding: 20px !important;
}

.input1 input {
	height: 52px;
	width: 354px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
}

.input1 input::placeholder {
	color: #9da0b6;
}

.input2 input {
	height: 52px;
	width: 214px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
}

select.form-select.searchCategories option {
	margin: 40px;
	height: auto;
	padding: 50px;
	outline: none !important;
}

select.form-select.searchCategories {
	color: #9da0b6;
	height: 43px;
	width: 100%;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
	cursor: pointer;
}

select.form-select.searchCategories:focus {
	outline: none !important;
	box-shadow: none;
}

select.form-select.searchCities {
	color: #9da0b6;
	height: 43px;
	width: 510px;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
	cursor: pointer;
}

/*.searchCategories option {
    font-weight: 600;
    width: 100%;
    padding: 15px 16px 11px 18px;
    display: block;
    cursor: pointer;
    background-color: #dfdfe18f;
    color: #9da0b6;
}*/

.input2 i {
	padding: 14px 0px 0px 4px !important;
}

/* .search-button button {
	height: 50px;
	width: 124px;
	margin-left: 20px;
	border: none;
	background-color: var(--pribgcolor);
	color: white;
	border-radius: 5px;
	font-weight: 600;
} */

.search-button button {
    height: 46px;
    width: 124px;
    margin-left: 20px;
    border: none;
    background-color: var(--pribgcolor);
    color: white;
    /* border-radius: 5px; */
    font-weight: 600;
}


.search-button button:hover {
	height: 46px;
	width: 124px;
	margin-left: 20px;
	border: none;
	background-color: var(--prihover);
	color: white;
	/* border-radius: 5px; */
	font-weight: 600;
}

.main-categories {
	margin: 40px 0px;
}

.categori-hedding h1 {
	text-align: center;
	padding-top: 20px;
	color: black;
}

.categories-img {
	margin-top: 40px;
}

.categories-grid {
	position: relative;
	top: 0;
	text-align: center;
	cursor: pointer;
}

.categories-img img {
	height: 200px;
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.categories-p {
	position: absolute;
	top: 0;
	height: 200px;
	width: 100%;
	text-align: center;
	color: white;
	background-color: rgba(0, 0, 0, 0.582);
	border-radius: 5px;
}

.categories-p p {
	position: relative;
	top: 45%;
}

.slider {
	/* max-width: 1100px; */
	display: flex;
	padding: 20px;
}

.slider .card {
	flex: 1;
	margin: 0 10px;
	background: #fff;
}

.slider .card .img {
	height: 200px;
	width: 100%;
}

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

.slider .card .content {
	padding: 10px 20px;
}

.card .content .title {
	font-size: 25px;
	font-weight: 600;
}

.card .content .sub-title {
	font-size: 20px;
	font-weight: 600;
	/* color: #e74c3c; */
	line-height: 20px;
}

.card .content p {
	text-align: justify;
	margin: 10px 0;
}

.card .content .btn {
	display: block;
	text-align: left;
	margin: 10px 0;
}

.card .content .btn button {
	/* background: #e74c3c; */
	color: #fff;
	border: none;
	outline: none;
	font-size: 17px;
	padding: 5px 8px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
}

.card .content .btn button:hover {
	transform: scale(0.9);
}

.trending-business {
	padding-top: 220px;
}

.card-body.packages {
	/* padding: 30px; */
}

.main-pricing-plan h1 {
	text-align: center;
	margin: 30px 0px 0px 0px;
	color: black;
	font-weight: 700;
}

.main-card {
	 height: 100%;
	width: 100%;
	/* border: 1px solid black; */
	padding: 10px;
	padding-top: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(235, 235, 235);
}

.card-body span {
	font-size: 12px;
	color: #000000b5;
	font-family: "Poppins", sans-serif;
}

span.coins {
	font-size: 16px;
	font-weight: 600;
}

.card-body p {
	font-size: 17px;
	color: #9da0b6;
	font-weight: 600;
	margin: 15px 0px;
}

.main-card button {
	height: 39px;
	width: 170px;
	border: none;
	/* margin-top: 20px; */
	background-color: var(--pribgcolor);
	color: white;
	border-radius: 5px;
	margin-bottom: 18px;
}

.main-card button:hover {
	height: 39px;
	width: 170px;
	border: none;
	/* margin-top: 20px; */
	background-color: var(--prihover);
	color: white;
	border-radius: 5px;
}

.pricing-plan {
	display: flex;
	justify-content: center;
}

.footer {
	height: 100%;
	width: 100%;
	background-color: var(--prihover);
	color: white;
}

.icons {
	display: flex;
	gap: 5px;
}

.fotter-img {
	margin-top: 50px;
}

.sec4-heding {
	margin-top: 50px;
}

.sec4 {
	display: flex;
	/* margin-top: 50px; */
}

.sec1 {
	margin-top: 50px;
}

.sec1 p a {
	line-height: 1;

	color: #fff;
	text-decoration: auto;
}

.sec2 {
	margin-top: 50px;
}

.sec2 p a {
	line-height: 1;

	color: #fff;
	text-decoration: auto;
}

.sec3 p a {
	line-height: 1;

	color: #fff;
	text-decoration: auto;
}

.sec2 p {
	line-height: 1;
}

.sec3 {
	margin-top: 50px;
}

.sec3 p {
	line-height: 1;
}

.sec4 p {
	line-height: 1;
	padding-top: 4px;
	/* padding-left: 10px; */
}
.sec44{
	/* display: flex; */
	margin-top: 30px;
}

.phone1{
	padding-left: 10px;
	text-decoration: none;
    color: #fff;
}

.phone11{
	padding-left: 10px;
	text-decoration: none;
    color: #fff;
	line-height: 1.5;
}

.sec4-icon {
	/* margin-top: 5px; */
	line-height: 2;
}
@media only screen and (max-width: 600px) {
	.heding-main {
		width: 100%;
		margin-left: 18px;
		/* display: flex !important;
		justify-content: start !important; */
	}
	.heding{
		display: flex !important;
		justify-content: start !important;
	}
}
@media only screen and (max-width: 768px) {
	.join-button button {
		height: 38px;
		width: 222px;
		background-color: var(--pribgcolor);
		/* border: 1px solid black; */
		color: white;
		border-radius: 5px;
	}

	

	.main-inputs {
		display: block;
		margin-left: 0%;
		margin-top: 10px;
	}

	.inputs {
		display: block;
		/* border: 2px solid rgb(157 160 182 / 16%); */
		border-radius: 5px;
		width: 353px !important;
		/* padding-left: 10px !important; */
		/* margin-left: 10px !important; */
	}

	.search-button {
		/* margin-top: 21px; */
	}

	.categories-img img,
	.categories-p {
		margin-top: 20px;
	}

	.trending-business {
		padding-top: 60px !important;
	}

	.trending-business .card img {
		height: 130px !important;
		width: 100% !important;
		/* background-size: cover !important; */
		object-fit: cover !important;
	}

	.slider .card .img {
		height: 100% !important;
		width: 100% !important;
		/* border-radius: 5px !important; */
	}

	.card {
		border-radius: 5px !important;
	}

	.content h6 {
		font-size: 7px;
	}

	.pricing-plan {
		display: block !important;
		/* justify-content: center; */
		margin-left: 70px !important;
	}

	.footer {
		margin-top: 80px;
		height: 100%;
		width: 100%;
		background-color: black;
		color: white;
	}

	.heding {
		margin-top: 50px;
		display: flex;
		padding: 0 5% !important;
	}
}

@media only screen and (max-width: 1024px) {
	.inputs {
		width: 95% !important;
	}

	.main-inputs {
		display: block;
		/* margin-left: 6px !important; */
		margin-top: 10px;
	}

	.inputs {
		display: block;
		/* border: 2px solid rgb(157 160 182 / 16%); */
		border-radius: 5px;
		/* padding-left: 20px; */
		padding-bottom: 20px;
	}

	.search-button {
		/* margin-top: 20px; */
	}

	.pricing-plan {
		margin-left: 15px !important;
	}
}

/* joinus */

.main-image {
	border-radius: 5px;
}

.content h1 {
	font-size: 50px;
	align-items: center;
	line-height: 1;
	color: #111637;
}

.content-main h4 {
	color: #9da0b6;
	font-size: 30px;
}

.main-button button {
	height: 46px;
	width: 135px;
	border: none;
	margin-left: 15px;
	background-color: var(--pribgcolor);
	color: white;
	border-radius: 5px;
	font-weight: 600;
}

.main-button button:hover {
	height: 46px;
	width: 135px;
	border: none;
	margin-left: 15px;
	background-color: var(--prihover);
	color: white;
	border-radius: 5px;
	font-weight: 600;
}

.main-input {
	/* display: flex; */
	border: 2px solid rgb(157 160 182 / 16%);
	border-radius: 5px;
}

.input-under input {
	height: 45px;
	width: 300px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
}

.input-under input::placeholder {
	color: #9da0b6;
}

.content-second {
	padding-top: 35px;
	display: flex;
}

.content-third {
	padding-top: 35px;
}

.join-img img {
	height: 100%;
	width: 100%;
}

/* .join-img img:hover {
  filter: brightness(50%);
} */

@media only screen and (max-width: 600px) {
	.content h1 {
		font-size: 25px;
		align-items: center;
		line-height: 1;
		color: #111637;
	}

	.content-main h4 {
		color: #9da0b6;
		font-size: 15px;
	}

	.content-second {
		padding-top: 35px;
		display: block;
	}

	/*.main-button button {
  height: 46px;
  width: 135px;
  border: none;
  margin-left: 1px;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
}*/
}

/* joinus */

/* email login */
.form-1 {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	/* scale: 0.9; */
}

.f-detail {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	height: 600px;
	width: 600px;
	text-align: center;
}

.form {
	text-align: center;
}

.control {
	padding: 6px;
	width: 390px;
	margin-bottom: 20px;
}

/*.back {
  font-size: 15px;
  font-weight: 600;
  background-color: black;
  margin: auto;
  color: white;
  text-align: center;
  border-radius: 8px;
  width: 200px;
}

.back:hover {
  background-color: white;
  color: black;
}*/

.mail {
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 28px;
}

.mail-text {
	text-align: center;
	font-size: 18px;
	color: gray;
	margin-top: -15px;
}

.uppercase {
	text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
	.f-detail {
		background-color: #ffffff;
		border-radius: 10px;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
		height: 560px;
		width: 600px;
		scale: 0.8;
	}

	/* .image {
    margin: 50px 30px 0 46px;
}*/

	.mail-text {
		text-align: center;
		font-size: 15px;
		color: gray;
		margin-top: -15px;
	}

	.mail {
		margin-top: 20px;
		text-align: center;
		font-weight: 500;
		font-size: 20px;
	}

	.control {
		padding: 6px;
		width: 288px;
		margin-bottom: 20px;
	}
}

/*.f-detail {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
  height: 600px;
  width: 600px;
  scale: .9;
}*/

.form {
	text-align: center;
}

.image {
	margin: 50px 30px 0px 30px;
}

.back {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	background-color: var(--pribgcolor);
	margin: auto;
	color: white;
	text-align: center;
	width: 261px;
	padding: 8px;
	border-radius: 8px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
}

.back-join {
	font-size: 18px;
	font-weight: 500;
	display: block;
	justify-content: center;
	background-color: var(--pribgcolor);
	margin: auto;
	color: white;
	text-align: center;
	width: 261px;
	padding: 8px 13px;
	border-radius: 8px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 20px !important;
}

.back-join:hover {
	background-color: var(--prihover);
}

.back:hover {
	background-color: var(--prihover);
}

form .input-field {
	flex-direction: row;
	column-gap: 10px;
}

.input-field input {
	height: 45px;
	width: 42px;
	border-radius: 6px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 1.125rem;
	text-align: center;
}

.input-field input:focus {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
	display: none;
}

:where(.container, form, .input-field, header) {
	/* display: flex !important; */
	/* flex-direction: column; */
	align-items: center;
	justify-content: center;
}

/* verification  */

/* location  */

.login-button button {
	width: 124px;
	height: 38px;
	/* border: 1px solid black; */
	color: black;
	border-radius: 5px;
}

.login-button:hover {
	background-color: aliceblue;
}

.join-button button {
	height: 38px;
	width: 244px;
	background-color: var(--pribgcolor);
	/* border: 1px solid black; */
	color: white;
	border-radius: 5px;
}

.dropdown-menu h6 {
	padding-left: 17px;
}

.main-content {
	height: 100%;
	/* width: 600px; */
	/* padding-top: 20px; */
	/* padding-left: 20px; */
	/* margin: 4% 0 0 500px; */
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
}

.heading {
	font-size: 24px;
	font-weight: 600;
}

/* css of footer */

.footer {
	height: 100%;
	width: 100%;
	background-color: var(--prihover);
	color: white;
}

.icons {
	display: flex;
	gap: 9px;
}

.footer-img {
	margin-top: 50px;
}

.sec4-heding {
	margin-top: 50px;
}

.sec4 {
	display: flex;
	/* margin-top: 30px; */
}

.sec1 {
	margin-top: 50px;
}

.sec1 p {
	line-height: 1;
}

.sec2 {
	margin-top: 50px;
}

.sec2 p {
	line-height: 1;
}

.sec3 {
	margin-top: 50px;
}

.sec3 p {
	line-height: 1;
}

.sec4 p {
	/* line-height: 1.5;
	padding-top: 4px;
	padding-left: 10px; */
}

.sec4-icon {
	line-height: 2.5;
}

@media only screen and (max-width: 768px) {
	.main-content {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 4% 0 0 0px; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		scale: 0.9;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}
	.image-strech{
		/* padding: 0 20% !important; */
	}
}

@media only screen and (max-width: 1024px) {
	.main-content {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 4% 0 0 0px; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

	.search-button button {
		height: 46px;
		width: 124px;
		margin-left: 0px !important;
		border: none;
		background-color: var(--pribgcolor);
		color: white;
		/* border-radius: 5px; */
		font-weight: 600;
	}

	.heding {
		margin-top: 50px;
		display: flex;
		padding: 0 1% !important;
		justify-content: center;
	}
}

/* location  */

/* Somedetail */

.somedetail-form input {
	width: 100%;
	border-radius: 5px;
	border: 2px solid rgb(157 160 182 / 16%);
	outline: none;
	padding-left: 10px;
}

.somedetail-form h6 {
	padding-top: 10px;
}

/* Somedetail */

/* About Us  */

/*.main-about{
  margin-top: 20px;
  font-weight: 200;
}*/
/*.main-about h4{
  font-weight: 700;
  text-align: center;

}*/
.about-img {
	margin-top: 30px;
}

.about-text {
	margin-top: 20px;
	text-align: justify;
}

.about-text p {
	font-size: 15px;
	font-weight: 500;
}

/* About Us  */

/* contact */

.main-contact {
	margin-bottom: 30px;
	font-weight: 200;
}

.main-contact h4 {
	font-weight: 700;
	/* text-align: center; */
}

.contact-img {
	margin-top: 30px;
}

.contact-text {
	margin-top: 40px;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 30px !important;
	margin: 58px;
}

.contact-sec1 {
	display: flex;
	font-size: 18px;
}

.contact-sec1-text {
	margin-left: 10px;
}

.contact-sec1-text p {
	font-weight: 600;
}

/* contact */

/* pop1 */

.form11 {
	display: flex;
	justify-content: center;
	scale: 0.9;
}

.f-detail {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	height: 100%;
	width: 600px;
}

.heading {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding: 20px;
	font-weight: bold;
}

/*.border {
  width: 400px;
  margin: auto;
  border-radius: 8px;
  padding: 8px;
  border: 2px solid rgb(29, 27, 27);
}*/

.flex {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.back1 {
	font-size: 18px;
	font-weight: 600;
	border: 2px solid rgb(49, 49, 49);
	color: black;
	padding: 3px;
	border-radius: 8px;
	width: 163px;
	text-align: center;
	height: 35px;
	margin-top: 18px;
}

.back1:hover {
	color: white;
	background-color: black;
}

@media only screen and (max-width: 300px) {
	.form {
		display: flex;
		justify-content: center;
		margin-top: 6%;
		width: 320px;
	}

	.heading {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		padding: 20px;
		font-weight: bold;
	}

	.border {
		width: 85%;
		margin: auto;
		border-radius: 8px;
		padding: 8px;
		border: 2px solid rgb(29, 27, 27);
	}

	@media only screen and (max-width: 600px) {
		.back1 {
			font-size: 18px;
			font-weight: 600;
			border: 2px solid rgb(49, 49, 49);
			color: black;
			padding: 6px;
			border-radius: 8px;
			width: 149px;
		}
	}
}

/* pop1 */

.model {
	display: none;
	position: fixed;
	padding-top: 100px;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.model-content {
	position: relative;
	width: 80%;
	margin: auto;
	background-color: #fff;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #004294;
	color: white;
}

.modal-body {
	padding: 2px 16px;
}

.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.somedetail-form textarea {
	width: 100%;
	border: 2px solid rgb(157 160 182 / 16%);
	outline: none;
}

.form-select .searchCategories {
	border: none;
	cursor: pointer;
}

.close {
	color: black;
	float: right;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid;
}

.mtb-30 {
	margin: 30px 0px;
}

.col-lg-6.popular_category li {
	font-size: 17px;
	color: #9da0b6;
	font-weight: 600;
	margin: 1px 0px;
	cursor: pointer;
}

.review {
	height: 42px;
	width: 354px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 500;
	padding-left: 10px;
	border: none;
	outline: none;
}

.review_textarea {
	height: 100px;
	width: 354px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 500;
	padding-left: 10px;
	border: none;
	outline: none;
}

.m-10 {
	margin: 10px;
}

/* leads page */

.lead-sec1-main {
	background-color: var(--pribgcolor);
	color: white;
	padding: 11px 10px 2px;
}
.lead-sec1-main1 {
	background-color: var(--pribgcolor);
	color: white;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.lead-sec1 {
	display: flex;
	justify-content: space-between;
}

.lead-sec1-icon p {
	padding-left: 5px;
}

.lead-sec1-icon {
	display: flex;
	padding-left: 4px;
}

.lead-sec1-icon i {
	padding-top: 5px;
}

.edit-button {
	margin-left: 60px;
	margin-top: -15px;
}

/* .edit-button button {
	height: 45px;
	width: 90px;
	border-radius: 5px;
	border: none;
} */
.edit-button {
	margin-bottom: 10px;
}
.edit-button button {
    height: 32px;
    width: 78px;
    border-radius: 5px;
    border: none;
}
.edit-button button span{
	font-size: 15px !important;

}

.lead-card-main {
	margin: 0 0px 0 13px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.lead-card-name {
	display: flex;
}

.card-location {
	display: flex;
}

.card-location p {
	padding-left: 10px;
}

.lead-card-text p {
	color: #4c4c4c;
    font-weight: 700;
    line-height: 0;
    margin-top: 12px;
}

.location-text p {
	color: #4c4c4c;
	font-weight: 500;
}

.activ-time {
	/* background: #47bf9c; */
	color: black;
	font-size: 13px;
	font-weight: 300;
	/* height: 30px;
	padding: 0 14px;
	margin-top: 10px;
	border-radius: 5px;
	padding-top: 2px;
	border: none; */
}

.activ-time p {
	font-weight: 600;
}

.lead-card-sec2 {
	margin: 0 0px 0 13px;
	margin-top: 0px;
}

.lead-card-text1 p span {
	color: #47bf9c;
	font-weight: 700;
}

.lead-card-text1 p {
	/* color: #47BF9C; */
	font-weight: 600;
}

.lead-card-sec3 {
	margin: 0 0px 0 13px;
	/* margin-top: 10px; */
	display: flex;
	/* justify-content: space-between; */
	gap: 10px;
}

.lead-sec3-text {
	/* background-color: #ededed; */
	/* padding: 6px 1px 9px 4px; */
	border-radius: 50px;
	/* padding: 3px 12px 3px 12px; */
	padding-top: 10px;
	font-weight: 600;
	height: 42px;
	font-size: 14px;
}
.lead-sec3-text.d-flex {
    gap: 10px;
}
.lead-sec3-text1 {
	padding-top: 10px;
}

.lead-sec3-text1 p {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 500;
}

.lead-sec3-text2 {
	padding-top: 10px;
	/* margin: auto; */
	/* margin-left: 23%; */
}

.lead-sec3-text2 h6 {
	color: #2d7af1;
}
.main-card-lead {
	border-bottom: 2px solid #8080802e;
	height: auto;
	padding: 20px;
	cursor: pointer;
	padding: 6px;
	margin: 0 4px;
	border-left: 4px solid transparent;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* / background-color: #f3f4f6; / */
	/* / margin-bottom: 10px; / */
}

.main-card-lead:hover {
	border-bottom: 2px solid #8080802e;
	height: auto;
	padding: 20px;
	cursor: pointer;
	background-color: #ccc3;
	padding: 6px;
	margin: 0 4px;
}
.leads-left {
	overflow-y: scroll;
	height: 100vh;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	/* padding-right: calc(var(--bs-gutter-x) * 0) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.5); */
	margin-top: var(--bs-gutter-y);
}

.leads-right {
	/* height: 100vh; */
	/* overflow-y: scroll; */
}

.leads-right-heding {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.lead-right-text1 p {
	color: #bfbbbb;
	font-weight: 600;
}

.leads-right-location-text {
	padding-left: 15px;
	color: #4c4c4c;
}

.leads-right-location-text h6 {
	font-weight: 500;
}

.leads-right-location-text p {
	color: #4c4c4c;
	font-weight: 400;
	font-size: 14px;
}

.lead-right-contact-main {
	display: flex;
	padding-left: 15px;
}

.lead-right-number p {
	padding-left: 10px;
	font-weight: 500;
	/* line-height: 1; */
}

.contact-button {
	padding: 15px;
}

.contact-button button {
	width: 230px;
	height: 40px;
	border: none;
	font-weight: 600;
	background-color: var(--pribgcolor);
	color: white;
	border-radius: 5px;
}

.contact-button button:hover {
	width: 230px;
	height: 40px;
	border: none;
	font-weight: 600;
	background-color: var(--pribgcolor) !important;
	color: white;
	border-radius: 5px;
}

.details {
	padding: 10px;
	padding-top: 30px;
	border-bottom: 1px solid #e3e5e8;
	border-left: 200px;
}

.detail-text {
	margin-top: 10px;
	padding: 20px 0px 0px 10px;
}

.details h6 {
	font-weight: 700;
	color: #4c4c4c;
	line-height: 1;
	font-size: 14px;
}

.detail-text p {
	color: #8a8a8a;
	/*  line-height: 5px;*/
	font-size: 16px;
}

/* leads page */

/* pop2 */

.form {
	display: flex;
	justify-content: center;
	margin-top: 6%;
}

.f-detail {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	height: 100%;
	width: 600px;
}

.heading {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	padding: 20px;
	font-weight: bold;
}

.border {
	width: 100%;
	margin: auto;
	border-radius: 5px;
	padding: 10px;
	color: #9da0b6;
	font-weight: 600;
	display: flex;
	font-size: 18px;
	cursor: pointer;
	border: 2px solid rgb(157 160 182 / 16%) !important;
}

.border:hover {
	background-color: #f9f9fa;
}

.border label {
	cursor: pointer;
	padding-left: 10px;
}

.border input[type="radio"] {
	height: 30px;
	width: 20px;
	accent-color: #000;
}

.body {
	font-family: "Poppins", sans-serif;
}

.flex {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

/*.back {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid rgb(49, 49, 49);
  color: black;
  padding: 8px;
  border-radius: 8px;
  width: 200px;
}

.back:hover {
  color: white;
  background-color: black;
}*/

@media only screen and (max-width: 600px) {
	.heading {
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		padding: 20px;
		font-weight: bold;
	}

	.border {
		width: 315px;
		margin: auto;
		border-radius: 8px;
		padding: 5px;
		font-size: 15px;
	}

	.back {
		font-size: 14px;
		font-weight: 600;
		/* border: 2px solid rgb(49, 49, 49); */
		color: white;
		padding: 7px;
		border-radius: 8px;
		width: 100%;
		height: 40px;
	}
}

.requirement {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	padding: 20px 0px 40px 0px;
	width: 1000px;
}

.multiple_ct input {
	width: 500px !important;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
	color: #9da0b6;
}

.choices__inner {
	background: #fff !important;
	border: none !important;
	cursor: pointer;
	width: 100% !important;
}

.choices {
	width: 515px;
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
	color: #fff;
	word-break: break-all;
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #f2f2f2 !important;
}

.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #fff;
	border: 1px solid #f2f2f2 !important;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
}

input.cat_select {
	background: #9da0b630;
	border: none;
	padding: 8px 10px;
	margin: 4px 0px;
	width: auto;
	font-weight: 600;
	text-align: center;
	text-overflow: ellipsis;
}

/*.qa_data{
  margin-bottom: 50px;
}*/

.footer-bottom {
	color: white;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.no_lead {
	text-align: center;
	/* margin: 50px; */
}

/*settings*/

body .settings_bussiness {
	padding-top: 70px;
}

.accordion-button:not(.collapsed) {
	color: #000000 !important;
	outline: none !important;
	background-color: #f0f0f0 !important;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
		var(--bs-accordion-border-color);
}

.accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: none !important;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

.card-body.profile_section {
	padding: 30px;
}

.profile_sub_section {
	display: flex;
}

.profile-image {
	border-radius: 100px;
	cursor: pointer;
}

i.fas.fa-edit {
	padding-top: 20px;
	margin-left: -10px;
}

.profile_sub_section .hide-input {
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.profile_btn {
	font-weight: 500;
	background-color: var(--pribgcolor);
	margin: 0px 0px 0px 0px;
	color: white;
	text-align: center;
	width: 150px;
	padding: 7px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}

.profile_btn:hover {
	background-color: #000000ed;
}

.setting_input {
	height: 42px;
	width: 90%;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 500;
	padding-left: 10px;
	border: none;
	outline: none;
}

.setting_inputs {
	height: 42px;
	width: 100%;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 500;
	padding-left: 10px;
	border: none;
	outline: none;
}

button.accordion-button {
	font-weight: 600;
}

p.card-text {
	font-size: 16px;
	color: #9da0b6;
	font-weight: 600;
	margin: 0px;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

div.copy_review,
button.update_profile {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	background-color: var(--pribgcolor) !important;
	margin: auto;
	color: white;
	text-align: center;
	width: 200px;
	padding: 8px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}

.main-content_business {
	height: 100%;
	/* width: 600px; */
	/* padding-top: 20px; */
	/* padding-left: 20px; */
	/* margin: 4% 0 0 26%; */
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
}

.review_nm_dt {
	display: flex;
	justify-content: space-between;
	font-size: 17px;
}

.coins_btn {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	margin: 17px 0px 0px -10px;
	color: #000;
	width: 100px;
	padding: 8px;
	border-radius: 8px;
	align-items: left;
}

.review_section {
	padding: 10px 30px 0px 30px;
}

ul.dropdown-menu.dd_menu.show {
	top: 100% !important;
	left: -120px !important;
	margin-top: var(--bs-dropdown-spacer) !important;
}

.active,
.text a:hover {
	/* text-decoration: underline; */
	color: #000 !important;
}

.sweet-alert button {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	padding: 0.375rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.84615385;
	border-radius: 3px;
	color: #fff;
}

button#resend,
button#resend_business_otp {
	border: none;
	font-weight: 600;
}

a#noregister {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.sec1 p a:hover,
.sec2 p:hover,
.sec3 p:hover,
a.__cf_email__ {
	text-decoration: none;
	color: #ffffff8c;
	cursor: pointer;
}

.join-button button:hover {
	background-color: var(--pribgcolor);
}

.login-button button:hover {
	background-color: #ccccccb8;
}

.dropdown-item:active {
	color: #000 !important;
	text-decoration: none;
	background-color: #d9d9d9 !important;
}

/* new css add */
i.fa-solid.fa-location-dot.new-class {
	/* padding-top: 18px; */
	line-height: 1.5;
}

/* i.fa-solid.fa-location-dot { */
	/* padding-top: 5px; */
/* } */

.input2 {
	display: flex !important;
}

.container.my-box {
	margin-left: 0;
}

@media only screen and (max-width: 768px) {
	.main-content_business {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 5% 0 0 0px; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		scale: 0.9;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

	.join-button {
		margin-top: 10px !important;
		margin-left: 0px;
	}

	input.cat_select {
		background: #9da0b630;
		border: none;
		padding: 8px 10px;
		margin: 4px 0px;
		/* width: 100%; */
		font-weight: 600;
		text-align: center;
		text-overflow: ellipsis;
	}

	.contact-img img {
		width: 100%;
	}

	.contact-text {
		margin-top: 40px;
		background-color: #f8f8f8;
		border-radius: 10px;
		padding: 0px;
		margin: 0px;
		scale: 0.9;
	}
}

@media only screen and (max-width: 1024px) {
	.main-content_business {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 5% 0 0 0px; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

	.join-button {
		margin-top: 0px;
		margin-left: 0px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.main-content_business {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 5% 0 0 0px; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		scale: 0.9;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

	.join-button {
		margin-top: 0px;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	button#get_start {
		/* margin-top: 19px !important; */
		/* margin-left: 10px; */
	}

	.main-button button {
		height: 46px;
		width: 135px;
		border: none;
		margin-left: 0px;
		background-color: var(--pribgcolor);
		color: white;
		border-radius: 5px;
		font-weight: 600;
	}

	.main-input {
		display: block;
		border: 2px solid rgb(157 160 182 / 16%);
		border-radius: 5px;
	}
}
@media only screen and (max-width: 600px) {
	button#get_start {
		/* margin-top: 19px !important; */
		/* margin-left: 10px !important; */
	}
}

@media only screen and (max-width: 768px) {
	.choices {
		width: 100% !important;
	}

	.edit-button {
		margin-left: 0px;
		margin-top: 0px;
	}

	.profile_sub_section {
		display: block;
	}

	.profile_sub_section .hide-input {
		opacity: 0;
		left: 0;
		top: 0;
		cursor: pointer;
	}

	.profile_btn {
		font-weight: 500;
		background-color: var(--pribgcolor);
		margin: 0px 0px 0px 0px;
		color: white;
		text-align: center;
		padding: 7px;
		border-radius: 8px;
		border: none;
		cursor: pointer;
		/* margin-top: -26px; */
	}
}

/* new css add */

.input2 select option {
	color: #111637;
	font-weight: 600;
	font-size: 14px;
	padding: 20px !important;
}

.btn-bold {
	font-weight: bold;
}

a.no-underline {
	text-decoration: none;
}

.sub-text {
	font-size: 14px;
}

.max-leads {
	font-size: 28px;
}

.viewall {
	display: flex;
	justify-content: end;
}

.profile-logo{
	height: 150px !important;
	width: 150px !important;
	border-radius: 50% !important;
}
@media only screen and (max-width: 1199px) {
	.profile_sub_section {
		display: block;
	}
	.profile_sub_section .hide-input {
		opacity: 0;
		left: 0;
		top: 0;
		cursor: pointer;
	}
	.profile_btn {
		font-weight: 500;
		background-color: var(--pribgcolor);
		margin: 0px 0px 0px 0px;
		color: white;
		text-align: center;
		padding: 7px;
		border-radius: 8px;
		border: none;
		cursor: pointer;
		/* margin-top: -26px; */
	}
}
@media only screen and (max-width: 1024px) {
	.lead-sec1 {
		display: block;
	}

	.edit-button {
		margin-left: 0px;
		margin-top: 0px;
	}

	/* .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
	position: absolute;
	top: 7px;
	width: 24px;
	left: 182%;
} */
	.select2
		.select2-container
		.select2-container--default
		.select2-container--below {
		width: 97%;
	}

	.profile_sub_section .hide-input {
		opacity: 0;
		left: 0;
		top: 0;
		cursor: pointer;
	}

	.profile_sub_section {
		display: block;
	}

	.profile_btn {
		font-weight: 500;
		background-color: var(--pribgcolor);
		margin: 0px 0px 0px 0px;
		color: white;
		text-align: center;
		padding: 7px;
		border-radius: 8px;
		border: none;
		cursor: pointer;
		/* margin-top: -26px; */
	}
}

.input01 {
	display: flex;
}

.input01 i {
	padding: 14px 0px 0px 4px !important;
}

.join-img {
	position: relative;
}

.join-img-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 38px;
	background-color: #1c1c1c93;
	font-weight: 800;
	color: white;
	font-size: 28px;
	display: none;
}

.join-img:hover .join-img-text {
	display: block;
}

.showing-leads {
	background-color: #eaeaea;
	padding: 6px;
	display: flex;
	justify-content: space-between;
}

.showing-leads-text h6 {
	color: #8a8a8a;
	padding-top: 8px;
}
.filter-icon h6 {
	/* color: #8A8A8A; */
	padding-top: 8px;
}
.viewall {
	display: flex;
	justify-content: end;
}

.offset-11 {
	margin-left: 0 !important;
}

.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.select2 .select2-container .select2-container--default {
	width: 100% !important;
}

.categories-see-all {
	height: 200px;
	width: 100%;
	border-radius: 5px;
	background-color: #6b6b6b;
	color: white;
	text-align: center;
	/* padding-top: 45%; */
	display: grid;
	align-items: center;
}

.text-see-all {
	text-decoration: none;
}

.main-content_businesss {
	height: 100%;
	/* width: 600px; */
	/* padding-top: 20px; */
	/* padding-left: 20px; */
	/* margin: 4% 0 0 490px; */
	background-color: #fff;
	border-radius: 20px;
	/* padding: 40px; */
	box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
}

.main-text {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.heading {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	/* padding: 20px;  */
	font-weight: bold;
}

.history {
	display: flex;
	justify-content: space-between;
	background-color: #e1e0e0;
	padding: 0px 3% 0px 3%;
	padding-top: 2px;
	height: 29px;
}

@media only screen and (max-width: 768px) {
	.main-content_businesss {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 4% 0 0 10%; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		scale: 0.9;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

	.sidebar-menu {
		position: fixed;
		top: 0;
		/* / right: 0; / */
		bottom: 0;
		width: 100% !important;
		background-color: #f3f4f6;
		overflow-y: auto;
		transition: left 0.3s ease;
	}

	.edit-button {
		margin-bottom: 10px;
	}

	.categories-see-all {
		height: 200px;
		width: 100%;
		border-radius: 5px;
		background-color: #6b6b6b;
		color: white;
		text-align: center;
		/* padding-top: 45%; */
		display: grid;
		align-items: center;
		margin-top: 20px;
	}
	.input-box {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 1024px) {
	.main-content_businesss {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 4% 0 0 21%; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

	.main-card-lead {
		border-bottom: 2px solid #8080802e;
		height: auto;
		padding: 10px !important;
		cursor: pointer;
	}
	.input-box {
		position: relative;
		width: 100% !important;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
	}

}

.coin-end {
	text-align: end;
}

.horizontal-lines {
	text-align: center;
}

.line {
	width: 40%;
	display: inline-block;
	margin: 0 10px;
}

.or-text {
	font-weight: bold;
}

@media only screen and (min-width: 343px) and (max-width: 345px) {
	.heading {
		font-size: 15px;
	}
	p.p {
		font-size: 13px;
	}
}

.fa-brands,
.fab {
	font-weight: 900 !important;
	font-size: 19px;
	margin-top: 4px;
}
/* 
img.profile-image {
	background-color: #f8f2f2;
	  filter: opacity(0.2);
} */

.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.select-dropdown {
	position: relative;
	background-color: #e6e6e6;
	border-radius: 4px;
}
.select-dropdown select {
	font-size: 1rem;
	font-weight: normal;
	width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-dropdown select:active,
.select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

[type="date"] {
	background: #fff
		url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)
		97% 50% no-repeat;
}
[type="date"]::-webkit-inner-spin-button {
	display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

/* custom styles */

label {
	display: block;
}

/* .total-review {
	display: flex;
	margin-left: 10px;
} */

.total-review {
    /* / display: flex; / */
    margin-left: 10px;
    background-color: ghostwhite;
    padding: 12px 21px;
    border-radius: 10px;
}


.total-review-text {
	display: flex;
}
.total-review-text h3 {
	padding-left: 15px;
	padding-top: 5px;
}
.total-review-icon {
	padding-top: 10px;
	padding-left: 10px;
}

.reviews {
	margin-left: 10px;
	margin-top: 12px;
	color: gray;
	/* font-size: 23px; */
}
#dropdown-box {
	/* display: none; */
}

.tag {
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
	background-color: var(--pribgcolor);
	border-radius: 5px;
	color: white !important;
}

.close-btn {
	cursor: pointer;
}

.add-button {
	padding: 10px;
}

.add-button button {
	width: 100px;
	height: 40px;
	border: none;
	font-weight: 600;
	background-color: var(--pribgcolor);
	color: white;
	border-radius: 5px;
}

.add-button button:hover {
	width: 100px;
	height: 40px;
	border: none;
	font-weight: 600;
	background-color: var(--pribgcolor) !important;
	color: white;
	border-radius: 5px;
}

.input-tag {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: white !important;
	padding: 3px 5px;
	margin-left: 10px;
	/* /box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
	/width: 100%; */
}

.clint-inputs {
	display: flex;
	border-radius: 5px;
	border: 2px solid #9da0b629;
	justify-content: space-between;
}

.clint-input1 {
	margin-left: 10px;
}

.clint-input1 input {
	height: 36px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	border: none;
	outline: none;
}

.clint-input1 input::placeholder {
	color: black;
}

.clint-input2 input {
	height: 66px;
	width: 404px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
}

.clint-input2 input::placeholder {
	color: #9da0b6;
}

.clint-input3 input {
	height: 66px;
	width: 404px;
	border-radius: 5px;
	border-color: #9da0b6;
	font-weight: 600;
	padding-left: 10px;
	border: none;
	outline: none;
}

.clint-input3 input::placeholder {
	color: #9da0b6;
}

.clint-search-button button {
	width: 66px;
	margin-left: 20px;
	border: none;
	background-color: #004294;
	color: white;
	border-radius: 5px;
	font-weight: 600;
	margin-top: 6px;
	margin-right: 12px;
}

.subtotal {
	display: flex;
	justify-content: space-between;
}

.term-image img {
	height: 350px;
}

.category-text-main {
	display: flex;
	gap: 10px;
	padding: 0 20px;
}

.select2-container--default .select2-search--inline .select2-search__field {
	width: auto !important; /* or specify any desired width */
}

.card {
	margin-bottom: 20px;
}

.star-rating {
	color: gold;
}

.list-group-item {
	box-shadow: 1px 2.5px 10px #80808099;
	margin: 15px 29px;
	padding: 25px 25px;
	border-radius: 10px;
}
.title-class {
	color: black;
	font-size: 18px;
}

a.btn.btn-primary.mt-4.align-self-end {
	background-color: var(--pribgcolor);
}


.profile-imagees {
    border-radius: 100px;
    cursor: pointer;
    filter: invert(1);
}




button#resend_business_otp {
    padding: 4px 32px;
    border-radius: 5px;
    color: #004294;
}



/* / Styles for sidebar menu / */


.sidebar-menu {
    position: fixed;  
    top: 0;
    left: -100%;
    bottom: 0;
    width: 28%;
    background-color: #f3f4f6;
    overflow-y: auto;
    transition: all .8s;
}

.sidebar-content {
    padding: 20px;
}

.sidebar-menu.active {
    left: 0; 
}


.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

div#dropdown-box {
    margin-top: 13%;
}

.first-text {
    display: flex;
    gap: 10px;
}
.first-text h4{
 height: 40px;
    width: 40px;
    background-color: #004294;
    color: white;
    border-radius: 50%;
    padding: 5px 13px;
}

.activ-time-button {
    background: #47bf9c;
    color: black;
    font-size: 13px;
    font-weight: 300;
    border: none;
    color: white;
    height: 30px;
    width: 70px;
    border-radius: 5px;
    font-weight: 700;
}


.lead-card-name h6 {
	line-height: 0.5;
}


.lead-card-sec33{
	display: flex;
	gap: 10px;
	padding: 0 15px;
}



.addtag{
	border-radius: 5px !important;
	background-color: white !important;
}

button#openModalBtn{
	border-radius: 5px !important;
	background-color: white !important;
	color: black !important;
}


button.btn {
    background-color: #004294;
    color: white;
}


.btn:hover {
    color: white !important;
    background-color: #004294 !important;
    /* border-color: var(--bs-btn-hover-border-color); */
}
.image-strech{
	/* padding: 0 14%; */
}




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

	.main-content_business {
		height: 100%;
		/* width: 600px; */
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		/* margin: 0 !important; */
		background-color: #fff;
		border-radius: 20px;
		padding: 40px;
		box-shadow: 6px 2px 6px 6px rgb(244, 243, 243);
	}

  }
/* @media only screen and (min-width: 1500px) {


  .main-inputs {
    display: flex;
    margin-right: 3%;
    margin-top: 10px;
    justify-content: center;
}
} */
.profile_section2 {
    padding: 15px;
}

.profile_sub_section2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.profile-image2 {
    width: 120px;
    height: 120px;
    /* border-radius: 5px; */
    object-fit: cover;
    max-width: 100%; /* Ensure responsiveness */
    margin-right: 56%; /* Adds space between the image and the button */
	margin-bottom: 15px;
	border-radius: 100px;
}

.profile_btn2 {
    cursor: pointer;
    background-color: #004294;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.profile_btn2:hover {
    background-color: #004294;
}

.hide-input2 {
    display: none;
}

.setting_input2 {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}

.m-10 {
    margin: 10px 0;
}

@media (max-width: 768px) {
    .profile_sub_section2 {
        flex-direction: column;
        align-items: center; /* Center elements on smaller screens */
    }

    .profile_btn2 {
        width: 100%;
        text-align: center;
        margin-top: 10px; /* Adds space on smaller screens when the layout stacks */
    }

    .profile-image2 {
        margin-right: 0; /* Remove margin when stacking vertically */
        margin-bottom: 15px; /* Adds space below the image on smaller screens */
    }
}
