body {
	font-family: 'Poppins', sans-serif !important;
}

.top-navbar {
	background-image: linear-gradient(to right, #1ABFF0, #F60AF9) !important;
}

.navbar-nav {
	text-align: right;
}

.mid-navbar img {
	margin: 0 0 0 6.5rem;
	height: 50px;
	position: absolute;
	top: 20px;
}

.op-nav {
	display: flex;
	justify-content: end;
}

.op-nav li {
	margin: 0 2rem;
	font-size: 15px;
}

.account {
	margin: 0 5rem 0 3rem;
	align-items: center;
	display: contents;
	justify-content: center;
	height: 2rem;
	width: 2rem;
}

.account img {
	transition: transform .4s;
	height: 2rem;
}

.account img:hover {
	fill: #1ABFF0 !important;
	filter: invert(59%) sepia(89%) saturate(1161%) hue-rotate(155deg) brightness(97%) contrast(94%);
	transform: scale(1.2);
	transition-timing-function: ease
}

.mobile-section {
	display: none;
}

.pi-top-div {
	margin: 1.5rem 10rem;
	height: 25vh;
	width: 80%;
}

.pi-top-div-img {
	height: 70%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
	width: 70%;
	margin: auto;
}

.pi-top-div-img img {
	height: 7rem;
}

.pi-top-div-progress {
	display: flex;
	user-select: none;
	width: 60%;
	margin: 1rem auto;
}

.info {
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: auto;
	height: fit-content;
}

.pi-top-div-progress .step {
	font-size: 1.2rem;
	font-weight: 500;
	color: white;
	text-align: center;
}

.bullet span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px !important;
}

.step .bullet {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: #DDDDDD;
	display: inline-block;
	position: relative;
}

.pi-top-div-progress .step .bullet.active {
	background-color: #f108d6;
	color: #f108d6;
}

.pi-top-div-progress .step .bullet.active span {
	color: white;
}

.line {
	height: 3px;
	width: 100%;
	background-color: #DDDDDD;
	margin-top: 1rem;
}

.c_line {
	background-image: linear-gradient(to right, #FFFF, #F60AF9) !important
}

.form-div {
	height: fit-content;
	background-color: #FFF3FF;
	text-align: center;
	margin: 4rem 9rem;
	padding: 2rem;
	width: 82% !important;
}

#form-id {
	display: flex;
	justify-content: center;
}

.page {
	/* position: absolute; */
	width: 100%;
	padding: 0 4rem;
}

.page h1 {
	font-weight: 900;
}

.page p {
	font-weight: 400;
	color: #818181;
}

.page1-div-1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
}

#name-field {
	width: 45% !important;
}

.content-big {
	width: 35rem;
	height: 2rem;
	padding: 1rem;
	font-weight: 500;
	border: none;
	box-shadow: -4px 4px 6px rgba(254, 204, 255, 0.25);
}

.content-mid {
	width: 90%;
	height: 2rem;
	padding: 0 1rem;
	font-weight: 500;
	border: none;
	box-shadow: -4px 4px 6px rgba(254, 204, 255, 0.25);
}

.otp-next {
	border: none !important;
	background-color: #f108d6 !important;
	font-weight: 600 !important;
	width: 10rem;
	height: 2.5rem;
	border-radius: 60px !important;
}

.otp-next:hover {
	background-color: #1ABFF0 !important;
}

.firstNext {
	border: none !important;
	background-color: #f108d6 !important;
	font-weight: 600 !important;
	width: 10rem;
	height: 2.5rem;
	border-radius: 60px !important;
}

.firstNext:hover {
	background-color: #1ABFF0 !important;
}

#number {
	width: 45% !important;
}

#mail {
	width: 45%;
}

#gender {
	width: 45%;
}

/*#city {
	width: 20rem;
}

#state {
	width: 20rem;
}*/

.modal-footer {
	display: flex;
	justify-content: center !important;
	align-items: center;
}

.sec-1 {
	margin-bottom: 2rem;
}

