.mb_position_footer .gov-dubai-logo img {
	max-width: 150px;
}

.sm-list-view article .right-detail p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  margin-bottom: 16px;
}
.blog-details-content .featured-image img {
	object-fit: cover;
}
.blog-details .right-section-blog {
	white-space: nowrap;
}

.blog-details-content ul,
.blog-details-content ol,
.blog-details-content p,
.blog-details-content img {
	max-width: 820px;
	width: 100%;
}

.blog-details-content ul,
.blog-details-content ol,
.blog-details-content p {
	font-family: "bliss_light", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

.blog-details-content ul li,
.blog-details-content ol li,
.blog-details-content p {
	line-height: 1.4;
}

.blog-details-content .featured-image img {
	max-width: 100%;
}

.blog-details-content ul,
.blog-details-content ol {
	padding-inline-start: 15px;
	margin-bottom: 1rem;
}

.blog-details-content ul {
	list-style: disc;
}

.blog-details-content ol {
	list-style: decimal;
}
.owl-carousel .owl-stage-outer:lang(ar){
	direction: ltr;
}
#edit-valid-passports--description, #edit-industrial-licenses--description, #edit-trade-license--description, #edit-industrial-contracts--description, #edit-all-workers--description, #edit-all-vehicles--description, #edit-others--description, #edit-valid-trade-license--description, #edit-commercial-license--description, #edit-partner-passport--description, #edit-main-contracts--description, #edit-labour-camp--description, #edit-primary-approval--description, #edit-hospital-approval--description, #edit-request-letter--description, #edit-emirates-id--description{
	font-size: 13px;
	color: #2B2A2890;
}
.table-design .table .thead-dark th {
	background-color: #F2F1ED;
	color: #2B2A28;
}
.table-design .table .thead-dark th span {
    opacity: 1;
    font-weight: 500;
    font-size: 18px;
}
.table-design .table tr th:last-child {
    border-right: unset;
}
.table-design .table {
    border-radius: unset;
    border: 1px solid rgba(141, 141, 135, 0.5);
}

.table-design .table tr , .table-design .table tr th {
    border: 1px solid rgba(141, 141, 135, 0.5);
}
.table-design .table tr td:not(:last-child), .table-design .table tr th:not(:last-child) {
    border-right: 1px solid rgba(141, 141, 135, 0.5);
}
.table-design .table th {
    padding: 12px 18px;
}
.project-detail .left-img {
    border-radius: unset;
}
.project-detail .left-img img {
   border-radius: 16px;
}
.project-detail .right-detail .bottom-area {
    margin-top: 20px;
}
.contact-us .map{
	    padding-top: 50px;
}
/*Footer changes*/
footer {
background-color: #E4E4DC;
}
footer .footer-section .quick-links h3, footer .footer-section .contact h3, footer .footer-section .subscribe-us h3, footer .footer-section .subscribe-us .social-media-icons h3 {
    color: #2B2A28;
    padding-bottom: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
footer .footer-section .quick-links ul li a{
	font-size: 16px;
   color: #2b2a28;
   font-weight: 400;
    opacity: 1;
}

footer .footer-section .footer-below-section .footer-menu ul li a {
    font-size: 16px;
    color: #2b2a28;
    font-weight: 400;
}

footer .footer-section .main-details .office-details .heading, footer .footer-section .contact .office-details .heading {
    color: #2B2A28;
    opacity: 0.5;
}

footer .footer-section .main-details .office-details .details a, footer .footer-section .contact .office-details .details a {
    color: #2B2A28;
    font-size: 16px;
}

footer .footer-section .main-details .office-details .details, footer .footer-section .contact .office-details .details {
    color: #2B2A28;
}
footer .footer-section .quick-links ul li a:hover {
    text-decoration: underline;
}
.copyright, .region-copyright {
	padding: 30px 0px;
	border-top: 1px solid #BC8A5524;
	 text-align: center;
	font-size: 16px;
	background-color: #8d8d87;
	color: rgba(228, 228, 220, 0.5);
	margin-top: 40px;
	}
 
.copyright, .region-copyright p {
	color: #fff;
	font-size:14px;
}
/*Footer changes*/
@media screen and (max-width: 767px) {
.sm-list-view article .right-detail p {
  -webkit-line-clamp: 3;
  }	
}