@media only screen and (max-width: 1201px) {
	.header-whatsapp {
		padding: 13px;
	}

	.contact-form {
		padding: 25px;
	}

	section {
		padding: 70px 0;
	}

	ul.country-list {
		justify-content: center;
	}

	ul.country-list li {
		width: 20%;
	}

	ul.organization-list li,
	ul.cta-list li {
		width: 25%;
	}

	.cta-row {
		width: 80%;
	}

	/* BANNER */
	.banner-wrap {
		padding: 130px 0;
	}

	.banner-wrap-row .heading-group {
		width: 75%;
	}

	.banner-wrap-row .intro-description {
		width: 80%;
	}

	:root {
		--font-18: 17px;
		--font-20: 19px;
		--font-24: 22px;
		--font-35: 30px;
		--font-48: 45px;
		--font-72: 65px;
		--font-16: 15px;
	}

	ul.mission-list>li>div {
		padding: 40px;
	}

	.site-branding img {
		max-width: 95px;
	}

	ul.banner-list {
		width: 86%;
	}

	.button,
	.button.white {
		padding: 14px 28px;
	}

	.products.best-selling-products>li,
	ul.why-choose-list li {
		width: 50%;
	}

	.application .intro-description {
		width: 70%;
	}

	ul.application-list {
		margin-top: 25px;
	}

	.application-block {
		padding: 20px;
	}

	.counter-number {
		margin-top: 45px;
	}

	.footer-block:first-child {
		max-width: 550px;
	}

	.footer-top {
		padding: 60px 0;
	}

	.testimonial-block {
		padding: 25px;
	}

	ul.menu>li:not(:last-child) {
		margin-right: 35px;
	}

	.tabbing-list .tabbing-link {
		padding: 15px;
	}

	li.tabbing-box {
		padding-right: 0;
	}

	.product-right-inner {
		padding: 22px;
	}

	.product-left {
		padding: 28px;
	}

	.about-left {
		padding-right: 30px;
	}

	.contact-top .contact-block {
		width: 50%;
	}

	.contact-top .contact-block .footer-heading {
		margin-bottom: 20px;
	}

	.contact-top {
		margin-bottom: 45px;
	}

	input,
	textarea,
	select {
		padding: 14px 18px;
	}

	.right-part ul.products li {
		width: 50%;
	}

	.right-part {
		width: 65%;
	}

	.left-part {
		width: 33%;
	}
}

@media only screen and (max-width: 1024px) {
	.header-whatsapp {
		padding: 12px;
	}

	.site-branding img {
		max-width: 90px;
	}

	ul.mission-list>li>div {
		padding: 30px;
	}

	.footer-top {
		padding: 50px 0;
	}

	.testimonial-block {
		padding: 20px;
	}

	.contact-form {
		padding: 25px 20px;
	}

	section {
		padding: 60px 0;
	}

	/* BANNER */
	.banner-wrap {
		padding: 110px 0;
	}

	:root {
		--font-18: 16px;
		--font-20: 18px;
		--font-24: 20px;
		--font-35: 27px;
		--font-48: 42px;
		--font-72: 60px;
	}

	.cta-row {
		width: 85%;
	}

	ul.banner-list {
		width: 90%;
	}

	.image-text {
		font-size: 15px;
	}

	.button,
	.button.white {
		padding: 13px 25px;
	}

	ul.application-list {
		margin-top: 20px;
	}

	.counter-number {
		margin-top: 40px;
	}

	.banner-wrap-row .intro-description {
		width: 85%;
	}

	ul.country-list li {
		width: 25%
	}

	ul.menu>li:not(:last-child) {
		margin-right: 30px;
	}

	.tabbing-list .tabbing-link {
		padding: 14px;
	}

	.product-right-inner {
		padding: 20px;
	}

	.product-left {
		padding: 26px;
	}

	.contact-top {
		margin-bottom: 40px;
	}

	input,
	textarea,
	select {
		padding: 13px 16px;
	}
}

