/**** Media Query ****/
ul.menu-top .hide-menu {
	display: none;
}

.menu-wrap {
	display: none;
}

.no-scroll {
	overflow: hidden;
}

.mobile-home-banner {
	overflow: hidden;
	background: #020E21;
}

.mobile-home-banner .banner-home {
	height: 500px;
}

.mobile-home-banner .banner-home .banner-img-box {
	max-width: 380px;
	position: static;
	right: 0;
	margin-left: auto;
}

.mobile-home-banner .banner-form {
	position: static;
	background: none;
}

.mobile-home-banner .banner-form .inner-box {
	padding: 0;
}

.mobile-home-banner .banner-form .col {
	flex: 1 0 100%;
}

.mobile-home-banner .banner-form .wpcf7 .form-group {
	margin-bottom: 30px;
}

.mobile-home-banner .banner-form .submit-btn {
	min-width: 190px;
	height: auto;
}

.mobile-home-banner .submit-btn input[type="submit"] {
	width: auto;
}

.mobile-home-banner .banner-mobile-content {
	padding: 40px 0;
}

.mobile-home-banner .container {
	max-width: 100%;
}

.mobile-home-banner .banner-subtitle {
	font-weight: 300;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.mobile-home-banner .banner-title {
	font-weight: 700;
	font-size: 55px;
	line-height: 67px;
	color: #fff;
	margin-bottom: 0;
}

.mobile-home-banner .inner-content {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.mobile-home-banner .inner-content::before {
	position: absolute;
	content: "";
	left: -15px;
	right: -15px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	height: 1px;
}

@media (min-width:1201px) {
	.specials-sec .btn-sec {
	    margin-left: 3rem !important;
	}
	.page-banner {
		min-height: 550px;
	}

	.newsletter-sec .form-control {
		max-width: 400px;
	}
	.archive.tax-gallery-category #container-wrap {
	    margin-top: 150px !important;
	}
}

@media (min-width:1401px) {
	.no-banner #container-wrap {
	    margin-top: 75px !important;
	}
	
	.container {
		max-width: 1366px;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width:1500px) {
	ul.menu-top li {
		padding: 11px 20px;
	}
}
@media (max-width:1500px) {
	ul.menu-top li {
		padding: 11px 10px;
	}

ul.menu-top>li.menu-item-has-children {
    padding-right: 14px;
}
}
@media (max-width: 1400px) {
	.ph-number{
		padding: 11px 10px;
	}
	ul.menu-top li{
		padding: 11px 8px;
	}
	.menu-top li a{
		font-size: 12px !important;
}
	.ph-number span{
		font-size: 14px;
	}
	.ph-number a{
		font-size: 27px;
	}
	.commnity-content-item:before {
		content: "";
		width: 40px;
	}

	.page-banner .banner-title {
		font-size: 50px;
		line-height: 70px;
	}
}

@media (max-width: 1300px) {
	.common-award-logo .slick-arrow {
		display: none !important;
	}
}

@media (max-width: 1200px) {
	.logo-sec .slick-active:last-child .slider-blk::after {
		content: none;
	}

	.top-logo img,
	.top-logo svg {
		width: 200px;
	}

	.staff-member .content-para {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.h2 .h2,
	h2,
	.heading,
	h2.title {
		font-size: 36px;
	}

	.postlist-single h1 {
		font-size: 36px;
	}

	.postlist-single h2 {
		font-size: 32px;
	}

	.postlist-single h3 {
		font-size: 30px;
	}

	.postlist-single h4 {
		font-size: 25px;
	}

	.postlist-single h5 {
		font-size: 22px;
	}

	.postlist-single h6 {
		font-size: 18px;
	}

	.menu-header {
		display: none;
	}

	ul.menu-top .hide-menu {
		display: block;
	}

	.main-header .container {
		max-width: 100%;
		padding: 0 !important;
	}

	.main-menu {
		margin-top: 0 !important;
		order: 2;
		margin-right: 10px !important;
		width: auto;
		margin-left: 10px;
	}

	.wrap-header {
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end ! important;
	}

	.header-search-box.open-search {
		height: 120px;
	}

	.menu-wrap {
		background-color: var(--primary-color);
		position: fixed;
		top: 75px;
		height: 100vh;
		width: 350px;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 12;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	}

	.menu-full-wrapper {
		width: 100%;
		position: absolute;
		top: 0;
		text-align: left;
	}

	.menu-show {
		right: 0;
		max-width: 100%;
		width: 100%;
	}

	.menu-sidebar {
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
		margin-left: auto;
		height: 100%;
		padding-bottom: 50%;
	}

	.menu-bar-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.menu-sidebar .menu-bar-wrapper li {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		margin: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 0;
	}

	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.menu-sidebar .menu-bar-wrapper li:last-child {
		border: none;
	}

	.menu-sidebar .menu-bar-wrapper li>a {
		color: #fff;
		padding: 10px 15px;
		position: relative;
		display: block;
		font-weight: 300;
		font-size: 15px;
	}

	.menu-sidebar .menu-bar-wrapper li>a:hover:after {
		opacity: 1;
	}

	.menu-sidebar .menu-bar-wrapper li>a:hover {
		color: #fff;
		width: 100%;
	}

	.menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
		background-color: var(--green);
	}

	.menu-sidebar .sidebar-menu-arrow:after {
		content: "";
		cursor: pointer;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		display: inline-block;
		width: 10px;
		height: 10px;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: auto;
		position: absolute;
		right: 15px;
		top: 50%;
		bottom: 0;
		margin-top: -5px;
	}

	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
		transform: rotate(135deg);
		display: block;
		margin: 0;
	}

	.menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
		color: #0e2743;
	}

	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
		font-weight: 500;
		background-color: #e93941;
		color: #fff;
		width: 100%;
	}

	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
		opacity: 1;
	}

	.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
		position: relative;
	}
	.menu-sidebar .menu-bar-wrapper .current-menu-ancestor>a, .page-id-323 .menu-sidebar .menu-bar-wrapper .menu-item-2162 > a {
    background: var(--green);
}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 47px;
		width: 44px;
		background-color: transparent;
	}

	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
		display: none;
		background: none;
	}

	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}

	.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
		font-size: 16px;
		padding-left: 30px;
	}

	.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
		font-size: 16px;
	}

	.sidebar-menu-arrow::after {
		cursor: pointer;
		content: "";
		position: absolute;
		top: 0px;
		margin: auto;
		bottom: 0px;
		right: 0;
		background-size: 14px;
		height: 40px;
		width: 40px;
	}

	.menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
		display: none;
	}

	.menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
		padding-left: 50px;
	}

	body.nav-open-menu {
		position: fixed;
		overflow: hidden;
	}

	.menu-button {display: flex;justify-content: center;align-items: center;width: 60px;padding: 0px;position: absolute;margin-left: 0;right: 0px !important;background: var(--green);top: 0;height: 100%;}

	.ph-number {
		padding: 0;
		background-color: transparent;
		display: flex;
		gap: 10px;
	}

	.ph-number span {
		display: none;
	}

	header.main-header {
		padding: 10px;
		height: 76px;
	}

	.ph-number a {
		background-image: url(../img/phone.svg);
		font-size: 14px;
		background-position: left center;
		padding-left: 30px;
		display: block;
		background-repeat: no-repeat;
		background-size: 20px;
	}
    .txtnumber {
        background-image: url(/wp-content/uploads/2025/09/comment.png) !important;
        background-size: 30px !important;
        background-position: 0px 4px !important;
        background-repeat: no-repeat;
    }
	.menu-button .menu-bar {
		position: absolute;
		transition: .5s;
		opacity: 1;
		margin: 0 auto;
		width: 40px;
		right: 10px;
		background: #fff;
		height: 2px;
		border-radius: 10px;
	}

	.menu-button:hover {
		cursor: pointer;
	}

	.menu-button .menu-bar-top {
		top: calc(50% - 10px);
		width: 20px;
		right: 10px;
		left: unset;
	}

	.menu-button .menu-bar-middle {
		top: 50%;
		transform: translateY(-50%);
		margin-left: auto;
		margin-right: auto;
	}

	.menu-button .menu-bar-bottom {
		top: auto;
		bottom: calc(50% - 10px);
		width: 20px;
		right: 10px;
		left: unset;
	}

	.menu-button.button-open {
		z-index: 13;
	}

	.menu-button.button-open {
		z-index: 13;
	}

	.button-open .menu-bar-middle {
		background-color: #fff;
		transform: translate(230px);
		transition: .1s ease-in;
		opacity: 0;
	}

	.menu-button.button-open .menu-bar-top {
		transform: rotate(45deg) translate(8px, 8px);
		transition: .5s;
		top: 25px;
		background: #fff;
		opacity: 1;
		width: 40px;
	}

	.menu-button.button-open .menu-bar-bottom {
		transform: rotate(-45deg) translate(10px, -12px);
		transition: .5s;
		right: 18px;
		background: #fff;
		top: 52px;
		bottom: auto;
		width: 40px;
	}

	.sub-menu li ul.sub-menu {
		position: static;
	}

	.search-icon {
		margin-left: 0;
		margin-right: 15px;
		order: 1;
		margin-right: 70px !important;
	}

	.search-icon svg,
	.search-icon img {
		width: 22px;
		height: 22px;
	}

	.banner-home .container {
		max-width: 100%;
	}

	.banner-home .banner-subtitle {
		font-size: 20px;
		line-height: 30px;
	}

	.banner-home .row {
		min-height: 400px;
	}

	.procedure-sec .lft {
		padding-left: 50px;
	}

	.nap-box {
		width: 100%;
	}

	.banner-home .banner-title {
		font-size: 50px;
		line-height: 60px;
	}

	.banner-home .banner-img-box {
		max-width: 550px;
	}

	.infographic-page .infographic-listing {
		padding-right: 0;
	}

	.page-contnet {
		padding-right: 0;
	}

	.legal_questions .img-block {
		margin-right: 0;
	}

	.home-pa-sec .practice-item img {
		height: 360px;
	}

	.blog-list {
		padding-right: 0;
	}

	.postlist-single {
		padding-right: 0;
	}

	.community-page .community-content {
		padding-left: 0px;
	}

	.community-page .flex-row-reverse .community-content {
		padding-right: 0;
	}
	.nap-address, .nap-info a{
		letter-spacing: 0px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.banner-home .banner-subtitle {
        margin-top: 1.5rem !important;
    }
    .sidebar-form {
	    padding: 40px 10px !important;
	}
	.sidebar-form-outer {
	    padding: 20px 10px;
	}
	.tab-layout .row {
		display: block;
	}

	.tab-layout .lft {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}

	.tab-layout .rgt {
		width: 100%;
	}

	.tab-layout::after {
		content: "";
		clear: both;
		display: table;
	}
}

