html,
body {
	height: 100%;
	min-height: 100%;
	font-family: "Poppins", sans-serif;
}

@media (prefers-color-scheme: dark) {

	html,
	body {
		background: #f8f8f8 !important;
		color: #000000 !important;
	}
}

body {
	overflow-x: hidden;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:root {
	color-scheme: light !important;
}

.mt30 {
	margin-top: 10px;
	font-size: 14px;
}

.green,
.green:active,
.green:hover {
	color: #40744d;
}

.required {
	color: #eb5757;
}

.public-page {
	background-color: #f8f8f8;
}

.header {
	display: none !important;
}

/* .pass{
    height: 44px;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: flex;
} */
.pass .form-control {
	/* background: url('./imgs/show.png'); */
	background-color: white;
	width: 100%;
	height: 42px;
	border: 1px solid #eaeaea;
	background-position: right;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position-x: 97%;
}

.show {
	border: 0px;
	padding: 0;
	/* background: url('../img/show.png'); */
	background-position: right;
	background-repeat: no-repeat;
	font-size: 18px;
	background-size: 18px;
	width: 20px;
}

.lang2 {
	color: #363939;
	float: right;
	font-size: 20px !important;
	margin: 20px 10px !important;
}

.card {
	border: 0px;
	background-color: transparent;
}

.logo {
	width: 120px;
	height: 110px;
}

.logo-small {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-small img {
	margin: 0 auto;
	transform: translateX(-5px);
}

.navbar-brand {
	transition: transform 0.5s ease;
	margin: 0 !important;
}

.navbar-brand:hover {
	transform: scale(0.97);
}

.navbar-nav .nav-link {
	color: #c4c4c4;
	font-weight: lighter;
	transition: color 0.3s ease;
}

.navbar-nav .nav-link.active {
	color: #40744d;
}

.nav-center {
	margin: 0 auto;
}

.text-align-center {
	text-align: center;
}

.form-control,
.form-control.valid {
	border: 1px solid #eaeaea;
	height: 44px;
	background-color: white;
}

.control-label {
	color: #454545 !important;
	font-weight: bold;
}

.headings {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 50px;
}

.singlebutton {
	background-color: #40744d;
	color: white;
	height: 50px;
	margin-top: 48px;
	font-weight: bold;
	font-size: 18px;
}

.black {
	color: #454545;
}

body {
	background-color: #f7f7f3;
}

.navbar {
	background-color: #f7f7f4 !important;
	border-bottom: 1px solid #e4e4e4;
	height: 100px;
	padding-right: 50px;
	padding-left: 50px;
	width: 100%;
}

.container-fluid {
	width: 100%;
}

.container {
	width: 95%;
}

.lang-wrapper {
	display: flex;
	align-items: center;
}

#lang-select {
	background-position: right 0.75rem center;
}

.lang-abb {
	background-color: #b9d5ae;
	border-radius: 4px;
	padding: 10px;
	color: white;
	font-size: 14px;
	width: 46px;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang {
	font-size: 16;
	font-weight: bold;
	color: white;
	background-color: #b9d5ae;
	padding: 6px;
}

#lang-select::after,
#lang-select::before {
	content: none !important;
}

#lang-select option::before,
#lang-select option::after {
	content: none !important;
}

select {
	color: #363939;
	background-color: transparent !important;
	border: none !important;
	font-size: 24px !important;
}

.main-content {
	width: 100%;
	min-height: calc(100% - 90px);
	overflow-x: hidden;
	overflow-y: hidden;
}

.content {
	min-height: calc(100% - 90px);
}

.c-1 {
	padding: 50px 0px;
}

.row {
	width: 100%;
	margin: 0;
}

.flex {
	display: flex;
}

.col-5 {
	padding: 0;
}

.first-content {
	/* background-image: url("./imgs/GIFAgent2.png");
    background-repeat: no-repeat;
    background-position: left;
    padding: 50px 100px;
    background-size: contain;
    background-position-x: -45px; 
    position: relative;
    overflow: hidden;
    padding: 50px 100px;*/
}

