body,
html {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
	background-color: #f5e6dc;
}

.navbar-topbar {
	font-size: 0.875rem;
	padding-bottom: 0.56rem;
	padding-top: 0.56rem;
}

.dropdown-toggle::after {
	display: none;
}


.issue-box {
	background: #f6f6f6;
	border-radius: 15px;
	transition: all 0.3s ease-in-out;
}

.issue-box:hover {
	background: #e9ecef;
	text-decoration: none;
}

.icon-check svg {
	vertical-align: middle;
}

.arrow-icon {
	font-size: 1.25rem;
	color: #333;
}

.btn-orange {
	background-color: #e85b0e;
	color: #fff;
	font-weight: 500;
	transition: 0.3s ease;
	border: none;
}

.btn-orange:hover {
	background-color: #c94d0d;
	color: #fff;
}



.video {
	right: 2px;
}


.container-pri {
    width: 72%;
}

.circle-container {
	width: 140px;
	height: 140px;
	background-color:#F2F2F2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.circle-container svg path {
	fill: #DB6217;
	transition: fill 0.3s ease;
}

.circle-container:hover {
	background-color: #DB6217;
}

.circle-container:hover svg path {
	fill: white;
}



.round-crl img:hover {
    box-shadow: none !important;
}

.services-section {
	background-color: #F4F2F2;
	padding: 30px;
}

.accordion-container {
	width: 80%;
	margin: 0 auto;
}

.accordion-item:first-of-type .accordion-button{
	border-radius:0;
}



.accordion-button {
    border: 0px !important;
    background-color: #F9F9F9 !important;
    color: #000000 !important;
    font-size: 15px;
    text-align: left;
    height: 58px;
    padding: 15px;
    position: relative;
    font-weight: 500;
}

.accordion-button:focus{
	border:0;
	box-shadow:none;
}

.accordion-button:active{
	border:0;
	box-shadow:none;
}

.accordion-button:focus-visible{
	border:0;
	box-shadow:none;
}

.accordion-item {
    background: #F4F2F2;
    margin-bottom: 5px;
    border: 1px solid #ededed;
}



/* Mega menu css */

nav.navbar.navbar-expand-xl {
	background-color: #ffffff;
}

.dropdown-fullwidth {
	position: static;
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
}

@media (min-width: 1400px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 1300px;
		left: 0;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 1140px;
		left: 0;
		right: 0;
	}
}

@media (min-width: 992px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 100%;
		left: 0;
		right: 0;
	}
}

@media (min-width: 768px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 100%;
		left: 0;
		right: 0;
	}
}

@media (min-width: 576px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 100%;
	}
	.container-pri {
        width: 100%;
	}
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

/* Mega menu css end*/

.page-nav {
	background-color: #eeeeee;
	padding: 2em 2em;
	margin-bottom: 1.5em;
}

.pad-sec {
	padding: 2em 2em;
}

.has-mega-menu {
	width: 100%;
	left: 0;
	right: 0;
}

.city {
	font-size: 1em;
}

.page-nav .accordion-button {
	background: transparent;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 0.64em;
	font-weight: 500;
	padding-right: 0;
}

.page-nav .accordion-button:focus {
	border: 0;
	box-shadow: none;
}

.page-nav .accordion-item {
	background: transparent;
	border-bottom: 1px solid#BDBDBD;
}

.page-nav .accordion-item .nav-link:not(:last-child) {
	border-bottom: 1px solid#BDBDBD;
}

.page-nav .accordion-body {
	padding-top: 0 !important;
}

.no-button .accordion-button::after {
	content: none;
	/* Remove the default right arrow indicator */
}

