*{
	font-size: unset;
}
.page-template-default .post-thumbnail .img-date-wrap{
    display: flex;
    justify-content: center;
}
.page-template-default .post-thumbnail .blog__date, .about-section .about-wrapper .about-left .img-quote, .blog__card .blog__img .blog__date, .blog__card figure .blog__date{
	display: none;
}

.faq-content-listing{
	list-style: disc;
	padding-left: 20px;
}
.faq-content-listing li{
	list-style: disc; !important
}


/* Contact Page form */
.contact-section .contact-wrapper .contact-right .contact-form form .contact__field.phone::before {
    content: "\e91b"; /* example icon for phone */
}

.contact-section .contact-wrapper .contact-right .contact-form form .contact__field.matter-type::before {
    content: "\e909"; /* example icon for dropdown/case */
}

.contact-section .contact-wrapper .contact-right .contact-form form .contact__field.brief-description::before {
    content: "\e91e"; /* example icon for message/description */
}

.contact-section .contact-wrapper .contact-right .contact-form form .contact__field.contact-method::before {
    content: "\e90e"; /* example icon for preferred contact method */
}

.contact-section .contact-wrapper .contact-right .contact-form form .contact__field.hear-about::before {
    content: "\e900"; /* example icon for source/referral */
}


.site-footer .footer-bottom .container .footer-bottom__wrapper .footer-bottom__right{
	display: none;
}
.section-header__title::before,
.section-header__title::after {
  content: none !important;
  font-family: initial !important;
  display: none !important;
}
.footer-top,
.colophon
{
	display: none !important;
}
@media screen and (min-width: 992px) {
    .banner__one .banner__wrapper .banner__text .text__wrapper {
       align-items: start;
        gap: 32px;
    }
}
@media screen and (max-width: 480px) {
	.banner__one .banner__wrapper .banner__img img{
		height: 350px !important;
    min-height: 350px !important;
	}
	.contact-section .contact-wrapper .contact-right .contact-form form{
		padding: 26px;
	}
	.contact-section .contact-wrapper .contact-right .contact-form form .contact__field{
		margin-bottom: 32px;
		padding-left: 32px;
	}
}
.accordion.style-two .accordion-button p {
    font-size: var(--law-fs-h4) !important; 
}
.contact__field.matter-type select{
    width: 100%;
    border: none;
    padding-bottom: 12px;
}
.contact-section .contact-wrapper .contact-right .contact-form form .contact__field.submit{
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: 0;
}
.site-footer .main-footer{
    padding-top: 0;
}
.quote-section>.container .quote-wrapper .section-header, .quote-section>.container .quote-wrapper h2{
    margin-bottom: 0;
}

@media screen and (max-width: 567px){
    .site-footer .footer-logo .wp-block-image__inner-container figure img{
        width: 150px !important;
    }
    .site-footer .footer-logo .wp-block-image__inner-container figure::after{
        width: calc(100% - 150px - 24px) !important;
    }
	.quote-wrapper .section-header__title{
		font-size: 24px;
	}
}
.entry-content ul li::before{
    display: none;
    
}
.entry-content ul li{
    list-style: disc;
    padding-left: 0;
}

.banner__one .banner__wrapper .banner__img img {
    min-height: 500px;
    max-height: 700px;
}