.radio-div {
	height: fit-content;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin: 2rem .5rem;
}

.radio-div-1 {
	height: fit-content;
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
}

.radio-div p {
	font-size: 1.5rem;
	margin: .3rem 3rem .3rem .5rem;
	font-weight: 600;
	color: black;
}

.radio {
	height: 3rem;
	width: 3rem;
	border: solid #f108d6;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.radio-fill {
	height: 2.2rem;
	width: 2.2rem;
	border-radius: 100%;
	border: none;
	background-color: white;
}

.radio-content {
	display: flex;
}

.rd-defult {
	background-color: #f108d6;
}

.content-area {
	height: 3rem;
}

.dd {
	position: absolute;
}

.content-dd {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.content-dd .dd {
	height: 3rem;
	width: 35rem;
}

.content-out {
	margin-top: 2.5rem;
	height: 80%;
	background-color: white;
	box-shadow: -4px 4px 6px rgba(187, 154, 188, 0.25);
}

#b {
	visibility: hidden;
}

#h_a {
	visibility: hidden;
}

#c {
	visibility: hidden;
}

.prev-1 {
	border: none !important;
	background-color: #CDCDCD !important;
	font-weight: 600 !important;
	width: 10rem;
	height: 2.5rem;
	border-radius: 60px !important;
	margin: .5rem 3rem;
}

.prev-1:hover {
	background-color: #1ABFF0 !important;
}

.next-1 {
	border: none !important;
	background-color: #f108d6 !important;
	font-weight: 600 !important;
	width: 10rem;
	height: 2.5rem;
	border-radius: 60px !important;
	margin: .5rem 3rem;
}

.next-1:hover {
	background-color: #1ABFF0 !important;
}

.interest {
	text-align: start;
	margin: 2rem;
}

.interest h2 {
	font-weight: 900;
	font-size: 1.7rem;
}

.op-container {
	display: flex;
	justify-content: center;
	width: 95%;
	margin: 0 auto 2.5rem;
}

.op {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: start;
}

label {
	display: inline-block;
}

input[type=checkbox] {
	margin-right: .9rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2rem;
	height: 2rem;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: -4px 4px 6px rgba(187, 154, 188, 0.25);
}

input[type="checkbox"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5rem;
	content: "\f00c";
	color: white;
}

input[type="checkbox"]:checked {
	background-color: #1ABFF0;
}

input[type="checkbox"]:checked:after {
	display: block;

}

.op-sel {
	margin: 1.5rem auto;
	display: flex;
	width: 15rem;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.prev-2 {
	border: none !important;
	background-color: #CDCDCD !important;
	font-weight: 600 !important;
	width: 10rem;
	height: 2.5rem;
	border-radius: 60px !important;
	margin: .5rem 3rem;
}

.prev-2:hover {
	background-color: #1ABFF0 !important;
}

.submit {
	border: none !important;
	background-color: #f108d6 !important;
	font-weight: 600 !important;
	width: 10rem;
	height: 2.5rem;
	border-radius: 60px !important;
	margin: .5rem 3rem;
}

.submit a {
	text-decoration: none;
	color: white;
}

.submit:hover {
	background-color: #1ABFF0 !important;
}

#page2 {
	/* visibility: hidden; */
	display: none;
}

#page3 {
	/* visibility: hidden;
	position: relative;
	display: flex;
	justify-content: center; */
	display: none;
}

#img1 {
	transform: scale(1.7)
}

#h4-1 {
	color: #f108d6;
	font-weight: 600;
}

#h4-2 {
	color: #DDDDDD;
	font-weight: 600;
}

#h4-3 {
	color: #DDDDDD;
	font-weight: 600;
}

/* ####FOOT_DIV#### */

.foot-d {
	background-image: linear-gradient(to right, #1ABFF0, #F60AF9) !important;
	height: fit-content;
	align-items: baseline;
	display: flex;
	justify-content: center;
}

.foot-row {
	width: 80%;
}

.foot-d-form {
	margin-top: 20px !important;
	color: white;
	padding: 10px;
}

.foot-d-form p {
	font-size: 16px;
	margin-top: 1rem;
}

.foot-row h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900 !important;
}