.cane-furniture-gallery {
	background-color: #e0dbd1;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.gallery-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

.gallery-item img {
	max-width: 100%;
	height: auto;
}

.gallery-item p {
	color: #000;
	margin-top: 10px;
	font-family: "Arial", sans-serif; /* Set the desired font here */
	font-size: 16px; /* Adjust the font size as needed */
	font-weight: normal; /* Set the font weight */
	text-decoration: none; /* Remove any text decoration */
}

.gallery-item a {
	text-decoration: none; /* Remove underline from the link */
}

.gallery-item.no-border {
	border-right: none;
}

.page-nav .accordion-button::after {
	background-image: url(../images/caret-acc.svg);
	background-repeat: no-repeat;
	width: 17px;
	height: 8px;
	background-size: contain;
	background-position-x: 5px;
}

.page-nav .accordion-button:not(.collapsed) {
	color: #6a1a33;
}

h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
}

#more-text {
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
	max-height: 0;
}

p {
	color: #000000;
	font-size: 0.92em;
	line-height: 1.3em;
}

p a {
	color: #000000;
	text-decoration: none;
}

p a strong {
	font-weight: 500;
}

.lighter-big {
	font-size: x-large;
	font-weight: 200;
}

.get-location {
	background-color: #d9d9d9;
	text-decoration: none;
	color: #000000;
	border-radius: 1.5em;
}

