
*{margin: 0px;padding: 0px;box-sizing: border-box;}

@font-face {
	font-family: "Yahei";
	src: url(fonts/Inter-VariableFont_opsz,wght.ttf);
}
body {font-family: 'yahei';}


:root {
--orangeo: #FF7100;
--blue: #5993DD;
--off-white: #FAF9F5;
--border: #DBDBDB;
--text: #4A5692;
--plus: #3179A9;
--hr: #E1E1E1;
--R-link: #337ABC;
--sec-text: #68686E;
--gray: #999999;
}
p{margin-bottom: 0.5rem !important;}
.top-header {
	  background: #fff;
	  padding: 10px 0;

  }
  .company-logo {
	  height: 40px;
	  margin-right: 15px;
  }
  .account-btn{border-radius: 23px !important;}
  .region-btn, .account-btn, .language-btn {
	  background: var(--orangeo);
	  color: #fff;
	  border: none;
	  padding: 5px 15px;
	  border-radius: 5px;
	  font-size: 14px;
  }
  .company-title {
font-size: 24px;
font-weight: 700;
color: #080405;
font-family: 'yahei' !important;
}
  .nav-bar {

	  padding: 8px;
	  margin-block: 6px 10px;
  }
  .pro-links a {
	  text-decoration: none;
	  color: var(--sec-text);
	  font-size: 14px;
	  margin: 0 5px;
  }
  .pro-links img {width: 24px;}
  .divider {
	  color:var(--orangeo);
	  margin: 0 5px;
  }




  .category-card {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}



.category-icon {
width: 2.8103vmin;
height: 2.8103vmin;

}
.category-icon-wrapper{
width: 5.3077vmin;
height: 5.3077vmin;
border: 1px solid var(--border);
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;

background-color: rgba(255, 255, 255, 0.836);
}
.category-container {
display: grid;
gap: 12px 8px;
padding-inline: 0px;
grid-template-columns: repeat(4, 1fr);
}

.dropdown-toggle {
color:var(--plus) !important; /* Label text color */
background: none !important;
border: none !important;
box-shadow: none !important;
font-size: 16px; /* Adjust font size if needed */
}

.dropdown-toggle::after {
border-top-color: var(--orangeo) !important; /* Dropdown icon color */
font-size: 24px;
position: relative;
top: 6px;
}

.dropdown-menu {
min-width: 90px !important; /* Set dropdown width */
}

.dropdown-item {
font-size: 14px; /* Adjust font size */
}
#for-mbl-title{display: none;}



/*  */

.featured-jobs {
padding: 20px 0;

}
.featured-title {
position: relative;
text-align: center;
font-size: 22px;
font-weight: 500;
color:black;
display: flex;
align-items: center;
justify-content: center;
font-family: 'yahei';
}

.featured-title::before,
.featured-title::after {
content: "";
flex: 1;
height: 2px;
background-color:var(--orangeo);
margin: 0 10px;
}

.job-card {
/* background: #fff; */
/* padding: 15px; */
border-bottom: 1px solid var(--hr);
padding-block: 16px;

}
.job-title {
font-weight: bold;
font-size: 3.2026vmin;

}
.job-icon {
margin-left: 8px;
width:22px;
}
.upload-icon{width: 14px;height: 14px;}
/* .job-icon {width: 100% !important;} */
.job-description {
	font-size: 2.6897vmin;

    line-height: 5.1282vmin;
    margin: 0.8385vmin 0px;
    color: #333333;
	max-width: 480px;

}
.job-contact {
    margin-bottom: 0.0513vmin;
    font-size: 2.6897vmin;
    font-weight: bold;
    color: #ff6600;
}



.contact-number {
font-weight: bold;
color:var(--orangeo);
}
.contact-text {
    margin-left: 10px;
    color: #333333;
    font-size: 2.6897vmin;
    font-weight: 200;
}
.job-location {
	font-size:2.5897vmin;
		color: 
#333333;

		line-height: 3.1282vmin;
	}

.job-heading{color:#080405;}
.more {
margin-top: 20px;
text-align: center;
margin-bottom: 20px;
}
.more a {
color: var(--blue) !important;
display: inline-block;
border: 2px solid #ddd;
border-radius: 23px;
line-height: 30px;
width: 200px;
}
.call-now {
color:var(--blue);
text-decoration: none;
}
/*  */


.local-section {
border-radius: 8px;
/* padding: 16px; */
}

.local-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 24px;
border-bottom: 1px solid #ddd;
}

.local-title-header {
font-size: 20px;
position: relative;
top: 6px;
color:  var(--orangeo);
}

