/* Ultra-wide screens, very large monitors (5K resolution and above) */
@media only screen and (min-width: 5000px) {
	.inner-banner1 {
		background-size: contain;
	}

	.inner-banner2 {
		background-size: contain !important;
		height: 478px;
		width: 100%;
	}

	.carouselcontainer {
		position: relative;
		left: 0;
		top: 20%;
		bottom: 1.25rem;
		/* left: 15%; */
		/* padding-top: 1.25rem; */
		/* padding-bottom: 1.25rem; */
		color: #fff;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -286px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		background-size: contain;
	}

	.imgbar {
		background-size: contain !important;
		background-position: top center !important;
		background-repeat: no-repeat;
	}
}

/* 4K and 5K Ultra HD monitors */
@media (min-width: 4000px) and (max-width: 4999px) {
	.inner-banner1 {
		background-size: contain;
	}

	.inner-banner2 {
		background-size: contain !important;
		height: 478px;
	}

	.carouselcontainer {
		position: relative;
		left: 0;
		top: 50%;
		bottom: 1.25rem;
		/* left: 15%; */
		/* padding-top: 1.25rem; */
		/* padding-bottom: 1.25rem; */
		color: #fff;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -286px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		background-size: contain;
	}

	.imgbar {
		background-size: contain !important;
		background-position: top center !important;
		background-repeat: no-repeat;
	}
}

/* High-end ultra-wide screens (large desktop displays, 4K) */
@media (min-width: 3000px) and (max-width: 3999px) {
	.inner-banner1 {
		background-size: contain;
	}

	.inner-banner2 {
		background-size: contain;
	}

	.carouselcontainer {
		position: relative;
		left: 0;
		top: 50%;
		bottom: 1.25rem;
		/* left: 15%; */
		/* padding-top: 1.25rem; */
		/* padding-bottom: 1.25rem; */
		color: #fff;
		text-align: left;
	}

	.inner-banner {
		background-size: contain;
	}

	.imgbar {
		background-size: contain !important;
		background-position: top center !important;
		background-repeat: no-repeat;
	}
}

/* Large professional monitors (e.g., high-end editing screens) */
@media (min-width: 2500px) and (max-width: 2999px) {
	.inner-banner1 {
		height: 688px;
	}

	.inner-banner2 {
		height: 75vh;
	}

	.carouselcontainer {
		/* position: absolute; */
		left: 0px;
		color: #fff;
		text-align: left;
		/* margin-left: -38px !important; */
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -514px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		height: 430px;
	}

	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
		height: 768px;
	}

	.cmargin {
		padding-top: 223px !important;
		padding-right: 0px !important;
		padding-bottom: 16px !important;
		padding-left: 0px !important;
	}
}

/* High-resolution desktop displays (e.g., ultra-wide 1440p or 4K screens) */
@media (min-width: 2000px) and (max-width: 2499px) {
	.inner-banner1 {

		height: 510px;
	}

	.inner-banner2 {
		height: 75vh;
	}

	.inner-banner {
		height: 332px;

	}

	.carouselcontainer {
		/* position: absolute; */
		left: 0px;
		color: #fff;
		text-align: left;
		/* margin-left: -38px !important; */
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -392px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}


	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
		height: 600px;
	}

	.cmargin {
		padding-top: 128px !important;
		padding-right: 0px !important;
		padding-bottom: 16px !important;
		padding-left: 0px !important;
	}
}

/* Standard 2K monitors (1920px width, e.g., Full HD monitors) */
@media (min-width: 1900px) and (max-width: 1999px) {
	.inner-banner1 {
		background-size: contain;
	}

	.inner-banner2 {
		background-size: contain;
	}

	.carouselcontainer {
		position: relative;
		left: 0;
		top: 50%;
		bottom: 1.25rem;
		/* left: 15%; */
		/* padding-top: 1.25rem; */
		/* padding-bottom: 1.25rem; */
		color: #fff;
		text-align: left;
	}

	.inner-banner {
		height: 332px;

	}

	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
		height: 500px;
	}
}

/* Large HD monitors (common for gaming or wide office screens) */
@media (min-width: 1800px) and (max-width: 1899px) {
	.inner-banner1 {
		height: 456px;
	}

	.inner-banner2 {
		height: 75vh;
	}

	.carouselcontainer {
		position: absolute;
		left: 0px;
		color: #fff;
		text-align: left;
		/* margin-left: -38px !important; */
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -406px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		height: 332px;

	}

	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
		height: 534px;
	}

	.cmargin {
		padding-top: 98px !important;
		padding-right: 0px !important;
		padding-bottom: 16px !important;
		padding-left: 0px !important;
	}

}

/* High-end 1080p desktop screens, gaming monitors */
@media (min-width: 1600px) and (max-width: 1799px) {
	.inner-banner1 {
		height: 432px;
	}

	.inner-banner2 {
		height: 75vh;
	}

	.carouselcontainer {
		position: absolute;
		left: 0;
		color: #fff;
		text-align: left;
		padding-left: -32px !important;
		margin-left: -38px !important;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -382px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		height: 332px;

	}

	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
		height: 500px;
	}

	.cmargin {
		padding-top: 70px !important;
		padding-right: 0px !important;
		padding-bottom: 16px !important;
		padding-left: 0px !important;
	}
}

/* Standard large desktops, high-resolution office screens */
@media (min-width: 1500px) and (max-width: 1599px) {
	.inner-banner1 {
		height: 394px;
	}

	.inner-banner2 {
		height: 75vh;
	}


	.carouselcontainer {
		position: absolute;
		left: -22px;
		color: #fff;
		text-align: left;
		padding-left: -32px !important;
		margin-left: -38px !important;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -354px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		height: 300px;

	}

	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
	}

	.cmargin {
		margin-top: 42px !important;

	}
}

/* Common desktop resolution, Full HD (1080p) laptops & monitors */
@media (min-width: 1400px) and (max-width: 1499px) {

	.carouselcontainer {
		position: relative;
		top: 50%;
		bottom: 1.25rem;
		color: #fff;
		text-align: left;
		padding-left: 34px;
	}

	.imgbar {
		background-size: contain !important;
		background-position: top center !important;
		background-repeat: no-repeat;
	}
}

/* Small desktop screens, larger tablets in landscape */
@media (min-width: 1300px) and (max-width: 1399px) {
	.carouselcontainer {
		position: relative;
		right: 18%;
		top: 50%;
		transform: translateY(-50%);
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -206px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;

	}

	.imgbar {
		background-size: contain !important;
		background-position: top center !important;
		background-repeat: no-repeat;
	}
}

/* Laptops, some high-end tablets in landscape mode */
@media (min-width: 1200px) and (max-width: 1299px) {
	.inner-banner2 {
		height: 358px;
	}

	.inner-banner1 {
		height: 75vh;
	}

	.carouselcontainer {
		position: absolute;
		left: 0;
		top: 50%;
		bottom: 1.25rem;
		color: #fff;
		margin-left: -150px;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -280px;

		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 80px;
	}

	.inner-banner {
		background-size: contain;
	}

	.imgbar {
		/* background-size: contain !important; */
		background-position: top center !important;
		background-repeat: no-repeat;
	}

}

/* Apple iPad Pro (12.9") in landscape mode */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

	.inner-banner2 {
		/* height: 358px; */
	}

	.inner-banner1 {
		height: 272px;
	}

	.carouselcontainer {
		position: relative;
		/* left: 0; */
		top: 50%;
		bottom: 1.25rem;
		color: #fff;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -74px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 65px;
	}

	.carouselcontainer h3.sub-title {
		color: black;
		font-family: Signika-Medium;
		/* letter-spacing: 1px; */
		line-height: 50px;
		font-size: 36px;
	}

	.subscribe {
		line-height: 18px;
		font-size: 20px;
	}

	.btnSub {
		font-size: 13px;
		margin-left: -34px !important;
		padding: 7px 18px !important;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 16px;
		line-height: 3px;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 29px -24px -2px;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.ig {
		position: relative;
		height: 136px;
	}

	.extra-margin {
		margin-top: 94px;
	}

	.font-16 {
		font-size: 14px;
	}

	.font-22 {
		font-size: 18px;
	}

	.ptb51 {
		padding-top: 40px;
	}

	.ptb-50 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 20px;
		padding: 8px 142px;
		background-color: #9f9f9f;
		border-radius: 50px;
		border: 1px solid transparent;
	}
}

/* Tablets in portrait mode and small laptops */
@media (min-width: 980px) and (max-width: 1199px) {
	.pdextraa {
		margin-top: 432px;

	}

	.lslide .active {
		height: 400px !important;
	}

	.blog-title-main {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #0a472e !important;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-width: calc(100% - 10px);
	}

	.democardbody img {
		height: 128px;
		width: 128px;
		justify-content: center;
		display: flex;
		margin-left: 72px;
	}

	.dblockcart {

		display: block !important;

	}

	.mlimage56 {
		margin-left: 58px !important;
	}

	.corporate-gifting {
		margin-bottom: 30px;
		height: 156px;
		margin-left: 61px;
	}

	.btn-yellow {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 4px;
		padding-right: 16px;
	}

	.cart-text {
		font-size: 18px;
	}

	.cart-text-sec {
		font-size: 18px;
	}

	.btn-circle-sec {
		padding: 0px 20px;
		line-height: 48px;
		background-color: #a1bf3a;
		font-size: 18px;
		font-family: Signika-SemiBold;
		color: #0a472e !important;
		border: 1px solid #a1bf3a;
	}

	.btn-circle {
		padding: 0px 20px;
		line-height: 48px;
		background-color: #0a472e;
		font-size: 18px;
		font-family: Signika-SemiBold;
		color: #fbffec !important;
		border: 1px solid #a1bf3a;
	}

	.icon-img {
		height: 20px;
		width: 20px;
	}

	.iconprofile-img {
		height: 30px;
		width: 30px;
	}

	.mt46 {
		margin-top: -52px !important;
	}

	.ft18 {
		font-size: 16px !important;
	}

	body .mobisaki1 {
		margin-left: 8px !important;
	}

	.inner-banner2 {
		height: 358px;
	}

	.inner-banner1 {
		height: 272px;
	}

	.carouselcontainer {
		position: relative;
		/* left: 0;  */
		top: 26px;
		bottom: 1.25rem;
		color: #fff;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		color: #542828;
		margin-top: -262px;
		font-family: Signika-Regular;
		letter-spacing: 1px;
		font-size: 60px;
		line-height: 65px;
	}

	.carouselcontainer h3.sub-title {
		color: black;
		font-family: Signika-Medium;
		/* letter-spacing: 1px; */
		line-height: 50px;
		font-size: 36px;
	}

	.cartinput {

		width: 100% !important;

	}

	.subscribe {
		line-height: 18px;
		font-size: 20px;
	}

	.btnSub {
		font-size: 13px;
		margin-left: -34px !important;
		padding: 7px 18px !important;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 16px;
		line-height: 3px;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 29px -24px -2px;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.extraa-margin {
		margin-top: 40px;
	}

	.ig {
		position: relative;
		height: 136px;
	}

	.extra-margin {
		margin-top: 94px;
	}

	.font-16 {
		font-size: 13px !important;
	}

	.font-22 {
		font-size: 18px;
	}

	.ptb51 {
		padding-top: 35px;
	}

	.ptb-50 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 20px;
		padding: 8px 142px;
		background-color: #9f9f9f;
		border-radius: 50px;
		border: 1px solid transparent;
	}

	.footerMenus li {
		display: inline-block;
		margin-right: 4px;
	}
}

