* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

@font-face {
    font-family: 'prime';
    src: url(fonts/Inter-VariableFont_opsz,wght.ttf);
}

@font-face {
    font-family: 'yahei';
    src: url(fonts/chinese.msyh.ttf);
}

body {
	font-family: 'prime';
}

:root {
	--orangeo: #FF7100;
	--blue: #5993DD;
	--off-white: #FAF9F5;
	--border: #DBDBDB;
	--text: #4A5692;
	--plus: #3179A9;
	--hr: #E1E1E1;
	--R-link: #337ABC;
	--sec-text: #68686E;
	--gray: #999999;
}

a {
	text-decoration: none !important;
}
  /*  */
.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 575.98px) {
	.container {
		max-width: 100%;
		padding: 0 10px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.container {
		max-width: 540px;
		padding: 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1080px;
	}
}

.main-menu {
	background-color: var(--off-white);
	padding: 10px 20px;
	border-bottom: 1px solid var(--hr);
}



.main-title {
	font-weight: bold;
	color: #333;
	margin-right: 26px;
}

.main-link {
	color: #333;
	text-decoration: none;
	padding-inline: 7px;
}

.main-link:hover {
	text-decoration: underline;
}

.search-icon-nav {
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.logo {
	height: 40px;
}

.search-icon {
	background: none;
	border: none;
}

.pre-nav {
	padding: 16px 20px;
	background-color: #f8f9fa;
	font-size: 0.9rem;
	color: #666;
}

.lang-transletor {
	display: flex;
	align-items: center;
	justify-content: center;
}
#a-hide-for-mbl{color: var(--R-link) !important;}

.search-container {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 400px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
	border-radius: 7px;
}

.search-input {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 15px;
	font-size: 16px;
}

.search-button {
	background-color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	width: 38px;
}

.search-button i {
	font-size: 18px;
	color: #666;
}

.search-button:hover i {
	color: #000;
}

.search-overlay .search-button {
	padding-inline-end: 10px;
	height: 57px;
}

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.3s;
}

.search-overlay.active {
	visibility: visible;
	opacity: 1;
	z-index: 20;
}

.overlay-content {
	width: 90%;
	max-width: 400px;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	padding: 4px 10px;
}

.search-input {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 15px;
	font-size: 16px;
}

body > nav.main-menu.container-fluid > div > div > a:nth-child(3) {
	font-weight: 500;
}

.dropdown-toggle::after {
	color: orange !important;
	font-size: 20px;
 /* Adjust the size here */
	line-height: 1;
 /* Ensure alignment if needed */;
}

#sign-btn {
	padding: 5px 14px;
	background-color: var(--orangeo);
	color: white;
}

#searchIcon {
	display: none;
}
/* #for-desktop{display: none !important;} */
#for-mbl {
	display: none;
}

body > div.container-fluid.pre-nav > div > div.lang-transletor > div {
	border: 1px solid var(--border);
	border-radius: 7px;
	margin-inline-start: 10px;
}

.page-header-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Target only the dropdown inside lang-transletor */
.lang-transletor .dropdown-toggle::after {
	content: '\f107';
 /* Font Awesome angle-down icon */
	font-family: 'Font Awesome 5 Free';
 /* Ensure Font Awesome is used */
	font-weight: 900;
 /* Set font weight for solid icons */
	display: inline-block;
	margin-left: 8px;
 /* Add space between text and icon */
	color: black !important;
 /* Customize icon color */
	background-color: transparent;
 /* No background */
	font-size: 14px;
 /* Adjust icon size as needed */;
}

  
  /* Hide the default Bootstrap dropdown icon */
.lang-transletor .dropdown-toggle::after {
	border: none;
 /* Remove default Bootstrap dropdown arrow styles */;
}
  
  /* Optional hover effect for the icon */
.lang-transletor .dropdown-toggle:hover::after {
	color: black !important;
 /* Change color on hover */;
}

.menu-container {
	max-width: 1080px;
}




  /* MAIN SECTION CSS */
.category-card {
	text-align: center;
	transition: box-shadow 0.3s ease;
}