#name {
	height: 2.4rem;
	width: 16.5rem;
	border: none;
	font-size: 18px;
	border-radius: 5px;
	margin-right: 0.5rem;
	padding: 10px;
}

#email {
	height: 2.4rem;
	width: 16.5rem;
	border: none;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px;
}

#message {
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	width: 33.6rem;
}

#send-message {
	margin-top: 10px;
	background-color: #f108d6 !important;
	font-size: 20px;
	width: 12rem;
	height: 18%;
	font-weight: 600;
	border: none;
}

#send-message:hover {
	background-color: #1ABFF0 !important;
}

.foot-d-reach {
	margin-top: 20px !important;
	color: white;
	padding: 10px;
}

.foot-d-reach p {
	font-size: 16px;
	margin-top: .7rem;
}

.foot-icon {
	margin: 30px 0;
	width: 70%;
	display: flex;
}

.foot-icon h3 {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
}

.foot-icon i {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 1rem;
}

.otp-modal {
	height: 20rem !important;
	width: 40rem !important;
	border-radius: 100px 0 100px !important;
}

.otp-modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.otp-modal-body a {
	text-decoration: none;
	color: #f108d6;
	font-weight: 600;
	font-size: .7rem;
	margin-bottom: 1rem;
}

.otp-modal-body h1 {
	font-size: 2rem;
}

.otp-input-div {
	margin: auto;
	width: 80%;
	background-color: white;
	border-radius: 25px;
	height: fit-content;
}

.otp-input {
	margin: 0 1rem;
	width: 3rem;
	height: 3rem;
	background-color: #1ABFF0;
	border-radius: 15px;
	border: none;
	color: white;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}

.otp-input::placeholder {
	color: white;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 5rem;
	opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.md-main-div-hm {
	height: 28rem !important;
	width: 40rem !important;
	border-radius: 100px 0 100px !important;
}

.md-body-div-hm {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	color: black;
}

.md-main-div-hm img {
	height: 8rem;
}

.md-main-div-hm h1 {
	font-size: 60px;
	font-weight: 700;
}

.md-main-div-hm h3 {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
}

.math-section {
	/* position: absolute; */
	display: none;
	width: 100% !important;

}

.bio-section {
	/* position: absolute;
	visibility: hidden; */
	display: none;
	width: 100%;
}

.ha-section {
	/* visibility: hidden;
	position: absolute; */
	display: none;
	width: 100%;
}
.personal-update{
	display:block;
	 width:40%;

}

.com-section {
	/* visibility: hidden;
	position: absolute; */
	display: none;
	width: 100%;
}

/* .btns {
	position: absolute;
	top: 37rem !important;
} */

@media (max-width: 360px) {
	body {
		width: 100%;
	}

	.page{
		padding: 0;
	}

	/* .btns {
		position: absolute;
		top: 33rem !important;
	}	 */

	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	.pi-top-div {
		display: none;
		width: 10% !important;
	}

	.personal-update{
		width: 100% !important;
	}
	.mobile-section {
		display: flex;
		height: 35vh;
		width: 100%;
		justify-content: center;
	}

	.mobile-img {
		margin-bottom: 0;
	}

	.mobile-img img {
		margin-top: 2rem;
		height: 15rem;
	}

	#name-field {
		width: 100% !important;
		margin-bottom: 2rem;
	}

	#number {
		width: 100% !important;
	}

	.form-div {
		margin: 2rem;
		height: fit-content;
	}

	.page {
		height: fit-content !important;
		width: 100%;
		margin-bottom: 2rem !important;
	}

	.page h1 {
		font-size: 1rem;
	}

	.page p {
		font-size: .9rem;
	}

	.page1-div-1 {
		margin-bottom: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	select {
		background-color: white !important;
	}

	.page1-div-1 input {
		width: 100%;
		margin: .2rem .5rem;
	}

	#mail {
		margin-bottom: 0.2rem;
		width: 100%;
	}

	#gender {
		margin-bottom: 2rem;
		width: 100%;
		margin-left: .1rem;
	}

	.radio-div {
		height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.dd {
		width: 70% !important;
		accent-color: white;
	}

	#income {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#city {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#state {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	.op-container {
		height: 430px;
		display: flex;
		justify-content: space-between;
		/* overflow-x: auto; */
		overflow-y: auto;
		white-space: nowrap;
	}

	.op-container {
		display: flex;
		flex-direction: column;
	}

	.p2f1 {
		margin-bottom: .8rem !important;
	}

	.pg2-btn {
		/* position: absolute;
		left: .9rem; */
		display: flex;
		width: 15rem;
		justify-content: space-between;
	}

	.pg2-btn button {
		margin: 0 auto;
		width: 7rem;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		width: 15rem;
	}

	.btns button {
		width: 7rem;
		margin: 1rem 0;
	}

	.foot-d {
		margin-top: 4rem;
		height: fit-content;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 1.5rem !important;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}

	.otp-modal {
		height: 20rem !important;
		width: 40rem !important;
		border-radius: 100px 0 100px !important;
	}

	.otp-modal-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.otp-modal-body a {
		text-decoration: none;
		color: #f108d6;
		font-weight: 600;
		font-size: .7rem;
		margin-bottom: 1rem;
	}

	.otp-modal-body h1 {
		font-size: 2rem;
	}

	.otp-input-div {
		margin: auto;
		width: 80%;
		background-color: #fff;
		border-radius: 25px;
		height: fit-content;
	}

	.otp-input {
		margin: 0 .2rem;
		width: 3rem;
		height: 3rem;
		background-color: #1ABFF0;
		border-radius: 15px;
		background-color: #1ABFF0;
		border: none;
		color: white;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
	}

	.otp-input::placeholder {
		color: white;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 5rem;
		opacity: 1;
	}

}

