.feedbackform{ 
.form-control{
	border: 1px solid #EC9F40;
	border-radius: 10px;
}
.card{
	--bs-card-border-color: none !important;
	--bs-card-cap-bg: none !important;
	background-color: transparent !important;
}

.mb-3{
	width: 30%;
	margin-bottom: 1rem !important;
	}
}
.exp-feedback{
	width: calc(600px + (1300 - 600) * ((100vw - 768px) / (1920 - 768)));
	max-width: 1300px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	background: #EFF3FD;
	border-radius: 50px;
	box-shadow: 0px 3px 10px rgba(117, 122, 187, 0.53);
	padding-top: 30px;
	padding-bottom: 30px;
	padding: 40px;
}
.feedbackform a{
	color: #686b9f !important;
}
.feedbackform a:hover{
	color: #eea041 !important;
	text-decoration: none;
}
.feedbackform textarea{
	resize: none;
}
.feedbackform label{
	font-weight: 300;
	margin-bottom: 0px;
}
.feedbackform .form-check{
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.button_fbck{
	color: #fff;
    background-color: #757ABB;
    position: relative;
    transition: all .3s linear;
    font-weight: bold;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
    text-transform: uppercase;
	border: 0;
    border-radius: 2rem;
    display: block;
    box-shadow: 6px 6px 16px 2px #eee;
    font-size: 14px;
	box-shadow: 0px 3px 6px rgba(158, 175, 219);
}
.button_fbck:hover{
	background: #eea041 !important;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	#about_us_feedback_image{
		display: none !important;
	}
	.mb-3{
		width: 100% !important;
	}
	.button_fbck{
		margin-right: auto;
		width: 200px;
	}
}