.area-menu {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--hr);
	margin-bottom: 30px;
}

.category-icon-wrapper {
	width: 80px;
	height: 80px;
	margin: 0 auto 1rem auto;
	border: 1px solid var(--border);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-title {
	font-family: 'yahei';
	font-size: 18px;
	font-weight: 700;
	line-height: 23.76px;
}

.category-links {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 400;
	line-height: 30.48px;
	margin-top: 26px;
}

.category-links a {
	text-decoration: none;
	color: inherit;
	margin-right: 0.5rem;

}

.category-links a:hover {
	text-decoration: none;
	color: #007bff;
}

.category-links .last-link {
	margin-left: 5px;
	cursor: pointer !important;
	padding: 10px;
}

.category-links .last-link span img {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	cursor: pointer;
	
}

.hidden-link {
	display: none;
 /* Initially hide additional links */;
}

#for-mbl-catagory-link a.last-link img {
	width: 14px;
	height: 14px;
	margin-left: 5px;
	transition: transform 0.3s ease;
 /* For rotation animation */;
}

#for-mbl-catagory-link a.last-link.expanded img {
	transform: rotate(45deg);
text-decoration: none !important
}
body > div:nth-child(21) > div > div > p:nth-child(6) > span.expand{text-decoration: none !important;}

.content-right {
	padding-inline: 22px;
}
  /* MAIN SECTION CSS END */

    /* Main Content Header Styles */

.header-links {
	display: flex;
	gap: 15px;
 /* Space between links */;
}

.header-links a {
	text-decoration: none;
	font-size: 16px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 5px;
 /* Space between icon and text */;
}

.content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid var(--hr);
	padding-bottom: 0px;
	margin-bottom: 22px;
}
  
      /* Section Title */
.content-header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding-bottom: 18px;
	position: relative;
 /* Needed for pseudo-elements positioning */
	display: inline-block;
 /* Restrict width to content */;
}

.content-header h1::after {
    content: "";
    position: absolute;
    left: 108px;
    transform: translateX(-50%);
    bottom: -3px;
    width: 221px;
    height: 4px;
    background-color: var(--orangeo);
}

.post {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 30px;
}

.post-body {
	border-radius: 5px;
	margin-bottom: 50px;
}

.post-body p {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

.post-body .post-icons {
	display: flex;
	gap: 10px;
	margin-top: -5px;
}

.post-body .post-icons img {
	height: 20px;
	width: 20px;
}

.post-accordion {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.post-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.date span {
	color: #68686E;
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.post-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #68686E;
	margin-top: 8px;
}

.post-footer .contact-info {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	color: #2D5883;
	text-decoration: none;
}

.hounor {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: black;
}

.hounor span {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(39, 38, 38, 0.646);
}

.post-footer .badge {
	background-color: #ffe9c2;
	color: #f4a623;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 20px;
}

.secondary-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.marketing-card {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 30px;
}

.marketing-card img {
	width: 100%;
}

.description {
	font-family: 'yahei';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: black;
}

#only-for-desktop > div > ul {
	min-width: 90px !important;
}
  

      
  
      /* Links Area */
.content-header .links {
	display: flex;
	gap: 15px;
}

.content-header .links span {
	font-size: 16px;
	color: var(--text);
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
}

.content-header .links span:hover {
        /* text-decoration: underline; */
	color: var(--text);
}

#only-for-mbl {
	display: none;
}

.content-with-adds {
	border-bottom: 1px solid var(--hr);
	margin-bottom: 30px;
	padding-block: 50px 0px;
}




/*  */

.related.nav-nav-links {
	text-align: center;
	display: block;
	margin: 50px auto;
}

.related {
	border-bottom: 1px solid var(--hr);
}

.related.nav-nav-links .pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 38px;
}