@media (min-width: 375px) and (max-width : 379px) {
	
	.page {padding: 0;}

	body {
		width: 100%;
	}

	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	.pi-top-div {
		display: none;
		width: 10% !important;
	}
	.form-div #page-2{
		height: 100vh;
	} 

	.mobile-section {
		display: flex;
		height: 35vh;
		width: 100%;
		justify-content: center;
	}

	.mobile-img {
		margin-bottom: 0;
	}

	.mobile-img img {
		margin-top: 2rem;
		height: 15rem;
	}

	.form-div {
		margin: 2rem;
		height: fit-content;
	}

	.page {
		height: fit-content !important;
		width: 100%;
		margin-bottom: 2rem !important;
	}

	.page h1 {
		font-size: 1rem;
	}

	.page p {
		font-size: .9rem;
	}

	.page1-div-1 {
		margin-bottom: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	select {
		background-color: white !important;
	}
	.personal-update{
		display:block;
		 width:100%;
	
	}

	.page1-div-1 input {
		width: 100%;
		margin: .2rem .5rem;
	}

	#name-field {
		margin-bottom: 2rem;
		width: 100% !important;
	}

	#number {
		width: 100% !important;
	}

	#mail {
		margin-bottom: 0rem;
		width: 100%;
	}

	#gender {
		margin-bottom: 2rem;
		width: 100%;
		margin-left: .1rem;
	}

	.radio-div {
		height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.dd {
		width: 70% !important;
		accent-color: white;
	}

	#income {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#city {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#state {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	.op-container {
		height: 109vh;
		display: flex;
		justify-content: space-between;
		/* overflow-x: auto; */
		overflow-y: auto;
		white-space: nowrap;
	}

	.op-container {
		display: flex;
		flex-direction: column;
	}

	.p2f1 {
		margin-bottom: .8rem !important;
	}

	.pg2-btn {
		position: absolute;
		left: .9rem;
		display: flex;
		width: 21rem;
		justify-content: space-between;
	}

	.pg2-btn button {
		margin: 0 auto;
		width: 7.5rem;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		/* width: 18rem; */
		/* top: 51rem !important; */
		margin: auto;
	}

	.btns button {
		width: 7rem;
		margin: 1rem 0;
	}

	.foot-d {
		margin-top: 4rem;
		height: fit-content;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 1.5rem !important;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}

	.otp-modal {
		height: 20rem !important;
		width: 40rem !important;
		border-radius: 100px 0 100px !important;
	}

	.otp-modal-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.otp-modal-body a {
		text-decoration: none;
		color: #f108d6;
		font-weight: 600;
		font-size: .7rem;
		margin-bottom: 1rem;
	}

	.otp-modal-body h1 {
		font-size: 2rem;
	}

	.otp-input-div {
		margin: auto;
		width: 80%;
		background-color: #fff;
		border-radius: 25px;
		height: fit-content;
	}

	.otp-input {
		margin: 0 .2rem;
		width: 3rem;
		height: 3rem;
		background-color: #1ABFF0;
		border-radius: 15px;
		border: none;
		color: white;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
	}

	.otp-input::placeholder {
		color: white;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 5rem;
		opacity: 1;
	}
}

