*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html,
body {
	height: 100%;
	font-family: 'Inter', serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	display: block;
}
ul,
ol {
	padding-left: 1.26rem;
}
ul[class],
ol[class] {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
input[type='submit'] {
	padding: 0;
	overflow: visible;
	background: none;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}
blockquote {
	margin: 0;
	padding: 0;
	quotes: none;
	font-style: normal;
}

a {
	color: inherit;
	text-decoration: none;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

/* Utilities */
.fw-poppins {
	font-family: 'Poppins', serif;
}
.fw-inter {
	font-family: 'Inter', serif;
}
.bg-blue {
	background-color: rgba(24, 116, 210, 1);
}
.active-bg-blue{
	background-color: rgba(24, 116, 210, 1);
}

.bg-d-blue {
	background-color: rgba(5, 43, 84, 1);
}
.text-d-blue {
	color: rgba(5, 43, 84, 1);
}
/* Site Stack View */
.site-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
main {
	flex: 1;
}
/* Navigation */
.main-navigation {
	background-color: rgba(5, 43, 84, 1);
	transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
	border-bottom: 2px solid rgba(256, 256, 256, 0.8);
}
.main-navigation.scrolled {
	padding-block: 5px;
	background-color: rgba(5, 43, 84, 1) !important;
}
.main-navigation .navbar-brand img {
	max-width: 75%;
}
.main-navigation .navbar-toggler-icon {
	background-image: none;
	width: auto;
	height: auto;
	padding: 0;
	font-size: 1.5rem;
}
.main-navigation .navbar-nav li.nav-item:not(.dropdown-menu) {
	margin-bottom: 0.83rem;
}
.main-navigation .navbar-nav li a {
	font-size: 1rem;
	color: #fff;
}
.main-navigation .navbar-nav .nav-link.active,
.main-navigation .navbar-nav .nav-link.show {
	color: rgba(37, 150, 255, 1);
}
.main-navigation .navbar-nav li ul.dropdown-menu {
	overflow: hidden;
	border: none;
	border-radius: 4px;
}
.main-navigation .navbar-nav li ul.dropdown-menu a {
	color: #000;
}
.main-navigation .dropdown-item.active,
.main-navigation .dropdown-item:active {
	background-color: rgba(37, 150, 255, 1);
	color: #fff !important;
}
.main-navigation a[role='button'] {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 1rem 2.75rem;
}
.main-navigation a[role='button']:focus {
	background-color: #fff;
	color: #000;
}
/* Homepage */
.homepage-slider__carousel {
	padding-top: 4rem;
	padding-bottom: 1rem;
}
.homepage-slider__carousel h2 {
	font-size: 2rem;
	font-size: clamp(2rem, 1.15rem + 3.25vw, 6.25rem);
}
.homepage-slider__carousel h2 span {
	color: rgba(37, 150, 255, 1);
}
.homepage-slider__carousel h3 {
	font-size: 2rem;
	font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
}
.homepage-slider__buttons a:nth-child(1) {
	background-color: rgba(37, 150, 255, 1);
	border: 2px solid #fff;
	padding-block: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	padding-inline: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
	transition: all 0.2s ease-in-out;
}
.homepage-slider__buttons a:nth-child(1):hover,
.homepage-slider__buttons a:nth-child(1):focus {
	background-color: transparent;
}
.homepage-slider__buttons a:nth-child(2) {
	background-color: #fff;
	color: white;
	text-decoration: none;
	border-radius: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	width: auto;
	max-width: 100%;
	transition: max-width 0.4s;
}
.homepage-slider__buttons a:nth-child(2) span:first-child {
	font-size: 60px;
	margin-right: 0;
	display: flex;
	align-items: center;
	background-color: #052b54;
	border-radius: 50%;
	box-shadow: 2px 0px 3px 0px rgba(5, 43, 84, 0.2);
}
.homepage-slider__buttons a:nth-child(2) span:last-child {
	white-space: nowrap;
	color: #052b54;
	padding: 0 2rem 0 1.5rem;
	font-size: 1rem;
	font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
}
.homepage-slider__buttons a:nth-child(2):hover {
	max-width: 100%;
}
.section-padding {
	padding-top: 3rem;
}
.about-section h1 {
	color: #052b54;
	font-size: 1rem;
	font-size: clamp(2rem, 0.55rem + 2.25vw, 3.25rem);
	font-weight: 700;
}
.about-section p,
.industries-we-serve p {
	font-size: 1rem;
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	font-weight: 400;
	color: #696984;
}
.industries-we-serve h2 {
	color: #052b54;
    font-size: 1rem;
    font-size: clamp(2rem, 0.55rem + 2.25vw, 3.25rem);
    font-weight: 700;
}
.industries-we-serve .serve-content img {
	width: 58px;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
}
.industries-we-serve .serve-content h3 {
	font-size: 1.125rem;
	color: rgba(44, 47, 54, 1);
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.industries-we-serve .serve-content p {
	font-size: 1rem;
	color: rgba(88, 90, 94, 1);
	margin-bottom: 0;
}
.pos-project {
	background: linear-gradient(
			0deg,
			rgba(4, 29, 66, 0.8) 0%,
			rgba(84, 127, 174, 0.8) 100%
		),
		linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(5, 43, 84, 0.8) 100%),
		url('../images/pos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.pos-project h2 {
	font-size: 2rem;
	font-size: clamp(2rem, 1.7624rem + 1.1880000000000002vw, 3.188rem);
	margin-bottom: 1.25rem;
}
.pos-project h3 {
	font-size: 2rem;
	font-size: clamp(2rem, 1.15rem + 4.25vw, 6.25rem);
	margin-bottom: clamp(1rem, 0.5124rem + 2.438vw, 3.438rem);
}
.pos-project h3 span {
	color: rgba(37, 150, 255, 1);
}
.pos-project a {
	padding-block: 1rem;
	padding-inline: clamp(2rem, 1.675rem + 1.625vw, 3.625rem);
	font-size: 1rem;
	font-size: clamp(1rem, 0.5873999999999999rem + 2.063vw, 3.063rem);
	background-color: rgba(37, 150, 255, 1);
	border: 2px solid #fff;
	transition: all 0.2s ease-in-out;
}
.pos-project a:hover,
.pos-project a:focus {
	background-color: #fff;
	color: #052b54 !important;
}
.why-ethics-pos {
	background: linear-gradient(180deg, #f3f8ff 0%, #e7effa 100%);
}
.why-ethics-pos h2 {
	color: rgba(5, 43, 84, 1);
	font-size: 2rem;
	font-size: clamp(2rem, 0.55rem + 2.25vw, 3.25rem);
	font-weight:700;
}
.why-ethics-pos .card {
	box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 48px;
	padding-inline: 1rem;
}
.why-ethics-pos .card .card-body h5 {
	color: rgba(5, 43, 84, 1);
	margin-top: 1.25rem;
	font-weight:600;
}
.why-ethics-pos a {
	padding: 1rem 2rem;
	border: 2px solid #052b54;
	transition: all 0.2s ease-in-out;
}
.why-ethics-pos a:hover {
	background-color: #052b54;
	color: #fff;
}
.why-ethics-pos a {
	background-color: #052b54;
	color: #fff;
}
.why-ethics-pos a:hover {
	background-color: transparent;
	color: #052b54;
}
.customer-reviews {
	background: linear-gradient(180deg, #5580af 0%, #052b54 100%);
	padding-bottom: 84px;
}
.customer-reviews h2 {
	font-size: 1rem;
	font-size: clamp(2rem, 0.875rem + 2.125vw, 3.125rem);
	margin-bottom: 3rem;
}
.customer-reviews__carousel .card {
	border-radius: 48px;
	height: 333px;
}
.customer-reviews__carousel .star-rating i {
	color: transparent;
}
.customer-reviews__carousel .star-rating .fill {
	color: #f48c06;
}
.customer-reviews__carousel .card .card-body h3,
.customer-reviews__carousel .card .card-body h4 {
	font-size: 0.938rem;
	color: rgba(2, 3, 59, 1);
	font-weight: 800;
}
.customer-reviews__carousel .card .card-body p {
	font-size: 0.875rem;
	color: rgba(2, 3, 59, 1);
	font-weight: 400;
	margin-bottom: 1.125rem;
}
.service-centers {
	background-color: rgba(157, 204, 255, 0.2);
}
.service-centers h2 {
	font-size: 1.875rem;
	font-weight: 500;
}
.service-centers a {
	font-size: 1rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	font-weight: 700;
	color: rgba(5, 43, 84, 1);
}

.service-centers .card {
	border-radius: 20px;
	background: #fff;
}

.service-centers .card .card-body h3 {
	font-size: 1rem;
	font-size: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
	font-weight: 500;
	color: rgba(37, 38, 65, 1);
	margin-bottom: 1rem;
}
.service-centers .card .card-body p {
	margin-bottom: 1.625rem;
}
.service-centers .card .card-body p,
.service-centers .card .card-body a {
	font-size: 1rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	font-weight: 400;
	color: rgba(105, 105, 132, 1);
}
.service-centers .card .card-body a {
	text-decoration: underline;
}
.service-centers .card .card-body a:hover,
.service-centers .card .card-body a:focus {
	color: #052b54;
}
.service-centers__carousel .card{
	height:300px;
}
.service-centers__carousel-buttons {
	margin-top: 3.25rem;
}
.service-centers__carousel-buttons button {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background-color: rgba(5, 43, 84, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.2s ease-in-out;
}
.service-centers__carousel-buttons button:hover {
	background-color: rgba(5, 43, 84, 1);
}
.service-centers-locator {
	background-color: rgb(239, 244, 250);
}
.service-locator {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-locator h1 {
	font-weight: 800;
	font-size: 64px;
	line-height: 70px;
	letter-spacing: -0.72px;
	text-align: center;
	color: rgba(5, 43, 84, 1);
}
.service-locator p {
	font-weight: 400;
	font-size: 20px;
	line-height: 24.2px;
	letter-spacing: 0%;
	text-align: justify;
	color: rgba(44, 44, 63, 1);
	width: 80%;
}
.service-centers-locator .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.service-centers-locator .content h2 {
	font-weight: 500;
	font-size: 27px;
	line-height: 45px;
	letter-spacing: 2%;
	color: rgba(0, 0, 0, 1);
}
.service-centers-locator .content label {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0%;
	color: rgba(5, 43, 84, 1);
}
.service-centers-locator .content input {
	width: 251px;
	height: 46px;
	border-width: 1px;
	border: 1px solid rgba(165, 165, 165, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.service-centers-locator .content input::placeholder {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: justify;
	color: rgba(139, 139, 139, 1);
}
.service-centers-locator .content select {
	width: 251px;
	height: 46px;
	border-width: 1px;
	border: 1px solid rgba(165, 165, 165, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.service-centers-locator .content button {
	width: 155px;
	height: 48;
	border-radius: 50px;
	background-color: rgba(5, 43, 84, 1);
	box-shadow: 0px 8px 24px -10px rgba(52, 52, 52, 1);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(5, 43, 84, 1);
}
.service-centers-locator .content button:hover {
	color: rgba(5, 43, 84, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(5, 43, 84, 1);
}
.map-container h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 2%;
	color: rgba(0, 0, 0, 1);
}
.contact-info {
	border-radius: 20px;
	box-shadow: 0px 18.83px 47.08px 0px rgba(47, 50, 125, 0.1);
	padding: 25px;
}

.contact-info h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 46.8px;
	letter-spacing: 0%;
	color: rgba(37, 38, 65, 1);
}
.contact-info h4 {
	font-weight: 700;
	font-size: 25px;
	line-height: 45px;
	letter-spacing: 2%;
	text-align: justify;
	color: rgba(5, 43, 84, 1);
}
.contact-info .info-item {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 15px;
}
.contact-info .info-item a {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 2%;
	text-align: justify;
	color: rgba(105, 105, 132, 1);
}
.contact-info .info-item p {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 2%;
	text-align: justify;
	color: rgba(105, 105, 132, 1);
}
.service-locator-slider .owl-nav {
	display: flex;
	gap: 20px;
	float: right;
	padding-right: 40px;
}
.service-locator-slider .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background-color: rgba(5, 43, 84, 0.4) !important;
	display: flex;
	color: #fff !important;
	justify-content: center;
	align-items: center;
	transition: background-color 0.2s ease-in-out;
}
.service-locator-slider .owl-nav span{
	font-size: 30px;
}
.service-locator-slider button:hover {
	background-color: rgba(5, 43, 84, 1) !important;
}

/* Footer */
.footer-section {
	background: linear-gradient(0deg, #062c55 0%, #41668e 100%);
	color: #fff;
	margin-top: auto;
}
.footer-section .footer-section__title {
	position: relative;
	margin-bottom: 1.5rem;
}
.footer-section .footer-section__title::before {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.footer-section .footer-section__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 3px;
	width: 27px;
	background-color: #fff;
}
.footer-section .footer-section__list li {
	margin-bottom: 0.75rem;
}
.footer-section .footer-section__link {
	color: #fff;
	transition: color 0.2s ease-in-out;
}
.footer-section .footer-section__link:not(span):hover {
	color: #f48c06;
}
.contact-list li {
	padding-left: 1.8rem;
}
.contact-list li .footer-section__link {
	position: relative;
}
.contact-list li .footer-section__link::after {
	position: absolute;
	top: 0;
	left: -34px;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 8px;
}
.contact-list li:nth-child(1) .footer-section__link::after {
	content: '\f015';
}
.contact-list li:nth-child(2) .footer-section__link::after {
	content: '\f0e0';
}
.contact-list li:nth-child(3) .footer-section__link::after,
.contact-list li:nth-child(4) .footer-section__link::after {
	content: '\f2a0';
}
.footer-section .footer-section__sociallist {
	column-gap: 0.5rem;
	row-gap: 0.75rem;
	margin-bottom: 2.125rem !important;
}
.footer-section .footer-section__sociallink {
	width: 31px;
	height: 31px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #052b54;
	transition: all 0.2s ease-in-out;
}
.footer-section .footer-section__sociallink:hover {
	background-color: #fff;
	color: #052b54;
}
.footer-section form input[type='email'] {
	padding: 1.063rem 2rem 0.875rem 1rem;
}
.footer-section form button {
	color: #1874d2;
}
.footer-section form button:hover {
	color: #052b54;
}
.footer-section .footer-section__copyright {
	color: #052b54;
	padding: 0.75rem;
}
.footer-section .footer-section__extralinks {
	color: #052b54;
	column-gap: 1.75rem;
	row-gap: 0.5rem;
}
.footer-section .footer-section__extralinks li {
	position: relative;
}
/*========================================================= About Us==============================================================*/
.breadcrumb-nav {
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M96 512c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L210.7 320L73.38 182.6c-12.5-12.5-12.5-32.75 0-45.25c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C112.4 508.9 104.2 512 96 512z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '';
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	background: var(--bs-breadcrumb-divider);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: none;
	padding-inline: 15px;
	color: #fff;
}
.page-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: clamp(
		4rem,
		1.1999999999999997rem + 14.000000000000002vw,
		18rem
	);
}
.page-banner h1 {
	font-size: 2rem;
	font-size: clamp(2rem, 1.475rem + 2.625vw, 4.625rem);
	color: rgba(37, 150, 255, 1);
}
.page-banner h1 > span {
	color: #fff;
}
.page-banner .breadcrumb-nav {
	color: #fff;
	font-size: 1rem;
	font-size: clamp(1rem, 0.8344rem + 0.8280000000000001vw, 1.828rem);
}
.page-banner .breadcrumb-nav .breadcrumb-item.active {
	text-decoration: none;
	color: #fff;
}
.page-banner .breadcrumb a:hover {
	color: rgba(37, 150, 255, 1);
}
.about-us h2,
.pos-terminals-page_inner h2 {
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 0.4rem + 3vw, 4rem);
	color: rgba(5, 43, 84, 1);
	text-transform: capitalize;
	font-weight: 800;
}
.about-us p,
.pos-terminals-page_inner p {
	font-size: 1rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	text-align: center;
}
.about-us .card,
.pos-terminals-page .card {
	border-radius: 20px;
	box-shadow: 0px 18.83px 47.08px 0px rgba(47, 50, 125, 0.1);
	padding-block: 1.5rem;
	padding-inline: 2.5rem;
}
.about-us .card h3 {
	color: rgba(37, 38, 65, 1);
}
.why-ethics-pos-about {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3rem;
	padding-block: clamp(8rem, 4.6rem + 17vw, 25rem);
	position: relative;
}
.why-ethics-pos-about__content {
	max-width: 47.5rem;
	position: absolute;
	left: 52%;
	top: 8%;
}
.why-ethics-pos-about__content p {
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
/*============================================================== POS Terminal =====================================================*/
.pos-terminals-page .card .gray-bg {
	background-color: rgba(244, 244, 244, 1);
}
.pos-terminals-page .card .card-body {
	color: rgba(37, 38, 65, 1);
}
.pos-terminals-page .card .card-body p {
	color: rgba(105, 105, 132, 1);
	font-size: 18px;
	font-weight: 400;
}
/*============================================================== Thermal Printer ====================================================*/
.about-thermal-printer ul {
	font-size: 1rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.about-advanced-feature h2 {
	color: rgba(5, 43, 84, 1);
	font-size: 1rem;
	font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
	font-weight: 800;
	max-width: 778px;
	text-align: center;
	margin: 0 auto;
}
.about-advanced-feature .card {
	background-color: #fff;
	border-radius: 48px;
	padding-block: 1.625rem;
	padding-inline: clamp(1rem, -0.7749999999999999rem + 8.875vw, 9.875rem);
	box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1);
}

.about-advanced-feature .card a {
	padding: 0.875rem 2.25rem;
	font-size: 1.188rem;
	font-weight: 800;
	border: 2px solid rgba(5, 43, 84, 1);
}
.about-advanced-feature .card a:not(:last-child),
.download-brochure-btn {
	background-color: rgba(5, 43, 84, 1);
	color: #fff;
}
.about-advanced-feature .card a:not(:first-child) {
	background-color: #fff;
	color: rgba(5, 43, 84, 1);
}
.about-advanced-feature .card a:hover:not(:last-child),
.download-brochure-btn:hover {
	background-color: #fff;
	color: rgba(5, 43, 84, 1);
}
.about-advanced-feature .card a:hover:not(:first-child) {
	background-color: rgba(5, 43, 84, 1);
	color: #fff;
}
.option-boxes :is(button.nav-link) {
	background-color: rgba(24, 116, 210, 1);
	border: 1px solid rgba(24, 116, 210, 1);
	border-radius: 0;
	color: #fff;
	padding: 0.938rem 0.5rem;
}
.option-boxes :is(button.nav-link):is(:hover, :focus) {
	background-color: #155bb5;
	border-color: #155bb5;
}
.option-boxes :is(button.nav-link.active) {
	background-color: rgba(5, 43, 84, 1);
	border: 1px solid rgba(5, 43, 84, 1);
	color: #fff;
}
ul.pos-lists {
	margin-bottom: 3rem !important;
}
.pos-lists li a {
	display: block;
	padding: 1.5rem 0;
	color: rgba(99, 99, 99, 1);
	font-weight: 500;
	border-bottom: 1px solid rgba(228, 242, 254, 1);
	position: relative;
}
.pos-lists li a::after {
	content: '\f178';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-right: 6px;
	background-color: rgba(24, 116, 210, 1);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.pos-lists li a:hover:after {
	background-color: rgba(5, 43, 84, 1);
}
.feature-column {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 24px;
	text-align: center;
	margin-top: 2.063rem;
}
.feature-column .feature-column-item p:not(:last-child) {
	color: rgba(5, 43, 84, 1);
	font-size: 1.188rem;
	font-weight: 800;
}
.d-brochure {
	box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.download-brochure-btn {
	font-size: 1rem;
	border: 2px solid rgba(5, 43, 84, 1);
}
.technical-specifications table tbody > tr > th,
.technical-specifications table tbody > tr > td {
	color: rgba(5, 43, 84, 1);
	font-weight: 400;
}
.technical-specifications table tbody > tr > th[colspan] {
	font-weight: 700;
}
.technical-specifications table tbody > tr > th {
	width: 30%;
}
.technical-specifications table tbody > tr > td {
	width: auto;
}
.technical-specifications table ul {
	list-style: none;
	padding-left: 0;
}
.exp-panel .card a img {
	transform: scale(1);
	transition: transform 0.4s ease-out;
}
.exp-panel .card a:hover img {
	transform: scale(1.05);
}
.exp-panel .card a:hover:not(:has(img)) {
	text-decoration: underline;
}
/*======== contact us ========*/

.map-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.map-container iframe {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border: 6px solid rgba(255, 255, 255, 1);
	border-radius: 36px;
	width: 95%;
	height: 435px;
	border: 6px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact-media {
	font-family: 'Poppins', serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: justify;
	color: rgba(5, 43, 84, 1);
	margin-bottom: 20px;
}

.media-cont .footer-section__sociallist {
	column-gap: 0.5rem;
	row-gap: 0.75rem;
	margin-bottom: 2.125rem;
}
.media-cont .footer-section__sociallink {
	width: 45px;
	height: 45px;
	color: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #052b54;
	transition: all 0.2s ease-in-out;
}
.media-cont .footer-section__sociallink:hover {
	background-color: #fff;
	color: #052b54;
	border: 1px solid #052b54;
}

.form-container {
	box-shadow: 0px 18.83px 47.08px 0px rgba(47, 50, 125, 0.1);
	border-radius: 10px;
}
.form-container .btn {
	width: 251px;
	height: 55px;
	border-radius: 42px;
	background: rgba(5, 42, 84, 1);
	font-weight: 500;
	font-size: 21px;
	border: 1px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}
.form-container .btn:hover {
	color: rgba(5, 42, 84, 1);
	background: #fff;
	border: 1.5px solid rgba(5, 42, 84, 1);
}

.contact-info .wraper {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.contact-info .icon {
	color: #fff;
	background-color: rgba(5, 42, 84, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin-top: 10px;
}
.contact-info .icon:hover {
	color: rgba(5, 42, 84, 1);
	background-color: #fff;
	border: 1px solid rgba(5, 42, 84, 1);
}
.contact-info .text {
	width: 80%;
	padding-left: 10px;
}
.contact-info .text h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: -1%;
	color: rgba(5, 42, 84, 1);
	margin-bottom: 0 !important;
}

.contact-info .text p {
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0%;
	color: rgba(0, 0, 0, 1);
}
/*======== contact us end========*/

/*======== windows pos start ========*/
.hardware-bg{
	background: linear-gradient(180deg, #F3F8FF 0%, #E7EFFA 100%);
}
.hardware-support-cont {
	padding: 50px 50px;
}
.hardware-support-cont .left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin: 70px 0px 100px 0;
}
.hardware-support-cont .descritopn p{
	font-weight: 400;
	font-size: 20px;
	line-height: 180%;
	color: rgba(44, 44, 63, 1);
}
.hardware-support-cont .left .large-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hardware-support-cont .left .large-image img {
	width: 290px;
	height: 247px;
    transition: transform 0.4s ease;
}
.hardware-support-cont .left .large-image img:hover {
    transform: scale(1.05);
}

.hardware-support-cont .left .mini-images .box {
	background-color: #d7d7e0;
	padding: 12px;
	border-radius: 7px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hardware-support-cont .left .mini-images .owl-nav{
    display: unset;
}
.hardware-support-cont .left .mini-images .owl-nav button{
    position: absolute;
	top: 16px;
}
.hardware-support-cont .left .mini-images .owl-nav span{
    font-size: 30px;
	background-color: #d7d7e04d;
	border-radius: 10px;
	padding: 22px 9px;
}
.hardware-support-cont .left .mini-images .owl-nav span:hover{
    background-color: #a7a7c24d;
}
.hardware-support-cont .left .mini-images .owl-prev{
   left: -35px;
}
.hardware-support-cont .left .mini-images .owl-next{
	right: -35px;
 }

.hardware-support-cont .left .mini-images .box img {
	width: 100%;
	height: 53px;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.hardware-support-cont .left .mini-images .box img:hover {
	transform: scale(1.1);
	opacity: 0.8; /* Makes the image slightly transparent */
}

.hardware-support-cont .right {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hardware-support-cont .right h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 38.4px;
	letter-spacing: 0%;
	color: rgba(5, 43, 84, 1);
}
.hardware-support-cont .right p {
	font-weight: 400;
	font-size: 15.88px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: justify;
	color: rgba(5, 43, 84, 1);
}

.hardware-support-cont .right .service-cont {
	display: flex;
	justify-content: space-between;
}
.hardware-support-cont .right .item {
	display: flex;
	gap: 10px;
}
.hardware-support-cont .right .view-detail-btn a {
	width: 140px;
	height: 48px;
	border-radius: 50px;
	background: rgba(5, 43, 84, 1);
	box-shadow: 0px 8px 24px -10px rgba(52, 52, 52, 1);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	border: 1.5px solid rgba(5, 43, 84, 1);
	color: rgba(255, 255, 255, 1);
	padding: 10px 25px;
}
.hardware-support-cont .right .view-detail-btn a:hover {
	color: rgba(5, 43, 84, 1);
	background: rgba(255, 255, 255, 1);
	border: 1.5px solid rgba(5, 43, 84, 1);
}

.pos-features-cont .item h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	color: rgba(51, 51, 51, 1);
	margin-top: 50px;
}
.pos-features-cont .item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: rgba(33, 37, 41, 0.75);
}
.pos-features-cont .item-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#mainIframe{
	border-radius:19px;
}
.reviewVideo{
	border-radius:19px !important;
}
.advanced-windows-cont{
	background: rgba(255, 255, 255, 1);
	box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 48px;
	padding: 30px 120px;
}
.advanced-windows-cont h1{
	font-weight: 800;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(24, 116, 210, 1);
}
.advanced-windows-cont .box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	gap: 10px;
}
.advanced-windows-cont .box h5{
	font-weight: 800;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	color: rgba(5, 43, 84, 1);
}
.advanced-windows-cont .box p{
	font-weight: 400;
	font-size: 16px;
	line-height: 20.8px;
	text-align: center;
	color: rgba(88, 90, 94, 1);
}
.img-bg{
	background: rgba(196, 196, 196, 1);
}
/*======== windows pos end ========*/
/*======== privacy policy start ========*/
.privacy-policy{
	padding: 20px;
}
.privacy-policy h1{
	font-weight: 700;
	font-size: 52px;
	line-height: 93.6px;
	color: rgba(5, 43, 84, 1);
	margin-bottom: 0px;
}
.privacy-policy p{
	font-weight: 400;
	font-size: 20px;
	line-height: 43.2px;
	text-align: start;
	color: rgba(105, 105, 132, 1);
	margin-bottom: 0px;
}
/*======== privacy policy end ========*/
/*======== terms and condition start ========*/
.terms-condition h1{
    font-weight: 700;
	font-size: 52px;
	line-height: 93.6px;
	color: rgba(5, 43, 84, 1);
	margin-bottom: 0px;
}
.terms-condition h2{
	font-weight: 700;
	font-size: 32px;
	line-height: 33.6px;
	color: rgba(5, 43, 84, 1);
	margin-top: 15px;
}
.terms-condition p{
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	text-align: start;
	color: rgba(105, 105, 132, 1);
	margin-bottom: 0px;
}
.web-link:hover{
	text-decoration: underline !important;
}
/*======== terms and condition end ========*/



/*========================================================= Breakpoints==============================================================*/
/* Min Width 576px Media Query */
@media (min-width: 576px) {
	.footer-section .footer-section__extralinks li:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -16px;
		height: 18px;
		border-right: 2px solid #052b54;
		transform: translateY(-50%);
		opacity: 0.75;
	}
}
/* Min Width 1200px Media Query */
@media (min-width: 1200px) {
	.main-navigation {
		padding-inline: 2rem;
		padding-top: 1rem;
		background-color: transparent;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		border-bottom: none;
	}
	.main-navigation .navbar-brand img {
		max-width: 100%;
	}
	.main-navigation .navbar-nav li.nav-item:not(.dropdown-menu) {
		margin-bottom: 0;
	}
	.main-navigation .navbar-nav .nav-link:hover {
		color: rgba(37, 150, 255, 1);
		transition: all 0.2s ease-in-out;
	}
	.main-navigation .nav-item.dropdown {
		cursor: pointer !important;
	}
	.main-navigation .dropdown-item {
		transition: all 0.2s ease-in-out;
	}
	.main-navigation .dropdown-item:focus,
	.main-navigation .dropdown-item:hover {
		background-color: rgba(37, 150, 255, 1);
		color: #fff !important;
	}
	.main-navigation .dropdown:hover .dropdown-menu {
		display: block;
	}
	.main-navigation .dropdown-toggle::after {
		pointer-events: none;
	}
	.main-navigation a[role='button'] {
		background-color: #fff;
		border: 1px solid #fff;
		color: #000;
	}
	.main-navigation a[role='button']:hover {
		background-color: #2596ff;
		border: 1px solid #2596ff;
		color: #fff;
	}
	.main-navigation .nav-item {
		position: relative;
		color: white;
		text-decoration: none;
		transition: color 0.3s ease-in-out;
	}
	.main-navigation .nav-item:not(.dropdown)::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 2px;
		background: white;
		transition: width 0.4s ease-in-out;
	}
	.main-navigation .nav-item:hover::after {
		width: 100%;
	}
	.footer-section .footer-section__title {
		font-size: 1.125rem;
	}
	.footer-section__brandtext {
		max-width: 80%;
		text-align: justify;
	}
	.section-padding {
		padding-top: 3.25rem;
	}

	.homepage-slider__carousel {
		padding-top: 17%;
		padding-bottom: 9%;
	}
	.homepage-slider__buttons a:nth-child(2) {
		max-width: 60px;
	}
	.homepage-slider__buttons {
		/* position: absolute; */
		bottom: 8.5rem;
		z-index: 1;
	}
	.about-section p {
		line-height: 43.2px;
	}
	.about-us p,
	.pos-terminals-page p:not(.exp-panel p) {
		text-align: justify;
	}
	.customer-reviews h2 {
		margin-bottom: 2.875rem;
	}
	.main-navigation .navbar-nav {
		gap: 0.5rem;
	}
}
/* Min Width 1400px Media Query */
@media (min-width: 1400px) {
	.main-navigation .navbar-nav li a {
		font-size: 1.125rem;
	}
	.main-navigation .navbar-nav {
		/* margin-left: 3rem !important; */
		gap: 1.375rem;
	}
	.why-ethics-pos .card {
		padding-inline: 8.75rem;
	}
}
/* Min Width 1680px Media Query */
/* @media (min-width: 1680px) {
	.main-navigation {
		padding-inline: 5.5rem;
	}
} */

@media (min-width: 768px) {
	.homepage-slider {
		position: relative !important;
		width: 100% !important;
		background-size: cover !important;
		background-position: center right !important;
		background-repeat: no-repeat !important;
		min-height: 1px !important;
	}

	.homepage-slider::before {
		content: '';
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 0.8s ease-in-out;
	}
	.contact-info .text p {
		text-align: justify;
	}
}
/* Max Width 1199px Media Query */
@media (max-width: 1199px) {
	/* Offcanvas Menu*/
	.offcanvas-collapse {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #052b54;
		transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
		z-index: 1030;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(-100%);
	}
	.map-container iframe {
		width: 70%;
		height: 280px;
	}
}
/* Max Width 991px Media Query */
@media (max-width: 991px) {
	.about-us .card {
		padding-inline: 1rem;
	}
	.why-ethics-pos-about {
		margin-top: 0;
		padding-block: 3rem;
		position: relative;
		background-image: none !important;
	}
	.why-ethics-pos-about__content {
		max-width: 100%;
		position: relative;
		inset: 0;
		text-align: center;
	}
	.map-container iframe {
		width: 80%;
		height: 230px;
	}
}
@media (max-width: 767px) {
	.homepage-slider {
		background-image: none !important;
		background: linear-gradient(
				0deg,
				rgba(5, 43, 84, 0.8),
				rgba(5, 43, 84, 0.8)
			),
			linear-gradient(
				270.42deg,
				rgba(0, 0, 0, 0) 0.36%,
				rgba(2, 25, 50, 0.8) 99.34%
			),
			linear-gradient(
				175.55deg,
				rgba(3, 25, 49, 0) 46.33%,
				rgba(3, 25, 49, 0.8) 64.66%
			) !important;
	}
	.page-banner {
		background-position: right;
		padding:90px 20px;
	}
	.map-container iframe {
		width: 97%;
		height: 200px;
	}
}

@media (max-width: 425px) {
	.service-centers__carousel .card{
		height:340px;
	}
	/*======== windows pos start ========*/
	.hardware-support-cont {
		padding:0px 10px 50px 10px;
	}
	.advanced-windows-cont{
		padding: 30px 10px;
	}
	.hardware-support-cont .left .large-image iframe{
		width:300px;
		height:172px;
	}
	.hardware-support-cont .left {
		margin: 70px 0px 20px 0px !important;
	}
	.hardware-support-cont .left .large-image img {
		width: 100%;
		height: 172px;
	}
	.hardware-support-cont .left .mini-images {
		width: 80%;
		margin: 50px 15px;
	}
	.hardware-support-cont .left .mini-images .box {
		padding: 6px;
	}
	.hardware-support-cont .left .mini-images .owl-nav span{
		padding: 12px 9px;
	}
	.hardware-support-cont .left .mini-images .owl-nav button{
		top: 6px;
	}
	.hardware-support-cont .left .mini-images .box img {
		width: 44px;
		height: 43px;
	}
	.hardware-support-cont .service-cont {
		display: flex;
		flex-direction: column;
	}
	.pos-features-cont {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.pos-features-cont .item-2 img {
		width: 65%;
	}
	.pos-features-cont .item h2 {
		margin-top: 20px;
	}

	/*======== windows pos end ========*/
	.reviewVideo{
        width:100% !important;
	}
	/* service locator page */
	.map-container h2 {
		font-size: 25px;
	}
	.map-container {
		padding-top: 0px;
	}
	.service-locator {
		padding: 0px;
	}
	.service-locator h1 {
		font-size: 25px;
	}
	.service-locator p {
		font-size: 18px;
		width: 100%;
	}
	.contact-info h3 {
		font-size: 22px;
	}
	.contact-info h4 {
		font-size: 22px;
	}
	/* service locator */
	.service-centers-locator .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		gap: 25px;
		width: 100%;
	}
	.service-centers-locator .content .width-100 {
		width: 100%;
	}
	.service-centers-locator .content input {
		width: 100%;
		height: 46px;
	}
	.service-centers-locator .content select {
		width: 100%;
		height: 46px;
	}
	.service-centers-locator .content button {
		width: 100%;
		height: 48;
	}
	.service-locator-slider .item .row{
		gap: 20px;
	}
	.service-locator-slider .owl-nav {
		float: unset;
		justify-content: center;
		padding-right: 0px;
	}
	/*======== privacy policy start ========*/
	.privacy-policy{
		padding:0px;
	}
	.privacy-policy h1{
		font-size: 25px;
		line-height: 33px;
		margin-top: 25px;
	}
	.privacy-policy p{
		font-size: 18px;
		line-height: 33px;
	}
	/*======== privacy policy end ========*/
	/*======== terms & condition start ========*/
	.terms-condition h1{
		font-size: 25px;
		line-height: 33px;
		margin-top: 25px;
	}
	.terms-condition h2{
		font-size: 20px;
		margin-top: 5px;
	}
	.terms-condition p{
		font-size: 18px;
		line-height: 33px;
	}
	/*======== terms & condition end ========*/

}
@media only screen and (min-width: 426px) and (max-width: 767px) {
	.service-centers__carousel .card{
		height:280px;
	}
	/*======== windows pos start ========*/
	.hardware-support-cont {
		padding:50px 10px;
	}
	.advanced-windows-cont{
		padding: 30px 10px;
	}
	.hardware-support-cont .left .large-image iframe{
		width:385px;
		height:219px;
	}
	.hardware-support-cont .left {
		margin: 70px 0px 20px 0;
	}
	.hardware-support-cont .left .large-image img {
		width: 100%;
		height: 219px;
	}
	.hardware-support-cont .left .mini-images {
		width: 80%;
		margin: 50px 15px;
	}
	.hardware-support-cont .left .mini-images .box {
		padding: 9px;
	}
	.hardware-support-cont .left .mini-images .box img {
		width: 80%;
	}
	.hardware-support-cont .left .mini-images .owl-nav span{
		padding: 16px 9px;
	}
	.hardware-support-cont .left .mini-images .owl-nav button{
		top: 13px;
	}

	.hardware-support-cont .service-cont {
		display: flex;
		flex-direction: column;
	}
	.pos-features-cont .item-2 img {
		width: 65%;
	}
	/*======== windows pos end ========*/
	/* customer-reviews start*/
	.reviewVideo{
        width:300px !important;
	}
	/* customer-reviews end*/
	/* service locator page */
	.map-container h2 {
		font-size: 25px;
	}
	.map-container {
		padding-top: 0px;
	}
	.service-locator {
		padding: 0px;
	}
	.service-locator h1 {
		font-size: 25px;
	}
	.service-locator p {
		font-size: 18px;
		width: 100%;
	}
	.contact-info h3 {
		font-size: 22px;
	}
	.contact-info h4 {
		font-size: 22px;
	}
	/* service locator */
	.service-centers-locator .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		gap: 25px;
		width: 100%;
	}
	.service-centers-locator .content .width-100 {
		width: 100%;
	}
	.service-centers-locator .content input {
		width: 100%;
		height: 46px;
	}
	.service-centers-locator .content select {
		width: 100%;
		height: 46px;
	}
	.service-centers-locator .content button {
		width: 100%;
		height: 48;
	}
	.service-locator-slider .item .row{
		gap: 20px;
	}
	.service-locator-slider .owl-nav {
		float: unset;
		justify-content: center;
		padding-right: 0px;
	}
	/*======== privacy policy start ========*/
	.privacy-policy{
		padding:0px;
	}
	.privacy-policy h1{
		font-size: 25px;
		line-height: 33px;
		margin-top: 25px;
	}
	.privacy-policy p{
		font-size: 18px;
		line-height: 33px;
	}
	/*======== privacy policy end ========*/
	/*======== terms & condition start ========*/
	.terms-condition h1{
		font-size: 25px;
		line-height: 33px;
		margin-top: 25px;
	}
	.terms-condition h2{
		font-size: 20px;
		margin-top: 5px;
	}
	.terms-condition p{
		font-size: 18px;
		line-height: 33px;
	}
	/*======== terms & condition end ========*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-centers__carousel .card{
		height:280px;
	}
	/*======== windows pos start ========*/
	.hardware-support-cont {
		padding:50px 10px;
	}
	.advanced-windows-cont{
		padding: 30px 20px;
	}
	.hardware-support-cont .left {
		display: flex;
		justify-content: start;
		align-items: start;
		margin: 70px 0px 100px 0;
	}
	.hardware-support-cont .left .large-image img {
		width: 100%;
		height: 300px;
	}
	.hardware-support-cont .left .large-image iframe{
		width:530px;
		height:300px;
	}
	.hardware-support-cont .left .vertical-carousel {
		transform: rotate(90deg);
		position: absolute;
		right:-100px;
		bottom:115px;
	}
	.hardware-support-cont .left .mini-images .box {
		padding: 7px;
	}
	.hardware-support-cont .left .mini-images .box img {
		width: 50px;
		height: 50px;
	}
	.hardware-support-cont .left .vertical-carousel .owl-item {
		transform: rotate(-90deg);
	}
	.hardware-support-cont .left .mini-images {
		display: flex;
		justify-content: space-between;
		width: 40%;
		margin: 0px 0px;
	}
	.hardware-support-cont .left .mini-images .owl-nav span{
		padding: 14px 9px;
	}
	.hardware-support-cont .left .mini-images .owl-nav button{
		top: 10px;
	}

	.pos-features-cont .item-2 img {
		width: 50%;
	}

	/*======== windows pos end ========*/
	/* customer-reviews start*/
	.reviewVideo{
        width:90% !important;
	}
	/* customer-reviews end*/
	/* service locator page */
	.map-container h2 {
		font-size: 30px;
	}
	.map-container {
		margin-bottom: 20px;
	}
	.service-locator {
		padding: 0px;
	}
	.service-locator h1 {
		font-size: 30px;
	}
	.service-locator p {
		font-size: 18px;
		width: 100%;
	}
	.contact-info h3 {
		font-size: 22px;
	}
	.contact-info h4 {
		font-size: 22px;
	}
	/* service locator */
	.service-centers-locator .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		gap: 25px;
		width: 60%;
	}
	.service-centers-locator .content .width-100 {
		width: 100%;
	}
	.service-centers-locator .content input {
		width: 100%;
		height: 46px;
	}
	.service-centers-locator .content select {
		width: 100%;
		height: 46px;
	}
	.service-centers-locator .content button {
		width: 100%;
		height: 48;
	}
	.service-locator-slider .item .row{
		gap: 20px;
	}
	.service-locator-slider .owl-nav {
		float: unset;
		justify-content: center;
		padding-right: 0px;
	}
	/*======== privacy policy start ========*/
	.privacy-policy{
		padding:0px;
	}
	.privacy-policy h1{
		font-size: 30px;
		line-height: 33px;
		margin-top: 25px;
	}
	.privacy-policy p{
		font-size: 20px;
		line-height: 33px;
	}
	/*======== privacy policy end ========*/
	/*======== terms & condition start ========*/
	.terms-condition h1{
		font-size: 30px;
		line-height: 33px;
		margin-top: 25px;
	}
	.terms-condition h2{
		font-size: 25px;
		margin-top: 5px;
	}
	.terms-condition p{
		font-size: 20px;
		line-height: 33px;
	}
	/*======== terms & condition end ========*/
	.page-banner{
	  padding:124px 20px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.homepage-slider__carousel {
        padding-top: 10.688rem !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.customer-reviews__carousel .card {
		height: 360px;
	}
	/*======== windows pos start ========*/
	.hardware-support-cont {
		padding: 50px 15px;
	}
	.hardware-support-cont .left {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 70px 0px 100px 0;
	}
	.hardware-support-cont .left .large-image img {
		width: 100%;
		height: 300px;
	}
	.hardware-support-cont .left .large-image iframe{
		width:530px;
		height:300px;
	}
	.hardware-support-cont .left .vertical-carousel {
		transform: rotate(90deg);
		position: absolute;
		right:-128px;
		bottom:110px;
	}
	/* .hardware-support-cont .left .mini-images .box {
		padding: 7px;
	} */
	.hardware-support-cont .left .mini-images .box img {
		width: 44px;
		height: 43px;
	}
	.hardware-support-cont .left .vertical-carousel .owl-item {
		transform: rotate(-90deg);
	}
	.hardware-support-cont .left .mini-images {
		display: flex;
		justify-content: space-between;
		width: 33%;
		margin: 0px 0px;
	}
	.hardware-support-cont .left .mini-images .owl-nav span{
		padding: 16px 9px;
	}
	.hardware-support-cont .left .mini-images .owl-nav button{
		top: 13px;
	}



	/*======== windows pos end ========*/
	.reviewVideo{
        width:90% !important;
	}
	/* service locator page */
	.map-container h2 {
		font-size: 30px;
	}
	.map-container {
		margin-bottom: 20px;
	}
	.service-locator {
		padding-top: 20px;
	}
	.service-locator h1 {
		font-size: 35px;
	}
	.service-locator p {
		font-size: 18px;
		width: 100%;
	}
	.contact-info h3 {
		font-size: 22px;
	}
	.contact-info h4 {
		font-size: 22px;
	}
	.map-container iframe {
		width: 100%;
		height: 535px;
	}

	.hardware-support-cont .left .mini-images {
		/* width: 80%;
		margin: 50px 15px; */
	}
	/*======== windows pos end ========*/
	.service-centers-locator .content {
		display: flex;
		justify-content: unset;
		align-items: end;
		gap: 25px;
		width: 100%;
	}

	/*======== privacy policy start ========*/
	.privacy-policy{
		padding:0px;
	}
	.privacy-policy h1{
		font-size: 42px;
		margin-top: 15px;
	}
	.privacy-policy p{
		font-size: 20px;
		line-height: 33px;
	}
	/*======== privacy policy end ========*/
	/*======== terms & condition start ========*/
	.terms-condition h1{
		font-size: 42px;
		margin-top: 15px;
	}
	.terms-condition h2{
		font-size: 30px;
		margin-top: 5px;
	}
	.terms-condition p{
		font-size: 20px;
		line-height: 33px;
	}
	/*======== terms & condition end ========*/
	.page-banner{
		padding:230px 20px;
	}
	.footer-section form input::placeholder{
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.homepage-slider {
		/* background-size: unset !important;
		background-position: unset right !important; */
	}
	.page-banner{
		padding:300px 20px;
	}
	.hardware-support-cont .left .large-image img {
		width: 516px;
		height: 455px;
	}
	.hardware-support-cont .left .large-image iframe{
		width:800px;
		height:455px;
	}

	.hardware-support-cont .left .vertical-carousel {
		transform: rotate(90deg);
		position: absolute;
		right:-198px;
		bottom:181px;
	}

	.hardware-support-cont .left .vertical-carousel .owl-item {
		transform: rotate(-90deg);
	}

	.hardware-support-cont .left .mini-images {
		display: flex;
		justify-content: space-between;
		width: 35%;
		margin: 10px 30px;
	}
	.reviewVideo{
        width:100% !important;
	}
}