/* Tablets in landscape mode (like iPads, Galaxy Tabs) */
@media screen and (orientation: landscape) and (min-width: 980px) and (max-width: 1199px) {}

/* Medium tablets, larger mobile devices */
@media (min-width: 767px) and (max-width: 979px) {
	.bulkwidth {
		width: 100% !important;
	}


	.democardbody img {
		height: 120px;
		width: 120px;
		justify-content: center;
		display: flex;
		margin-left: 36px;
	}

	.part-services-se .nav .nav-link {

		width: 20% !important;
		background: #fdfdfd;
		border-radius: 0;
		text-transform: uppercase;
		color: #0a472e;
		font-size: 12px;
		font-weight: 700;
		text-align: center;

	}

	.lslide {
		height: 550px !important;
	}

	.lSSlideOuter vertical {
		height: 550px !important;
	}

	.lslide .active {
		height: 550px !important;
	}

	#demo {
		padding-bottom: 0px !important;
	}

	.text40 {

		font-size: 28px;

	}

	.dblockcart {

		display: block !important;

	}

	.cartinput {

		width: 100% !important;

	}

	.ptb-5 {

		margin-top: 20px !important;

	}

	.cart-text {

		font-size: 14px;

	}

	.cart-text-sec {

		font-size: 14px;

	}

	.btn-circle-sec {

		padding: 0px 20px;

		line-height: 48px;

		background-color: #a1bf3a;

		font-size: 18px;

		font-family: Signika-SemiBold;

		color: #0a472e !important;

		border: 1px solid #a1bf3a;

	}

	.btn-circle {

		padding: 0px 20px;

		line-height: 48px;

		background-color: #0a472e;

		font-size: 18px;

		font-family: Signika-SemiBold;

		color: #fbffec !important;

		border: 1px solid #a1bf3a;

	}

	.ml8 {
		margin-left: 8px !important;
	}

	.navbar-nav {
		display: none;
		/* Hide the navbar-nav on mobile */
	}

	.side {
		left: 18% !important;
		top: 15% !important;
	}

	.accordion-item:first-of-type>.accordion-header .accordion-button {
		padding: 10px 20px !important;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 26px;
		padding: 8px 80px;
		background-color: #9f9f9f;
		border-radius: 50px;
		border: 1px solid transparent;
	}

	.inner-banner2 {
		height: 272px;
	}

	.inner-banner1 {
		height: 222px;
	}

	.carouselcontainer {
		position: relative;

		top: 28px;
		bottom: 1.25rem;
		color: #fff;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		margin-top: -186px;
		font-size: 30px;
		line-height: 16px;
	}

	.carouselcontainer h3.sub-title {
		line-height: 33px;
		font-size: 25px;
		margin-top: 20px !important;
	}

	.carouselcontainer .btn-apply {
		font-size: 15px;
		line-height: 15px;
		padding: 3px 2px;
		border-radius: 50px;
		margin-top: 12px !important;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.carousel-caption .btn-apply.py-3 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.carousel-caption .btn-apply.px-5 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	/* .m6{

margin-left: 14px;

margin-right: 14px;
} */

	.clblack {
		color: black !important;
	}

	.icon-img {
		height: 24px;
		width: 24px;
	}

	.iconprofile-img {
		height: 36px;
		width: 36px;
	}

	.about-text {
		font-size: 24px;
		line-height: 25px;
	}

	.prdouct-para {
		font-family: Signika-Regular;
		font-size: 18px;
		line-height: 20px;
		color: #0a472e;
	}

	.tabletview {
		margin-top: 150px;
		height: 400px;
	}

	.extra-margin {
		margin-top: 10px !important;
	}

	p {
		font-size: 19px;
		line-height: 28px;
	}

	.mt46 {

		margin-top: -66px !important;

	}

	.mt98 {

		margin-top: -66px !important;

	}

	.corporate-gifting {

		margin-bottom: 30px;

		height: 156px;

		margin-left: 20px;

	}

	.img-card {
		height: 255px !important;
		width: 100%;
		margin-top: 20px;
	}

	.prdouct-title {
		font-family: Signika-Regular;
		font-size: 18px;
		line-height: 20px;
		color: #434242;
	}

	.img-about {
		height: 300px;
		margin-top: 14px !important;
		margin-bottom: 14px !important;
		width: 100% !important;
	}

	.card-text-28 {
		font-size: 16px;
		line-height: 25px;
	}

	.card-text-24 {
		font-size: 16px;
		line-height: 25px;
	}

	.ptag {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-text {
		font-size: 16px;
		line-height: 20px;
		margin-right: 0px !important;
	}

	.pcenter {
		text-align: center;
	}

	.footer-header {
		font-size: 16px;
		line-height: 20px;
	}

	.custom-color1 {
		color: #434242;
	}

	.footer-last {
		font-size: 16px;
		line-height: 20px;
	}

	.fttext {
		font-size: 13px;
		line-height: 20px;
	}

	.Cardproduct {
		border: 1px solid transparent;
		border-radius: 20px;
		height: 450px;
		width: 100% !important;
	}

	.card-text {
		font-size: 18px;
	}

	.subscribe {
		line-height: 19px;
		font-size: 16px;
	}

	.btnSub {
		font-size: 12px;
		margin-left: -34px !important;
		padding: 5px 16px !important;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 12px;
		line-height: 3px;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 29px -24px -2px;
	}

	.ig {
		position: relative;
		height: 123px;
	}

	.mobimargin {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.font-16 {
		font-size: 14px;
	}

	.font-22 {
		font-size: 18px;
	}

	.pt36 {
		padding-top: 0px;
	}

	.subdiv {
		width: 24% !important;
		margin-left: -3px !important;
	}

	.search-bar-demo {
		top: 50% !important;
		right: 24% !important;
		z-index: 999;
		left: auto;
		/* Not needed for right slide */
		transition: right 0.5s ease, opacity 0.5s ease;
		/* Apply transition to right and opacity */
	}

	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible when active */
		opacity: 1;
		height: 40px;
		width: 250px;
		/* Adjust the width as needed */
		transform: translateY(-50%) translateX(0);
		/* Align with the button */
		right: 0;
		/* Move it to its normal position (on-screen) */
		transition: opacity 0.5s ease, right 0.5s ease;
		/* Smooth transition */
	}

	/* Animation to slide the search bar from the right */
	@keyframes slideInFromRight {
		0% {
			right: -100%;
			/* Start from the right, off-screen */
			opacity: 0;
		}

		100% {
			right: 0;
			/* Slide to its normal position */
			opacity: 1;
		}
	}

	.search-container-demo .search-bar-demo {
		animation: slideInFromRight 0.5s ease forwards;
		/* Apply sliding animation */
	}

	.mg45 {
		margin-left: 338px !important;
	}

	/* Button style for search icon */
	.search-container-demo .btn-shadow-demo {
		background-color: #eef1ef;
		color: #0a472e !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 16px;
		position: relative;
		z-index: 999;
	}

	/* Hover effect for the search button */
	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	/* When the container is active, the search bar becomes visible and slides */
	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible */
		opacity: 1;
		height: 40px;
		width: 300px;
		/* Final width */
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	.ml8 {
		margin-left: 8px !important;
	}

	.m6 {
		margin-left: 14px;
		margin-right: 14px;

	}

	.font22 {
		font-size: 22px !important;
	}

	.mrright252 {
		margin-right: -326px !important;
	}

	.mobilestyle {
		padding: 10px !important;
	}

	.blog-title {
		font-size: 22px;
		font-family: Signika-Regular;
		color: #0a472e !important;
	}

	.dbblock {
		display: block !important;
	}

	.blog-container p {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #434242 !important;
		line-height: 18px;
	}

	.blog-container h2 {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #434242 !important;
	}

	.blog-container1 p {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #434242 !important;
		line-height: 18px;
	}

	.blog-container1 h2 {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #434242 !important;
	}

	.imgblog1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 190px;
		width: 100%;
	}

	.footerPostion {
		order: 1
	}

	.footerPostion2 {
		order: 2
	}

	.footerPostion3 {
		order: 3
	}

	.footerPostion4 {
		order: 4
	}

}

/* Tablets in landscape mode */
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 979px) {}