@media (min-width: 380px) and (max-width: 401px) {
	body {
		width: 100%;
	}

	.page {
		padding: 0;
	}

	.mid-navbar img {
		margin: 0 0 0 10px;
	}
	.form-div #page-2{
		height: 100vh;
	} 
	.personal-update{
		width: 100% !important;
	}

	.pi-top-div {
		display: none;
		width: 10% !important;
	}

	.mobile-section {
		display: flex;
		height: 35vh;
		width: 100%;
		justify-content: center;
	}

	.mobile-img {
		margin-bottom: 0;
	}

	.mobile-img img {
		margin-top: 2rem;
		height: 15rem;
	}

	.form-div {
		margin: 1rem 2.3rem;
		height: fit-content;
	}

	.op-container {
		height: 450px;
		display: flex;
		justify-content: space-between;
		/* overflow-x: auto; */
		overflow-y: auto;
		white-space: nowrap;
	}

	.page {
		height: fit-content !important;
		width: 100%;
		/* margin-bottom: 45rem !important; */
	}

	.page h1 {
		font-size: 1rem;
	}

	.page p {
		font-size: .9rem;
	}

	.page1-div-1 {
		margin-bottom: 2.1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	select {
		background-color: white !important;
	}

	.page1-div-1 input {
		width: 100%;
		margin: .2rem .5rem;
	}

	#name-field {
		width: 100% !important;
		margin-bottom: 1rem;
	}

	#number {
		width: 100% !important;
	}

	#mail {
		margin-bottom: 0.2rem;
		width: 100%;
	}

	#gender {
		margin-bottom: 2rem;
		width: 100%;
		margin-left: .4rem;
	}

	.radio-div {
		height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.dd {
		width: 70% !important;
		accent-color: white;
	}

	#income {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#city {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#state {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	.op-container {
		display: flex;
		flex-direction: column;
		height: 90vh;
	}

	.p2f1 {
		margin-bottom: .8rem !important;
	}

	.pg2-btn {
		/* position: absolute;
		left: 1.5rem; */
		display: flex;
		width: 16rem;
		justify-content: space-between;
	}

	.pg2-btn button {
		margin: 0 auto;
		width: 7rem;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		width: 17rem;
	}

	.btns button {
		width: 8rem;
		margin: 1rem 0;
	}

	.foot-d {
		margin-top: 4rem;
		height: 65rem;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 1.5rem !important;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}

	.otp-modal {
		height: 20rem !important;
		width: 40rem !important;
		border-radius: 100px 0 100px !important;
	}

	.otp-modal-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.otp-modal-body a {
		text-decoration: none;
		color: #f108d6;
		font-weight: 600;
		font-size: .7rem;
		margin-bottom: 1rem;
	}

	.otp-modal-body h1 {
		font-size: 2rem;
	}

	.otp-input-div {
		margin: auto;
		width: 90%;
		background-color: #fff;
		border-radius: 25px;
		height: fit-content;
	}

	.otp-input {
		margin: 0 .2rem;
		width: 3rem;
		height: 3rem;
		background-color: #1ABFF0;
		border-radius: 15px;
		border: none;
		color: white;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
	}

	.otp-input::placeholder {
		color: white;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 5rem;
		opacity: 1;
	}
}

