.thank-you {
	padding: 50px;
	font-size: 15px;
}
@media (max-width: 991px) {
	.like_modal_dialog {
		width: 100% !important;
	}
}
@media (min-width: 768px) {
	.comingSoonTxt {
		top: 130px !important;
		height: 79% !important;
	}
	.rect_center_form_container {
		padding: 20px 20px 0px;
		display: inline-block;
		width: 100%;
	}
	.rect_center_form_box {
		box-shadow: 4px 4px 3px 5px #e6e6e6;
		border-radius: 10px;
		padding: 10px 5px 25px 5px;
		background-color: rgb(136, 136, 136, 0.03);
	}
	.rect_center_form_h4 {
		font-weight: 300;
		margin: 5px 22px 0px;
		font-size: 15px;
	}
	.rect_center_form_symbol {
		width: 20%;
	}
	.react_form_input {
		border: 1px solid black;
		border-radius: 13px;
		padding: 6px 13px 6px 13px;
		background-color: #f2f2f2;
		margin: 10px;
		width: 80%;
	}
	.react_form_button {
		background-color: #75d0c0;
		border-radius: 50px;
		width: 65%;
		font-size: 15px;
		height: 30px;
		line-height: 1;
		margin: 4px auto 20px;
	}
	.like_modal_dialog {
		width: 930px;
	}
	.modal_rect_container {
		background-color: white; display: flex;
	}
	.modal_rect_left {
		position: absolute; width: 8%; top: 7px; left: 12px; padding: 30px 19px; border: 7px solid black;
	}
	.modal_rect_center {
		display: inline-block; 
		position: relative;
		width: 100%;
		height: 450px;
		border: 10px solid black;
	}
	.modal_rect_right {
		display: inline-block;
		position: absolute;
		width: 12%;
		padding: 40px;
		border: 7px solid black;
		bottom: 9px;
		right: 5px;
	}
	.like_modal_close {
		position: absolute;
		right: 20px;
		font-size: 35px;
		font-weight: 100;
		z-index: 999;
		color: #ee3042;
		opacity: 0.8;
	}
	.rect_center_img {
		margin: 30px 100px 0px;
	}
	.rect_center_p_choice {
		font-size: 20px;
		font-weight: 500;
		margin-top: 25px;
	}
	.rect_center_p_action {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.rect_center_p {
		font-size: 15px;
	}
	.rect_center_text_container {
		display: inline-block;
		margin: 20px;
	}
	.like_modal_body {
		padding: 40px;
}
}
@media (max-width: 767px) {
	.rect_center_form_container {
		padding: 20px 20px 44px;
		 display: inline-block;
		 width: 100%;
	}
	.rect_center_form_box {
		box-shadow: 4px 4px 3px 5px #e6e6e6;
		 border-radius: 10px;
		 position: relative;
		 padding: 10px 5px 25px 5px;
		 background-color: rgb(136, 136, 136, 0.03);
	}
	.rect_center_form_h4 {
		font-weight: 300;
		margin: 5px 22px 0px;
		font-size: 15px;
	}
	.rect_center_form_symbol {
		width: 20%;
	}
	.react_form_input {
		border: 1px solid black;
 border-radius: 13px;
 padding: 6px 13px 6px 13px;
 background-color: #f2f2f2;
 margin: 10px;
 width: 80%;
	}
	.react_form_button {
		background-color: #75d0c0;
 border-radius: 50px;
 width: 65%;
 font-size: 15px;
 height: 30px;
 line-height: 1;
 margin: 4px auto 20px;
	}
	.modal_rect_container {
	background-color: white; display: flex;
}

.like_modal_body {
padding: 20px;
}
.modal_rect_left {
	position: absolute;
 width: 8%;
 top: 3px;
 left: 3px;
 padding: 30px 19px;
 border: 4px solid black;
}
.modal_rect_center {
	display: inline-block;
 position: relative;
 width: 100%;
 margin-top: 21px;
 margin-bottom: 21px;
 border: 7px solid black;
}
.modal_rect_right {
	display: inline-block;
 position: absolute;
 width: 12%;
 padding: 35px;
 border: 4px solid black;
 bottom: 16px;
 right: 3px;
}
.like_modal_close {
	position: absolute;
	right: 20px;
	font-size: 35px;
	font-weight: 100;
	z-index: 999;
	color: #ee3042;
	opacity: 0.8;
}
.rect_center_img {
		display: inline-block;
	}
	.rect_center_img img{
		max-width: 50%;
	}
	.rect_center_p_choice {
		font-size: 14px;
 font-weight: 500;
 margin-top: 15px;
	}
	.rect_center_p_action {
		font-size: 12px;
 margin-bottom: 7px;
	}
	.rect_center_p {
		font-size: 12px;
	}
.rect_center_text_container {
	margin: 20px;
}
}