html,
body {
	overflow-x: hidden;
}

.pad-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* .banner {
	background-image: url('../img/about_banner2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
	justify-content: center;
} */
.banner {
	background-image: url('../img/about_banner2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
	justify-content: center;
}
.about-heading {
	margin-top: 110px;
	font-size: 32px;
	font-weight: bold;
	color: #2a416b;
}
.about-mainText {
	margin-top: -73px;
}
.about-img {
	height: 100px;
	width: 100px;
}
#verifyGetCookiesFlag {
	display: none;
}
.popup-overlay{
	display: flex;
}
.heading {
	font-size: 26px;
	color: #29364e;
	font-style: bold;
	font-family: poppins;
}
.text {
	color: #29364e;
	font-size: 16px;
	font-family: poppins;
}
.about-card {
	border-radius: 20px;
	border: 1px solid rgb(238, 237, 237);
}
.card-text {
	font-size: 14px;
	color: #566f86;
}
.card-heading {
	font-size: 20px;
	color: #29364e;
}
.about-textContent {
	font-size: 20px;
	color: #29364e;
}
.float-wp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 50px;
	right: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 1;
}
.content-header {
	font-size: 34px;
	color: #29364e;
	font-family: poppins;
	/* background-color: #f6f6fe; */
}
.heading-right {
	font-size: 26px;
	color: #29364e;
	font-style: bold;
	font-family: poppins;
}
.heading-left {
	font-size: 26px;
	color: #29364e;
	font-style: bold;
	font-family: poppins;
}
.image_size {
	width: 290px;
	height: 300px;
}
.apply-online {
	position: fixed;
	right: -40px;
	top: 55%;
	bottom: auto;
	left: auto;
	z-index: 7;
}
.apply-online .btn {
	background: #9715b3;
	padding: 8px 10px;
	transform: rotate(270deg);
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
/* .btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
} */
.apply-online .btn a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.wp-img {
	height: 80px;
	width: 80px;
}
.content1-text {
	color: #5c6575;
	font-size: 16px;
}
.content-2 {
	background-color: #fafafa;
}
.content1-heading {
	font-size: 34px;
	color: #29364e;
	line-height: 49px;
	margin-top: -2.99rem;
}

.popup_img {
	width: 120px;
}

.popup_para {
	font-size: 18px;
	font-weight: 600;
}
.info-img {
	width: 50px;
	height: 50px;
}
.popup {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.popup-overlay {
	background-color: #daf9c3;
	position: fixed;
	width: 100%;
	display: flex;
	height: 140px;
	bottom: 0;
	z-index: 100;
}
.popup-align {
	align-items: center !important;
}
.submit {
	border-radius: 4px;
}
.closeOne {
	border-radius: 4px;
}
/* .float-tel {
	position: fixed !important;
	width: 50px;
	height: 46px;
	bottom: 307px;
	right: auto;
	left: 0px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 100;
} */
/* .float-message {
	position: fixed;
	width: 60px;
	height: 83px;
	bottom: 207px;
	right: auto;
	left: -15px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 100;
} */
/* .mobile-img {
	height: 47px;
}
.message-img {
	height: 47px;
}
.bgColor {
	background-color: #9715b3;
	color: white;
}
.bgColor:hover {
	background-color: #9715b3;
	color: white;
} */
.mobile-img {
	height: 47px;
}
.message-img {
	height: 47px;
}
.bgColor {
	background-color: #9715b3;
	color: white;
}
.bgColor:hover {
	background-color: #9715b3;
	color: white;
}
@media only screen and (max-width: 426px) {
	.popup-overlay {
		background-color: #daf9c3;
		position: fixed;
		width: 100%;
		height: 300px !important;
		bottom: 0;
		z-index: 100;
	}
}
/* @media only screen and (max-width: 768px) {
	.popup-overlay {
		background-color: #daf9c3;
		position: fixed;
		width: 100%;
		height: 140px !important;
		bottom: 0;
		z-index: 100;
	}
	.popup {
		align-items: center;
		margin-top: 1%;
	}
} */

@media only screen and (max-width: 767px) {
	.content1-heading {
		margin-top: -13% !important;
		font-size: 24px;
		line-height: 32px;
	}
	.gray-img {
		width: 100%;
	}
}
