
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}


/* navbar */


.profile-link .color-change {
	color: #000;
}



.navbar {
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 30;
	background-color: #fff;
	top: 0;
	letter-spacing: 0;
}

.navbar-brand {
	width: 20%;
}

.navbar-brand img {
	width: 41%;
}

#nav-bar-number {
	text-decoration: none;
	font-weight: 500;
	font-size: .8rem;
}

.login-button button {
	border: none;
	border-radius: 34px;
	background-color: #1666d9;
}

#_my-number {
	border-radius: 50%;
	background-color: #fff;
	padding: 0.625rem;
	display: none;
	text-decoration: none;
}

@media screen and (max-width: 992px) {
	#_my-number {
		display: inline-block;
	}
}

#_my-number .fa-phone-volume {
	display: block;
	vertical-align: middle;
	color: #0000008c;
	font-size: 1.5rem;
}



#nav-bar-number:hover {
	background-color: #0d6f6d;
}

#contact-us-info .col-12 {
	background-color: red;
}

@media (max-width: 991px) {
	._my-login {
		margin-bottom: 1rem;
		margin-top: 1rem;
		padding: 1rem;
	}
}

@media screen and (max-width: 950px) {
	@media screen and (max-width: 576px) {
	

		.bx-1,
		.bx-2 {
			width: 90vw;
			height: 25vh;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 3.625rem;
			padding: 2rem;
			margin: 1rem 0;
		}
	}
}

/* navbar */

._flex {
	display: flex;
	justify-content: space-between;

}

._flex ._left1 {
	width: 46%;
	background: #fff;
	border-radius: .625rem;
	display: block;
	box-shadow: 2px 4px 5px gray;
}

._top {
	padding: 30px;
}

.p1 {
	font-weight: 700;
	font-size: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.p2 {
	font-weight: 600;
	font-size: 17px;
	text-align: left;
	margin-top: 5px;
	color: #505050;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

._top a {
	background: #EF6614;
	border-radius: 20px;
	padding: 7px 35px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 22px;
	cursor: pointer;
	text-decoration: none;
}

._bottom {
	width: 100%;
	height: 260px;
	display: flex;
}

._bottom img {
	width: 100%;
	/*border-radius: 0 0 20px 20px;*/
	border-radius: .625rem;
	object-fit: cover;
	max-width: 100%;
}


@media only screen and (max-width: 768px) {
	._flex {
		display: flex;
		flex-direction: column;
	}

	._flex ._left1 {
		width: 100%;
	}

	.right22 {
		margin-top: 20px;
	}

}

.main2 {

	margin: 0 auto;
}

.cBlack {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 80px;
	text-align: center;
}

.mflex {
	display: flex;
}

._box1 {
	width: 27%;
	border-radius: 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	padding-top: 70px;
}

.color1 {
	background: #FFF1CC;
}

._box1 .circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 8px solid #fff;
	text-align: center;
	position: absolute;
	transform: translate(-50%, 0px);
	left: 50%;
	top: -53px;
	DISPLAY: flex;
	align-items: center;
	padding: 10px;
	justify-content: center;
}

._box1 .circle img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.boxhed {
	font-size: 18px;
	font-weight: 600;
}

.mgt5 {
	color: #505050;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

._box2 {
	align-items: center;
	padding: 0 40px;
	display: flex;
}

._box2 img {
	max-width: 100%;
}

.color2 {
	background: #CCF1F3;
	;
}

.color3 {
	background: #CCF5E1;
}

.faq {
	max-width: 1110px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

.faq .question {
	margin-bottom: 20px;
	border-bottom: 1px solid #00000020;
	padding-bottom: 10px;
}

.faq h2 {
	margin-bottom: 15px;
	font-size: 21px;
	cursor: pointer;
	font-weight: 600;
}

.faq .answer {
	display: none;
}

@media only screen and (max-width: 768px) {
	.mflex {
		flex-direction: column;
		gap: 2.5rem;
	}

	._box1 {
		width: 100%;
		margin-bottom: 30px;
	}

	._box2 {
		display: none;
	}

	.faq {
		padding: 20px;
	}
}

.radius {
	border-radius: 10px;
	/* Adjust the value as needed */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 40px;
	margin-top: 60px;
}






/*footer*/

#footer {
	background-color: #0d6f6d;
}

#footer h6 {
	color: #fff;
}

#footer p {
	color: #fff;
	font-size: 1rem;
}



#footer-about ul {
	margin: 0;
	padding: 0;
}

#footer-about ul li {
	list-style: none;
	display: inline-block;
}

#footer-about ul li a {
	display: flex;
	align-items: center;
	color: #000;
	background-color: rgb(136, 136, 136);
	width: 100%;
	height: 100%;
	font-size: .7rem;
	padding: .7rem;
	border-radius: 30%;
}

#footer-about i {
	font-size: 1.5rem;
	width: 15%;
	height: 5%;
}

#footer-about p {
	color: white;
	font-size: 1rem;
	width: 100%;
	text-align: left;
}

#footer-bottom-link a {
	text-decoration: none;
	width: 100%;
	color: #18c9c9;
}

.hr {
	border-top: 1px solid #fff;
}

.navbar a {
	text-transform: uppercase !important;
}

.navbar button {
	text-transform: uppercase !important;
}

@media screen and (max-width: 420px) {
	.navbar-brand img {
		width: 95% !important;
	}
}

@media screen and (max-width: 520px) {
	.navbar-brand img {
		width: 95% !important;
	}
}

.card1 {
	width: 100%;
	height: 100%;
	background-color: pink !important;
}

.row_cont {
	display: flex;
	justify-content: center;
	align-items: center;
}

.card2 {
	/* width: 100%;
    height: 100%; */
	height: 100%;
	background-color: white;
	box-shadow: #0B7372 2px 2px 3px;
	border: 1px solid white;
	border-radius: 10px;
	padding: 22px 9px 0px 16px;

}

.cont {
	padding: 7rem 17rem !important;
	background-color: #e8faf9;
}



.refer_head {
	color: #0B7372;
}

.butn {
	background-color: #0B7372;
	padding: 0.5rem 1.6rem 0.5rem 1.6rem;
	color: white;
	border-radius: 10px;
	justify-items: center;
	font-size: 1rem;
	border: 1px solid;
}

@media(max-width:992px) {
	.cont {
		padding: 3rem 1rem !important;
		height: 100% !important;
	}

	.card2 {
		padding: 10px 5px 0px 7px;
		height: 100%;
	}

	.butn {
		padding: 0.5rem 0.6rem 0.5rem 0.6rem;
		font-size: 1rem;

	}
}

.new_ref {
	padding: 0rem 6rem !important;
}


.head_want {
    font-size: 3rem;
    font-weight: 700;
}

@media(max-width:992px) {
	.new_ref {
		padding: 0rem 0rem !important;
	}

	.head_want {
		font-size: 2.2rem;
	}
}

.new_want {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.new_want2 {
	display: flex;
	justify-content: center;
	align-items: center;

}