.related.nav-nav-links .pagination .page-item {
	border: 1px solid #ccc;
	padding: 5px 12px;
	background-color: #fff;
	color: var(--R-link);
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}




    .related.nav-nav-links .pagination a {
        border: 1px solid #ccc;
        padding: 5px 12px;
        background-color: #fff;
        color: var(--R-link);
        font-size: 14px;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    .related.nav-nav-links .pagination span {
        background-color: #ff7600;
        color: #fff !important;
        border-color: #ff7600;
        border: 1px solid #ccc;
        padding: 5px 12px;
        font-size: 14px;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    .related.nav-nav-links .pagination a:hover:not(.active) {
        background-color: #f3f3f3;
    }

    .related.nav-nav-links .pagination a.next {
        font-weight: bold;
    }

.related.nav-nav-links .pagination .page-item.active {
	background-color: #ff7600;
	color: #fff;
	border-color: #ff7600;
}

.related.nav-nav-links .pagination .page-item:hover:not(.active) {
	background-color: #f3f3f3;
}

.related.nav-nav-links .pagination .page-item.next {
	font-weight: bold;
}

.related.nav-nav-links .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 18px;
	row-gap: 9px;
}

.related.nav-nav-links .nav-link {
	color: var(--text) !important;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	text-decoration: none;
}

#related-link {
	color: var(--text);
	padding-bottom: 40px;
}

.related.nav-nav-links .nav-link:hover {
	color: #ff7600;
}

.related.nav-nav-links hr {
	border-top: 1px solid var(--hr);
	margin-top: 10px;
}


/*  */
/* GOOGLE ADDS */
.google-adds {
	display: none;
}

.google-add-title {
	font-family: 'yahei';
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: black;
	padding-block: 20px;
	padding-left: 74px;
}

.markiting-add img {
	width: 70%;
	display: block;
	margin: auto;
}

/*  */


.related-services {
	padding: 20px 0;
	background-color: #ffffff;
	color: #333333;
}

.related-services .container {
	max-width: 1200px;
	margin: auto;
}

.related-services .section-title {
	font-family: 'yahei';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	font-weight: 600;
	color: #000;
}

.related-services .service-links {
	font-family: 'yahei';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color: var(--sec-text);
	margin-bottom: 32px;
}

.hidden-content {
	display: none;
 /* Initially hide the extra content */;
}

.expand {
	color: blue;
	cursor: pointer;
	margin-left: 8px;
}

.related-services .service-links span.expand {
	color: #007bff;
	cursor: pointer;
	font-weight: bold;
}

.related-services .service-links span.expand:hover {
	text-decoration: underline;
}



/*  */


/* Footer Styles */
.footer-nav {
	/* background-color: #f5f5f5; */
	padding: 20px 0;
	color: #666666;
}

.footer-nav .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-nav .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.footer-nav .footer-links li {
	font-size: 14px;
}

.footer-nav .footer-links a {
	text-decoration: none;
	color: #666666;
}

.footer-nav .footer-links a:hover {
	text-decoration: underline;
	color: #333333;
}

