@media all and (min-width: 1650px){
.body_bg{
	display: none;
}
.body_bg2{
	display: block;
}

}



@media all and (min-width: 1500px){
.header_main .container{
	max-width: 1420px;
}

}



@media all and (max-width: 1199px){
.menu_icon{
	display: block;
}
.menu_main {
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	justify-content: center;
	background: #21616D;
	padding: 20px 0px;
	z-index: 9;
	display: none;
}
.menu ul {
	justify-content: center;
}
.logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.menu ul li a {
	color: #DCDCDC;
}
.menu_btn {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

h1 {
	font-size: 40px;
}
.banner_image h1 {
	line-height: 125%;
}
.product_contents {
	flex-direction: column;
}
.product_contents_left {
	max-width: 100%;
}
.product_contents_right {
	max-width: 100%;
}
.compliance_single {
	flex-direction: column;
}
.compliance_contents .default_contents {
	max-width: 700px;
}
.compliance_img {
	order: 2;
}
.compliance_single2 .default_contents {
	text-align: left;
}
.feature_single {
	flex: 0 0 calc((100% / 2) - 12px);
}
.faq_contents .accordion-button {
	font-size: 20px;
}
.faq_contents .accordion-body {
	max-width: 800px;
	font-size: 16px;
	line-height: 120%;
}
.curious .shadow {
	width: 250px;
	height: 250px;
}

}



@media all and (max-width: 991px){
.banner_main {
	padding: 160px 0px 70px 0px;
}
.banner_image img {
	margin-top: -90px;
}
.top_title {
	padding: 12px 14px;
	font-size: 14px;
}
.btn_style {
	padding: 14px 14px;
	border-radius: 10px;
	font-size: 14px;
}
.product_contents_left {
	border-radius: 20px;
	padding: 30px 30px;
}
.product_contents_title h1 {
	font-size: 24px;
}
.product_contents_title p {
	font-size: 18px;
	line-height: 120%;
}
.product_contents_right_single {
	padding: 30px 30px;
	border-radius: 20px;
}
.default_contents h1 {
	margin: 12px 0px;
}
.feature_single {
	padding: 25px 25px;
	border-radius: 20px;
}
/*.footer_contents {
	flex-direction: column;
	gap: 50px;
}*/
.footer_right {
	gap: 110px;
}
.footer_copyright {
	flex-direction: column;
	gap: 8px;
}
.curious {
	border-radius: 20px;
	padding: 70px 30px;
}

}



@media all and (max-width: 767px){
.logo a img {
	width: 145px;
}
.banner_image img {
	margin-top: -60px;
}
.banner_image h1 {
	line-height: 125%;
	font-size: 24px;
}
.banner_main {
	padding: 150px 0px 50px 0px;
}
.product_main {
	padding: 50px 0px;
}
h1 {
	font-size: 36px;
}
.product_contents_left .product_contents_box {
	margin-top: 40px;
}
.product_contents_box {
	border-radius: 20px;
	padding: 25px 25px;
}
.shadow {
	position: absolute;
	bottom: 15px;
	right: -60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #21CFEE;
	filter: blur(150px);
	z-index: -1;
}
.compliance {
	gap: 70px;
}
.compliance_main {
	padding: 50px 0px;
}
.feature_main {
	padding: 50px 0px;
}
.feature_single {
	flex: 0 0 100%;
}
.feature_contents {
	gap: 20px;
	margin-top: 30px;
}
.faq_contents .accordion-body {
	max-width: 90%;
}
.faq_main {
	padding: 50px 0px;
}
.team_work_main {
	padding: 50px 0px;
}
.contact_main {
	padding: 50px 0px;
}
.contact .default_contents{
	padding-top: 50px;
}
.contact_single textarea {
	height: 150px;
}
.curious {
	padding: 50px 30px;
}
.footer_right {
	gap: 70px;
}
.curious_main {
	padding: 10px 0px 60px 0px;
}
.footer_contents {
	flex-direction: column;
	gap: 50px;
}

}



@media all and (max-width: 575px){
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-right: 20px;
	padding-left: 20px;
}
.logo a img {
	width: 135px;
}
.menu ul {
	flex-direction: column;
	gap: 10px;
}
.menu_main {
	top: 80px;
}
h1 {
	font-size: 32px;
}
p {
	line-height: 130%;
}
.banner_image img {
	margin-top: -40px;
}
.banner_image h1 {
	line-height: 125%;
	font-size: 20px;
	margin-top: 20px;
}
.product_box_title h4 span {
	width: 45px;
	height: 45px;
	border-radius: 12px;
}
.product_box_title h4 span img {
	width: 24px;
}
.product_contents_left .product_contents_box {
	margin-top: 30px;
}
.product_contents_box {
	border-radius: 16px;
	padding: 20px 20px;
}
.product_contents_left {
	border-radius: 16px;
	padding: 20px 20px;
}
.product_box_title h4 {
	gap: 12px;
}
.product_box_single {
	flex: 0 0 calc((100% / 3) - 5px);
	padding: 10px 10px;
	border-radius: 10px;
}
.product_box_single img {
	width: 20px;
}
.product_box_single p {
	margin: 5px 0px;
}
.product_box_single h4 {
	font-size: 18px;
}
.product_contents {
	margin-top: 30px;
	gap: 20px;
}
.product_contents_right_single {
	padding: 20px 20px;
	border-radius: 16px;
}
.feature_single {
	padding: 20px 20px;
	border-radius: 16px;
}
.feature_single img {
	width: 32px;
}
.feature_single h4 {
	margin: 20px 0px 10px 0px;
}
.faq_main {
	padding: 50px 0px 30px 0px;
}
.faq_contents .accordion-button {
	font-size: 19px;
	line-height: 130%;
}
.contact_single {
	flex: 0 0 100%;
}
.contact_single input, .contact_single textarea,
.contact_single select, .footer_left input {
	border-radius: 20px;
	padding: 17px 15px;
	font-size: 14px;
}
.contact_single textarea {
	height: 130px;
}
.curious .shadow {
	width: 200px;
	height: 200px;
}
.curious {
	padding: 45px 20px;
}
.footer_left a img {
	width: 140px;
}
.footer_left p {
	margin: 22px 0px 10px 0px;
}
.footer_left input {
	width: 260px;
}
.footer_copyright p {
	font-size: 14px;
}
.footer_copyright ul {
	gap: 15px;
}
.footer_copyright ul li a {
	font-size: 14px;
}
.footer_main {
	padding: 60px 0px 30px 0px;
}

}