.get-location:hover {
	background-color: #750c2b;
	color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

a.bold-800 .bi-arrow-right-short::before {
	font-weight: 800 !important;
}

.text-size-info {
	font-size: 0.82em;
	padding: 0.7em 1.2em;
}

.text-brand {
	color:#000000;
}

.wm-80 {
	width: 80%;
}

.text-brand:hover {
	color:#DB6217;
}

.mega-p h5 {
    padding-left: 1rem;
}

.bg-brand {
	background-color: #56172b;
}

.comp {
	background-color: #a52a59;
	color: white;
	padding: 0 24px;
	border-radius: 20px;
	line-height: 2;
}

.comp a {
	margin-left: 5px;
	font-size: 1.4em !important;
	color: #ffffff !important;
}

.comp a:hover {
	margin-left: 5px;
	color: #eec3d0 !important;
}
.bg-button,
.btn.show,
.bg-button.btn:first-child:active {
	background-color:#fe6100;
	border: none;
	border-radius: 0.99rem;
	padding: 6px 20px;
}

.bg-success {
	
    background-color: rgb(84 111 35) !important;
}

.bg-button:focus-visible {
	color: rgb(255, 255, 255);
	background-color: #c34d04;
	border: 0;
	outline: 0;
	box-shadow: o;
}

.bg-button:hover {
	background-color: #c34d04;
	border: none;
	outline: 0;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.nav-link:focus-visible {
	box-shadow: none;
}

.dropup {
	border: none;
}

.dropdown {
	outline: none;
	box-shadow: none;
}

.dropup:hover {
	outline: none;
	box-shadow: none;
	border: none;
}

.nav-link,
.dropdown-item {
	margin: 0;
	outline: 0;
	color: #000000;
	font-weight: 500;
	padding: 0.5rem;
	font-style: normal;
	font-size: 0.84rem;
}

.nav-link:hover,
.nav-link.show {
	margin: 0;
	outline: 0;
	color: #ac4b0e!important;
}

.dropend .nav-link.dropdown-link.show:hover,
.dropdown-item:hover {
	background-color: #ffefe5 !important;
    border-radius: 7px;
    color: #DB6217;
}

.dropend .dropdown-toggle::after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
	float: right;
}

.dropdown-menu:hover {
	margin-top: 0px !important;
	outline: none;
}

.dropdown-menu {
	min-width: 15rem;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
	border: 1px solid rgb(246, 246, 246);
	margin-top: 0 !important;
	outline: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	height: 2.2rem;
	width: 2.2rem;
	align-items: center;
	background-color: white;
	opacity: 1;
	top: 46.5%;
	border-radius: 20%;
	margin: 0 1rem;
	line-height: 2.22;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
}

.carousel-control-prev-icon .bi-arrow-left-short::before,
.carousel-control-next-icon .bi-arrow-right-short::before {
	color: #561429;
	line-height: 1.3;
	font-size: 1.6rem;
}

.row-bg {
	background-color: #f5f5f5;
	padding: 0.1rem !important;
}

.dropdown-menu {
	background-color:#f9f9f9;
}

.carousel-control-prev {
	left: -83px;
}

.carousel-control-next {
	right: -83px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

#carouselExampleInterval .bi-caret-left-fill::before,
#carouselExampleInterval .bi-caret-right-fill::before {
	color: #dc3545;
}

.media .nav-item {
	margin-right: 8px;
	margin-top: 0px;
	height: 40px;
	margin-bottom: 17px;
	width: 40px;
	box-sizing: border-box;
	border: 1px solid white;
	border-radius: 50%;
}
.copy-bor {
	border-top: 1px solid #4f4f4f;
}

.image-container {
	position: relative;
	
	overflow: hidden;
	transition: transform 0.3s ease;
}
.image-container img {
	width: 100%;
	transition: transform 0.3s ease;
}
.image-container:hover img {
	transform: scale(1.1);
}
.title-button {
	position: absolute;
	bottom: 50px;
	left: 10px;
	color: white;
}
.title-button h4 {
	margin-bottom: 10px;
	font-size:20px;
}
.title-button .btn {
	background-color: #fff;
	color:#000000;
	border-radius: 20px;
	padding:.5em 1em;
}

.title-button .btn:hover {
	
	background-color: #820B33;
	color:#fff;
	border-radius: 20px;
}


.down .col-md-6, .down .col-md-3, .down .col-md-4{
	padding-left:4px;
	padding-right:4px;
}

.accordion-body {
    border-bottom: 1px solid rgb(233, 233, 233);
    background-color: white;
    font-size: 14px;
    color: #000;
}

.footer-bg {
	background-color:#302c2d;
	padding-top:4em;
	padding-bottom:2em;
	color: white;
	font-size: 14px;
	font-family: Poppins; 
	font-weight: 400; 
	color:#fff;
	
	word-wrap: break-word;
}
.footer-bg p{
	color:#fff;
}


.footer-bg a {
    line-height: 2em;
}

.footer-bg a:hover {
    text-decoration:underline !important;
}

.copy-write {
    padding-top: 3em;
    border-top:1px solid #b4b4b4;
}
.footer-bg h5{
	color: white; 
	font-size: 16px; 
	font-family: Poppins; 
	font-weight: 500; 
	text-transform: uppercase;
	word-wrap: break-word
}

/* Targeting the `.accordion-flush` accordion */
.accordion-flush .accordion-button:not(.collapsed)::after {
	content: '\F2EA'; /* Minus icon from Bootstrap */
	font-weight: 700;
	font-size: 20px;
	font-family: 'Bootstrap-icons';
	background-image: none;
}

.accordion-flush .accordion-button.collapsed::after {
	content: '\F4FE'; /* Plus icon from Bootstrap */
	
	font-weight: 700;
	font-size: 20px;
	font-family: 'Bootstrap-icons';
	background-image: none;
}



.image-container1 {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
	border-radius:16px;
	
	
}
.image-container1 img {
	width: 100%;
	height: 100%; /* Ensure image takes the full height of the container */
	object-fit: cover; /* Ensure the image covers the container while maintaining aspect ratio */
	transition: transform 0.3s ease;
	height:400px;
	
}
.image-container1:hover img {
	transform: scale(1.1); /* Zoom-in effect */
}

/* Slider csss */
.text-header {
	font-size:4em;
	margin-bottom: 0;
	letter-spacing: 0.01em;
	font-weight: 800;
}

.text-para {
	font-size: 0.89em;
	font-weight: 500;
}

.products-title {
	text-align: center;
	font-size: 0.64em;
	padding: 8px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.image-wrapper {
	border-radius: 50%;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.bbb_viewed_slider_container {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}

.card-bg {
	text-decoration: none;
}

/* welcome to Mayuri International */

.welcome-to-mayuri {
	background-color: #f5f5f5;
}

.c-lign {
	line-height: 3.3;
}

.pdf,
.video-icon {
	color: #000000;
	text-decoration: none;
	font-size: 2.3em;
}

.pdf:hover,
.video-icon:hover {
	color: #992449;
}

/* Animation */

@media (min-width: 768px) {
	.animate {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0rem);
		opacity: 1;
	}
	
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

.navbar-toggler {
	padding: 10px 10px;
}

.navbar-toggler {
	padding: 10px 10px;
}

.navbar-toggler .navbar-toggler-animation {
	transition: all 0.3s ease-in-out;
	background-image: none;
	position: relative;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-toggler .navbar-toggler-animation span {
	transition: all 0.3s ease-in-out;
	transform: rotateZ(0deg);
	height: 2px;
	background: #56172b;
	display: block;
	position: absolute;
	width: 100%;
	border-radius: 30px;
}

.navbar-toggler .navbar-toggler-animation span:nth-child(1) {
	top: 10%;
}

.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
	bottom: 10%;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(1) {
	transform: rotateZ(45deg) translateY(-50%);
	top: 49%;
	transform-origin: 50% 0;
	width: 100%;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(2) {
	visibility: hidden;
	transition: all 0s ease-in-out;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(3) {
	transform: rotateZ(-45deg) translateY(-50%);
	bottom: 42%;
	transform-origin: 50% 0;
	width: 100%;
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-link,
	.navbar-expand-xl .navbar-nav .dropdown-item {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.address-Lg {
		width: 60%;
	}
}

.bg-footer {
	background-color: #1b0009;
}

.d-n {
	display: none;
}

.bold-800 .carousel-control-prev-icon .bi-arrow-left-short::before {
	font-weight: 600 !important;
}

.bold-800 .carousel-control-next-icon .bi-arrow-right-short::before {
	font-weight: 600 !important;
}

.card-bg:hover .products-title {
	color: #6a1a33;
}

.aaa_viewed_slider_container .products-title {
	font-size: 0.7em;
}

.whats-app {
	position: fixed;
	z-index: 101;
	top: 118px;
	right: 5px;
	font-size: 2em;
	background-color: #52a234;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	border: 1px solid #fbfbfb;
	color: white;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.m-p-l15 {
	padding-left: 0px;
}

.img-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.image {
	display: block;
	width: 100%;
	height: auto;
	transition: filter 0.3s ease;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(106, 26, 51, 0.9);
	/* Start with transparent background */
	transition: height 0.5s ease;
}

.text-container {
	position: absolute;
	bottom: -100px;
	/* Initially hidden below the image */
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	color: rgb(255, 255, 255);
	transition: bottom 0.5s ease;
}

.text-container p {
	color: white;
}

.img-container:hover .overlay {
	height: 100%;
	/* Expand overlay on hover */
}

.img-container:hover .text-container {
	bottom: 50%;
	/* Slide text container up on hover */
}

#footer h2 {
	font-size: 1.1em;
	color: white;
	text-transform: uppercase;
}
#footer p {
	font-size: 0.84em;
}

#footer .nav-link {
	color: rgb(255, 255, 255);
}

.copy-text {
	font-size: 0.77em;
}

#footer .nav-link ::before {
	font-size: 1.3em;
}

#footer.border-dark {
	border-color: #555555 !important;
}

.w-coloum {
	flex: 0 0 auto;
	width: 200px;
}

.page-banner {
	padding: 2em 1.5em;
	background-color: #490017;
}

.page-banner p {
	color: #f5f5f5;
	line-height: 1.8em;
	width: 80%;
}

.page-banner h1 {
	color: #f5f5f5;
	font-size: 2em;
	margin-top: 0.3em;
}

.call {
	background-color: #fef3f3;
	border-radius: 1.55em;
	padding: 0.76em 1em;
	color: #6a1a33;
	font-weight: 600;
}

.call:hover,
.call:active {
	background-color: #ffffff !important;
	color: #571228 !important;
}

.email {
	background-color: transparent;
	border-radius: 1.55em;
	padding: 0.76em 1em;
	color: #ffffff;
	font-weight: 300;
	border: 1px solid #f9f6f7;
}

.email:hover,
.email:active {
	background-color: transparent !important;
	border-radius: 1.55em;
	padding: 0.76em 1em;
	color: #ffffff !important;
	font-weight: 300;
	border: 1px solid #dfdede !important;
}

.page-banner .breadcrumb-item {
	font-size: 0.83em;
	font-weight: 500;
	color: white !important;
	/* Set font color to white */
	text-decoration: none !important;
	/* Remove underline */
}

.page-banner .breadcrumb-item a {
	color: white !important;
	/* Set font color to white */
	text-decoration: none !important;
	/* Remove underline */
}

.color-divider {
	border-bottom: 1px solid #5b1e30;
}

.hotel-s .live_gallery_viewed_prev {
	top: 116px !important;
}

.hotel-s .live_gallery_viewed_next {
	top: 116px !important;
}

.hotel-s .rounded-4 {
	border-radius: 13% !important;
}

.gallery-banner {
	background-color: #fff9fb;
	padding: 1em;
}

.gallery-s .rounded-4 {
	border-radius: 50% !important;
	border: 2px solid #9b2047;
}

.gallery-s .products-title.active {
	border-radius: 23px;
	background-color: #ebe1e4;
}

.product-gallery {
	background-color: #ffffff;
	padding: 1.2em;
}

.product-heading {
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	color: #67152f;
}

.line {
	height: 1px;
	width: 4%;
	background-color: #cac1c4;
	margin-top: 10px;
}

.img-con {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border-bottom-left-radius: 0; 
	border-bottom-right-radius: 0; 
}

.text-con {
	padding: 0.77em;
	padding-top: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-top: 0px;
	
}

.text-con p {
	margin: 0;
	font-size: 0.74em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2.3;
}

.link-product {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .06), 0px 1px 3px 0px rgba(0, 0, 0, .1);
	text-decoration: none;
	margin-bottom: 1.5em;
	display: block;
	border-radius: 16px;
	
}

.breadcrumb-product-details {
	font-size: 0.83em;
}
.breadcrumb-product-details a {
	text-decoration: none !important;
	font-weight: 500;
	color: rgb(0, 0, 0) !important;
}

.product-image-details img {
	border-radius: 75px;
}

.p-d-header {
	font-size: 2.33em;
	margin-bottom: 0;
}

.details-text span {
	font-weight: 600;
	margin-right: 5px;
}

.form .form-control {
	border-radius: 0;
	width: 100%;
	margin-bottom: 12px;
}

.bg-en {
	background-color: #e0e0e0;
}

.bg-white {
	background-color: #ffffff;
}

.shadow-1 {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.strip-list {
	background-color: #f5f5f5;
	padding: 0 1em;
}

.strip-list .list-box {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.strip-list .list-box .single-box {
	display: flex;
	align-items: center;
}

.strip-list .list-box .single-box .strip-logo {
	margin-right: 15px;
}

.strip-list .list-box .single-box .box-text {
	color: #515151;
	letter-spacing: 0.02em;
	font-size: 13px;
	line-height: 15px;
}

.container-pri {
	width: 72%;
}

@media (max-width: 575.98px) {
	
	.image-container1 img {
		
		height: auto;
	}
	
	
	.comp {
		margin-bottom: 10px !important;
	}
	.container-pri {
		width: 100%;
	}
	
	.mobile-copy {
		border-top: none !important;
		padding-top: 10px;
	}
	
	.media .nav-item {
		margin-right: 19px;
	}
	
	.media .nav-link {
		padding-left: 0.5rem;
	}
	
	.media {
		margin-left: 15px;
	}
	
	.strip-list {
		overflow: hidden;
	}
	
	.strip-list .list-box {
		flex-direction: column;
	}
	
	.strip-list .list-box .single-box {
		display: flex;
		align-items: center;
		padding-bottom: 1em;
		border-bottom: 1px solid #8c284e;
		width: 100%;
		padding-top: 1em;
	}
	
	.strip-list .list-box .single-box {
		display: flex;
		align-items: center;
		padding-bottom: 1em;
		border-bottom: 1px solid #8c284e;
		width: 100%;
		padding-top: 1em;
	}
	.enquiry {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		gap: 0.44em;
	}
	
	.mtm {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	.wm-100 {
		width: 100% !important;
	}
	
	.Banner {
		padding: 0 10px;
	}
	
	.carousel-inner {
		border-radius: 10px;
	}
	.product-gallery .fs-4 {
		font-size: 1em !important;
	}
	.text-con p {
		font-size: 0.6em;
	}
	
	.live_gallery_viewed_slider_container .products-title,
	.product-gallery_viewed_slider_container .products-title {
		background: transparent !important;
		margin-top: 0;
	}
	
	.product-gallery_viewed_slider_container {
		padding: 0.22em;
	}
	
	.live_gallery_viewed_nav_container,
	.product-gallery_viewed_nav_container {
		display: none;
	}
	
	.live_gallery_viewed_slider_container {
		padding: 1em;
	}
	
	.live_gallery_viewed_slider_container .img-container {
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}
	
	.pad-sec {
		padding: 1.3em 1.3em;
	}
	
	.page-nav .accordion-button {
		font-size: 0.8em;
	}
	
	h2 {
		font-size: 1.2em;
	}
	
	.wm-80 {
		width: 100%;
	}
	
	.page-banner h1 {
		font-size: 1.5em;
	}
	
	.banner-button {
		text-align: center;
	}
	
	.call {
		width: 80%;
		margin-bottom: 1.6em;
	}
	
	.email {
		margin-bottom: 1.6em;
	}
	
	.page-banner p {
		width: 100%;
	}
	
	.ddd_viewed_slider_container .owl-item {
		border-radius: 20%;
		overflow: hidden;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	
	.m-flex-column {
		flex-direction: column !important;
	}
	
	.m-text-end {
		text-align: left !important;
	}
	
	.ddd_viewed_slider_container .img-container {
		position: relative;
		display: block;
		overflow: hidden;
	}
	
	.ddd_viewed_nav.ddd_viewed_prev,
	.ddd_viewed_nav.ddd_viewed_next {
		display: none;
	}
	
	.m-start {
		justify-content: flex-start !important;
	}
	
	.m-p-l15 {
		padding-left: 15px;
	}
	
	.p-r-o {
		padding-right: 0 !important;
	}
	
	.aaa_viewed_prev {
		color: #000000;
		top: 0px;
		left: -35px;
	}
	
	.b-rm-n {
		background-color: white;
		border-radius: 15px;
		margin-bottom: 15px;
		border-right: 0 !important;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}
	
	.pb-m-5 {
		padding-bottom: 0.88em !important;
	}
	
	.b-rm-n .pdf {
		margin-top: 10px;
	}
	
	.b-rm-n .products-title {
		background-color: transparent !important;
		margin-top: 0;
	}
	
	.aaa_viewed_nav.aaa_viewed_prev,
	.aaa_viewed_nav.aaa_viewed_next {
		display: none;
	}
	
	.aaa_viewed_next {
		color: #000000;
		top: 0px;
		right: -20px;
	}
	
	.m-bor-none {
		border: none !important;
	}
	
	.bor-b-m {
		border-bottom: 1px solid #dee2e6 !important;
	}
	
	.products-title {
		
		margin-top: 10px;
	}
	
	.bbb_viewed_prev {
		top: 81px;
	}
	
	.circle-container {
		width:250px;
		height:250px;
		background-color:#db6217;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.3s ease;
	}
	
	.circle-container svg path {
		fill:white;
		transition: fill 0.3s ease;
	}
	
	.circle-container:hover {
		background-color:#F2F2F2;
	}
	
	.circle-container:hover svg path {
		fill:#820B33;
	}
	
	.products-title {
		text-align: center;
		font-size: 1em;
		padding: 8px;
		color: #000;
		font-weight: 500;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	
.icon-circle {
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


	
	.bbb_viewed_next {
		top: 81px;
	}
	
	.m-p-r {
		position: relative;
	}
	
	.image-container {
		position: relative;
		
		padding: 5px;
		overflow: hidden;
		transition: transform 0.3s ease;
	}
	
	.image-container img {
		width: 100%;
		transition: transform 0.3s ease;
		border-radius: 6%;
	}
	
	.title-button {
		position: absolute;
		left: 40px;
		color: white;
		bottom: 15%;
	}
	
	.image-container1 {
		position: relative;
		overflow: hidden;
		transition: transform 0.3s ease;
		
		margin: .8em;
		border-radius: 10px;
	}
	.accordion-container{
	width:100%;}
	
	.whats-app {
		position: fixed;
		z-index: 20;
		top: 83px;
		right: 10px;
	}
	
	.navbar {
		z-index: 30;
		padding-bottom: 5px;
		overflow-x: hidden;
	}
	
	.dropdown-menu {
		overflow-x: hidden;
	}
	
	.m-d-n {
		display: none !important;
	}
	
	.d-n {
		display: block !important;
	}
	
	.m-hide {
		display: none;
	}
	
	.m-menu-con {
		background-color: #ececec;
		margin-right: -1.2rem;
		margin-left: -1.2rem;
		margin-top: 5px;
	}
	
	li.m-d-c{
		padding: .33em;
	}
	.m-p-1{
		padding:.8em;
	}
	
	.m-d-c{
		justify-content: center;
		display: flex;
		text-align: center
	}
	
	.text-header {
		font-size: 3em;
		margin-bottom: 0;
		letter-spacing: 0.01em;
		font-weight: 800;
	}
	
	.m-menu-con ._mobile {
		padding-left: 1.5rem;
		border-bottom: 1px solid #cfc2c7;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-right: 1.5rem;
	}
	
	._mobile.dropdown-toggle::after {
		display: inline-block;
		float: right;
		/* Add this line */
	}
	
	.dropend .dropdown-toggle::after {
		position: relative;
		display: inline-block;
		right: 1em;
		top: 50%;
		transform: translateY(73%);
		font-size: 1rem;
		float: right;
	}
	
	.dropdown-menu {
		background-color: #ececec;
		padding: 0;
	}
	
	.nav-link,
	.dropdown-item {
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		padding-left: 1.5rem;
		padding-left: 1.5rem;
	}
	
	ul.navbar-nav li ul li a.nav-link,
	ul.navbar-nav li ul li a.dropdown-item {
		margin-left: 1.5rem;
		border-bottom: 1px solid #cfc2c7;
	}
	
	ul.navbar-nav li ul li ul li a.dropdown-item {
		margin-left: 2rem;
		border-bottom: 1px solid #cfc2c7;
	}
	
	.dropend .nav-link.dropdown-link.show:hover,
	.dropdown-item:hover {
		background-color: transparent !important;
		border-radius: 0;
	}
	
	ul.navbar-nav li ul li ul li:last-child a.dropdown-item {
		border: none;
	}
	
	ul.dropdown-menu li:last-child a.dropdown-item {
		border: none;
	}
	
	.video {
		left: 2px;
	}
	
	.ttt_viewed_nav {
		display: none;
	}
	
	.ttt_viewed_slider_container {
		margin: 0;
		padding: 0;
	}
	
	.ttt_viewed_title_container .img-container {
		box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
		rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	}
	
	.ddd_viewed_slider_container {
		padding: 1em;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		padding-top: 0.55em;
		padding-bottom: 0.55em;
	}
}