.footer-nav .footer-contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-nav .footer-contact .contact-box {
	background-color: #F9F9F9;
	border: 1px solid var(--orangeo);
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer-nav .footer-contact .contact-box p {
	font-size: 14px;
	margin: 0;
  /* font-weight: bold; */
	color: var(--sec-text);
}

.footer-nav .footer-contact .contact-box span {
	font-size: 14px;
	color: var(--sec-text);
}

.footer-copyright {
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	color: var(--gray);
	margin-top: 20px;
}

.copy-right {
	padding-block: 10px;
	display: block;
	margin: auto;
}


/* MOBILE-FOOTER */
.footer-nav-mbl {
	background-color: #fff;
	padding: 20px 0;
	border-top: 3px solid #ff6600;
}

.footer-nav-mbl .footer-icon p {
	font-family: 'yahei';
	font-size: 12px;
	font-weight: 400;
	line-height: 15.84px;
	color: #000;
}

.footer-nav-mbl .footer-icon-img {
	width: 27px;
	height: 25px;
	display: block;
	margin: 0 auto 5px;
}

.footer-nav-mbl .footer-contact p {
	font-family: 'yahei';
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0px;
}

.contact-row {
	column-gap: 30px;
}

.footer-nav-mbl .footer-contact {
	border: 2px solid var(--hr);
	padding-block: 5px;
}

.footer-nav-mbl .footer-customer-service {
	font-size: 14px;
	color: #000;
	text-align: left;
}

.footer-nav-mbl .footer-title {
	font-family: 'yahei';
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}

.footer-nav-mbl .footer-phone {
	margin: 0;
	font-family: 'yahei';
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.footer-phone a {
	text-decoration: none;
	color: var(--R-link);
}

.footer-nav-mbl .footer-links a {
	font-family: 'yahei';
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	margin: 0 10px;
}

.footer-nav-mbl .footer-links a:hover {
	text-decoration: underline;
}

.mbl-footer-container {
	display: none;
}


/*  */

.footer-bottom-nav {
	background-color: var(--off-white); /* Light background color */
	border-top: 2px solid var(--orangeo); /* Orange top border */
	/* padding: 10px 0; */
	display: none;
	padding-block: 14px;
  }
  
  .footer-bottom-nav .footer-item {
	text-align: center;
	margin: 0 10px;
  }
  
  .footer-bottom-nav .footer-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: black;
	font-family: 'yahei';
	font-size: 14px;
	transition: color 0.3s;
  }
  
  .footer-bottom-nav .footer-icon {
	width: 24px;
	height: 24px;
	margin-bottom: 5px; 
  }
  
  .footer-bottom-nav .footer-text {
	font-size: 12px; 
  }
  
  @media (max-width: 576px) {
	.footer-bottom-nav {
	display: block !important;
	}
  
	.footer-bottom-nav .footer-item {
	  margin: 0 5px;
	}
  
	.footer-bottom-nav .footer-icon {
	  width: 20px;
	  height: 20px;
	}
  
	.footer-bottom-nav .footer-text {
	  font-size: 10px;
	}
  }
  








/*  */
  
/* Media Queries */


/*  */

@media (max-width:575px) {
	.main-link {
		font-size: 14px !important;
	}



	.category-links {
		margin-top: 0px !important;
	}

	#for-mbl-catagory-link {
		display: block !important;
		font-size: 14px !important;
		line-height: 22px !important;
		position: relative !important;
		top: -17px;
	}

	.catagory-links {
		display: block !important;
		font-size: 14px !important;
		line-height: 16px !important;
		position: relative !important;
		top: -17px !important;
	}

	.category-card {
		justify-content: flex-start !important;
	}

	.category-title {
		font-size: 14px !important;
	}

/* Fix dropdown menu width */
	#only-for-mbl > div > ul {
		width: 100px !important;
		min-width: 110px !important;
	}

	.related-services {
		padding: 15px;
	}

	.related-services .section-title {
		font-size: 14px;
	}

	.related-services .service-links {
		font-size: 13px;
		line-height: 1.6;
	}

	.footer-nav .container {
		flex-direction: column;
		text-align: center;
	}

	.footer-nav .footer-links {
		justify-content: center;
	}

	.footer-nav .footer-contact {
		flex-direction: row;
		justify-content: center;
		gap: 15px;
	}

	.footer-nav .footer-contact .contact-box {
		width: auto;
		flex: 1;
	}
  /*  */
	.google-adds {
		display: block !important;
	}

	.category-title {
		font-size: 14px !important;
	}

	.footer-nav-mbl .footer-icon-img {
		width: 20px;
		height: 20px;
		display: block;
		margin: 0 auto 5px;
	}

	.footer-nav-mbl .footer-icon p {
		font-size: 11px !important;
	}
	.category-links .last-link {
		margin-left: 5px;
		cursor: pointer !important;
		position: relative !important;
		bottom: 0px !important;
		/* right: 135px; */
		right: -140px !important;
		top: -23px !important;
	}

.search-icon-nav .no-padding{padding-inline: 0px !important}
.footer-copyright p {font-size: 13px !important}





  /*  */;
}

