@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
	/*background-color: #4208d7;*/
	background-color: #D1FFDB;
}
/* .top-object{
	background-image:url(../images/object_1.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	height:100%;
	position:absolute;
} */
/* .bottom-object{
	background-image:url(../images/object_2.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
	height:100%;
	position:absolute;
} */
/* .left-object{
	background-image:url(../images/object_3.png);
	background-repeat:no-repeat;
	background-position:left;
	width:100%;
	height:100%;
	position:absolute;
} */
.top-position {
	right: 0px;
	position: fixed !important;
	max-width: 100% !important;
}

.bottom-position {
	bottom: 0px;
	position: fixed !important;
	max-width: 60% !important;
}

.left-position {
	left: 0px;
	position: fixed !important;
	max-width: 100% !important;
}

.header {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	color: #f6ddfd;
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
}

.sub-header {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
	color: rgb(89,134,29);
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
}

.helpline-text {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	color: #f6ddfd;
	font-weight: 500;
	text-align: center;
}

.helpline-text-inner {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	color: #f6ddfd;
	font-weight: 500;
	text-align: center;
	padding-left: 35px;
}

.form-control {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	height: 45px;
	border-radius: 6px;
	width: 80%;
	display: inline-block;
	padding: 0 30px;
	color: #000;
	box-shadow: 0px 5px 20px 0px rgb(2 126 54 / 40%)
}

select option {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
}

.button {
	width: 80px;
	height: 80px;
	border-radius: 999px;
	/*background-color: #dc00fe;*/
	background-color: rgb(89,134,29);
	color: #fff;
	border: 2px solid rgb(2,126,54);
	color: #fff;
	/*border: 2px solid #800394;*/
	box-shadow: 0px 5px 20px 0px rgb(73 6 188 / 80%);
}

	.button:hover {
		background-color: rgb(2,126,54);
		color: #fff;
		cursor: pointer;
	}

.button-text {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	width: 80%;
	height: 60px;
	border-radius: 6px;
	background-color: rgb(89,134,29);
	color: #fff;
	border: 2px solid rgb(2,126,54);	
	box-shadow: 0px 5px 20px 0px rgb(73 6 188 / 70%);
}

	.button-text:hover {
		background-color: rgb(2,126,54);
		color: #fff;
		cursor: pointer
	}

.arrow-icon {
	font-size: 4rem;
	font-weight: 500;
}

.previous-arrow-icon {
	color: rgb(89,134,29);
	float: left;
	font-size: 3rem;
	padding-right: 6px;
	vertical-align: middle;
	line-height: 24px;
}

.phone-icon {
	background-image: url(../images/smartphone.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12%;
	top: 29%;
}

.mail-icon {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12%;
	top: 29%;
}

.user-icon {
	background-image: url(../images/avatar.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12%;
	top: 28%;
}

.address-icon {
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12%;
	top: 19%;
}

.blood-icon {
	background-image: url(../images/blood-drop.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12%;
	top: 28%;
}

.page-scroll {
	height: 68vh;
	overflow: auto;
}

.textarea-height {
	height: 100px !important;
}

.p-t-300 {
	padding-top: 300px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-t-150 {
	padding-top: 150px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-t-70 {
	padding-top: 70px;
}

.p-t-40 {
	padding-top: 70px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-l-80 {
	padding-left: 80px;
}

.p-l-40 {
	padding-left: 35px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.m-l-r-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-20 {
	margin-top: 20px;
}

.t-a-c {
	text-align: center;
}

.t-a-l {
	text-align: left;
}

.w-80 {
	width: 80%;
}

.p-r {
	position: relative;
}

.p-a {
	position: absolute;
}
@media screen and (min-width: 280px) {
	.checkboxes {
		margin-left: -190px !important;
	}

	.radios {
		margin-left: -135px !important;
	}

	.radios-culture-m-l {
		margin-left: -78px !important;
	}

}

	@media screen and (min-width: 1024px) {
		.row {
			width: 40%;
			height: 100vh;
			margin: 0px auto;
			border: 1px solid #431da0;
		}

		.top-position {
			right: 0px;
			position: fixed !important;
			max-width: 40% !important;
		}

		.bottom-position {
			bottom: 0px;
			position: fixed !important;
			max-width: 20% !important;
		}

		.left-position {
			left: 0px;
			position: fixed !important;
			max-width: 40% !important;
		}

		.page-scroll {
			height: 72vh;
		}

		.p-t-100 {
			padding-top: 160px;
		}

		.datepicker-align {
			width: 81.5%;
			left: 8.9%;
		}

		.checkboxes {
			margin-left: -310px !important;
		}

		.radios {
			margin-left: -250px !important;
		}
		.radios-culture-m-l {
			margin-left: -250px !important
		}
	}
	/*My Changes*/
	.datepicker-align {
		width: 82.3%;
		left: 8.6%;
	}

	.hide-alert {
		display: none;
	}

	.alert-position {
		position: fixed;
		top: 5%;
		left: 0%;
		z-index: 10;
		margin: 0 auto;
	}

	.alert-close {
		line-height: 18px;
		margin-left: 20px !important;
		font-size: 1.4rem;
	}

	.alert-success {
		background-color: #90ee90;
	}

	.alert-danger {
		color: whitesmoke;
		background-color: #DC143C;
	}

	.blank {
		/*border:2px red solid;*/
		background-color: #ffcccb;
	}

	input[date] {
		position: relative;
		width: 150px;
		height: 20px;
		color: white;
	}

	input:before {
		position: absolute;
		/*top: 25px;*/
		/*top: 25px;
		left: 80px;*/

		content: attr(data-date);
		display: inline-block;
		color: black;
	}

	input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
		display: none;
	}

	input::-webkit-calendar-picker-indicator {
		position: absolute;
		/*top: 20px;*/
		left: 100px;
		color: black;
		opacity: 1;
	}

	table {
		width: 100%;
		padding: 6px;
		/*font-size: 2rem;*/
		margin: 0;
		user-select: none;
	}

	.datepicker-dropdown {
		/*width: 80%;*/
	}

	.fa-calendar {
		font-size: 2rem;
		padding-right: 10px;
	}

	.input-group-addon {
		background-color: #fff;
		border: 0px;
	}

	.input-group .form-control {
		box-shadow: none;
		border-right: 0px;
	}

	.showHeader {
		display: block;
	}

	.checkboxes {
		margin-left: -190px !important;
	}

	.radios {
		margin-left: -135px !important;
	}

	.radios-culture-m-l {
		margin-left: -78px !important;
	}

	.checkboxes label {
		display: inline-block;
		padding-right: 10px;
		white-space: nowrap;
	}

	.checkboxes input {
		vertical-align: top;
	}

	.checkboxes label span {
		vertical-align: middle;
	}

.lbl-culture {
	color: rgb(89,134,29) !important;
}

	.hideHeader {
		display: none;
	}

	.culture-div {
		height: 45px;
		float: left;
		margin-left: 50px;
	}

	.err-msg {
		font-weight: bold;
		font-size: 16px;
		color: red;
	}
.img-logo {
	width: 450px;
	height: min-content;
	/*border: 1px solid rgb(100,33,102);*/
}

	