.local-title {
	font-size: 3.2154vmin;

	margin-bottom: 1.1256vmin;

color: rgba(0, 0, 0, 0.753);
}

.local-icons .icon-link {
margin-left: 10px;
padding: 7px;
}

.local-list {
margin-top: 10px;
}

.local-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 0;
border-bottom: 1px solid var(--border);
}
.local-item i {color: var(--sec-text);}

.local-icon {
width: 30px;
height: auto;
text-align: center;
}

.local-description {
flex-grow: 1;
padding-left: 22px;
}
.local-arrow i{color: var(--blue);}

.local-text a {font-size: 2.6026vmin;
color:var(--blue);
text-decoration: none;
padding-inline-end: 12px;
}

.local-arrow img {
width: 16px;
height: auto;
}

body > section.content-with-adds.container > div > div.col-md-9.content-left > section > div > section > div.local-header > div > a:nth-child(1) > span > i {
position: relative;
top: 1px;
margin-left: 5px;
color: var(--sec-text);
}
body > div.container-fluid.body-center > section > div > div.col-md-9.content-left > section > div > section > div.local-header > div > a:nth-child(1) > span > i{position: relative; right: -3px;}
.local-icons .icon-link {background-color: white;}
.local-icons .icon-link img{width: 14px ;height: 14px;}
body > div.container-fluid.body-center > section > div > div.col-md-9.content-left > section > div > section > div.local-header > div > a:nth-child(1) > img{width: 24px;}