@media (min-width: 405px) and (max-width: 413px) {
	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	.page {
		padding: 0;
	}

	/* .btns {
		position: absolute;
		top: 76rem !important;
	} */

	.pi-top-div {
		display: none;
		width: 10% !important;
	}
	.personal-update{
		width: 100% !important;
	}

	.mobile-section {
		display: flex;
		height: 35vh;
		width: 100%;
		justify-content: center;
	}

	.mobile-img {
		margin-bottom: 0;
	}

	.mobile-img img {
		margin-top: 2rem;
		height: 15rem;
	}

	.form-div {
		margin: 1rem 2.3rem;
		height: fit-content;
	}

	.page {
		height: fit-content !important;
		width: 100%;
		margin-bottom: 2rem !important;
	}

	.page h1 {
		font-size: 1rem;
	}

	.page p {
		font-size: .9rem;
	}

	.page1-div-1 {
		margin-bottom: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	select {
		background-color: white !important;
	}

	.page1-div-1 input {
		width: 100%;
		margin: .2rem .5rem;
	}

	#name-field {
		width: 100% !important;
		margin-bottom: 2rem;
	}

	#number {
		width: 100% !important;
	}

	#mail {
		margin-bottom: 0.2rem;
		width: 100%;
	}

	#gender {
		margin-bottom: 2rem;
		width: 100%;
		margin-left: .1rem;
	}

	.radio-div {
		height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.dd {
		width: 70% !important;
		accent-color: white;
	}

	#income {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#city {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#state {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	.op-container {
		height: 125vh;
		display: flex;
		justify-content: space-between;
		/* overflow-x: auto; */
		overflow-y: auto;
		white-space: nowrap;
	}

	.op-container {
		display: flex;
		flex-direction: column;
	}

	.p2f1 {
		margin-bottom: .8rem !important;
	}

	.pg2-btn {
		/* top: 56.5rem; */
		position: absolute;
		left: 1.5rem;
		display: flex;
		width: 22.5rem;
		justify-content: space-between;
	}

	.pg2-btn button {
		margin: 0 auto;
		width: 10rem;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		width: 18rem;
	}

	.btns button {
		width: 8rem;
		margin: 1rem 0;
	}

	.foot-d {
		margin-top: 4rem;
		height: 65rem;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 1.5rem !important;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}

	.otp-modal {
		height: 20rem !important;
		width: 40rem !important;
		border-radius: 100px 0 100px !important;
	}

	.otp-modal-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.otp-modal-body a {
		text-decoration: none;
		color: #f108d6;
		font-weight: 600;
		font-size: .7rem;
		margin-bottom: 1rem;
	}

	.otp-modal-body h1 {
		font-size: 2rem;
	}

	.otp-input-div {
		margin: auto;
		width: 90%;
		background-color: #fff;
		border-radius: 25px;
		height: fit-content;
	}

	.otp-input {
		margin: 0 .2rem;
		width: 3rem;
		height: 3rem;
		background-color: #1ABFF0;
		border-radius: 15px;
		border: none;
		color: white;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
	}

	.otp-input::placeholder {
		color: white;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 5rem;
		opacity: 1;
	}
}