.agent999-white {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	z-index: 0;
	object-fit: cover;
	outline: 5px solid #f7f7f4;
	outline-offset: -5px;
	transform: translateX(-50px);
	/* box-shadow: 0 0 0 10px #f7f7f4;
    backface-visibility: hidden;
    border-bottom: 1px solid #f7f7f4;
    margin-bottom: -1px; */
	clip-path: inset(1px 1px);
}

.first-content {
	position: relative;
	z-index: 1;
}

.first-content>*:not(video) {
	position: relative;
	z-index: 2;
}

.col-7 {
	padding-right: 0;
}

.p-10 {
	padding-left: 10px;
}

.p-0 {
	padding: 0%;
}

.heading {
	color: #363939;
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
	/* margin-bottom: 24px !important; */
	text-align: center;
	width: 60%;
	margin: 0 auto 24px auto !important;
	/* padding-top: 80px; */
}

.display-none {
	display: none;
}

.heading-2 {
	color: #363939;
	font-size: 48px;
	font-weight: bold;
	line-height: 135%;
	text-align: center;
	margin-bottom: 20px;
}

.desc {
	font-size: 24px;
	color: #363939;
	line-height: 135%;
	margin-bottom: 48px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.desc2 {
	font-size: 24px;
	color: #363939;
	line-height: 135%;
	margin-bottom: 48px;
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.avail {
	color: #3b4656;
	margin-bottom: 24px !important;
	font-size: 18px;
	opacity: 70%;
}

.avail-2 {
	margin-bottom: 24px !important;
	font-size: 18px;
	opacity: 70%;
	padding: 0px;
	text-align: left;
	/* width: 80% !important;
    margin-left: auto;
    margin-right: 0; */
}

.social {
	display: flex;
}

.s-heading {
	margin-top: 80px;
}

.insta {
	text-align: right;
}

.fb {
	text-align: center;
	margin-left: 40px;
}

.social-btn {
	display: block !important;
	height: auto !important;
}

.avail-btn,
.social-btn {
	border: none;
	background-color: transparent;
	padding: 0%;
}

.avail-btn img {
	width: 204px;
	height: 64px;
}

.social-btn img {
	margin-top: 80px;
	width: 50px;
}

.ask-container {
	width: 80%;
	margin: 0 auto;
}

.ask {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.863);
	padding: 10px 20px;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}

.ask-button-link {
	display: flex !important;
	width: 100%;
	justify-content: flex-end !important;
}

.ask-me-anything {
	width: 100%;
	border: none;
	min-height: 100px;
	margin-bottom: 10px;
	resize: none;
	background-color: transparent;
}

.ask-me-anything::placeholder {
	color: #363939;
}

.ask-button {
	width: 40px;
	height: 40px;
	background-color: #40744d;
	/* padding: 6px; */
	border-radius: 8px;
	background-image: url("./imgs/arrow-right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	box-shadow: none;
	border: 0px;
	align-self: flex-end;
}

.c-2 {
	margin-top: 50px;
	padding: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}

.c-2>.col-md-4 {
	display: flex;
	flex-direction: column;
}

.grad-card {
	position: relative;
	padding: 2px;
	border-radius: 16px;
	background: transparent;
	/* min-height: 50px; */
	z-index: 0;
	overflow: hidden;
	transition: box-shadow 0.5s ease;
	text-decoration: none;
}

.grad-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 16px;
	background: linear-gradient(270deg,
			#2c490f,
			#7cb938,
			#eae47a,
			#2c490f,
			#7cb938,
			#eae47a,
			#2c490f);
	background-size: 600% 600%;
	animation: none;
	transition: background-position 0.5s;
}

.grad-card:hover::before {
	animation: rotateGradient 6s linear infinite;
}

.grad-card:hover {
	box-shadow: 0 0 12px 2px rgba(124, 185, 56, 0.4);
}

@keyframes rotateGradient {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

.grad-card .card-content {
	position: relative;
	background: #f7f7f4;
	border-radius: 14px;
	padding: 24px;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: black;
	font-size: 14px;
}

.grad-card .card-content p {
	margin: 0;
	text-decoration: none;
}

/* .c-3 {
    background-image: url("./imgs/GIFAgent.png");
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 100px;
    background-size: contain;
    background-position-x: 101%;
} */
.c-3 {
	position: relative;
	padding: 50px 100px;
	overflow: hidden;
}

.c-3 .agent2-white {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	object-fit: contain;
	z-index: 0;
	pointer-events: none;
	outline: 5px solid #f7f7f4;
	outline-offset: -2px;
	transform: translateX(70px) translateZ(0);
	will-change: transform;
	box-shadow: 0 0 0 10px #f7f7f4;
	backface-visibility: hidden;
	clip-path: inset(1px 1px);
}

.c-3 .col-12 {
	position: relative;
	z-index: 1000;
}

.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.c-4 {
	margin-top: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.search-input {
	width: 100%;
	border: none;
	background-color: transparent;
	padding: 10px 20px;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	height: 52px;
}

.search-btn {
	background-color: #40744d;
	border-radius: 4px;
	border: 0px;
	color: white;
	font-weight: bold;
	padding: 12px 40px;
	font-size: 18px;
}

.btn-small {
	display: none;
}

.tabs {
	border: 1px solid #e8eaee;
	border-radius: 8px;
	background-color: white;
	padding: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.tab {
	padding: 15px 30px;
	color: #c4c4c4;
	background-color: transparent;
	border: none;
	font-weight: bold;
	text-align: center;
}

.active-tab {
	color: white;
	background-color: #40744d;
	border-radius: 10px;
}

input[type="checkbox"] {
	accent-color: #40744d;
}

.check-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.check {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	gap: 8px;
	color: black;
}

.bold {
	font-weight: bold;
}

.c-5 {
	background-color: #40744d;
	color: white;
	padding: 80px;
	width: 100%;
}

.c-5 .col-8 {
	width: 58%;
}

.c-5 .col-4 {
	width: 42%;
	padding-left: 50px;
	padding-right: 0;
}

.c-6 {
	padding: 50px 0;
	color: black;
}

#product-scroll-section {
	position: relative;
	z-index: 10;
	height: 400vh;
}

#product-scroll-section2 {
	position: relative;
	z-index: 10;
	height: 680vh;
}

#product-scroll,
#product-scroll2 {
	position: relative;
	height: 100vh;
}

.product-panel,
.product-panel-mob {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5%;
	opacity: 0;
	transform: translateY(100%);
}

.product-panel.active {
	opacity: 1;
	transform: translateY(-50%);
}

.panel-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	/* max-width: 1200px; */
}

.product-image {
	width: 50%;
	height: 100vh;
}

.product-image img {
	width: auto;
	height: 100vh;
	display: block;
}

.agent999-green,
.agent2-lightgreen {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	border: none;
	outline: none;
}

.eagle1 {
	background-color: #b7d1b0;
	outline: 5px solid #b7d1b0;
	outline-offset: -5px;
	border-bottom: 5px solid #b7d1b0;
}

.eagle2 {
	background-color: #d9e5dc;
	outline: 2px solid #d9e5dc;
	outline-offset: -2px;
}

.product-content {
	width: 50%;
	position: relative;
}

.agent-slide-1,
.scroller-slide-1 {
	opacity: 1 !important;
	transform: translateY(-50%) !important;
	position: relative;
	background-color: #f7f7f4;
	width: 100%;
}

.slide {
	position: absolute;
	opacity: 0;
	transform: translateY(-50%);
	height: 100vh;
	top: 0;
	padding: 8%;
	transition: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* vertical centering */
	align-items: flex-start;
}

.agent-slide-2,
.scroller-slide-2 {
	background-color: white;
	top: 0;
}

.slide-c {
	font-size: 16px;
	width: 100%;
	color: #292929;
}

#product-scroll,
#product-stack-section {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.b-white {
	background-color: white;
}