.body-center {background-color:#e2e1e057;}
.rolling{display: none;}
@media (max-width:475px) {

}

.flex {display: flex;justify-content: center;align-items: center;}
/*  */
.featured-services {
	  text-align: center;
   
  }

  .content-with-adds{padding-block: 35px 0px;}

  .section-title {
	position: relative;
text-align: center;
font-size: 22px;
font-weight: 500;
color:black;
display: flex;
align-items: center;
justify-content: center;
font-family: 'yahei';
margin-bottom: 20px;
  }
  .section-title::before,
  .section-title::after {
content: "";
flex: 1;
height: 2px;
background-color:var(--orangeo);
margin: 0 10px;
}
  .services-grid {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  gap: 20px;

  }
  .service-card {
	  border: 1px solid #ddd;
	  /* border-radius: 8px; */
	  overflow: hidden;
	  text-align: left;
  
	  position: relative;
  }
  .service-img-div {
	  width: 100%;
	  height: 18.5897vmin !important;
	  object-fit: cover !important;
	  display: flex;
  }
  .service-img-div .service-img{width: 100%;object-fit: cover;}
  .service-content {
	  padding: 10px;
  }

@media (min-width:820px) and (max-width:1120) {

	.service-title {
		margin-top: 3.2641vmin;
		font-size: 1.8026vmin !important;
		margin-bottom: 0px;
	}
}

  @media (max-width:476px) {
	.service-img-div {
height: 50.5897vmin !important;
width: 100%;}
	
  }


  /*  */
  .category {
position: absolute;
font-size: 10px;
top: 11px;
left: -21px;
background-color: #ff8500;
color: #fff;
padding: 1px 19px;
transform: rotate(-42deg);
}



/*  */
.Realstate-btn {
background: var(--orangeo);
color: #fff;
border: none;
padding: 4px 10px;
border-radius: 5px;
font-size: 16px;
display: block;
margin: auto;
width: 200px;
text-align: center;
margin-bottom: 20px;
}
.Realstate-btn {
border-radius: 23px !important;
}
a {
text-decoration: none !important;
}
/* SIDEBAR ADDS */

.sidebar-adds {
width: 100%;
overflow: hidden;

}

.sidebar-adds-item {
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
margin-bottom: 10px;
position: relative;
}

.sidebar-adds-badge {
position: absolute;
top: 10px;
left: 10px;
background: #f89c42;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
border-radius: 4px;
}

.sidebar-adds-image {
width: 100%;
height: 150px;
object-fit: cover;
display: block;
}

.sidebar-adds-content {
padding: 10px;
}

.sidebar-adds-price {
	font-size: 3.201397vmin;
font-weight: bold;
color: #000;
margin-bottom: 5px;
}
.text-item p{margin-bottom: 0px !important;}

.sidebar-adds-details {
font-size: 14px;
color: var(--sec-text);
margin-bottom: 5px;
}

.sidebar-adds-location {
font-size: 13px;
color:var(--sec-text);
}
#right{text-align: end;}
#Autos .sidebar-adds-details {color: #000 !important;}

.no-padding{padding-inline: 0px !important;}

/*  */
.footer-icon{display: flex
;
justify-content: center;
align-items: center;
flex-direction: column;
row-gap: 7px;}

.service-title{
	margin-top: 3.2641vmin;
		font-size: 2.4026vmin;
		margin-bottom: 0px;
	}

/*  */
.service-description {margin-top: 8px;font-size: 2.4197vmin;}
.location{font-size: 2.0197vmin !important;}

.footer-contact  p{margin-bottom: 0px !important;color: #080405;}


/*  */

/* Medium Screens (≥768px) → 4 columns */
@media (min-width: 768px) {
.category-container {
grid-template-columns: repeat(6, 1fr);
}

.footer-nav-mbl .footer-contact p{
  position: relative;
  /* top: 3px; */
}
.footer-links .col-auto {margin-block-start: 20px;}



}
@media (max-width:768px) {
#for-desktop-title{display: none !important;}
#for-mbl-title{display: block;text-align: center;margin-block: 18px;}
.footer-nav-mbl .footer-contact{width: 16% !important;}


}
@media (min-width:475px) and (max-width:575px) {
	.service-nav{margin-bottom: 22px !important;}
	
}
@media (max-width:575px) {
	.job-title {font-weight: bold !important;
		font-size: 4.2026vmin!important;}


.job-description {color: #333333;
    font-size: 3.4197vmin!important;
    line-height:5.8282vmin !important;
    margin: 4.8385vmin 0px !important;}
	.job-contact{
	color: #333333;
    font-size: 4.1897vmin  !important;
    line-height: 6.6282vmin !important;
    margin: 3.8385vmin 0px !important;}
	.contact-number {	color: #ff6600;
		margin-bottom: 4.1897vmin  !important;
		font-size:4.1897vmin  !important;
		margin-right: 20px !important;font-weight: 500 !important;}
		.contact-text{color: #333333 !important;
			font-size:4.1897vmin  !important;}
			.job-location{	color: #333333 !important;
				font-size: 3.6897vmin !important;;
				line-height: 5.8282vmin !important;}
				.ad-box p {
			
					font-size: 4.7197vmin !important;
				}
				.local-title{font-size: 4.9197vmin!important;}
				.local-text a{
					font-size: 4.7197vmin !important;}
					.service-description {
						font-size: 3.7197vmin !important;
					}
					.location span {
						font-size: 3.1197vmin !important;
					}
					.category-title{color: #080405 !important;
						font-size: 3.2897vmin !important;
						margin-top: 2.2641vmin !important;
						display: inline-block;
						text-align: center;
						font-weight: bold;}
						.service-title {
							margin-top: 3.2641vmin;
							font-size: 3.9026vmin !important;
							margin-bottom: 0px;
						}
						.pro-links a {
							text-decoration: none;
							color: var(--sec-text);
							font-size: 16px !important;
							margin: 0 5px;
						}
						.sidebar-adds-price {
							font-size: 5.5197vmin;
						font-weight: bold;
						color: #000;
						margin-bottom: 5px;
						}
						.service-nav {margin-block: 0px !important;}
		




.dropdown-toggle::after {
border-top-color: var(--orangeo) !important;
font-size: 24px;
position: relative;
top: 3px;
}


}

@media (max-width:475px) {
.footer-nav-mbl .footer-contact {
  width: 20% !important;
}  
.footer-nav-mbl .footer-links a {font-size: 13px !important;}
}
@media (max-width:475px) {
	.job-title {font-weight: bold !important;
		font-size: 4.7026vmin!important;}


.job-description {color: #333333;
    font-size: 3.9197vmin!important;
    line-height:5.8282vmin !important;
    margin: 4.8385vmin 0px !important;}
	.job-contact{
	color: #333333;
    font-size: 4.6897vmin  !important;
    line-height: 6.6282vmin !important;
    margin: 3.8385vmin 0px !important;}
	.contact-number {	color: #ff6600;
		margin-bottom: 4.6897vmin  !important;
		font-size:4.5897vmin  !important;
		margin-right: 20px !important;font-weight: 500 !important;}
		.contact-text{color: #333333 !important;
			font-size:4.6897vmin  !important;}
			.job-location{	color: #333333 !important;
				font-size: 4.1897vmin !important;;
				line-height: 5.8282vmin !important;}
				.ad-box p {
			
					font-size: 5.2197vmin !important;
				}
				.local-title{font-size: 5.3197vmin!important;}
				.local-text a{
					font-size: 3.4197vmin !important;}
					.service-description {
						font-size: 4.2197vmin !important;
					}
					.location span {
						font-size: 3.4197vmin !important;
					}
					.category-title{color: #080405 !important;
						font-size: 3.5897vmin !important;
						margin-top: 2.2641vmin !important;
						display: inline-block;
						text-align: center;
						font-weight: bold;}
						.service-title {
							margin-top: 3.2641vmin;
							font-size: 4.7026vmin !important;
							margin-bottom: 0px;
						}
						.pro-links a {
							text-decoration: none;
							color: var(--sec-text);
							font-size: 16px !important;
							margin: 0 5px;
						}
						.sidebar-adds-price {
							font-size: 6.2197vmin;
						font-weight: bold;
						color: #000;
						margin-bottom: 5px;
						}
						.service-nav {
							margin-block-end: 30px !important;
							row-gap: 0px !important;
						}
		




.dropdown-toggle::after {
border-top-color: var(--orangeo) !important;
font-size: 24px;
position: relative;
top: 3px;
}


}


@media (min-width: 992px) {
.category-container {
grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width:992px) {
.company-title {
		  font-size: 14px !important;
	  }
	  .region-btn, .account-btn, .language-btn {
		  font-size: 12px;
		  padding: 4px 10px !important;
	  }

}
/* Extra Large Screens (≥1200px) → 8 columns */
@media (min-width: 1024px) {
.category-container {
grid-template-columns: repeat(8, 1fr);
column-gap: 60px !important;
}
}

.category-card {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;

padding-block-start: 7px;
}

.category-icon-wrapper {
	margin-bottom: 10px !important;
	width: 50px !important;
	height: 50px !important;
}




.category-title {

	color: #080405;
    font-weight: 500;
    font-size: 12px;
}

.ads-section{margin-block: 22px;}

.ad-box a {
display: block;
/* padding: 5px; */
transition: 0.3s;
margin-bottom: 8px;
}
.ad-box p {

color: rgb(20, 20, 20);
text-align: left;
margin-block: 8px;

}

.ad-box img {
width: 100%;
height: auto;
display: block;
margin: auto;
}
@media (max-width: 575.98px) {
.top-header, .nav-bar {
		  flex-direction: column;
		  text-align: center;
	  }
	  .pro-links {
		  margin-top: 5px;
	  }
.ad-box {
width: 100% !important; /* Option to make 1 ad per row */
}
.col-lg-3{padding-inline-start: 8px !important;padding-inline-end: 8px !important;}
}

/*  */
.services-grid {
display: grid;
gap: 10px;
/* padding: 0 20px; */
}

/* Default: 4 columns */
@media (min-width: 769px) {
.services-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
.footer-nav-mbl .footer-links a {
font-family: 'yahei';
font-size: 14px;
font-weight: 400;
line-height: 26px;
color: #000;
text-decoration: none;
margin: 20px 10px;
padding-inline: 20px;
}
.footer-nav-mbl .footer-title { font-size: 18px !important;
}
}

/* 3 columns from 768px to 525px */
@media (max-width: 768px) and (min-width: 575px) {
.services-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}
}

/* 2 column from 525px to 320px */
@media (min-width: 475px) and (max-width: 575px) {
.services-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}
}

/* 1 column from 525px to 320px */
@media (min-width: 320px)and (max-width:475px) {
.services-grid {
  grid-template-columns: 1fr !important;
}
.pro-links a {
	  text-decoration: none;
	  color: var(--sec-text);
	  font-size: 12px !important;
	  margin: 0 5px;
  }
  .pro-links img {width: 18px !important;}
  .flex {display: flex !important;}
  .pro-links a {
	text-decoration: none;
	color: var(--sec-text);
	font-size: 13px !important;
	margin: 0 5px;
}
}
.flex {display: none;}
.flex img {    position: relative !important;

margin-inline: 20px  !important;
width: 36px !important;

} 



a {
	text-decoration: none !important;
}


.container { 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Extra Small Devices (Phones, less than 576px) */


/* Small Devices (Portrait tablets & large phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }
	

}

/* Medium Devices (iPads & tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

/* Large Devices (Desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

	.company-title {
		font-size: 22px !important;
	
}


}

/* Extra Large Devices (1200px and above) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/*       Reel TEXT SECTIOn  */


.text-reel {
	overflow: hidden; /* Hide overflow for seamless scrolling */
	width: 100%;
	position: relative;

	margin-block: 20px;
	padding: 10px 0;
  }
  
  .text-container {
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 20px; /* Space between texts */
	transform: translateX(0); /* Initial position */
  }
  
  .text-item  p{
	font-size: 14px;
	font-weight: 500;
	color:#080405;
	flex: 0 0 auto;
	margin-inline: 8px;
  }
  
  /* Optional: Hover to Pause */
  .text-reel:hover .text-container {
	animation-play-state: paused;
  }

/* 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);

}

.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;
	margin-top: 30px;
}
.icon-div {
    width: 11vmin;
    height: 11vmin;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.icon-div img{width: 60% !important;object-fit: contain;}

.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-contact a {
	font-family: 'yahei';
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0px !important;
	color: #080405;
}

.contact-row {
	column-gap: 210px;

	
}
 .service-nav{justify-content: space-around !important; gap: 23px;}

.footer-nav-mbl .footer-contact{height: 76px !important;width: 76px !important;}
.footer-nav-mbl .footer-contact {
	border: 2px solid var(--hr);
	padding-inline: 14px !important;
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-nav-mbl .footer-customer-service {
	font-size: 14px;
	color: #000;
	text-align: left;
}

.footer-nav-mbl .footer-title {
	font-family: 'yahei';
	font-size: 14px;
	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: 14px;
	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: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	margin: 0 10px;
}

.footer-nav-mbl .footer-links a:hover {
	text-decoration: underline;
}
#tab-width{max-width: 712px !important;}

/* .mbl-footer-container {
	display: none;
} */
.numbers {color: black !important;}

/*  */

.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:768px) {
	.main-title {
		display: none !important;
	}



	.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;
	}


	.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-contact{display: flex;justify-content: center;align-items:center;}
	.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;
	}

	