@media (min-width: 414px) and (max-width: 415px) {
	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	.page{
		padding: 0;
	}

	.pi-top-div {
		display: none;
		width: 10% !important;
	}

	.mobile-section {
		display: flex;
		height: 35vh;
		width: 100%;
		justify-content: center;
	}
	.personal-update{
		width: 100% !important;
	}

	.mobile-img {
		margin-bottom: 0;
	}

	.mobile-img img {
		margin-top: 2rem;
		height: 15rem;
	}

	.form-div {
		margin: 1rem 2.5rem;
		height: 58vh;
	}

	.page {
		height: fit-content !important;
		width: 100%;
		margin-bottom: 45rem !important;
	}

	.page h1 {
		font-size: 1rem;
	}

	.page p {
		font-size: .9rem;
	}

	.page1-div-1 {
		margin-bottom: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	select {
		background-color: white !important;
	}

	.page1-div-1 input {
		width: 100%;
		margin: .2rem .5rem;
	}

	#name-field {
		width: 100% !important;
		margin-bottom: 2rem;
	}

	#number {
		width: 100% !important;
	}

	#mail {
		margin-bottom: 0.2rem;
		width: 100%;
	}

	#gender {
		margin-bottom: 2rem;
		width: 100%;
		margin-left: .1rem;
	}

	.radio-div {
		height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.dd {
		width: 70% !important;
		accent-color: white;
	}

	#income {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#city {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#state {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	.op-container {
		height: 430px;
		display: flex;
		justify-content: space-between;
		/* overflow-x: auto; */
		overflow-y: auto;
		white-space: nowrap;
	}

	.op-container {
		display: flex;
		flex-direction: column;
	}

	.p2f1 {
		margin-bottom: .8rem !important;
	}

	.pg2-btn {
		/* top: 56.5rem;
		position: absolute;
		left: 1.5rem; */
		display: flex;
		/* width: 22.5rem; */
		justify-content: space-between;
	}

	.pg2-btn button {
		margin: 0 auto;
		width: 8rem;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		width: 18rem;
	}

	.btns button {
		width: 8rem;
		margin: 1rem 0;
	}

	.foot-d {
		margin-top: 4rem;
		height: 65rem;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 2rem;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}

	.otp-modal {
		height: 20rem !important;
		width: 40rem !important;
		border-radius: 100px 0 100px !important;
	}

	.otp-modal-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.otp-modal-body a {
		text-decoration: none;
		color: #f108d6;
		font-weight: 600;
		font-size: .7rem;
		margin-bottom: 1rem;
	}

	.otp-modal-body h1 {
		font-size: 2rem;
	}

	.otp-input-div {
		margin: auto;
		width: 84%;
		background-color: #fff;
		border-radius: 25px;
		height: fit-content;
	}

	.otp-input {
		margin: 0 .2rem;
		width: 3rem;
		height: 3rem;
		background-color: #1ABFF0;
		border-radius: 15px;
		border: none;
		color: white;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
	}

	.otp-input::placeholder {
		color: white;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 5rem;
		opacity: 1;
	}

	/* .btns {
		position: absolute;
		top: 34rem !important;
	} */
}

@media (min-width: 416px) and (max-width: 480px) {

	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	.pi-top-div {
		display: none;
		width: 10% !important;
	}

	.mobile-section {
		display: flex;
		height: 35vh;
		width: 100%;
		justify-content: center;
	}

	.mobile-img {
		margin-bottom: 0;
	}

	.mobile-img img {
		margin-top: 2rem;
		height: 15rem;
	}

	.form-div {
		margin: 1rem 0;
		height: 67vh;
	}

	.page {
		height: fit-content !important;
		width: 100%;
		margin-bottom: 45rem !important;
	}

	.page h1 {
		font-size: 1rem;
	}

	.page p {
		font-size: .9rem;
	}

	.page1-div-1 {
		margin-bottom: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	select {
		background-color: white !important;
	}

	.page1-div-1 input {
		width: 100%;
		margin: .2rem .5rem;
	}

	#name-field {
		width: 100% !important;
		margin-bottom: 2rem;
	}

	#number {
		width: 100% !important;
	}

	#mail {
		margin-bottom: 2.2rem;
		width: 100%;
	}

	#gender {
		margin-bottom: 2rem;
		width: 100%;
		margin-left: .1rem;
	}

	.radio-div {
		height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.dd {
		width: 70% !important;
		accent-color: white;
	}

	#income {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#city {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	#state {
		width: 100%;
		margin: .5rem 0 .5rem .5rem;
	}

	.op-container {
		height: 430px;
		display: flex;
		justify-content: space-between;
		/* overflow-x: auto; */
		overflow-y: auto;
		white-space: nowrap;
	}

	.op-container {
		display: flex;
		flex-direction: column;
	}

	.p2f1 {
		margin-bottom: .8rem !important;
	}

	.pg2-btn {
		top: 55rem;
		position: absolute;
		left: 1.5rem;
		display: flex;
		width: 22.5rem;
		justify-content: space-between;
	}

	.pg2-btn button {
		margin: 0 auto;
		width: 10rem;
	}

	.btns {
		display: flex;
		justify-content: space-between;
		width: 18rem;
	}

	.btns button {
		width: 8rem;
		margin: 1rem 0;
	}

	.foot-d {
		margin-top: 4rem;
		height: 69rem;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 2rem;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}
}