@media (max-width: 991px) {
	    .service-content-wraper {
        padding-right: 0 !important;
    }

	.blog-page.blog-listing-pg {
		padding-top: 130px;
	}
	.gallery-sec .img-anchor,
	.gallery-blk-repeater .img-wrp {
		height: 250px;
	}

	.procedure-sec .service-blk img,
	.procedure-sec .service-blk svg {
		width: 60px;
	}

	.specials-sec::before {
		content: none;
	}

	.testimonial-slider-inner p {
		font-size: 22px;
	}

	.our-service .in-sv {
		padding: 10px;
	}

	.our-service h3 {
		font-size: 20px;
	}

	.our-service .img-sec img,
	.our-service .img-sec svg {
		width: 30px;
	}

	.procedure-sec .rgt img {
		display: none;
	}

	.btn {
		padding: 16px 40px;
	}

	.post-image img.featured-img,
	.post-image img.no-feature {
		height: 250px;
	}

	.video-container h3 {
		font-size: 22px;
	}

	.space-pd {
		padding: 50px 0;
	}

	.space-mr {
		margin: 50px 0;
	}

	.mainpage h1,
	.postlist-single h1 {
		font-size: 34px;
	}

	.mainpage h2,
	.postlist-single h2 {
		font-size: 30px;
	}

	.mainpage h3,
	.postlist-single h3 {
		font-size: 27px;
	}

	.mainpage h4,
	.postlist-single h4 {
		font-size: 23px;
	}

	.mainpage h5,
	.postlist-single h5 {
		font-size: 20px;
	}

	.mainpage h6,
	.postlist-single h6 {
		font-size: 18px;
	}

	h1,
	.page-banner .banner-title {
		font-size: 50px;
	}

	.h2 .h2,
	h2,
	.heading,
	h2.title {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	.top-logo {
		-ms-flex: 0 0 40%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.top-menu {
		-ms-flex: 0 0 60%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.ph-number span {
		font-size: 15px;
		letter-spacing: 0.05em;
		margin-right: 10px;
	}

	.ph-number span::before {
		display: none;
	}

	.ph-number a {
		font-size: 18px;
	}

	.ph-number a svg,
	.ph-number a img {
		width: 22px;
		height: 22px;
		margin-right: 7px;
	}

	.banner-home .banner-img-box {
		max-width: 500px;
	}

	.banner-home .banner-subtitle {
		font-size: 20px;
		line-height: 30px;
	}

	.banner-home .banner-title {
		font-size: 44px;
		line-height: 50px;
	}

	.home-help-sec .inner-content,
	.hot-topic-sec .inner-content {
		padding-left: 0;
	}

	.home-help-sec .img-block {
		margin-bottom: 15px;
	}

	.home-pa-sec .practice-item img {
		height: 320px;
	}

	.practice-item .practice-title {
		font-size: 20px;
		line-height: 30px;
		padding: 10px 15px;
	}

	.home-choose-sec .img-block {
		padding-left: 0;
		margin-bottom: 15px;
	}

	.home-mission-sec .description {
		line-height: 34px;
	}

	.home-team-sec .item {
		margin-top: 30px;
	}

	.hot-topic-sec .img-block {
		margin-bottom: 15px;
	}

	#footer {
		padding-top: 80px;
	}

	.footer-heading {
		margin-bottom: 15px;
	}

	.footer-logo {
		text-align: center;
	}

	.quick-links,
	.footer-contact {
		margin-top: 35px;
	}

	.quick-links {
		padding-left: 0;
		max-width: none;
	}

	.sociallink ul li a {
		width: 45px;
		height: 45px;
	}

	.sociallink ul li a svg,
	.sociallink ul li a svg img {
		width: 18px;
		height: 18px;
	}

	.testimonial-page .quote-icon {
		width: 80px;
		height: 80px;
		margin-bottom: -42px;
	}

	.testimonial-page .quote-icon svg,
	.testimonial-page .quote-icon img {
		width: 80px;
		height: 80px;
	}

	.featured-case-page .case-amount {
		font-size: 28px;
		margin-bottom: 0;
	}

	.featured-case-page .case-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.featured-case-page .case-box {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.legal_questions .img-block {
		margin-bottom: 30px;
	}

	.legal_questions .img-block img {
		padding: 0 15px 15px 0;
	}

	.legal_questions .img-block::before {
		left: 10%;
		top: 15px;
	}

	.faqs-page .faq-listing .accordion-item button {
		font-size: 17px;
		line-height: 25px;
	}

	.attorney-profile-page .item .attorney-image {
		height: 440px;
	}

	.attorney-profile-page .item .attorney-image .attorney-name {
		font-size: 22px;
	}

	.community-content-image img {
		width: 100%;
		margin: 0 0 25px;
	}

	.community-page .community-list {
		padding: 30px 0;
	}

	.team-sidebar .post-image img {
		display: none;
	}

	.single-team .m-view {
		display: block !important;
		max-width: 320px;
		margin: 0 auto 20px;
	}

	.staff-member.detail-page .row {
		flex-direction: column-reverse;
		gap: 50px;
	}
	
   .page-banner .banner-title {
		line-height: 60px;
	}

}

/* Small Devices View  New*/
@media (max-width: 767px) {
	.pagination {
    justify-content: center;
}
	.newsletter-wp h2 {
	    font-size: 25px;
	}
		.blog-page.blog-listing-pg {
	    padding-top: 100px;
	}
	.contact-page-form {
		padding: 30px 15px;
	}
	.page-banner{
		min-height: 400px;
		background-position: 70% center;
		padding-top: 0px;
	}
	.banner-home .btn svg {
		height: 20px;
		width: auto;
	}

	.menu-button.button-open .menu-bar-bottom {
		right: 8px;
		width: 30px;
	}

	.menu-button.button-open .menu-bar-top {
		width: 30px;
	}

	section {
		overflow-x: hidden;
	}

	body .newsletter-sec {
		overflow-x: visible;
	}

	.search-icon {
		margin-right: 0;
	}

	.procedure-sec .rgt img {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 30px;
	}

	.procedure-sec .container {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.procedure-sec .lft {
		width: calc(100% - 40px);
		margin-left: 20px;
	}

	.procedure-sec {
		padding-bottom: 0;
	}

	.detail-footer .btn-list {
		gap: 0
	}

	.footer-logo {
		text-align: left;
		margin-bottom: 30px;
	}

   	.banner-home {
		padding-top: 60px;
	}
	
	.banner-home .row {
		/*min-height: 300px;*/
		min-height: auto;
	}
	


	.right-bd-img {
		padding: 0;
	}

	.procedure-sec .lft .heading,
	.procedure-sec .lft a {
		padding: 0;
	}

	.right-bd-img::after {
		content: none;
	}

	.banner-home {
		padding-bottom: 60px;
	}

	.banner-home .banner-subtitle {
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}

	.gallery-sec .img-anchor,
	.gallery-blk-repeater .img-wrp {
		background: unset;
		height: unset;

	}

	.testimonial-slider .slick-dots {
		margin-bottom: 60px;
	}

	.search-icon {
		border: none;
		margin-right: 50px !important;
	}
	.search-icon svg, .search-icon img {
        width: 16px;
        height: 16px;
    }
	.menu-wrap {
		width: 100%;
	}

	.header-search-box .search-input-wrap .searchform {
		left: 40%;
	}

	.menu-button {
		width: 50px;
	}

	body .menu-button .menu-bar {
		right: 10px
	}

	.menu-button .menu-bar {
		width: 30px;
	}

	.menu-button .menu-bar-top,
	.menu-button .menu-bar-bottom {
		width: 20px;
	}

	header.main-header .container {
		padding: 0px;
	}

	body .main-menu {
		margin-top: 0px;
		margin-right: 0;
		order: 2;
		width: auto;
	}
	header .ph-number {
        top: 0px !important;
        display: flex;
    }
        .menu-button {
        right: 0px !important;
        padding: 0;
        width: 40px;
        height: 40px;
        top: 5px;
    }
	.ph-number a {
		width: 35px;
		font-size: 0px !important;
		height: 30px;
		padding: 0 !important;
	}

	header.main-header {
		padding: 10px;
	}

	.top-logo img,
	.top-logo svg {
		width: 150px;
		height: auto;
	}

	.banner-home {
		background-position: 60% center;
		position: relative;
	}

	.banner-home:after {
		content: '';
		background-color: rgba(0, 0, 0, 0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.banner-home .container {
		position: relative;
		z-index: 2;
	}

	.detail-footer {
		padding-top: 60px;
		padding-bottom: 150px;
	}

	.testimonial-slider-sec.btn {
		margin-top: 30px;
	}

	.newsletter-sec .container {
		padding: 40px 30px;
		max-width: 90%;
		text-align: center;
	}

	.newsletter-sec .form-control {
		border-radius: 30px;
	}

	.newsletter-sec .submit-btn input[type="submit"] {
		border-radius: 30px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.detail-footer .btn-list {
		flex-wrap: wrap;
	}

	.quick-links,
	.footer-contact {
		margin-top: 0;
	}

	.detail-footer .btn-list .btn {
		display: block;
		width: fit-content;
		margin: 10px auto;
	}

	.procedure-sec .service-blk img,
	.procedure-sec .service-blk svg {
		width: 35px;
	}

	.testimonial-slider-inner p {
		font-size: 20px;
	}

	.logo-sec .slider-blk::after {
		content: none;
	}

	.procedure-sec .lft {
		padding: 20px;
	}

	.tab-layout .row {
		flex-direction: column-reverse;
	}

	.tab-layout .lft {
		margin-top: 30px;
	}

	.about-natural-img .contact-no a {
		font-size: 25px;
	}

	aside.blog-sidebar {
		margin-top: 40px;
	}

	.video-container h3 {
		font-size: 20px;
	}

	h1,
	.page-banner .banner-title {
		font-size: 35px;
	}

	.h2 .h2,
	h2,
	.heading,
	h2.title {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	.top-logo img {
		margin-top: 35px;
	}

	.main-menu {
		margin-top: 32px;
	}

	.home-team-sec .item .featured-img {
		height: 330px;
	}

	.home-team-sec .attorney-name {
		font-size: 16px;
		line-height: 28px;
	}

	.home-blog-sec .slick-list {
		padding: 0 15%;
	}

	.home-blog-sec .post-title {
		font-size: 16px;
		line-height: 26px;
	}

	.home-blog-sec .read-btn {
		font-size: 16px;
	}

	.home-blog-sec .read-btn svg,
	.home-blog-sec .read-btn img {
		width: 15px;
		height: 15px;
		margin-left: 7px;
	}

	.home-testimonial-sec .client-content {
		line-height: 30px;
		font-size: 16px;
	}

	.home-testimonial-sec .client-name {
		font-size: 16px;
		line-height: 28px;
	}

	.home-testimonial-sec .quote-icon {
		width: 80px;
		height: 80px;
		margin: 0 auto -40px;
	}

	.home-testimonial-sec .quote-icon svg,
	.home-testimonial-sec .quote-icon img {
		width: 80px;
		height: 80px;
	}

	.attorney-profile-page .item .attorney-image {
		height: 320px;
	}

	.blog-list .blog-title {
		font-size: 24px;
		line-height: 32px;
	}

	.practice-page .practice-list-wraper:hover {
		transform: none;
	}
	
	.copyright .copyright-text {
			flex-wrap: wrap;
		}
    .halfWidth-list li {
		width: 100%;
	}
	
	   .page-banner .banner-title {
		line-height: 45px;
	}

  .banner-home {
		flex-wrap: wrap;
	}
	

  .banner-img-mob {
		width: 100%;
		text-align: center;
	}
  .banner-img-mob img {
		max-width: 300px;
	}
	
	.about-us.tab-layout .row {
		flex-direction: column;
	}
	
	.about-us.tab-layout .left-bottom-bd-img {
		margin-bottom: 25px;
	}

   .home-content-section2 img.alignright {
		margin: 0 auto 25px !important ;
		float: none;
	}
		
}




/* Iphone X */

@media (max-width:575px) {
	.top-logo {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}

	.top-menu {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}

	.banner-home .banner-title {
		font-size: 35px;
		line-height: 37px;
	}

	.home-pa-sec .practice-item img {
		height: 260px;
	}
}

/* Extra Small Devices View */
@media (max-width: 480px) {

	.about-us .btn,
	.specials-sec .btn,
	.detail-footer .btn-list .btn {
		width: 100%;
	}

	.left-bottom-bd-img::after {
		content: none;
	}

	.left-bottom-bd-img {
		padding-left: 0px;
		padding-bottom: 0px;
	}



	.post-image img.featured-img,
	.post-image img.no-feature {
		height: 350px;
	}

	.attorney-profile-page .col-6 {
		width: 100%;
	}

	.attorney-profile-page .item .attorney-image {
		height: 450px;
	}

	.post-meta {
		line-height: 22px;
		font-size: 14px;
	}

	.practice-page .practice-heading {
		font-size: 20px;
	}

}

@media (max-width:380px) {

	.h2 .h2,
	h2,
	.heading,
	h2.title {
		font-size: 28px;
	}

	.banner-home .banner-title {
		font-size: 30px;
		line-height: 32px;
	}

	.mainpage h1,
	.postlist-single h1 {
		font-size: 30px;
	}

	.mainpage h2,
	.postlist-single h2 {
		font-size: 28px;
	}

	.mainpage h3,
	.postlist-single h3 {
		font-size: 25px;
	}

	.mainpage h4,
	.postlist-single h4 {
		font-size: 22px;
	}

	.mainpage h5,
	.postlist-single h5 {
		font-size: 19px;
	}

	.mainpage h6,
	.postlist-single h6 {
		font-size: 17px;
	}

	.home-blog-sec .slick-list {
		padding: 0;
	}

	.post-image img.featured-img {
		height: 320px;
	}

	.mobile-home-banner .banner-subtitle {
		font-size: 20px;
		line-height: 30px;
	}

	.ph-number span {
		display: none;
	}

	.attorney-profile-page .item .attorney-image {
		height: 350px;
	}

	.post-image img.featured-img,
	.post-image img.no-feature {
		height: 300px;
	}

	.blog-list .blog-title {
		font-size: 22px;
		line-height: 30px;
	}

	.team-sidebar .heading {
		font-size: 22px;
		line-height: 30px;
	}

	.single-team .professional-info-sec h2 {
		font-size: 22px;
		line-height: 30px;
	}
}
@media (min-width:1201px){
	.blog-title{
		font-size: 42px;
	}
}