@media (max-width:768px) {
	.main-title {
		display: none !important;
	}


	.category-card {
		text-align: center !important;
		transition: box-shadow 0.3s ease !important;
		padding: 2px 8px !important;
		display: flex !important;
		align-items: center;
		justify-content: f !important;
		justify-content: flex-start;
		column-gap: 20px;
	}

	.category-links {
		margin-top: 0px !important;
	}

	.category-icon-wrapper {
		margin-bottom: 10px !important;
	}

	.category-card-container {
		width: 100% !important;
	}

	#for-desktop-catagory-link {
		display: none !important;
		margin-top: 26px !important;
	}

	#for-mbl-catagory-link {
		display: block !important;
		text-align: left !important;
	}

	.post-body p {
		font-family: 'yahei';
		font-size: 12px !important;
		font-weight: 500 !important;
		line-height: 18px !important;
	}

	.post-footer {
		margin-top: 0px !important;
	}

	.secondary-footer {
		margin-top: 4px !important;
	}

	.content-header h1 {
		font-size: 20px !important;
	}

	.content-header h1::after {
		width: 181px !important;
		left: 91px !important;
	}

	.content-with-adds .row {
		padding-inline: 15px !important;
	}

	.dropdown-item {
		padding-inline: 6px  !important;
	}

	.footer-nav-mbl .footer-icon p {
		font-size: 12px !important;
	}

	.footer-nav-mbl .footer-contact,
    .footer-nav-mbl .footer-customer-service {
		text-align: center !important;
	}

	.footer-nav-mbl .footer-links a {
		margin: 5px !important;
		display: inline-block !important;
	}

	.mbl-footer-container {
		display: block !important;
	}

	.desktop-footer-container {
		display: none !important;
	}

	.footer-copyright {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}

	.post {
		display: flex !important;
		justify-content: flex-start !important;
		flex-direction: column !important;
		row-gap: 14px !important;
	}

	.main-menu-inner{display: block !important;margin: auto !important;}
	.secondary-menu .nav-link { font-size: 14px !important;}
	#sign-btn {
		padding: 6px 16px !important;
		background-color: var(--orangeo);
		color: white;
		font-size: 14px !important;
		position:  relative !important;
		left: -6px !important;
	}

	#header-mbl-screen{display: flex !;justify-content: space-between !important;}
	#only-for-mbl > div > button{position: relative;right: -6px !important;}

}

@media (max-width:577px) {
	body {
		overflow-x: hidden !important;
	}
	/* .main-menu-inner {
		display: grid !important
		;
			place-items: center !important;
	} */
	#show{display: block !important}
	.main-menu-inner {
		justify-content: flex-start !important;
		padding-inline: 0px !important;
	}
}

  

/*  */