@media (min-width: 520px) and (max-width: 650px) {


	body{
		width:98%;
	}

	.top-navbar {
		width: 52.5rem;
	}

	.pi-top-div {
		margin: 5rem 11rem;
		height: 39vh;
		width: 80%;
	}

	.pi-top-div-img {
		height: 50%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 5rem;
		width: 70%;
		margin: 15px;
	}

	.form-div {
		height: 43vh;
		background-color: #FFF3FF;
		text-align: center;
		margin: 4rem 0rem;
		padding: 2rem;
		width: 100% !important;
	}

	.foot-d {
		height: 125vh;
		width: 155.5vw;
		
	}

	#name{
		margin-bottom: 0.5rem;
		width: 25rem;
	}

	#email{
		width: 25rem;
	}

	#message{
		width: 25rem;
	}
}

@media (min-width: 760px) and (max-width: 915px) {
	.mid-navbar img {
		margin: 0 0 0 10px;
	}
	.page {
		padding: 0;
	}
	#city{
		width: 9.5rem;
	}
	#state{
		width: 9.5rem;
	}

	.form-div {
		height: fit-content;
		margin: 4rem auto;
	}

	.pi-top-div-progress {
		display: flex;
		user-select: none;
		width: 60%;
		margin: 2.2rem auto 0;

	}

	.pi-top-div {
		margin: 3.5rem auto;
		width: 100%;
		height: 22vh;
	}

	.pi-top-div-img {
		height: 40%;
	}

	.pi-top-div-img img {
		height: 6rem;
	}

	.info {
		width: 83%;
		text-align: center;
	}

	.op-sel label {
		font-size: .8rem !important;
	}

	.page1-div-1 {
		margin: 2rem .5rem !important;
	}

	.radio-div {
		width: 100%;
	}

	.radio-content {
		width: 5.5rem;
	}

	.radio {
		height: 1.5rem;
		width: 1.5rem;
	}

	.radio-fill {
		height: 1.2rem;
		width: 1.2rem;

	}

	.radio-div p {
		font-size: 1rem;
		margin: 0.1rem 0.3rem;
	}

	.foot-d {
		height: 79vh;

	}

	.op-container {
		display: flex;
		justify-content: space-between;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.pg2-btn {
		display: flex;
	}

	.op {
		margin-right: 15rem;
	}

	.btns {
		display: flex;
		/* position: absolute;
		top: 30rem !important; */
	}
}

@media (min-width: 1250px) and (max-width: 1420px) {
	/* .form-div {
		height: 70vh;
	} */

	.page {
		padding: 0;
	}

	#message {
		width: 28.6rem;
	}

	#state {
		width: 15rem !important;
	}

	#city {
		width: 15rem !important;
	}

	.op-container {
		height: 48vh;
    	overflow-y: auto;
		overflow-x: auto;
    	padding: 0 0.5rem;
		width: fit-content;
	}

	label {
		display: inline-block;
		font-size: .8rem !important;
	}

	input[type=checkbox] {
		width: 1.5rem;
		height: 1.5rem;
	}

	/* .btns {
		position: absolute;
		top: 30rem !important;
	} */
}