.contact-row {
	column-gap: 30px;
}
}

@media (max-width:577px) {
	.container {
        max-width: 100%;
        /* padding: 0 10px; */
    }
	
	.company-title {
		font-size: 16px !important;
	
}
.nav-bar{margin-bottom: 8px;}
.service-nav {
	margin-block-end: 30px !important;
	row-gap: 5px !important;
}
	.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-icon-wrapper{	
		width: 12.3077vmin  !important;
		height: 12.3077vmin !important;	
		
	}

	.category-icon{
	width: 6.4103vmin !important;
		height: 6.4103vmin !important;
		object-fit: contain !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;
	}



	.footer-nav-mbl .footer-icon-img {

		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}

/*  */
.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;
	}




  /*  */;
	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;
	}
	/* .service-nav .col-auto {padding-inline: 0px !important;} */
	/* .service-nav {
   
        gap: 14px !important;
    } */
	.footer-nav-mbl .footer-contact{height: 72px !important;}


}

  

/*  */
/* @media (min-width:475px) {
	.service-nav{justify-content: space-around !important;}
	
} */

@media (max-width:475px) {



	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;
        position: relative;
        top: 3px !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: 12px !important;
	}
	.footer-copyright p {
        font-size: 12px !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;
	}
	


	.footer-bottom-nav{padding-inline: 0px !important;}
	.contact-row {align-items:center !important;}
	/* .footer-nav-mbl .footer-contact{height: 60px !important;} */
	.icon-div img {width: 82% !important;}
	.rolling {display: flex !important;justify-content: center;align-items:center;column-gap: 16px;padding-inline: 20px;margin-block: 1rem;border-top: 1px solid var(--border);padding-top: 22px;}
.rolling p { color:rgba(0, 0, 0, 0.808);font-weight: 600;}
.rolling img {width: 34px;position: relative;top: -5px;}


}
/*  */
@media (min-width:320px) and (max-width:375px) {
	.rolling p{font-size: 12px !important;}
	.rolling img {width: 26px;position: relative;top: -5px;}
	
	
	}

@media (max-width:375px) {

	.footer-copyright p {
		font-size: 11px !important;
	}

	.local-title-header {
		font-size: 18px !important;
		position: relative;
		top: 6px;
		color: var(--orangeo);
	}
	/* .footer-icon{padding: 0px !important;} */
	.footer-nav-mbl .footer-icon p {
        font-size: 12px !important;
    }
	.service-nav {
        justify-content: space-around !important;
        gap: 6px !important;
    }
	.footer-nav-mbl .footer-icon-img {

		display: block;
		margin: 0 auto 5px;
	}

}



@media (max-width: 992px) {
	
	.content-right {
	
		width: 100%;
	}

	.content-left {
		width: 100% !important;
		display: block !important;
		margin: auto !important;
		padding-inline: 0px;
	}

	.footer-nav .footer-links {
		max-width: 500px !important;
	}
	.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;
	}
}