@media (max-width:475px) {


	.main-menu-inner {
		justify-content: flex-start !important;
		padding-inline: 0px !important;
	}

	.post {
		display: flex !important;
		justify-content: flex-start !important;
		flex-direction: column !important;
		row-gap: 14px !important;
	}

	.content-header h1 {
		font-size: 14px !important;
	}

	.header-links a {
		text-decoration: none !important;
		font-size: 12px !important;
		color: #333 !important;
		display: flex !important;
		align-items: center !important;
		gap: 5px;
		position: relative !important;
		top: -11px !important;
	}

	.caption {
		margin-top: 10px !important;
		font-size: 14px !important;
	}

	.content-header h1::after {
		width: 132px !important;
		left: 65px !important;
		height: 3px !important;
		top: 34px !important;
	}

#for-mbl #sign-btn {
		padding: 4px 9px !important;
		background-color: var(--orangeo);
		color: white;
		text-decoration: none !important;
	}
	.search-input {
		width: 70% !important;
	}
	#for-mbl > .main-link{padding-inline: 3px !important;}

	body > div.container-fluid.pre-nav > div > div.lang-transletor > div > button {
		padding: 2px 5px !important;
	}

	.pre-nav .container {
		column-gap: 12px !important;
	}

	.post-footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		color: #68686E;
		margin-top: 8px;
		column-gap: 50px !important;
	}

	.dropdown-toggle {
		white-space: nowrap;
		font-size: 14px !important;
	}

	body > nav.search-icon-nav.container-fluid > div > div.d-flex.align-items-center.gap-3 > a {
		font-size: 14px !important;
	}

	.dropdown-toggle::after {
		font-size: 18px !important;
	}

	.lang-transletor .dropdown-toggle::after {
		font-size: 12px !important;
	}

	.dropdown-toggle {
		padding: 2px 5px !important;
	}

	body > nav.search-icon-nav.container-fluid > div > div.d-flex.align-items-center.gap-3 > div > button {
		padding: 2px 5px !important;
	}

	.markiting-add img {
		width: 90%;
		display: block !important;
		margin: auto !important;
	}

	.google-add-title {
		padding-left: 22px !important;
	}

	.col-auto {
		flex: 0 0 auto;
		width: auto;
		padding: 8px !important;
		padding-inline: 5px !important;
	}

	.footer-nav-mbl .footer-icon p {
		font-size: 11px !important;
	}

	#only-for-mbl > div > ul {
		width: 100px !important;
		min-width: 75px !important;
		position: absolute;
		right: -13px !important;
	}

	body > nav.search-icon-nav.container-fluid > div > div.d-flex.align-items-center.gap-3 > div > ul {
		width: 100px !important;
		min-width: 118px !important;
	}

	.pre-nav .container {
		align-items: flex-start !important;
	}

	.search-icon img {
		position: relative !important;
		top: -4px !important;
		width: 16px !important;
	}

	.category-links a {
		margin-right: 0px !important;
	}
	#for-mbl > a:nth-child(3) > svg{width: 16px !important; height: 16px !important;}
	#for-mbl-catagory-link {
		width: 100%;
		max-width: 300px !important ;
		top: -3px !important;
	}
}
/*  */

@media (max-width:375px) {
	.footer-copyright p {
		font-size: 12px !important;
	}
	.footer-copyright p {
		font-size: 11px !important;
	}
	
}



/*  */
@media (max-width: 992px) {
	.search-icon {
		display: block;
	}

	.search-input {
		font-size: 18px;
		padding: 15px;
	}

	#searchIcon {
		display: block !important;
	}

	.content-right {
		display: none !important;
	}

	.content-left {
		width: 100% !important;
		display: block !important;
		margin: auto !important;
	}

	.footer-nav .footer-links {
		max-width: 500px !important;
	}
}

@media (max-width: 992px) {
	.search-container {
		display: none !important;
	}

	#for-desktop {
		display: none !important;
	}

	#for-mbl {
		display: block !important;
	}

	#only-for-mbl {
		display: block !important;
	}

	#only-for-desktop {
		display: none !important;
	}

	#a-hide-for-mbl {
		display: none !important;
	}
}


  /*  */
  /* Primary Menu Styles */
.primary-menu-inner {
	background-color: var(--blue);
 /* Blue background */;
}

.primary-menu-inner .nav-link {
	color: white;
	background-color: var(--blue);
	padding: 10px;
	margin: 0 5px;
	text-align: center;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.primary-menu-inner .nav-link:hover,
  .primary-menu-inner .nav-link.active {
	background-color: var(--orangeo);
 /* Orange background for hover/active state */;
}

  /* Secondary Menu Styles */
.secondary-menu {
	padding: 10px 0;
}

.secondary-menu .nav-link {
	color: #4A5692;
	padding: 2px 7px;
	text-align: center;
	font-size: 16px;
}

.secondary-menu .container {
	padding-inline: 0px;
}

  /* Owl Carousel Customization */
.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .owl-item {
	display: inline-block;
	width: auto !important;
}

.owl-carousel .owl-nav,
  .owl-carousel .owl-dots {
	display: none;
 /* Remove dots and arrows */;
}

@media (max-width:1200px) {
	.primary-menu-inner .nav-link {
		font-size: 13px !important;
	}

	.area-menu {
		justify-content: center !important;
	}
}

@media (max-width:575px) {
      /* .secondary-menu .container{padding-inline: 15px !important;} */
	.secondary-menu .nav-link {
		font-size: 12px !important;
	}
}