.product-label {
	color: #40744d;
	font-weight: 600;
	font-size: 20px;
}

.font-40 {
	font-size: 40px;
	color: black;
}

.try-it-out {
	margin-top: 16px;
	background-color: #40744d;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 50%;
}

.try-it-out img {
	width: 8px;
	margin-left: 5px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.download {
	font-size: 18px;
	line-height: 32px;
	margin-top: 32px;
	opacity: 70%;
	width: 90%;
}

.p-r-0 {
	padding-right: 0;
}

h1 {
	font-weight: bold;
}

footer {
	width: 100%;
	padding: 50px 80px;
	background-color: #f8f7f3;
	border-top: 1px solid #dae5dd;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	text-decoration: none;
}

footer * {
	text-decoration: none !important;
	color: inherit;
}

.align-center {
	align-items: center;
}

.mail-at {
	font-size: 56px;
	color: #40744d;
	opacity: 70%;
	/* padding-top: 30px; */
	font-weight: bold;
	text-decoration: none;
}

.contact {
	font-size: 40px;
	font-weight: bold;
	color: #40744d;
	margin-bottom: 0px;
	text-decoration: none;
}

.contact-desc {
	font-size: 18px;
	color: #40744d;
	opacity: 70%;
	line-height: 32px;
	text-decoration: none;
}

.small-logo img {
	/* float: left; */
	width: 140px;
	display: none !important;
}

.d-n {
	display: none !important;
}

.page-title {
	color: #40744d;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	opacity: 90%;
}

.submit {
	color: white;
	background-color: #40744d;
	width: 100%;
	opacity: 90%;
}

.center {
	text-align: center;
	margin-bottom: 52px;
}

.contact-content h3,
.contact-content strong,
.contact-icon {
	color: #40744d;
	opacity: 90%;
}

.about-descriptions {
	opacity: 92%;
	height: 100%;
	color: rgba(0, 0, 0, 0.829);
}

/* chat page */
.chat-sidebar {
	background-image: url("./imgs/chat-sidebar.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	background-size: cover;
	padding: 40px 20px;
}

/* .chat-sidebar {
    background: linear-gradient(45deg,
            #40744D,
            black,
            #40744D,
            #114b19,
            black,
            #2c490f);
    background-size: 400% 400%;
    animation: diagonalGradient 60s linear infinite;
    color: #fff;
    min-height: 100vh;
    padding: 20px;
} */

@keyframes diagonalGradient {
	0% {
		background-position: 0% 0%;
	}

	50% {
		background-position: 100% 100%;
	}

	100% {
		background-position: 0% 0%;
	}
}

.chat-sidebar-content {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	height: 100%;
	overflow-y: auto;
}

.chat-qs {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-start;
}

.five-per-row {
	display: flex;
}

.five-per-row .grad-card {
	font-size: 14px;
}

.five-per-row .grad-card .card-content {
	padding: 20px 10px;
}

.chat-area {
	/* min-height: 150vh; */
}

.chat-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 40px;
}

.message-stream {
	overflow-y: auto;
	flex-grow: 1;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.chat-container .ask {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	padding: 12px 16px;
}

.ask-me-anything2 {
	border: 0px !important;
	width: 100%;
	resize: none;
	background: transparent;
	max-height: 50px !important;
	resize: none;
}

.chat-qs .grad-card.small {
	min-height: auto;
	/* border-radius: 12px; */
	max-width: 200px;
}

.new-chat {
	background-color: white;
	opacity: 0.8;
	color: #363939;
	padding: 10px 10px;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-chat-icon {
	width: 22px;
}

.search-chat {
	background-color: white;
	opacity: 0.8;
	color: #363939;
	/* padding: 6px 10px; */
	border: none;
	border-radius: 4px !important;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-chat::placeholder {
	color: #1f2020 !important;
	font-weight: bold;
}

.search-icon {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	z-index: 100000;
}

.d-small {
	display: none;
}

.mb-n {
	margin-bottom: -2px;
}

#product-view-select,
#suggested-select {
	min-width: max-content !important;
}

select:focus,
input:focus,
textarea:focus,
#product-view-select:focus,
#suggested-select:focus {
	outline: none;
	box-shadow: none;
}

.blockUI {
	border: none !important;
}

.blockUI h1 {
	color: #fff !important;
	font-size: 26px;
	background-color: transparent !important;
}

@media (min-width: 1400px) {
	.justify-content-lg-start {
		justify-content: center !important;
	}
}

@media (min-width: 1200px) {
	.five-per-row {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (max-width: 1270px) {
	.c-5 {
		padding: 60px;
	}

	.c-5 .col-4 {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1170px) {
	.c-5 {
		padding: 60px 30px;
	}

	.c-5 .col-4 {
		padding-left: 0px;
	}

	footer {
		padding: 50px 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.heading {
		font-size: 40px;
		padding-top: 20px;
		line-height: 50px;
	}

	.heading-2,
	h1,
	.contact {
		font-size: 30px;
	}

	h1 {
		padding-top: 30px;
	}

	.avail-d {
		flex-direction: column;
	}

	.avail-btn {
		margin-bottom: 20px;
		display: block !important;
	}

	.mail-at {
		font-size: 40px;
	}

	.s-heading {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 1040px) {
	.heading {
		font-size: 36px;
	}

	.desc,
	.desc2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.flex2 {
		flex-direction: column;
	}

	/* .navbar {
        padding-left: 10px;
        padding-right: 10px;
    } */

	.insta {
		text-align: center;
	}

	.fb {
		text-align: left;
	}
}

@media only screen and (max-width: 992px) {
	.avail-2 {
		text-align: center;
	}

	.download-heading {
		font-size: 32px;
	}

	.download {
		width: 100%;
	}

	.download-heading,
	.download {
		text-align: center;
	}

	.navbar-brand img {
		width: 150px;
	}

	.c-4 {
		width: 95%;
	}

	.product-panel {
		padding: 0;
	}

	.grad-card .card-content {
		padding: 20px;
	}

	.product-image {
		margin: 0 auto !important;
	}

	.product-info {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto;
	}

	#product_main {
		width: 100% !important;
	}
}

@media only screen and (max-width: 870px) {
	.tab {
		flex: 0 0 calc(33.333% - 12px);
		min-width: 100px;
		text-align: center;
		font-size: 12px;
	}

	.tabs {
		justify-content: space-between;
		gap: 10px;
	}

	.check {
		font-size: 12px;
	}

	.btn-large {
		display: none;
	}

	.btn-small {
		display: block;
		margin-top: 20px;
	}
}

.d-desktop {
	display: block;
}

.d-mobile {
	display: none;
}

@media (max-width: 870px) {
	.d-desktop {
		display: none !important;
	}

	.d-mobile {
		display: block !important;
		height: auto;
	}

	#product-stack-section {
		position: relative;
		height: 100vh;
		overflow: visible;
	}

	.product-panel-mob:first-child {
		opacity: 1 !important;
		z-index: 2;
	}

	.product-label,
	.font-40,
	.slide-c,
	.try-it-out {
		text-align: center;
		width: 100%;
	}
}

#product-stack-section {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.mob-slide1 {
	background-color: #f7f7f3;
}

.mob-slide2 {
	background-color: white;
}

.mob-slide1,
.mob-slide2 {
	width: 100%;
	height: 100%;
	padding: 8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* vertical centering */
	align-items: flex-start;
}

@media only screen and (max-width: 850px) {

	.heading-2,
	.c-2,
	.c-4 {
		margin-top: 0px;
	}

	.heading-2 {
		margin-bottom: 30px;
	}

	.c-3 {
		margin-top: 40px;
	}

	.order-0 {
		order: 0;
	}

	.display-none {
		display: inline;
		text-align: center;
		padding: 30px;
	}

	.display-none2 {
		display: none;
	}

	.desc {
		margin-top: 30px;
		padding: 0 60px;
	}

	.desc2 {
		margin-top: 20px;
		padding: 0 60px;
	}

	.flex {
		flex-direction: column;
	}

	.col-6,
	.col-5,
	.col-7,
	.col-4,
	.col-8 {
		width: 100% !important;
		text-align: center;
		padding: 0;
		max-width: 100%;
	}

	.c-2,
	.c-3,
	.c-4,
	.c-5 {
		padding: 20px;
	}

	.social {
		flex-direction: column;
	}

	.s-heading {
		margin-top: 0px;
	}

	.grad-card .card-content {
		padding: 18px;
	}

	.social-btn img {
		margin-top: 20px;
		width: 40px;
	}

	.social-btns {
		justify-content: center;
		margin-bottom: 20px;
	}

	.insta,
	.fb {
		width: 12% !important;
		margin: 0 5px 0 5px;
	}

	.pl-5 {
		padding: 0 !important;
	}

}

@media only screen and (max-width: 767px) {
	.navbar {
		position: relative;
		z-index: 100;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #f7f7f4 !important;
		border-bottom: 1px solid #e4e4e4 !important;
	}

	.navbar-toggler {
		z-index: 110;
		margin-right: 20px;
	}

	.container-fluid {
		position: relative;
	}

	.navbar {
		padding: 0;
	}

	.nav-center {
		flex-direction: column;
		text-align: center;
	}

	/* .lang-wrapper {
        justify-content: center;
        margin-top: 10px;
    } */

	.navbar-nav .nav-link {
		padding: 8px 0;
		text-align: right !important;
	}

	.navbar-collapse {
		text-align: right;
		z-index: 1000000000;
		padding: 10px 20px;
		background-color: #f7f7f4;
		border-bottom: 1px solid #e4e4e4;
	}

	.navbar-brand img {
		margin-left: 20px;
	}

	/* .lang-wrapper {
        width: fit-content; 
}*/

	#lang-select {
		font-size: 16px !important;
		margin-right: -15px !important;
	}

	.mb-4,
	.container-fluid {
		padding: 0;
	}

	.d-small {
		display: block;
		width: 100%;
		padding: 0 60px;
	}

	.d-large {
		display: none;
	}

	.heading {
		width: 100%;
		padding: 0 60px;
	}

	.desc,
	.desc2 {
		width: 100%;
		padding: 0 20px;
	}

	.agent999-white,
	.c-3 .agent2-white {
		position: relative;
		width: 50%;
		min-width: 343px;
		height: auto;
		margin: 0 auto;
		right: 0;
		display: block;
		transform: none !important;
	}

	.c-3 {
		margin-top: 0;
		padding: 0;
	}
}

@media (max-width: 480px) {
	.navbar-nav .nav-link {
		font-size: 14px;
	}

	#lang-select {
		font-size: 13px;
	}

	.d-small {
		padding: 0;
	}

	.tab {
		padding: 5px 10px;
	}

	.navbar-toggler {
		margin-right: 0;
	}
}

@media (max-width: 408px) {

	#product-container,
	#categoryname,
	.top-filter-bar {
		padding: 0 !important;
	}

	.main-container {
		padding: 10px !important;
	}
}

@media only screen and (max-width: 580px) {
	.c-1 {
		padding: 20px 0;
	}

	.c-2,
	.ask-container {
		width: 100%;
	}

	.navbar {
		width: 100%;
	}

	.container {
		width: 50%;
		margin: 0;
	}

	.logo {
		width: 71px;
		height: 68px;
	}

	.small-logo {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.small-logo .navbar-brand {
		text-align: center;
	}

	.d-n2 {
		display: none !important;
	}

	.d-n {
		display: grid !important;
	}

	.heading,
	.mail-at {
		font-size: 32px;
		padding: 20px;
		line-height: 40px;
		margin-bottom: 0px !important;
	}

	.desc {
		padding: 20px;
	}

	h1,
	.heading-2 {
		font-size: 24px;
	}

	.headings {
		font-size: 48px;
	}

	.card-body {
		padding: 0%;
	}

	.singlebutton {
		height: 40px;
	}
}