.CoursePopup_modal {
	display: flex;
	position: fixed;
	z-index: 1100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(38, 70, 116, 0.8);
	display: none;
}
#CoursePopup-error-msg {
	color: red;
	text-align: center;
}
.CoursePopup_modal-main {
	position: fixed;
	background: white;
	width: 60%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 16px;
	display: flex;
	justify-content: space-evenly;
	border-radius: 6px;
	max-width: 750px;
	padding: 32px;
	/* display: none; */
}

.CoursePopup_display-block {
	display: block;
}

.CoursePopup_display-none {
	display: none;
}

.CoursePopup_title {
	font-size: 22px;
	font-weight: 600;
	color: #0088b7;
	line-height: 30px;
	text-align: center;
}

.CoursePopup_sub-title {
	font-size: 16px;
	color: #858585;
	text-align: center;
	margin-top: 11px;
}

.CoursePopup_field-container {
	padding: 4px;
}

.CoursePopup_form {
	display: flex;
	flex-direction: column;
	width: auto;
	padding: 16px 32px;
}

.CoursePopup_input {
	height: 45px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding-left: 8px;
}

.CoursePopup_input:focus {
	border: 1px solid #0088b7;
}

.CoursePopup_input-phone {
	margin-top: 15px;
}

.CoursePopup_submit-button {
	background-color: #00a5ec;
	margin-top: 25px;
	height: 45px;
	/* margin: 0 30px; */
	font-weight: 500;
	border-radius: 5px;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.CoursePopup_submit-button > span {
	color: white;
}

.CoursePopup_submit-right-arrow {
	width: 16px !important;
}

.CoursePopup_logo {
	height: 250px;
	width: 280px;
	margin-top: 20px;
}

.CoursePopup_popup-close {
	position: absolute;
	right: 0.8rem;
	top: 0.8rem;
	cursor: pointer;
	height: 0.85rem;
	width: 0.85rem;
}

.CoursePopup_input-invalid {
	border: 2px solid #f78077 !important;
}

.CoursePopup_email-error {
	color: #f78077;
	font-size: 13px;
	margin-top: 5px;
	/* display: none; */
}
.CoursePopup_phone-error {
	color: #f78077;
	font-size: 13px;
	margin-top: 5px;
	/* display: none; */
}
.ThankYouPopup_main-modal {
	position: fixed;
	background: white;
	width: 50%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 16px;
	display: flex;
	justify-content: space-evenly;
	border-radius: 6px;
	display: none;
}

.ThankYouPopup_container {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.ThankYouPopup_logo {
	width: 235px;
	height: 235px;
}

.ThankYouPopup_title {
	font-size: 22px;
	font-weight: 600;
	color: #0088b7;
	line-height: 30px;
	text-align: center;
}

.ThankYouPopup_sub-title {
	padding: 0 30px;
	margin-bottom: 10px;
	text-align: center;
}

.ThankYouPopup_submit-button {
	background-color: #00a5ec;
	margin-top: 25px;
	height: 45px;
	margin: 0 30px;
	font-weight: 500;
	border-radius: 5px;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.ThankYouPopup_submit-button > span {
	color: white;
}

.ThankYouPopup_submit-right-arrow {
	width: 16px !important;
}

.ThankYouPopup_popup-close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

@media (min-width: 767px) and (max-width: 1024px) {
	.ThankYouPopup_main-modal {
		width: 60%;
	}
	.ThankYouPopup_submit-button {
		font-size: 0.8rem;
	}
}

@media (max-width: 768px) {
	.ThankYouPopup_main-modal {
		width: 75%;
	}

	.ThankYouPopup_logo {
		height: 150px;
		width: 150px;
	}

	.ThankYouPopup_sub-title {
		margin-top: 20px;
	}
	.ThankYouPopup_submit-button {
		font-size: 0.7rem;
	}
}

@media (max-width: 1024px) {
	.CoursePopup_modal-main {
		width: 65%;
		flex-direction: column;
		align-items: center;
		padding: 16px;
	}

	.CoursePopup_logo {
		height: 150px;
		width: 150px;
	}
}