@media only screen and (max-width: 991px) {
	.header-right {
		display: none;
	}

	.site-branding img {
		max-width: 80px;
	}

	.footer-top {
		padding-bottom: 40px;
	}

	.best-seller-products {
		padding-top: 0;
	}

	.cta-row {
		width: 90%;
	}

	section {
		padding: 50px 0;
	}

	/* BANNER */
	.banner-wrap {
		padding: 90px 0;
	}

	.banner-wrap-row .heading-group {
		width: 80%;
	}

	ul.banner-list li {
		width: 50%;
	}

	:root {
		--font-35: 24px;
		--font-48: 39px;
		--font-72: 50px;
	}

	ul.banner-list {
		width: 100%;
	}

	.about-left {
		padding-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.banner-wrap-row .intro-description {
		width: 90%;
	}

	.about-right {
		width: 80%;
		margin: 0 auto;
	}

	.about-left .heading {
		width: 100%;
	}

	.button,
	.button.white {
		padding: 12px 23px;
		font-size: 15px;
	}

	ul.application-list li,
	ul.organization-list li,
	ul.cta-list li {
		width: 50%;
	}

	.application .intro-description {
		width: 75%;
	}

	.counter-number {
		margin-top: 35px;
	}

	.footer-block:first-child {
		max-width: unset;
		width: 70%;
		margin-bottom: 30px;
	}

	.footer-block {
		width: 50%;
	}

	.footer-right,
	.copyright {
		width: 100%;
	}

	.copyright {
		margin-bottom: 20px;
	}

	.footer-bottom-row,
	.term-menu {
		justify-content: center;
		text-align: center;
	}

	.tabbing-list .tabbing-link {
		padding: 13px;
	}

	.product-right-inner {
		padding: 18px;
	}

	.product-left {
		padding: 24px;
	}

	.product-right {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	.custom-product-box {
		margin: -10px 0;
	}

	.product-image-box {
		display: none;
	}

	.product-right-image {
		display: block;
		width: 33.33%;
	}

	.product-right-content {
		width: 33.33%;
	}

	.contact-top {
		margin-bottom: 35px;
	}

	.productbtn {
		flex: 0 0 auto;
	}

	ul.mission-list>li>div {
		padding: 20px;
		border-radius: 20px;
	}

	.contact-form,
	.map {
		width: 80%;
		margin: 0 auto;
	}

	.map iframe {
		height: revert-layer;
	}

	.contact-form {
		padding: 25px 15px;
	}

	input,
	textarea,
	select {
		padding: 12px 14px;
	}
}

@media only screen and (max-width:767px) {
	.site-branding img {
		max-width: 70px;
	}

	ul.menu>li:not(:last-child) {
		margin-right: 25px;
	}

	.header-top-left {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-top {
		padding-bottom: 30px;
	}

	.header-top-left .contact-block:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	:root {
		--font-48: 35px;
		--font-72: 40px;
	}

	.header-top-row {
		align-items: flex-start;
	}

	/* BANNER */
	.banner-wrap {
		padding: 70px 0;
	}

	.mouse {
		display: none;
	}

	.footer-block:first-child {
		width: 80%;
	}

	.banner-wrap-row .heading-group {
		width: 85%;
	}

	ul.banner-list li {
		justify-content: flex-start;
	}

	.banner-wrap-row .intro-description {
		width: 90%;
	}

	.about-right {
		width: 85%;
		height: 100%;
	}

	.button,
	.button.white,
	.header-whatsapp {
		padding: 12px 20px;
	}

	.application .intro-description {
		width: 80%;
	}

	.counter-number {
		margin-top: 30px;
	}

	.counter-main-block {
		width: 50%;
	}

	ul.country-list li {
		width: 33.33%;
	}

	.tabbing-list .tabbing-link {
		padding: 12px;
	}

	.product-right-inner {
		padding: 15px;
	}

	ul.mission-list>li {
		width: 80%;
		margin: 10px auto;
	}

	.contact-form,
	.map {
		width: 90%;
	}

	.contact-top {
		margin-bottom: 30px;
	}

	input,
	textarea,
	select {
		padding: 12px;
	}

	.right-part ul.products li {
		width: 100%;
	}

	.right-part {
		width: 55%;
	}

	.left-part {
		width: 43%;
	}

	.mouse {
		height: 50px;
		width: 28px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.toggle {
		display: flex;
		flex-direction: column;
	}

	nav.main-navigation.active {
		right: 0;
		transform: translate3d(0, 0, 0);
		transition: 500ms all ease-in-out;
	}

	nav.main-navigation {
		top: 0px;
		max-width: 320px;
		right: -100%;
		width: 100%;
		background: #fff;
		height: 100%;
		position: fixed;
		z-index: 10;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		align-items: unset;
		padding: 50px 30px;
		overflow-y: auto;
		transform: translate3d(0, 0, 205px);
		transition: all 500ms ease-in-out;
	}

	ul.menu {
		display: block;
		margin-top: 120px;
	}

	ul.menu>li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	ul.menu>li {
		margin-right: 0;
	}

	.menu>li>ul.sub-menu,
	.menu li ul.sub-menu>li>ul.sub-menu {
		position: unset;
		transform: unset;
		transition: unset;
		opacity: unset;
		visibility: unset;
		transform-origin: unset;
		display: none;
		min-width: unset;
		width: 100%;
		box-shadow: unset;
		margin-top: 10px;
		animation: none;
	}

	.menu li a {
		justify-content: space-between;
		font-size: 16px;
	}

	.menu>li:hover ul.sub-menu {
		padding: 0;
	}

	.menu li.current-menu-item>a,
	.current-menu-parent>a {
		padding-bottom: 0;
		border: 0;
	}

	.header-top-row {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.header-top-left {
		align-items: center;
	}

	.header-top-right {
		margin-bottom: 10px;
	}

	.header-top p {
		font-size: 15px;
	}

	/* BANNER */
	.banner-wrap {
		padding: 50px 0;
	}

	.banner-wrap-row .heading-group {
		width: 90%;
	}

	:root {
		--font-48: 30px;
		--font-72: 40px;
	}

	.banner-wrap-row .intro-description {
		width: 95%;
	}

	.btn-group {
		flex-direction: column;
		align-items: center;
	}

	.btn-one {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.about-right {
		width: 90%;
	}

	.application .intro-description {
		width: 90%;
	}

	ul.application-list li,
	.products.best-selling-products>li,
	ul.why-choose-list li {
		width: 100%;
	}

	ul.country-list li {
		width: 50%;
	}

	.footer-btn {
		display: none;
	}

	.tabbing-list .tabbing-link {
		padding: 11px;
	}

	.product-right-image {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.product-right-content {
		width: 48%;
	}

	ul.mission-list>li {
		width: 90%;
	}

	.footer-block:first-child {
		width: 90%;
	}

	.contact-top .contact-block {
		width: 100%;
	}

	.contact-top .contact-block .footer-heading {
		margin-bottom: 10px;
	}

	.contact-form,
	.map {
		width: 95%;
	}

	.right-part ul.products li {
		width: 50%;
	}

	.right-part {
		width: 100%;
		margin-bottom: 20px;
	}

	.left-part {
		width: 100%;
	}

	.shop-row {
		flex-direction: column-reverse;
	}

	.woocommerce-products-header {
		flex-direction: column;
	}

	.breadcrumb {
		display: none;
	}
}

@media only screen and (max-width:481px) {

	/* BANNER */
	.banner-wrap {
		padding: 50px 0;
	}

	ul.mission-list>li {
		width: 100%;

	}

	.banner-wrap-row .heading-group {
		width: 100%;
	}

	.footer-block:first-child {
		width: 100%;
	}

	:root {
		--font-48: 25px;
		--font-72: 30px;
	}

	ul.banner-list li {
		width: 100%;
		justify-content: flex-start;
	}

	.tabbing-list .tabbing-link {
		padding: 10px;
	}

	.banner-wrap-row .intro-description {
		width: 100%;
	}

	.about-right {
		width: 100%;
	}

	.image-text {
		position: relative;
	}

	.products.best-selling-products>li {
		width: 100%;
	}

	.application .intro-description,
	.footer-block {
		width: 100%;
	}

	.product-right-content {
		width: 100%;
		margin-bottom: 10px;
	}

	.product-right-image {
		width: 100%;
	}

	ul.organization-list li,
	ul.cta-list li {
		width: 100%;
	}

	ul.country-list li>div {
		padding: 10px;
	}

	ul.organization-list {
		margin-top: 20px;
	}

	.footer-block:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer-heading {
		margin-bottom: 15px;
	}

	.banner-right {
		text-align: center;
	}

	.term-menu {
		display: block;
	}

	.term-menu li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contact-form,
	.map {
		width: 100%;
	}

	.right-part ul.products li {
		width: 100%;
	}
}