/* Mobile devices (small tablets and large phones) */
@media (max-width: 767px) {
	.ml8 {
		margin-left: 8px !important;
	}

	.inner-banner2 {
		height: 272px;
	}

	.inner-banner1 {
		height: 200px;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.carouselcontainer .btn-apply.py-3 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.carouselcontainer .btn-apply.px-5 {
		padding-top: 6px !important;
		padding-bottom: 5px !important;
	}

	.about-text {
		font-size: 20px;
		line-height: 20px;
	}

	.extra-margin {
		margin-top: 10px !important;
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.img-card {
		height: 255px !important;
		width: 100%;
		margin-top: 20px;
	}

	.prdouct-title {
		font-family: Signika-Regular;
		font-size: 14px;
		line-height: 20px;
		color: #434242;
	}

	.img-about {
		height: 300px;
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}

	.card-text-28 {
		font-size: 16px;
		line-height: 25px;
	}

	.card-text-24 {
		font-size: 16px;
		line-height: 25px;
	}

	.ptag {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-text {
		font-size: 16px;
		line-height: 22px;
	}

	.pcenter {
		text-align: center;
	}

	.footer-header {
		font-size: 16px;
		line-height: 20px;
	}

	.custom-color1 {
		color: #434242;
	}

	.footer-last {
		font-size: 16px;
		line-height: 20px;
	}

	.fttext {
		font-size: 13px;
		line-height: 20px;
	}

	.card-text {
		font-size: 18px;
	}

	.subscribe {
		line-height: 19px;
		font-size: 16px;
	}

	.btnSub {
		font-size: 12px;
		margin-left: -34px !important;
		padding: 5px 16px !important;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 12px;
		line-height: 3px;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 29px -24px -2px;
	}

	.ig {
		position: relative;
		height: 123px;
	}

	.font-16 {
		font-size: 16px;
	}

	.font-22 {
		font-size: 20px;
	}

	.title61 {
		font-family: Signika-Medium;
		line-height: 20px;
	}

	.ftdown {
		font-size: 16px;
	}

	.ptb51 {
		padding-top: 40px;
	}

	.ptb-50 {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.py-3 {
		padding-top: 1rem !important;
		/* padding-bottom: 1rem !important; */
	}

	.text40 {
		font-size: 28px;
		line-height: 50px;
	}

	.widthmobile {
		width: 36% !important;
	}

	.cart-text {
		color: #0a472e;
		font-family: Signika-Regular;
		line-height: 10px;
		font-size: 20px;
	}

	.aboutText {
		line-height: 24px;
	}

	.subdiv {
		width: 24% !important;
		margin-left: -3px !important;
	}

}

@media (min-width: 738px) and (max-width: 767px) {
	.bulkwidth {
		width: 100% !important;
	}

	.lslide {
		height: 550px !important;
	}

	.lSSlideOuter vertical {
		height: 550px !important;
	}

	.lslide .active {
		height: 550px !important;
	}

	.pdextraa {
		margin-top: 187px;

	}

	.democardbody img {
		height: 110px;
		width: 110px;
		justify-content: center;
		display: flex;
		margin-left: 38px;
	}

	.part-services-se .nav .nav-link {
		width: 100% !important;
		background: #fdfdfd;
		border-radius: 0;
		text-transform: uppercase;
		color: #0a472e;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	body .mobisaki1 {
		margin-left: 8px !important;
	}

	.navbar-nav {
		display: none;
		/* Hide the navbar-nav on mobile */
	}

	.side {
		left: 18% !important;
		top: 15% !important;
	}

	.accordion-item:first-of-type>.accordion-header .accordion-button {
		padding: 10px 20px !important;
	}

	.inner-banner2 {
		height: 272px;
	}

	.inner-banner1 {
		height: 200px;
	}

	.mobimargin {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.carouselcontainer {

		left: -82px;
		top: 28px;

		text-align: left;
		padding-left: -15px;
	}

	.carouselcontainer h1.main-title {
		margin-top: -40px;
		font-size: 30px;
		line-height: 16px;
	}

	.carouselcontainer h3.sub-title {
		line-height: 33px;
		font-size: 25px;
		margin-top: 20px !important;
	}

	.carouselcontainer .btn-apply {
		font-size: 15px;
		line-height: 15px;
		padding: 3px 2px;
		border-radius: 50px;
		margin-top: 12px !important;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.carouselcontainer .btn-apply.py-3 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.carouselcontainer .btn-apply.px-5 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	.about-text {
		font-size: 20px;
		line-height: 20px;
	}

	.extra-margin {
		margin-top: 10px !important;
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.img-card {
		height: 255px !important;
		width: 100%;
		margin-top: 20px;
	}

	.prdouct-title {
		font-family: Signika-Regular;
		font-size: 14px;
		line-height: 20px;
		color: #434242;
	}

	.card-text-28 {
		font-size: 16px;
		line-height: 25px;
	}

	.card-text-24 {
		font-size: 16px;
		line-height: 25px;
	}

	.ptag {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-text {
		font-size: 16px;
		line-height: 20px;
		margin-right: 0px !important;
	}

	.pcenter {
		text-align: center;
	}

	.footer-header {
		font-size: 16px;
		line-height: 20px;
	}

	.custom-color1 {
		color: #434242;
	}

	.footer-last {
		font-size: 16px;
		line-height: 20px;
	}

	.fttext {
		font-size: 13px;
		line-height: 20px;
	}

	.card-text {
		font-size: 18px;
	}

	.subscribe {
		line-height: 14px;
		font-size: 16px;
	}

	.btnSub {
		font-size: 12px;
		margin-left: -42px !important;
		padding: 14px 32px !important;
	}

	.title61 {
		font-family: Signika-Medium;
		line-height: 20px !important;
	}

	.cn-text {
		font-size: 42px;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 12px;
		line-height: 3px;
		width: 300px !important;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 29px -24px -2px;
	}

	.Cardproduct {
		width: 100% !important;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 26px;
		padding: 4px 38px;
		background-color: #9f9f9f;
		border-radius: 51px;
		border: 1px solid transparent;
		margin-left: 32px !important;
	}

	.mt-45 {
		margin-top: -54px;
	}

	.btcart {
		padding: 10px 16px !important;
	}

	.font-16 {
		font-size: 14px;
	}

	.font-22 {
		font-size: 14px;
	}

	.ptb51 {
		padding-top: 40px;
	}

	.ptb-50 {
		padding-top: 0px;
		padding-bottom: 28px;
	}

	.py-3 {
		padding-top: 1rem !important;
		/* padding-bottom: 1rem !important; */
	}

	.text40 {
		font-size: 28px;
		line-height: 50px;
	}

	.widthmobile {
		width: 36% !important;
	}

	.cart-text {
		color: #0a472e;
		font-family: Signika-Regular;
		line-height: 10px;
		font-size: 18px;
	}

	.btn-circle-sec {
		font-size: 22px;
		padding: 0px 24px;
	}

	.btn-circle {
		font-size: 22px;
		padding: 0px 24px;
	}

	.cart-text-sec {
		color: #9f9f9f;
		font-family: Signika-Regular;
		line-height: 60px;
		font-size: 18px;
	}

	.aboutText {
		line-height: 24px;
	}

	.subdiv {
		width: 24% !important;
		margin-left: -3px !important;
	}

	.mobi {
		justify-content: center !important;
		/* Center items on screens between 300px and 450px */
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.search-bar-demo {
		top: 50% !important;
		right: 4% !important;
		z-index: 999;
		left: auto;
		/* Not needed for right slide */
		transition: right 0.5s ease, opacity 0.5s ease;
		/* Apply transition to right and opacity */
	}

	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible when active */
		opacity: 1;
		height: 40px;
		width: 250px;
		/* Adjust the width as needed */
		transform: translateY(-50%) translateX(0);
		/* Align with the button */
		right: 0;
		/* Move it to its normal position (on-screen) */
		transition: opacity 0.5s ease, right 0.5s ease;
		/* Smooth transition */
	}

	/* Animation to slide the search bar from the right */
	@keyframes slideInFromRight {
		0% {
			right: -100%;
			/* Start from the right, off-screen */
			opacity: 0;
		}

		100% {
			right: 0;
			/* Slide to its normal position */
			opacity: 1;
		}
	}

	.search-container-demo .search-bar-demo {
		animation: slideInFromRight 0.5s ease forwards;
		/* Apply sliding animation */
	}

	.mg45 {
		margin-left: 338px !important;
	}

	/* Button style for search icon */
	.search-container-demo .btn-shadow-demo {
		background-color: #eef1ef;
		color: #0a472e !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 16px;
		position: relative;
		z-index: 999;
	}

	/* Hover effect for the search button */
	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	/* When the container is active, the search bar becomes visible and slides */
	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible */
		opacity: 1;
		height: 40px;
		width: 300px;
		/* Final width */
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	.ig {
		/* display: none; */
		/* position: absolute; */
		/* margin-left: 74px !important; */
		width: 110px !important;
		height: 110px !important;
	}

	.m6 {
		margin-left: 14px;
		margin-right: 14px;

	}

	.font22 {
		font-size: 22px !important;
	}

	.mrright252 {
		margin-right: -266px !important;
	}

	.mobilestyle {
		padding: 10px !important;

	}

	.footerPostion {
		order: 1
	}

	.footerPostion2 {
		order: 2
	}

	.footerPostion3 {
		order: 3
	}

	.footerPostion4 {
		order: 4
	}
}

/* Larger mobile devices (like iPhone Plus, Samsung S series) */
@media (min-width: 568px) and (max-width: 737px) {
	.lslide {
		height: 550px !important;
	}

	.lslide .active {
		height: 550px !important;
	}

	.zoomContainer {
		height: 550px !important;
	}

	.pdextraa {
		margin-top: 187px;

	}

	.part-services-se .nav .nav-link {
		width: 20% !important;
		background: #fdfdfd;
		border-radius: 0;
		text-transform: uppercase;
		color: #0a472e;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	.font-14 {
		font-size: 12px;
	}

	.corporate-gifting {
		height: 161px;
		margin-left: 4px;
		margin-bottom: 25px;
	}

	.justifycenter {
		justify-content: center !important;
	}

	.justifystart {
		justify-content: start !important;
	}

	.justifyend {
		justify-content: end !important;
	}

	.ptb-5 {
		margin-top: 20px !important;
	}

	.bnoneforcheckout {
		border: none;
		justify-content: center;
	}

	.cartremove1 {
		display: none;
		justify-content: center;
	}

	.cartremove2 {
		display: none;
		justify-content: center;
	}

	.cartremove3 {
		display: none;
		justify-content: center;
	}

	.ftp18 {
		font-size: 18px !important;
	}

	.icon-img {
		height: 24px;
		width: 24px;
	}

	.iconprofile-img {
		height: 36px;
		width: 36px;
	}

	.clblack {
		color: black !important;
	}

	.txt-lft {
		text-align: left !important;
	}

	.breadcrumb-item.active {
		font-size: 18px;
		whitespace: nowrap;
	}

	.breadcrumb-item a {
		font-size: 18px;
		whitespace: nowrap;

	}

	.breadcrumb-item.active a {
		font-size: 18px;
		whitespace: nowrap;
	}

	.dbblock {
		display: block !important;
	}

	.blog-container h2 {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #434242 !important;
	}

	.blog-container p {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #434242 !important;
		line-height: 18px;
	}

	.blog-container1 p {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #434242 !important;
		line-height: 18px;
	}

	.blog-container1 h2 {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #434242 !important;
	}

	.blog-title {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #0a472e !important;
	}

	.imgblog1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 400px;
		width: 100%;
	}

	.font-24 {
		font-size: 20px !important;
	}

	.f20 {
		font-size: 18px !important;
	}

	.ptb-52 {
		padding-top: 10px !important;
		padding-bottom: 28px !important;
	}

	.card-text-14 {
		color: #0a472e;
		font-size: 16px;
		font-family: Signika-Regular;
		line-height: 16px;
	}

	.avatar-xxl {
		width: 3rem;
		height: 3rem;
	}

	body .mobisaki1 {
		margin-left: 8px !important;
	}

	.navbar-nav {
		display: none;
		/* Hide the navbar-nav on mobile */
	}

	.side {
		left: 18% !important;
		top: 15% !important;
	}

	.accordion-item:first-of-type>.accordion-header .accordion-button {
		padding: 10px 20px !important;
	}

	.inner-banner2 {
		height: 272px;
	}

	.inner-banner1 {
		height: 200px;
	}

	.mobimargin {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.carouselcontainer {
		left: -82px;
		top: 28px;
		text-align: left;
		padding-left: -15px;
	}

	.carouselcontainer h1.main-title {
		margin-top: -186px;
		font-size: 30px;
		line-height: 16px;
	}

	.carouselcontainer h3.sub-title {
		line-height: 33px;
		font-size: 25px;
		margin-top: 20px !important;
	}

	.carouselcontainer .btn-apply {
		font-size: 15px;
		line-height: 15px;
		padding: 3px 2px;
		border-radius: 50px;
		margin-top: 12px !important;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.carouselcontainer .btn-apply.py-3 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.carouselcontainer .btn-apply.px-5 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	.about-text {
		font-size: 20px;
		line-height: 20px;
	}

	.extra-margin {
		margin-top: 10px !important;
	}

	.blog-title-comman {
		font-size: 14px;
		color: #0a472e !important;
		margin-left: 15px;
		white-space: normal;
		overflow: hidden;
		line-height: 14px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-width: calc(100% - 115px);
	}

	.blog-title-main {
		font-size: 18px;
		font-family: Signika-Regular;
		color: #0a472e !important;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-width: calc(100% - 10px);
	}

	.text-overlay {
		font-size: 16px;
		line-height: 18px;
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.img-card {
		height: 255px !important;
		width: 100%;
		margin-top: 20px;
	}

	.prdouct-title {
		font-family: Signika-Regular;
		font-size: 14px;
		line-height: 20px;
		color: #434242;
	}

	.card-text-28 {
		font-size: 16px;
		line-height: 25px;
	}

	.card-text-24 {
		font-size: 16px;
		line-height: 25px;
	}

	.ptag {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-text {
		font-size: 16px;
		line-height: 20px;
		margin-right: 0px !important;
	}

	.pcenter {
		text-align: center;
	}

	.footer-header {
		font-size: 16px;
		line-height: 20px;
	}

	.custom-color1 {
		color: #434242;
	}

	.mobileCurrent1 {
		white-space: nowrap;
		/* overflow: hidden; */
		font-size: 10px !important;
	}

	.footer-last {
		font-size: 16px;
		line-height: 20px;
	}

	.fttext {
		font-size: 13px;
		line-height: 20px;
	}

	.card-text {
		font-size: 18px;
	}

	.subscribe {
		line-height: 14px;
		font-size: 16px;
	}

	.btnSub {
		font-size: 12px;
		margin-left: -42px !important;
		padding: 14px 32px !important;
	}

	.title61 {
		font-family: Signika-Medium;
		line-height: 20px !important;
	}

	.cn-text {
		font-size: 42px;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 12px;
		line-height: 3px;
		width: 100% !important;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 29px -24px -2px;
	}

	.Cardproduct {
		width: 100% !important;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 26px;
		padding: 4px 38px;
		background-color: #9f9f9f;
		border-radius: 51px;
		border: 1px solid transparent;
		margin-left: 32px !important;
	}

	.mt-45 {
		margin-top: -54px;
	}

	.btcart {
		padding: 10px 16px !important;
	}

	.font-16 {
		font-size: 14px;
	}

	.font-22 {
		font-size: 14px !important;
	}

	.pt36 {
		padding-top: 0px;
	}

	.ptb51 {
		padding-top: 40px;
	}

	.ptb-50 {
		padding-top: 0px;
		padding-bottom: 28px;
	}

	.py-3 {
		padding-top: 1rem !important;
		/* padding-bottom: 1rem !important; */
	}

	.text40 {
		font-size: 28px;
		line-height: 50px;
	}

	.widthmobile {
		width: 36% !important;
	}

	.cart-text {
		color: #0a472e;
		font-family: Signika-Regular;
		line-height: 10px;
		font-size: 18px;
	}

	.btn-circle-sec {
		font-size: 22px;
		padding: 12px 24px;
	}

	.btn-circle {
		font-size: 22px;
		padding: 12px 24px;
	}

	.cart-text-sec {
		color: #9f9f9f;
		font-family: Signika-Regular;
		line-height: 60px;
		font-size: 18px;
	}

	.aboutText {
		line-height: 24px;
	}

	.subdiv {
		width: 24% !important;
		margin-left: -3px !important;
	}

	.mobi {
		justify-content: center !important;
		/* Center items on screens between 300px and 450px */
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.search-bar-demo {
		top: 50% !important;
		right: 28% !important;
		z-index: 999;
		left: auto;
		/* Not needed for right slide */
		transition: right 0.5s ease, opacity 0.5s ease;
		/* Apply transition to right and opacity */
	}

	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible when active */
		opacity: 1;
		height: 40px;
		width: 250px;
		/* Adjust the width as needed */
		transform: translateY(-50%) translateX(0);
		/* Align with the button */
		right: 0;
		/* Move it to its normal position (on-screen) */
		transition: opacity 0.5s ease, right 0.5s ease;
		/* Smooth transition */
	}

	@keyframes slideInFromRight {
		0% {
			right: -100%;
			/* Start from the right, off-screen */
			opacity: 0;
		}

		100% {
			right: 0;
			/* Slide to its normal position */
			opacity: 1;
		}
	}

	.search-container-demo .search-bar-demo {
		animation: slideInFromRight 0.5s ease forwards;
		/* Apply sliding animation */
	}

	.mg45 {
		margin-left: 338px !important;
	}

	.search-container-demo .btn-shadow-demo {
		background-color: #eef1ef;
		color: #0a472e !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 16px;
		position: relative;
		z-index: 999;
	}

	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible */
		opacity: 1;
		height: 40px;
		width: 300px;
		/* Final width */
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	.ig {
		width: 110px !important;
		height: 110px !important;
	}

	.m6 {
		margin-left: 4px;
		margin-right: 12px;

	}

	.font22 {
		font-size: 22px !important;
	}

	.mrright252 {
		margin-right: -312px !important;
	}

	.mobilestyle {
		padding: 10px !important;
	}

	.democardbody img {
		height: 110px;
		width: 110px;
		justify-content: center;
		display: flex;
		margin-left: 30px;
	}

	.Font26 {
		font-size: 20px !important;
	}

	.lslide {
		height: 350px !important;
	}

	.lSSlideOuter vertical {
		height: 350px !important;
	}

	#demo {
		padding-bottom: 0px !important;
	}

	.footerPostion {
		order: 1
	}

	.footerPostion2 {
		order: 2
	}

	.footerPostion3 {
		order: 3
	}

	.footerPostion4 {
		order: 4
	}

	.bulkwidth {
		width: 100% !important;
	}
}

@media (min-width: 663px) and (max-width: 685px) {
	.mrright252 {
		margin-right: -268px !important;
	}

	.lslide {
		height: 550px !important;
	}

	.lslide .active {
		height: 550px !important;
	}

	.bulkwidth {
		width: 100% !important;
	}
}

@media (min-width: 735px) and (max-width: 740px) {
	.btn-circle {
		font-size: 18px;
		padding: 14px 24px;
	}

	.democardbody img {
		height: 110px;
		width: 110px;
		justify-content: center;
		display: flex;
		margin-left: 38px;
	}

	.lslide {
		height: 550px !important;
	}

	.lSSlideOuter vertical {
		height: 550px !important;
	}

	.bulkwidth {
		width: 100% !important;
	}
}

/* Standard mobile phones (mid-sized devices, e.g., iPhone, Android) */
@media (min-width: 370px) and (max-width: 567px) {
	.bulkwidth {
		width: 100% !important;
	}
	 #contact-name-error {
        position: absolute;
        margin-top: 74px;
        margin-left: 82px;
        font-size: 14px;
        font-family: Signika-Regular;
    }
    #contact-mobile-error {
        position: absolute;
        margin-top: 74px;
        margin-left: 82px;
        font-size: 14px;
        font-family: Signika-Regular;
    }
    #subject-error
    {
        position: absolute;
        margin-top: 74px;
        margin-left: 82px;
        font-size: 14px;
        font-family: Signika-Regular;
    }
    
    #contact-captcha-error
    {
        position: absolute;
        margin-top: 74px;
        margin-left: 82px;
        font-size: 14px;
        font-family: Signika-Regular;
    }
    
    #contact-message-error
    {
        position: absolute;
        margin-top: 74px;
        margin-left: 82px;
        font-size: 14px;
        font-family: Signika-Regular;
    }
    
     #contact-email-error
    {
        position: absolute;
        margin-top: 74px;
        margin-left: 82px;
        font-size: 14px;
        font-family: Signika-Regular;
    }
	.dropdown-wrapper {
		display: flex !important;
		justify-content: flex-start !important;
		align-items: center;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
	}

	.formpad {
		padding-top: 42px;
		padding-bottom: 20px;
		padding-left: 47px;
		padding-right: 0px;
	}

	.lslide {
		height: 300px !important;
	}

	.lSSlideOuter vertical {
		height: 200px !important;
	}

	.pad6 {
		padding-bottom: 90px !important;
	}

	.mrright252 {
		margin-right: -70px !important;
	}

	.part-services-se .nav .nav-link {
		width: 100% !important;
	}

	.bnoneforcheckout {
		border: none !important;
		justify-content: center;
	}

	.justifycenter {
		justify-content: center !important;
	}

	.justifystart {
		justify-content: start !important;
	}

	.justifyend {
		justify-content: end !important;
	}

	.mt20remove {
		margin-top: -20px !important;
	}

	.custom-input-group1 {
		max-width: 114px;
		width: 100%;
		max-height: 48px;
		padding-bottom: 61px;
	}

	.padbutton {
		padding: 8px 48px !important;
	}

	.border-left-radius {
		border-left: 1px solid red !important;
		border-bottom-left-radius: 6px !important;
	}

	.border-left {
		border-left: 1px solid red !important;
	}

	.border-right-radius {
		border-right: 1px solid red !important;
		border-bottom-right-radius: 6px !important;
	}

	.border-right {
		border-right: 1px solid red !important;
	}

	.bgman-table {
		/* background: none; */
	}

	.mt98 {
		margin-top: -64px !important;
	}

	.mt46 {
		margin-top: -22px !important;
	}

	.phonemobile {
		height: 30px !important;
		width: 30px !important;
		display: block !important;
		position: absolute;
		left: 44%;
		top: -18px;
		margin-bottom: 28px;
	}
   
	.table-padd1 {
		padding-left: 24px;
		padding-right: 14px;
	}

	.table-padd {

		padding-left: 20px;

		padding-right: 20px;

	}

	.mtmobile16 {

		margin-top: -16px !important;

	}

	.border-table {

		/* border-radius: 6px; */

		overflow: hidden;

		border: 1px solid #a1bf3a !important;

	}

	.imgblog1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 150px;
		width: 100%;
	}

	.blog-title {
		font-size: 18px;
		font-family: Signika-Regular;
		color: #0a472e !important;
	}

	.blog-container h2 {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #434242 !important;
	}

	.blog-container p {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #434242 !important;
		line-height: 18px;
	}

	.blog-container1 h2 {
		font-size: 20px;
		font-family: Signika-Regular;
		color: #434242 !important;
	}

	.blog-container1 p {
		font-size: 16px;
		font-family: Signika-Regular;
		color: #434242 !important;
		line-height: 18px;
	}

	.imgwidth {
		height: 70px;
		width: 70px;
	}

	.m3b {
		margin-bottom: 0px !important;
	}

	.title61 {
		font-family: Signika-Medium;
		line-height: 20px;
	}
    
	.imghght {
		/*max-width: 100%;*/
		height: 30px !important;
		width: auto;
	}

	.p0y {
		padding-top: 10px !important;
		padding-bottom: 0px !important;

	}
	.p1y
	{
	   padding-top: 0px !important;
	}
    .ptb-51 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .pt1
    {
        margin-top: 20px !important;

    }
	.pb30 {
		padding-bottom: 2px;
	}

	.mti-50 {
		margin-top: 0px;
	}

	.title611 {
		font-family: Signika-Medium;
		line-height: 10px;
	}

	.lnheight {
		line-height: 22px !important;
	}

	.lnheight18px {
		line-height: 28px !important;
	}

	.padleft0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.crd {
		min-height: 262px;
		border-radius: 8px;
		margin-bottom: 20px;
		width: 100% !important;
	}

	.mx-31 {
		margin-right: 0rem !important;
		margin-left: 0rem !important;
	}

	.mobilelineheight {
		line-height: 18px;
	}

	.mlremove1 {
		margin-left: 0px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.navbar-nav {
		display: none;
		/* Hide the navbar-nav on mobile */
	}

	.ptb-61 {
		padding-top: 30px;
	}

	.extraa-margin {
		margin-top: 50px;
	}

	.ptb-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	#checknow::placeholder {
		font-size: 10px !important;
	}

	.width100input {
		width: 100% !important;
	}

	.mtminus20 {
		margin-left: -123px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.add-text {
		display: inline-block;
	}

	.cart-icon {
		color: #ffffff !important;
		font-size: 16px !important;
	}

	.add-to-cart-btn {
		display: block;
		background-color: #8cbc4f;
		/* background-color: #ffffff; */
		font-family: Signika-Regular;
		margin-left: 20px !important;
		font-size: 14px;
		line-height: 20px;
		border: none;
		border-radius: 60px;
		padding: 8px 18px !important;
		color: #f2f2f2;
	}
	
		.add-to-inquiry-btn {
		display: block;
		background-color: #8cbc4f;
		/* background-color: #ffffff; */
		font-family: Signika-Regular;
		margin-left: -2px !important;
		font-size: 13px;
		line-height: 20px;
		border: none;
		border-radius: 60px;
		padding: 8px 18px !important;
		color: #f2f2f2;
	}

	.Cardproduct:hover .add-to-cart-btn {
		display: inline-block;
		/* Make the add-text visible */

		color: #ffffff !important;
		/* Change text color */
		background-color: #8cbc4f;
		/* Change background color */
	}

	.Cardproduct:hover .cart-icon {
		color: #ffffff !important;
		font-size: 16px !important;
	}

	.demomobile {
		display: inline-block !important;
	}

	.cmargindemo {
		margin-top: 5px !important;
		margin-bottom: 0px;
	}

	.btn-product-badge {
		background-color: #e38b8b;
		font-family: Signika-Regular;
		font-size: 10px;
		padding: 6px 10px;
		z-index: 10;
		line-height: 6px;
		margin-left: 5px !important;
	}

	.inner-banner {
		height: 70px;
	}

	.cartincentericon {
		display: flex !important;
		/* Make this element a flex container */
		justify-content: flex-start !important;
		/* Center content horizontally */
		align-items: center !important;
		/* Optionally, also center vertically */
	}

	.cartincentericonend {
		display: flex;
		justify-content: flex-end !important;
		/* Center content horizontally */
		align-items: center !important;
		/* Optionally, also center vertically */
	}

	.cartincentericoncenter {
		display: flex !important;
		/* Make this element a flex container */
		justify-content: center !important;
		/* Center content horizontally */
		align-items: center !important;
		/* Optionally, also center vertically */
	}

	.cartremove1 {
		display: none;
		justify-content: center;
	}

	.cartremove2 {
		display: none;
		justify-content: center;
	}

	.cartremove3 {
		display: none;
		justify-content: center;
	}

	.iwidth {
		width: 80px;
		height: 80px;
	}

	.mt30 {
		margin-top: -30px;
	}

	.Fotter-1 {
		background: #69a944;
		border-radius: 20px;
	}

	.ig {
		position: absolute;
		margin-top: 0;
		padding: 0;
		height: auto;
		top: -26px;
		right: -20px;
		width: 100px;
	}

	.lg-outer {
		top: 78px;
	}

	.carouselcontainer {
		top: 25px;
		bottom: 1.25rem;
		color: #fff;
		text-align: left;
	}

	.carouselcontainer h1.main-title {
		margin-top: -116px;
		font-size: 12px;
		line-height: 15px;
	}

	.width100 {
		width: 100% !important;
	}

	.pt20 {
		margin-top: 4px;
	}

	.nmwidth {
		width: 35% !important;
	}

	.formpdmobile {
		padding: 15px 15px !important;
		font-size: 16px !important;

	}

	.btn-product-badge1 {
		background-color: #e38b8b;
		width: 26%;
		font-family: Signika-Regular;
		font-size: 14px;
		z-index: 10;
		padding: 10px 22px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		height: 24px;
		margin-bottom: 0;
	}

	.bgnone {
		display: none !important;
	}

	.inner-banner2 {
		height: 150px;
	}

	.inner-banner1 {
		height: 110px !important;
	}

	.carouselcontainer h3.sub-title {
		line-height: 16px;
		font-size: 12px;
		margin-top: -5px !important;
	}

	.carouselcontainer .btn-apply {
		font-size: 10px;
		line-height: 15px;
		padding: 3px 2px;
		border-radius: 50px;
		margin-top: -5px !important;
	}

	.mt42p {
		margin-bottom: 42px !important;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.carouselcontainer .btn-apply.py-3 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	.carouselcontainer .btn-apply.px-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.Cardproduct {
		border-radius: 20px;
		height: 348px !important;
		width: 100% !important;
	}

	.about-text {
		font-size: 18px;
		line-height: 18px;
	}

	.about-text br {
		display: none;
	}

	.extra-margin {
		margin-top: 10px !important;
	}

	.blog-title-main {
		font-size: 18px;
		font-family: Signika-Regular;
		color: #0a472e !important;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-width: calc(100% - 10px);
	}
    #offcanvasWithBothOptions .removecontentcart .d-flex
    {
        justify-content: space-between;
        align-items: flex-start !important;
    }
    #offcanvasWithBothOptions .removecontentcart .custom-input-group1
    {
        padding-bottom: 0;
    }
	.bgman-table tr
	{
        border-width: 2px;
    }
    /*.custom-input-group*/
    /*{*/
    /*    max-width: 50px;*/
    /*    justify-content: center;*/
    /*    margin: 0 auto;*/
    /*}*/
    .btncart
    {
        padding: 5px !important;
    }
    .detailAddToCartSec .btncart
    {
        padding: 10px 5px !important;
    }
    
    .custom-input-group input
    {
        height: 30px;
    }
    .detailAddToCartSec .custom-input-group input {
        height: 42px;
    }
    .detailAddToCartSec .btcart1
    {
        padding: 5px;
        height: 42px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

	.blog-title-comman {
		font-size: 16px;
		color: #0a472e !important;
		margin-left: 15px;
		white-space: normal;
		overflow: hidden;
		line-height: 16px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-width: calc(100% - 115px);
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.miedia {
		height: 67px;
	}

	.m61 {
		margin-top: -6px !important;
	}

	.mobileabout {
		display: flex;
		align-items: center;
		margin-bottom: 1rem !important;
		margin-top: 10px !important;
		justify-content: space-between;
	}

	.img-about {
		height: 300px;
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}

	.font-24 {
		font-size: 20px !important;
	}

	.card-text-14 {
		color: #0a472e;
		font-size: 16px;
		font-family: Signika-Regular;
		line-height: 16px;
	}

	.f20 {
		font-size: 18px !important;
	}

	.avatar-xxl {
		width: 3rem;
		height: 3rem;
		line-height: 5rem;
		font-size: 2rem;
	}

	.card-text-28 {
		font-size: 16px;
		line-height: 25px;
	}

	.card-text-24 {
		font-size: 16px;
		line-height: 25px;
	}

	.ptag {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-text {
		font-size: 16px;
		line-height: 22px;
		margin-right: 0px !important;
	}

	.pcenter {
		text-align: center;
	}

	.footer-header {
		font-size: 16px;
		line-height: 20px;
	}

	.custom-color1 {
		color: #434242;
	}

	.footer-last {
		font-size: 16px;
		line-height: 20px;
	}

	.fttext {
		font-size: 13px;
		line-height: 20px;
	}

	.mobile {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		text-align: center;
	}

	.card-text {
		font-size: 12px;
		line-height: 14px;
		white-space: nowrap;
	}

	.card-text {
		display: flex !important;
		justify-content: center;

		;
		align-items: center;
		justify-content: center;
	}

	.line13 {
		line-height: 14px;
	}

	.democardbody {
		padding-bottom: 36px;
		padding-top: 8px;

	}

	.subscribe {
		color: #ffffff;
		font-family: Signika-Bold;
		line-height: 18px;
		font-size: 15px;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 12px;
		line-height: 20px;
	}

	.btnSub {
		color: white;
		padding: 2px 28px !important;
		font-family: Signika-Regular;
		font-size: 14px;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 24px 74px -11px 40px;
	}

	.ig {
		position: relative;
		margin-top: -213px;
		padding: 0px;
		height: 88px;
		width: 100px;
	}

	.code {
		justify-content: center;
	}

	.ptb-50 {
		padding-top: 14px;
		padding-bottom: 16px;
	}

	.mobimargin {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.prdouctpara {
		line-height: 16px;
		font-size: 14px !important;
	}

	.btncart {
		border: 1px solid #4950572b !important;
		background: #ffffff;
		width: 100%;
	}

	.btncart12 {
		border: 1px solid #4950572b !important;
		background: #ffffff;
		width: 40px;
	}

	.logofille {
		height: 38px !important;
	}

	.font-18 {
		font-size: 15px;
	}

	.cn-text {
		font-family: Signika-Regular;
		font-size: 28px;
		color: #0a472e;
	}

	.mobisaki {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: center;
		align-items: center;
		margin-left: 0px !important;
	}

	.font-16 {
		font-size: 14px !important;
	}

	.font-22 {
		font-size: 16px !important;
	}

	.py-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.text40 {
		font-size: 20px;
		line-height: 1.2;
	}

	.detailAddToCartSec {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.pt-3,
	.py-3 {
		padding-top: 5px !important;
	}

	.bgFooter {
		padding-top: 20px;
	}

	.paddingtop20 {
		margin-top: 20px;
	}

	.bgman-table {
		background: transparent;
	}

	.widthmobile {
		width: 36% !important;
	}

	.cart-text {
		color: #0a472e;
		font-family: Signika-Regular;
		line-height: 10px;
		font-size: 20px;
	}

	.aboutText {
		line-height: 24px;
	}

	.subdiv {
		width: 48% !important;
		margin-left: -4px !important;
	}

	.lnheight34 {
		margin-bottom: 8px !important;
	}

	.py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.img-zoom {
		height: 100%;
		width: auto;
		text-align: center;
		margin: 0 auto;
	}

	.lSSlideOuter.vertical .lightSlider>* {
		text-align: center;
	}

	.lSSlideOuter.vertical {
		overflow: hidden !important;
		flex-direction: column;
		height: auto;
	}

	.lSSlideOuter.vertical .lSSlideWrapper {
		width: 100%;
		height: 300px !important;
	}

	.zoomContainer {
		display: none !important;
	}

	.lSSlideOuter.vertical .lSPager.lSGallery li {
		height: 50px !important;
		width: 50px !important;
		overflow: hidden;
	}

	.detailBreadcrum {
		width: max-content;
		overflow: hidden;
		height: 27px;
	}

	.detailOffserPriceDiv {
		display: flex;
		flex-direction: row;
		align-content: flex-start;
		justify-content: space-between;
		align-items: center;
	}

	.detailBreadcrum .breadcrumb {
		display: ruby-text;
		width: 100%;
	}

	.lSSlideOuter.vertical .lSPager.lSGallery {
		display: flex;
		margin-top: 0;
		flex-direction: row;
		width: 100% !important;
		margin: 0;
		overflow-x: auto;
		height: auto !important;
		margin-top: 10px;
		margin-left: 0;
		justify-content: center;
	}

	.part-services-se .nav {
		display: flex;
		justify-content: center;
		border: none;
		display: flex;
		flex-direction: row;
	}

	.widthsubscribe {
		border: 1px solid #E4E4E4;
		width: 202px !important;
		margin-left: -12px !important;
	}

	.ptb-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 26px;
		padding: 4px 72px;
		background-color: #9f9f9f;
		border-radius: 51px;
		border: 1px solid transparent;
		margin: 0 auto;
	}

	.btn-circle-sec {
		font-size: 18px;
		padding: 14px 24px;

	}

	.btn-circle {
		font-size: 18px;
		padding: 14px 24px;

	}

	.btn-sec-circle-border {

		padding: 0 0;

	}

	.btn-circle-border {

		padding: 0 0 !important;

		/* background: red; */

		border: 1px solid #a1bf3a;

		border-radius: 50px;

	}

	.cartinput {

		width: 100% !important;

	}

	.dblockcart {

		display: block !important;

	}

	.mobilecheckout {

		padding: 10px 0px;

	}


	.breadcrumb-item.active {

		color: #0a472e;
		/* Active breadcrumb item will be red */

		font-family: Signika-Regular;

		font-size: 16px;

	}


	.breadcrumb-item a {

		color: #434242;

		text-decoration: none;

		font-family: Signika-Regular;

		font-size: 16px;

	}

	.breadcrumb-item.active a {

		color: #0a472e;
		/* Active breadcrumb item will be red */

		font-family: Signika-Regular;

		font-size: 16px;

	}

	.dblockcar1 {

		display: block !important;

	}

	.part-services-se .nav .nav-link {
		width: auto !important;
		background: #fdfdfd;
		border-radius: 0;
		text-transform: uppercase;
		color: #0a472e;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	.cardbodypadding {

		padding-bottom: 0px !important;

		/* flex-grow: 1; */

	}

	.ftp18 {

		font-size: 18px;

	}

	.prdouct-title {
		font-size: 12px;
		line-height: 14px;
	}

	.mt34pt {
		margin-top: 34px !important;
	}

	.prdouct-para {
		font-size: 14px;
		line-height: 16px;
	}

	.borderbuttons {
		border-top-left-radius: 6px !important;
		border-bottom-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
		border-bottom-right-radius: 6px !important;
	}

	.card-footer {
		position: absolute;
		bottom: 17px;
		top: 75%;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: #fff;
		padding: 0px 15px;
	}

	.iconprofile-img {
		height: 30px;
		width: 30px;
	}

	.search-container {
		position: relative;
		display: flex;
		align-items: center;
		/* Keep the items aligned horizontally on desktop */
	}

	.search-bar {
		width: 200px;
		/* Set width of the search bar on larger screens */
	}

	.btn-shadow {
		margin-left: 10px;
		/* Add space between the search input and the button */
	}

	.btn-Lite-latest {
		display: none !important;
		/*border: 1px solid #c9c9c9 !important;*/
		/*border-radius: 50px !important;*/
		/*background: #ffffff !important;*/
		/*font-size: 14px !important;*/
		/*font-family: Signika-Regular !important;*/
		/* line-height: 20px !important; */
		/*padding: 2px 12px !important;*/
	}

	.f14 {
		font-size: 14px !important;
	}

	/* Button style for search icon */
	.search-container-demo .btn-shadow-demo {
		background-color: #eef1ef;
		color: #0a472e !important;
		border: none !important;
		font-family: Signika-Regular;
		font-size: 16px;
	}

	.navbar-brand {
		height: 48px !important;
	}

	/* Hover effect for the search button */
	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	/* When the container is active, the search bar becomes visible and slides */
	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible */
		opacity: 1;
		height: 40px;
		width: 300px;
		/* Final width */
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	.search-container-demo {
		display: inline-block;
	}

	/* Initial state of the search bar */
	.search-bar-demo {
		display: none;
		opacity: 0;
		position: absolute;
		top: 94px !important;
		right: 0;
		left: 0;
		transform: translateY(-50%) translateX(0) !important;
		padding-left: 22px !important;
		padding-right: 0px !important;
		border: none;
		border-radius: 20px;
		transition: width 0.5s ease, opacity 0.5s ease;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		z-index: 999;
		margin: 0 auto;
		width: 100% !important;
	}

	.h36 {
		height: 45px !important;
	}

	.mg45 {
		margin-left: 404px !important;

	}

	.Font28 {
		font-size: 22px !important;
	}

	.mobilestyle {
		padding: 10px !important;
		margin-right: -64px;
	}

	.btn-shadow-demo {
		background-color: transparent !important;
		color: #0a472e !important;
	}

	.prdouct-para-text {
		font-size: 18px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.textpara {
		font-size: 16px;
		line-height: 26px !important;
	}

	.m6 {
		/*margin-left: 6px;*/
		margin-right: 6px;
	}

	/* Button style for search icon */
	.search-container-demo .btn-shadow-demo {

		color: #111111 !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 14px;

	}

	/* Hover effect for the search button */
	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	.search-container-demo.active .search-bar-demo {

		position: absolute;
		opacity: 1;
		left: 0 !important;

		height: 40px;
		width: 100% !important;
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}


	.search-container-demo .search-bar-demo {
		animation: slideInFromBottom 0.5s ease forwards;
	}

	.search-container-demo button {
		position: relative;
		z-index: 200;
	}

	.nav-item.dropdown .dropdown-menu {
		display: none;
		/* Hide the menu initially */
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease;
		background-color: #ffffff;
		padding: 16px 30px;
		text-align: left;
		border: none !important;
	}

	/* On click, the dropdown menu should become visible */
	.nav-item.dropdown.show .dropdown-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}

	/* Optional: To make the dropdown menu look smooth */
	.nav-item.dropdown .dropdown-menu {
		transition: opacity 0.5s ease, visibility 0.3s ease;
	}

	.lh {
		line-height: 2px !important;
	}

	.ft18 {
		font-size: 16px !important;
	}

	.btn-yellow {

		font-size: 12px;
	}

	.nav-item.dropdown:hover .dropdown-menu {
		padding: 0px 4px;
	}


	.scrolled .nvb {
		position: fixed !important;
		padding: calc(26px - 20px) !important;
		top: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
		transition: all 0.2s ease-in-out;
	}

	.scrolled .navbar {
		padding: 0px 0px !important;
	}

	.scrolled .search-bar-demo {
		top: 67px !important;
	}

	.pad0 {
		padding: 0px 0px !important;
	}

	.side {
		left: 18% !important;
		top: 15% !important;
	}

	.accordion-item:first-of-type>.accordion-header .accordion-button {
		padding: 10px 20px !important;
	}

	.mlr-22 {
		margin-left: -22px !important;
	}
    .mlr-221 {
    		margin-left: -14px !important;
    		
    	}
    
	.txt-lft {
		text-align: left !important;
	}

	label.error {
		position: absolute;
		margin-left: 86px;
		font-size: 14px;
		font-family: Signika-Regular;
	}

	.democardbody img {
		height: 60px;
		width: 60px;
		justify-content: center;
		display: flex;
		margin-left: 8px;
	}

	@keyframes slideInFromBottom {
		0% {
			width: 0;
			opacity: 0;
			transform: translateY(50%) translateX(0);
			/* Start from bottom */
		}

		100% {
			width: 300px;
			/* Final width */
			opacity: 1;
			transform: translateY(-50%) translateX(0);
			/* Fully aligned with button */
		}
	}

	#demo {
		padding-bottom: 0px !important;
		height: auto !important;
		overflow: hidden;
		display: block !important;
		width: 100%;
	}

	.footerPostion {
		order: 1
	}

	.footerPostion2 {
		order: 2
	}

	.footerPostion3 {
		order: 3
	}

	.footerPostion4 {
		order: 4
	}

	.mobimargin {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.footerMenus {
		display: flex;
		/* Flexbox for horizontal layout */
		justify-content: center;
		/* Center-align the items horizontally */
		padding: 0;
		margin: 0;
		flex-direction: column;
		list-style-type: none;
		/* Remove default list styling */
	}

	.footerMenus ul {
		display: flex;
		list-style-type: none;
		justify-content: center;
		padding: 0;
		margin: 0;
		flex-direction: column;
	}

	.footerMenus li {
		display: inline-flex;
		/* Align items in a row */
		margin-right: 0px;
		/* Add space between menu items */
		justify-content: center;
		/* Center-align the items horizontally */
	}


	/* Show the dropdown content only on mobile */
	.dropdown-content {
		display: block;
		position: absolute;
		/* bottom: 30px; */
		right: 0px;
		top: 8px;
		background-color: white;
		border: 1px solid rgb(204, 204, 204);
		border-radius: 4px;
		/* width: 200px; */
		z-index: 999;
		margin-left: 32px;
		padding: 4px 14px;
		font-size: 14px;
	}

	.mobile-filter {
		display: block;
	}

	.dropdown-content .dropdown-item {
		cursor: pointer;
	}

	.maargintop0 {
		margin-top: -48px !important;
	}

	.iconCss1 {
		margin-top: -28px !important;
		margin-right: 0px !important;
		border: 1px solid #cccccc;
		padding: 4px 8px;
		font-size: 12px;
		border-radius: 5px;
	}

	.maargintop1 {
		margin-top: -26px !important;
	}

	.maargintop2 {

		margin-top: -30px;
		margin-bottom: 38px;

	}

	.maarginbottom0 {
		margin-top: -14px !important;
	}

	.footerMenus li:not(:last-child)::after {
		content: "";
		/* Adds pipe symbol after each item except the last one */
		margin-left: 10px;
		/* Space between the text and the pipe */
	}

	.marginReviwes {
		margin-top: 20px !important;
	}

	.marginReviwes1 {
		margin-bottom: 20px !important;
	}

	.dnoneformobile {
		display: none !important;
	}

	.mbbottom32 {
		margin-bottom: 32px  !important;
	}

	.mt20pxfon {
		margin-top: 20px;
	}

	#corporate_captcha-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#info-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#phone-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#email-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#last_name-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#first_name-error {
		text-align: left;
		margin-left: 0px !important;

	}

	#company_name-error {
		text-align: left;
		margin-left: 0px !important;

	}

	#private_label-error {
		text-align: left;
		margin-left: 0px !important;

	}

	#subscription-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#product-error {
		text-align: left;
		margin-left: 0px !important;
	}

	#bulk_order-error {
		text-align: left;
		margin-left: 0px !important;
	}
}
/* Smaller mobile phones (e.g., older iPhones, compact Android devices) */
@media (min-width: 300px) and (max-width: 369px) {
	.pad6 {
		padding-bottom: 50px !important;
	}
		.add-to-inquiry-btn {
		display: block;
		background-color: #8cbc4f;
		/* background-color: #ffffff; */
		font-family: Signika-Regular;
		margin-left: -12px !important;
		font-size: 13px;
		line-height: 20px;
		border: none;
		border-radius: 60px;
		padding: 8px 18px !important;
		color: #f2f2f2;
	}

	.btn-circle {
		font-size: 18px;
		padding: 14px 24px;
	}

	.btn-circle-sec {
		font-size: 18px;
		padding: 14px 24px;
	}

	.part-services-se .nav .nav-link {
		width: 100% !important;
		background: #fdfdfd;
		border-radius: 0;
		text-transform: uppercase;
		color: #0a472e;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	.card-body {
		padding-bottom: 0px;
		flex-grow: 1;
	}

	.pt-3 {
		padding-top: 0.1rem !important;
	}

	.mobilePAd {
		margin-top: -16px !important;
	}

	.demo {
		height: 316px !important;
	}

	.democardbody img {
		height: 80px;
		width: 80px;
		justify-content: center;
		display: flex;
		margin-left: 0px;
	}

	.mlr-22 {
		margin-left: -22px !important;
	}

	.txt-lft {
		text-align: left !important;
	}

	.mobi {
		justify-content: center !important;
		/* Center items on screens between 300px and 450px */
		padding-top: 8px;
		padding-bottom: 8px;
	}

	/* Make the dropdown appear on hover */
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
		visibility: visible;
		padding-right: 53px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 6px;
		text-align: left;
		background-color: #ffffff;
		opacity: 1;
		border: none !important;
	}

	/* Ensure the dropdown appears below the main menu item */
	.nav-item.dropdown .dropdown-menu {
		display: none;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s ease-in-out;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

	.navbar-nav {
		display: none;
		/* Hide the navbar-nav on mobile */
	}

	.ptb-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	#checknow::placeholder {
		font-size: 10px !important;
	}

	.width100input {
		width: 100% !important;
	}

	.mtminus20 {
		margin-left: -123px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.add-text {
		display: inline-block;
	}

	.image-container-textoverlay {
		position: relative;
		width: 100%;
		height: 188px;
	}

	.crd {
		min-height: 250px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.cart-icon {
		color: #ffffff !important;
		font-size: 16px !important;
	}

	.add-to-cart-btn {
		display: block;
		background-color: #8cbc4f;
		/* background-color: #ffffff; */
		font-family: Signika-Regular;
		padding: 6px 24px !important;
		font-size: 14px;
		line-height: 20px;
		border: none;
		border-radius: 60px;
		margin-left: 6px;

		padding: 8px 14px !important;
		color: #f2f2f2;
	}

	.Cardproduct:hover .add-to-cart-btn {
		display: inline-block;
		/* Make the add-text visible */

		color: #ffffff !important;
		/* Change text color */
		background-color: #8cbc4f;
		/* Change background color */
	}

	.Cardproduct:hover .cart-icon {
		color: #ffffff !important;
		font-size: 16px !important;
	}

	.demomobile {
		display: inline-block !important;
	}

	.cmargindemo {
		margin-top: 5px !important;
		margin-bottom: 0px;
	}

	.btn-product-badge {
		background-color: #e38b8b;
		font-family: Signika-Regular;
		font-size: 10px;
		padding: 6px 10px;
		z-index: 10;
		line-height: 6px;
		margin-left: 5px !important;
	}

	.inner-banner {
		height: 70px;
	}

	.cartincentericon {
		display: flex !important;
		/* Make this element a flex container */
		justify-content: flex-start !important;
		/* Center content horizontally */
		align-items: center !important;
		/* Optionally, also center vertically */
	}

	.cartincentericonend {
		display: flex;
		justify-content: flex-end !important;
		/* Center content horizontally */
		align-items: center !important;
		/* Optionally, also center vertically */
	}

	.cartincentericoncenter {
		display: flex !important;
		/* Make this element a flex container */
		justify-content: center !important;
		/* Center content horizontally */
		align-items: center !important;
		/* Optionally, also center vertically */
	}

	.cartremove1 {
		display: none;
		justify-content: center;
	}

	.cartremove2 {
		display: none;
		justify-content: center;
	}

	.cartremove3 {
		display: none;
		justify-content: center;
	}

	.iwidth {
		width: 80px;
		height: 80px;
	}

	.mt30 {
		margin-top: -30px;
	}

	.Fotter-1 {
		background: #69a944;
		border-radius: 20px;
	}

	.ig {
		position: absolute;
		margin-top: 0;
		padding: 0;
		height: auto;
		top: -26px;
		right: -20px;
		width: 100px;
	}

	.lg-outer {
		top: 78px;
	}

	.carousel-caption h1.main-title {
		margin-top: -37px;
		font-size: 12px;
		line-height: 15px;
	}

	.width100 {
		width: 100% !important;
	}

	.pt20 {
		margin-top: 4px;
	}

	.btn-product-badge1 {
		background-color: #e38b8b;
		width: 100px;
		font-family: Signika-Regular;
		font-size: 14px;
		z-index: 10;
		padding: 10px 22px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
	}

	.inner-banner2 {
		height: 132px;
	}

	.inner-banner1 {
		height: 96px !important;
	}

	.carousel-caption h3.sub-title {
		line-height: 16px;
		font-size: 12px;
		margin-top: -5px !important;
	}

	.carousel-caption .btn-apply {
		font-size: 10px;
		line-height: 15px;
		padding: 3px 2px;
		border-radius: 50px;
		margin-top: -5px !important;
	}

	.DemoCard {
		width: 100% !important;
		border-radius: 20px;
		margin-top: 16px !important;
	}

	.carouselcontainer {
		position: relative;
		right: 18%;
		top: 30px;
		transform: translateY(-26%);
		text-align: left;
	}

	.carouselcontainer.btn-apply.py-3 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	.carouselcontainer .btn-apply.px-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.Cardproduct {
		border-radius: 20px;
		height: 450px;
		width: 100% !important;
	}

	.about-text {
		font-size: 18px;
		line-height: 18px;
	}

	.extra-margin {
		margin-top: 10px !important;
	}

	p {
		font-size: 14px;
		line-height: 20px;
	}

	.miedia {
		height: 67px;
	}

	.m61 {
		margin-top: -22px !important;
	}

	.mobileabout {
		display: flex;
		align-items: center;
		margin-bottom: 1rem !important;
		margin-top: 10px !important;
	}

	.img-about {
		height: 300px;
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}

	.card-text-28 {
		font-size: 16px;
		line-height: 25px;
	}

	.card-text-24 {
		font-size: 16px;
		line-height: 25px;
	}

	.ptag {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-text {
		font-size: 16px;
		line-height: 22px;
		margin-right: 0px !important;
	}

	.pcenter {
		text-align: center;
	}

	.footer-header {
		font-size: 16px;
		line-height: 20px;
	}

	.custom-color1 {
		color: #434242;
	}

	.footer-last {
		font-size: 16px;
		line-height: 20px;
	}

	.fttext {
		font-size: 13px;
		line-height: 20px;
	}

	.mobile {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		text-align: center;
	}

	.card-text {
		font-size: 8px;
		line-height: 10px;
		white-space: nowrap;

	}

	.mleft12 {
		margin-left: -12px !important;
	}

	.democardbody {
		padding-bottom: 38px;
	}

	.subscribe {
		color: #ffffff;
		font-family: Signika-Bold;
		line-height: 18px;
		font-size: 15px;
	}

	.searchI {
		text-align: left;
		font-family: Signika-Regular;
		font-size: 12px;
		line-height: 20px;
		width: 100% !important;
	}

	.btnSub {
		color: white;
		padding: 2px 28px !important;
		font-family: Signika-Regular;
		font-size: 14px;
	}

	.FTIMAGE {
		height: auto !important;
		margin: 24px 74px -11px 40px;
	}

	.ig {
		position: relative;
		margin-top: -150px;
		padding: 0px;
		height: 82px;
		width: 82px;
	}

	.code {
		justify-content: center;
	}

	.ptb-50 {
		padding-top: 14px;
		padding-bottom: 16px;
	}

	.mobimargin {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.prdouctpara {
		line-height: 16px;
		font-size: 14px !important;
	}

	.btncart {
		border: 1px solid #4950572b !important;
		background: #ffffff;
		width: 68px;
	}

	.btncart12 {
		border: 1px solid #4950572b !important;
		background: #ffffff;
		width: 40px;
	}

	.logofille {
		height: 38px !important;
	}

	.font-18 {
		font-size: 16px;
	}
	#user_first_name-error
	{
        margin-left: 12px;
	}
	
	#user_last_name-error
	{
        margin-left: 12px;
	}

	.cn-text {
		font-family: Signika-Regular;
		font-size: 28px;
		color: #0a472e;
	}

	.mobilelineheight {
		line-height: 18px;
		margin-left: 21px !important;
		text-align: center;
	}

	.breadcrumb-item.active {
		font-size: 15px;
	}

	.breadcrumb-item a {
		font-size: 16px;
	}

	.breadcrumb-item.active a {
		font-size: 16px;
	}

	.blog-title-main {
		font-size: 18px;
		font-family: Signika-Regular;
		color: #0a472e !important;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-width: calc(100% - 10px);
	}

	.font-24 {
		font-size: 18px !important;
	}

	.mobisaki {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: center;
		align-items: center;
		margin-left: 0px !important;
	}

	.font-16 {
		font-size: 10px !important;

	}
    .addtoinbtn {
        display: block;
        background-color: #8cbc4f;
        font-family: Signika-Regular;
        font-size: 14px;
        line-height: 20px;
        border: none;
        border-radius: 10px;
        padding:6px 16px !important;
        color: #f2f2f2;
        margin-left: 0px !important;
    }
	.font-22 {
		font-size: 18px !important;
	}

	.py-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.text40 {
		font-size: 16px;
		line-height: 16px;
	}

	.widthmobile {
		width: 36% !important;
	}

	.cart-text {
		color: #0a472e;
		font-family: Signika-Regular;
		line-height: 10px;
		font-size: 20px;
	}

	.aboutText {
		line-height: 24px;
	}

	.subdiv {
		width: 48% !important;
		margin-left: -4px !important;
	}

	.bnoneforcheckout {
		border: none !important;
		justify-content: center;
	}

	.ptb-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.btcart2 {
		color: #ffffff;
		font-family: Signika-Medium;
		line-height: 26px;
		padding: 4px 72px;
		background-color: #9f9f9f;
		border-radius: 51px;
		border: 1px solid transparent;
	}

	.prdouct-title {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 4px;
	}

	.prdouct-para {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
	}

	.borderbuttons {
		border-top-left-radius: 6px !important;
		border-bottom-left-radius: 6px !important;
		border-top-right-radius: 6px !important;
		border-bottom-right-radius: 6px !important;
	}


	.btn-shadow {
		margin-left: 10px;
		/* Add space between the search input and the button */
	}

	.btn-Lite-latest {
		border: 1px solid #c9c9c9 !important;
		border-radius: 50px !important;
		background: #ffffff !important;
		font-size: 14px !important;
		font-family: Signika-Regular !important;
		/* line-height: 20px !important; */
		padding: 2px 12px !important;
	}

	.f14 {
		font-size: 14px !important;
	}

	/* Button style for search icon */
	.search-container-demo .btn-shadow-demo {
		background-color: #eef1ef;
		color: #0a472e !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 16px;
	}

	/* Hover effect for the search button */
	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	/* When the container is active, the search bar becomes visible and slides */


	.h36 {
		height: 36px !important;
	}

	.mg45 {
		margin-left: 404px !important;

	}

	.mobilestyle {
		padding: 10px !important;
		margin-right: 0px;
	}

	.btn-shadow-demo {
		background-color: transparent !important;
		color: #0a472e !important;
	}

	.prdouct-para-text {
		font-size: 18px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.textpara {
		font-size: 16px;
		line-height: 26px !important;
	}

	.m6 {
		margin-left: 6px;
		margin-right: 6px;
	}

	/* Button style for search icon */
	.search-container-demo .btn-shadow-demo {

		color: #0a472e !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 14px;

	}

	.search-container-demo.active .search-bar-demo {
		display: block;
		/* Make it visible */
		opacity: 1;
		height: 40px;
		width: 300px;
		/* Final width */
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	.search-container-demo {
		display: inline-block;
	}

	/* Initial state of the search bar */
	.search-bar-demo {
		display: none;
		opacity: 0;
		position: absolute;
		top: 83px !important;
		right: 0;
		left: 0;
		transform: translateY(-50%) translateX(0) !important;
		padding-left: 22px !important;
		padding-right: 0px !important;
		border: none;
		border-radius: 20px;
		transition: width 0.5s ease, opacity 0.5s ease;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		z-index: 999;
		margin: 0 auto;
		width: 100% !important;
	}

	/* Hover effect for the search button */
	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	/* When the container is active, the search bar becomes visible and slides up */
	.search-container-demo.active .search-bar-demo {
		display: absolute;
		/* Make it visible */
		opacity: 1;
		height: 40px;
		left: 0px !important;
		width: 100% !important;
		/* Final width */
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	@keyframes slideInFromBottom {
		0% {
			width: 0;
			opacity: 0;
			transform: translateY(50%) translateX(0);
			/* Start from bottom */
		}

		100% {
			width: 300px;
			/* Final width */
			opacity: 1;
			transform: translateY(-50%) translateX(0);
			/* Fully aligned with button */
		}
	}

	.search-container-demo .search-bar-demo {
		animation: slideInFromBottom 0.5s ease forwards;
	}

	.search-container-demo button {
		position: relative;
		z-index: 200;
	}

	.nav-item.dropdown .dropdown-menu {
		display: none;
		/* Hide the menu initially */
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease;
		background-color: #ffffff;
		padding: 16px 30px;
		text-align: left;
		border: none !important;
	}

	/* On click, the dropdown menu should become visible */
	.nav-item.dropdown.show .dropdown-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}

	/* Optional: To make the dropdown menu look smooth */
	.nav-item.dropdown .dropdown-menu {
		transition: opacity 0.5s ease, visibility 0.3s ease;
	}

	.lh {
		line-height: 2px !important;
	}

	.ft18 {
		font-size: 12px !important;
	}

	.btn-yellow {

		font-size: 12px;
	}

	.nav-item.dropdown:hover .dropdown-menu {
		padding: 0px 4px;
	}

	.scrolled .nvb {
		position: fixed !important;
		padding: calc(26px - 20px) !important;
		top: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
		transition: all 0.2s ease-in-out;
	}

	.scrolled .navbar {
		padding: 0px 0px !important;
	}

	.pad0 {
		padding: 0px 0px !important;
	}

	.side {
		left: 18% !important;
		top: 15% !important;
	}

	.accordion-item:first-of-type>.accordion-header .accordion-button {
		padding: 10px 20px !important;
	}

	.search-container-demo .btn-shadow-demo {

		color: #0a472e !important;
		border: 1px solid transparent;
		border-radius: 22px;
		font-family: Signika-Regular;
		font-size: 14px;

	}

	.search-container-demo .btn-shadow-demo:hover {
		background-color: #eef1ef;
	}

	.search-container-demo.active .search-bar-demo {

		position: absolute;
		opacity: 1;
		left: 0 !important;

		height: 40px;
		width: 100% !important;
		transform: translateY(-50%) translateX(0);
		/* Fully aligned with button */
		transition: opacity 0.5s ease, width 0.5s ease;
	}

	.imageContainer {
		height: 36px !important;
	}

	.footerPostion {
		order: 1
	}

	.footerPostion2 {
		order: 2
	}

	.footerPostion3 {
		order: 3
	}

	.footerPostion4 {
		order: 4
	}

	.mobimargin {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.footerMenus {
		display: flex;
		/* Flexbox for horizontal layout */
		justify-content: center;
		/* Center-align the items horizontally */
		padding: 0;
		margin: 0;
		flex-direction: column;
		list-style-type: none;
		/* Remove default list styling */
	}

	.footerMenus ul {
		display: flex;
		list-style-type: none;
		justify-content: center;
		padding: 0;
		margin: 0;
		flex-direction: column;
	}

	.footerMenus li {
		display: inline-flex;
		/* Align items in a row */
		margin-right: 0px !important;
		justify-content: center;
		/* Center-align the items horizontally */
	}

	.footerMenus li:not(:last-child)::after {
		content: "";
		/* Adds pipe symbol after each item except the last one */
		margin-left: 10px;
		/* Space between the text and the pipe */
	}
}

/* High-resolution screens with max 1080p height (applies to many screens) */
@media only screen and (max-width: 2400px) and (max-height: 1080px) {}

@media (min-width: 412px) and (max-width: 414px) {
	.search-bar-demo {
		width: 436px !important;
		opacity: 0;
		position: absolute;
		top: 134% !important;
		right: 50%;
		left: -209px;

	}

	.mrright252 {
		margin-right: -86px !important;
	}
}

@media (min-width: 420px) and (max-width: 430px) {
	.mrright252 {
		margin-right: -104px;
	}
}

#vertical .lSSlideWrapper {
	overflow: hidden;
	/* Prevent vertical overflow of thumbnails */
}

@media(min-width: 431px) and (max-width: 450px) {
	.mrright252 {
		margin-right: -122px;
	}
}

@media (min-width: 499px) and (max-width: 530px) {
	.mrright252 {
		margin-right: -178px;
	}

	.democardbody img {
		height: 80px;
		width: 80px;
		justify-content: center;
		display: flex;
		margin-left: 18px;
	}

	.lslide {
		height: 350px !important;
	}

	.lSSlideOuter vertical {
		height: 350px !important;
	}

	.pt41 {
		padding-top: 96px !important;
	}

    

	#demo {
		padding-bottom: 0px !important;
		height: 324px !important;
	}
}

@media (min-width: 680px) and (max-width: 735px) {
	.lslide {
		height: 550px !important;
	}

	.lslide .active {
		height: 550px !important;
	}
}