/*!
Theme Name: NetOne Dental
Theme URI: https://netonedental.com/
Author: NetOne Dental
Author URI: https://netonedental.com/
Description: With streamlined processes and comprehensive features, NetOne Dental empowers practices and professionals alike to efficiently find ideal matches and elevate their dental careers or teams.
Version: 1.0.0
Text Domain: netone-dental
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
body, head {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
p {
	font-size: 16px;
}
main .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
main .container .content {
	margin-top: 190px;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
main .container .content h2 {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
input {
	width: 100%;
	border: 1px solid #666;
	border-radius: 40px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}
input:focus {
	outline: none;
}
input::placeholder {
	font-family: Nunito, sans-serif;
}
button {
	background-color: #d97627;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	min-width: 200px;
	box-sizing: content-box;
	font-family: 'Nunito', sans-serif;
	border: none;
	border-radius: 40px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	padding: 20px 50px;
}
.buttons-wrapper {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 16px;
}
a.button {
	background-color: #d97627;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	min-width: 200px;
	font-family: 'Nunito', sans-serif;
	border-radius: 40px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	padding: 20px;
	cursor: pointer;
}
a.button.secondary {
	background-color: #fff;
	color: #d97627;
}
.container {
	width: 100%;
	box-sizing: border-box;
	padding-right: calc(1.5rem * 0.5);
	padding-left: calc(1.5rem * 0.5);
	margin: 0 auto;
}
.headerContainer {
	padding: 10px;
	position: sticky;
	top: 0;
	background: #fefefe;
	z-index: 1500;
	transition: 0.2s ease-in-out;
}
.headerNav {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 10px;
	flex-wrap: nowrap;
	justify-content: flex-start;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
.headerLogo {
	width: 170px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.arrowIcon {
	display: none;
	width: 20px;
	height: 20px;
	transform: rotate(180deg);
}
.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, 0.9);
	text-decoration: none;
	white-space: nowrap;
}
.navbar-nav {
	margin-left: auto;
	flex-direction: row;
	display: flex;
	padding-left: 0;
	list-style: none;
}
a.nav-link {
	display: block;
	color: #418779;
	font-family: 'Nunito', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	position: relative;
	text-decoration: none;
	outline: 0;
	transition: color 0.15s ease-out;
	font-weight: 500;
	font-size: 18px;
	padding: 15px;
}
a.nav-link::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	bottom: 0;
	left: 0;
	height: 2px;
	background: #d97528;
	transition: transform 0.25s ease-out;
}
a.nav-link:hover {
	color: #d97528;
	opacity: 1;
}
a.nav-link:hover::after {
	content: '';
	transform: scaleX(1);
}
a.nav-link.active {
	color: #d97528;
	opacity: 1;
}
a.nav-link.active::after {
	content: '';
	transform: scaleX(1);
}
.bg-1 {
	background: linear-gradient(0deg, rgba(65, 135, 121, 0.7), rgba(65, 135, 121, 0.7)), url('https://netonedental.com/media/2024/02/siberian-summit-2022-11-15-22-10-18-utc_BW-1-2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.about .bg-1 {
	background: linear-gradient(0deg, rgba(65, 135, 121, 0.7), rgba(65, 135, 121, 0.7)), url('https://netonedental.com/media/2024/02/siberian-summit-2022-11-15-22-10-18-utc_BW-1-3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.about .bg-1 h2 {
	max-width: 400px !important;
	text-align: left !important;
	margin: 0 !important;
}
.about .bg-1 h4 {
	text-align: left;
}
.practice-page .bg-1 {
	background: linear-gradient(0deg, rgba(65, 135, 121, 0.7), rgba(65, 135, 121, 0.7)), url('https://netonedental.com/media/2024/02/siberian-summit-2022-11-15-22-10-18-utc_BW-1-3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.practice-page .bg-1 h2 {
	max-width: 800px !important;
}
.practice-page .bg-1 .content {
	margin-top: 100px;
}
.professional-page .bg-1 {
	background: linear-gradient(0deg, rgba(65, 135, 121, 0.7), rgba(65, 135, 121, 0.7)), url('https://netonedental.com/media/2024/02/siberian-summit-2022-11-15-22-10-18-utc_BW-1-3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.professional-page .bg-1 {
	min-height: 90vh;
	display: flex;
	align-items: center;
}
.professional-page .bg-1 .container {
	flex-direction: row;
}
.professional-page .bg-1 .container h2 {
	text-align: left;
	max-width: 600px;
	margin: 0;
}
.professional-page .bg-1 .container h4 {
	text-align: left;
}
.professional-page .bg-1 .content {
	margin-top: 0;
}
.professional-page .bg-1 .icons-wrapper {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.about .bg-1 .container {
	display: flex;
	flex-direction: row;
}
.about .bg-1 .content {
	margin-top: 0 !important;
}
.about .bg-1 .buttons-wrapper {
	justify-content: start;
}
.bg-1 .container {
	min-height: 70vh;
	justify-content: end;
}
.bg-1 .image-wrapper {
	height: 100%;
	bottom: 0;
	position: relative;
}
.bg-1 .image-wrapper img {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
@media (max-width: 1000px) {
	.bg-1 .image-wrapper {
		display: none;
	}
	.practice-page .bg-1 .image-wrapper {
		display: block;
	}
	.practice-page .bg-3 .image-wrapper {
		display: block;
	}
	.professional-page .bg-1 .image-wrapper {
		display: block;
	}
	.professional-page .bg-3 .image-wrapper {
		display: block;
	}
	.bg-1 .buttons-wrapper {
		margin-bottom: 60px;
	}
}
.bg-2 {
	min-height: 70vh;
}
.bg-2 h2 {
	color: #418779;
}
.bg-2 h3 {
	color: #d97627;
}
.bg-2 p {
	color: #343a39;
}
.bg-2 .content {
	max-width: 800px !important;
}
.about .bg-2 .container {
	display: flex;
	flex-direction: row;
	min-height: 70vh;
	gap: 3rem;
	justify-content: space-between;
}
.about .bg-2 .container h2 {
	text-align: left;
	margin: 0;
}
.about .bg-2 .container h4 {
	color: #418779;
}
.about .bg-2 .container p {
	text-align: left;
}
.about .bg-2 .content {
	margin-top: 0 !important;
}
.practice-page .bg-2 .content {
	max-width: 1020px !important;
	padding-bottom: 190px;
	gap: 2rem;
}
.practice-page .bg-2 .content h2 {
	max-width: 100% !important;
}
.practice-page .bg-2 .content p {
	text-align: center;
}
.practice-page .bg-2 .icons-list {
	display: flex;
	justify-content: space-between;
}
.practice-page .bg-2 .icons-list .icon {
	display: flex;
	min-height: 130px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.practice-page .bg-2 .icon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	max-width: 300px;
}
.practice-page .bg-2 .icon-wrapper h4 {
	color: #418779;
}
.professional-page .bg-2 .content {
	max-width: 1020px !important;
	margin: 100px 0 !important;
}
.professional-page .bg-2 .icons-list {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.professional-page .bg-2 .icons-list h4 {
	color: #418779;
}
.professional-page .bg-2 .icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 150px;
	justify-content: space-between;
}
.professional-page .bg-2 .icon-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 300px;
	gap: 1rem;
}
.about .founder-details {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about .bg-3 .content {
	flex-direction: column !important;
	gap: 2rem;
}
.about .bg-3 .content p {
	max-width: 100%;
}
.about .bg-3 .content h2 {
	max-width: 100%;
}
.about .bg-3 .content > div:first-of-type {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.about .bg-3 .icons-wrapper {
	display: flex;
}
.about .bg-3 .icons-wrapper h4 {
	color: #418779;
}
.about .bg-3 .icons-wrapper .icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.about .bg-3 .icons-wrapper .icon h4 {
	max-width: 210px;
}
.bg-3 {
	max-height: 70vh;
	background-color: #f5f5f5;
}
.bg-3 h2 {
	color: #418779;
	min-width: 600px;
}
.bg-3 p {
	color: #343a39;
	max-width: 600px;
}
.bg-3 .content {
	display: flex !important;
	flex-direction: row !important;
	max-width: 100% !important;
	align-items: center;
	margin-top: 0 !important;
	padding: 50px 0;
}
.bg-3 .image-wrapper {
	height: 100%;
}
.bg-3 .image-wrapper img {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.about .bg-3 {
	max-height: 100%;
}
.practice-page .bg-3 {
	max-height: 100%;
}
.professional-page .bg-3 {
	max-height: 100%;
}
.practice-page .bg-3 .content {
	margin: 100px 0px !important;
	flex-direction: column !important;
	gap: 1rem;
}
.practice-page .bg-3 .content h2 {
	max-width: 100% !important;
}
.practice-page .bg-3 .content p {
	max-width: 1200px !important;
}
.practice-page .bg-3 .content h4 {
	color: #418779;
}
.practice-page .bg-3 .list-wrapper {
	display: flex;
	gap: 1rem;
}
.practice-page .bg-3 .list-wrapper .list-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 350px;
}
.practice-page .bg-3 .list-wrapper .count {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.professional-page .bg-3 .content {
	flex-direction: column !important;
	margin: 100px 0 !important;
}
.professional-page .bg-3 .content p {
	max-width: 100% !important;
}
.professional-page .bg-3 .content > div:first-of-type {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.professional-page .bg-3 {
	max-height: 100%;
}
.professional-page .list-wrapper {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.professional-page .list-wrapper h4 {
	color: #418779;
}
.professional-page .list-wrapper .count {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.professional-page .list-wrapper .count h4 {
	text-align: left;
}
.professional-page .bg-3 .list-item {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	max-width: 350px !important;
}
@media (max-width: 1000px) {
	.bg-3 .image-wrapper {
		display: none;
	}
}
.bg-4 {
	min-height: 70vh;
	background-image: linear-gradient(180deg, #418779 40%, #ffffff 100%);
}
.bg-4 h2 {
	color: #fff;
	max-width: 700px !important;
}
.bg-4 p {
	color: #fff;
}
.about .bg-4 {
	background: linear-gradient(0deg, rgba(65, 135, 121, 0.4), rgba(65, 135, 121, 0.4)), url('https://netonedental.com/media/2024/03/close-up-medical-woman-nurse-writing-results-patient-radiography-typing-laptop-sitting-hospital-radiologist-medical-uniform-looking-x-ray-examination-bone-analyze-diagnosis2-1.png');
	min-height: 40vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.practice-page .bg-4 {
	background-color: #fff;
	background-image: none;
}
.practice-page .bg-4 h2 {
	color: #418779;
}
.practice-page .bg-4 p {
	color: #343a39;
}
.practice-page .bg-4 .content {
	margin: 100px 0px;
}
.professional-page .bg-4 {
	background-image: none;
}
.professional-page .bg-4 h2 {
	color: #418779;
}
.professional-page .bg-4 p {
	color: #343a39;
}
.professional-page .bg-4 .content {
	margin: 100px 0;
}
.bg-5 {
	min-height: 90vh;
}
.bg-5 h2 {
	color: #418779;
}
.bg-5 p {
	color: #343a39;
	max-width: 600px;
}
.bg-5 video {
	width: 100%;
	/* iframe {
     width: 693px;
     height: 390px;
     } */
}
.bg-5 .content {
	display: flex !important;
	align-items: center;
	margin-top: 100px !important;
}
.about .bg-5 .content {
	max-width: 100%;
	margin: 100px 0px !important;
}
.about .bg-5 .content h2 {
	max-width: 100% !important;
}
.about .bg-5 .content p {
	max-width: 100% !important;
}
.practice-page .bg-5 {
	background-image: linear-gradient(180deg, #418779 0%, #ffffff 100%);
}
.practice-page .bg-5 h2 {
	color: #fff;
}
.practice-page .bg-5 p {
	color: #fff;
	max-width: 800px;
}
.practice-page .bg-5 .content {
	margin: 100px 0 !important;
}
.practice-page .bg-5 .image-wrapper img {
	width: 800px;
	height: 539px;
}
.professional-page .bg-5 {
	background-image: linear-gradient(180deg, #418779 0%, #ffffff 100%);
}
.professional-page .bg-5 h2 {
	color: #fff;
}
.professional-page .bg-5 p {
	color: #fff;
	max-width: 1020px;
}
.professional-page .bg-5 .icons-wrapper {
	display: flex;
	align-items: center;
}
.professional-page .bg-5 .content {
	max-width: 1020px;
}
.about .list-wrapper {
	display: flex;
}
.about .list-wrapper > div:last-of-type {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.about .list-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.about .list-item p {
	text-align: left !important;
}
.about .list-item .count {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.about .list-item .count h4 {
	color: #418779;
}
.about .list-item .count p {
	text-align: left !important;
}
.bg-6 {
	min-height: 70vh;
	background-color: #f5f5f5;
}
.bg-6 h2 {
	color: #418779;
}
.bg-6 p {
	color: #343a39;
	max-width: 600px;
}
.bg-7 {
	min-height: 50vh;
	background-color: #418779;
}
.bg-7 .footer {
	margin-top: 2rem;
}
.bg-7 .footer hr {
	max-width: 800px;
	color: #d97627;
	border-top: none;
	border-color: #d97627;
	background-color: #d97627;
	border-bottom-width: 2px;
}
.bg-7 .content {
	padding-top: 75px !important;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.bg-7 form {
	margin: 1rem auto;
	max-width: 600px;
}
.form-wrapper {
	display: flex;
	gap: 2rem;
}
.footer-links {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	gap: 6rem;
}
.links-section {
	display: flex;
	flex-direction: column;
}
.links-section p {
	text-align: start;
	font-weight: 600;
	cursor: default;
	margin-bottom: 1rem;
}
.links-section a {
	color: #fff;
	text-decoration: none;
	font-family: Nunito, sans-serif;
}
.links-section a:hover {
	color: #d97627;
}
.social-icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	fill: #fff;
}
.social-icon:hover {
	fill: #d97627;
}
.burgerIcon {
	display: none;
	cursor: pointer;
}
.line {
	width: 1.25rem;
	height: 2px;
	background-color: #418779;
	margin: 4px 0;
}
.backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
@media screen and (max-width: 1000px) {
	.burgerIcon {
		display: block;
	}
	.collapseNav {
		display: none;
	}
	.headerNav {
		position: relative;
	}
	.collapseNav.show {
		display: block;
		position: fixed;
		top: 78px;
		right: 0;
		background-color: #fff;
		padding: 10px;
		min-height: 100vh;
		z-index: 1000;
	}
	.backdrop.show {
		display: block;
	}
	.navbar-nav {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.collapseNav .nav-link {
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 900px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	.content {
		padding: 50px 25px !important;
		margin-top: 0 !important;
		flex-wrap: wrap;
	}
	.content p {
		padding: 0 10px;
	}
	.form-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-links {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
		padding-bottom: 1rem;
	}
	.links-section {
		text-align: center;
	}
	.links-section p {
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.buttons-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}
	a.button {
		padding: 10px 15px;
	}
	button {
		padding: 10px 15px;
	}
	.bg-1 .container {
		min-height: 50vh;
		justify-content: center;
	}
	.bg-1 .buttons-wrapper {
		margin-bottom: 0;
	}
	.about .bg-1 .content * {
		text-align: center !important;
		align-self: center;
	}
	.bg-2 {
		min-height: 50vh;
	}
	.bg-2 .container {
		height: 100%;
		min-height: 50vh;
		justify-content: center;
	}
	.about .bg-2 .container {
		flex-direction: column;
		padding-bottom: 50px;
		gap: 1rem;
	}
	.about .bg-2 .container h2 {
		text-align: center;
	}
	.about .bg-2 .container p {
		padding: 0;
		text-align: center;
	}
	.bg-3 h2 {
		min-width: auto;
	}
	.about .bg-3 {
		max-height: 100%;
	}
	.about .bg-3 .icons-wrapper {
		flex-direction: column;
		gap: 2rem;
	}
	.about .bg-3 .icons-wrapper .icon {
		gap: 1rem;
	}
	.practice-page .bg-3 .content {
		margin: 0 !important;
	}
	.practice-page .bg-3 .list-wrapper {
		margin-top: 30px !important;
	}
	.professional-page .bg-3 .content {
		margin: 0 !important;
	}
	.bg-4 {
		min-height: 50vh;
	}
	.bg-4 .container {
		min-height: 50vh;
		justify-content: center;
	}
	.practice-page .bg-4 .content {
		margin: 0;
		/* width: 100%; */
	}
	.practice-page .bg-4 video {
		align-self: center;
		width: 80%;
	}
	.professional-page .bg-4 video {
		align-self: center;
		width: 80%;
	}
	.professional-page .bg-4 .content {
		margin: 0;
	}
	.bg-5 {
		min-height: 70vh;
	}
	.bg-5 iframe {
		width: 400px;
	}
	.bg-5 .container {
		min-height: 70vh;
		justify-content: center;
	}
	.bg-5 .content {
		margin-top: 0 !important;
	}
	.about .bg-5 .list-wrapper {
		flex-direction: column;
	}
	.about .bg-5 .list-wrapper {
		align-items: center;
	}
	.about .bg-5 .list-wrapper img {
		max-width: 300px;
		max-height: 223px;
	}
	.practice-page .bg-5 .image-wrapper img {
		width: 100%;
		height: 270px;
	}
	.practice-page .bg-5 .content {
		margin: 0 !important;
	}
	.professional-page .bg-5 .image-wrapper img {
		width: 100%;
		height: 270px;
	}
	.professional-page .bg-5 .icons-wrapper {
		display: flex;
		flex-direction: column;
	}
	.professional-page .bg-5 .icons-wrapper > img:first-of-type {
		width: 195px;
	}
	.bg-6 {
		min-height: 50vh;
	}
	.bg-6 .container {
		min-height: 50vh;
		justify-content: center;
	}
}
@media (max-width: 576px) {
	.bg-5 iframe {
		width: 300px;
	}
	.practice-page .bg-1 .image-wrapper {
		display: none;
	}
	.professional-page .bg-1 .icons-wrapper {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}
	.professional-page .bg-1 .icons-wrapper > img:first-of-type {
		width: 195px;
	}
}
@media (max-width: 800px) {
	.practice-page .bg-2 .icons-list {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	.practice-page .bg-2 .icon-wrapper {
		max-width: 100%;
	}
	.practice-page .bg-3 .list-wrapper {
		flex-direction: column;
	}
	.practice-page .bg-3 .list-item {
		max-width: 100% !important;
	}
	.practice-page .bg-3 .list-wrapper .count {
		flex-direction: column;
	}
	.professional-page .bg-1 .container {
		flex-direction: column;
	}
	.professional-page .bg-1 .content h2 {
		text-align: center;
	}
	.professional-page .bg-1 .content h4 {
		text-align: center;
	}
	.professional-page .bg-1 .icons-wrapper {
		justify-content: center;
	}
	.professional-page .bg-2 .content {
		margin: 0 !important;
	}
	.professional-page .bg-2 .icons-list {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	.professional-page .bg-2 .icon-wrapper {
		max-width: 100%;
	}
	.professional-page .bg-2 .icon-wrapper p {
		max-width: 600px;
	}
	.professional-page .bg-2 .icon {
		min-height: 120px;
	}
	.professional-page .bg-3 .list-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	.professional-page .bg-3 .list-item {
		max-width: 100% !important;
	}
	.professional-page .bg-3 .count {
		flex-direction: column;
		align-items: center;
	}
	.professional-page .bg-3 .count p {
		max-width: 600px;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

