@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img{
	max-width: 100%;
	height: auto;
}
h1 {font-size: 60px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}



section.main-menu-section {
    margin-top: 13px;
}

/*
top_bar
*/


.header-social.top-bar ul li {
    padding: 0px 4px;
}



.site-header {

	position:relative;
	padding-bottom:8px;
}



.topbar_details.top-bar {
    width: 100%;
    padding: 5px 0;
}

.topbar ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 0;
}
.topbar {
    background: #99262d;
    color: #fff;
}
.topbar a{
    color: #fff;
}

.topbar li{
	margin-right:20px;
	}







.top-text-right
{
/* 	    padding-left: 0;
    padding-right: 0;
	text-align:right; */
}

/*
main_menu_bar
*/

header .row {
    align-items: center;
}



.main_menu_bar {
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
}

/


.main_menu_bar .main_menu_cont > ul > li:after {
    content: '';
    position: absolute;
    background: #000;
    width: 1px;
    height: 15px;
    top: 1px;
    left: -13px;
}

.main_menu_bar .main_menu_cont > ul > li:first-child:after {
	display:none;
	}


.main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
    color: #99262d;
}


.drop_menu>li ul.sub-menu .menu-item a:hover:after {display:none;}


.main_menu_bar .main_menu_cont ul {
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
    justify-content:flex-start;
}
.main_menu_bar .main_menu_cont li {
	position:relative;
}

.main_menu_bar .main_menu_cont > ul > li{
	display:inline-block;
	position:relative;
    padding-right: 9px;
}
.main_menu_bar .main_menu_cont > ul a {
	display:block;
	color:#000;
	text-decoration:none;
	font-size:15px;
	line-height:17px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	font-weight: 500;
	text-transform:capitalize;
    color: #000000;
    font-family: 'Poppins';
}
.main_menu_bar .main_menu_cont > ul li:first-child a,
.main_menu_bar .main_menu_cont .sub-menu a{
	border-left:0;
}
.top_links > ul > li.menul {
	border-left:1px solid #8dc53e;
}
.top_links > ul > li.menul:first-child {
    border: 0;
}
.menul a {
	display:block;
	color:#8dc53e;
	text-decoration:none;
	line-height:16px;
	padding-left: 3px;
}
.main_menu_bar .main_menu_cont > ul > li:hover > a,
.top_links > ul > li:hover > a,
.top_links .current-menu-item a,
.top_links .current_page_item a,
.top_links .current_page_parent a {
	color:#99262d;
}



/*
**************************
submenu
**************************
*/
.drop_menu li {
	position:relative;
}
.drop_menu li:hover > ul.sub-menu {
	display:block;
}
.drop_menu>li >ul.sub-menu {
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
	top: 20px;
	left: 13px;
/* 	padding: 10px 0; */
	padding: 2px;
	z-index: 5;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li ul.sub-menu {
	background: rgba(255,255,255,0.90);
	border: 2px solid #CC9255;
	margin: 0;
	position: absolute;
	width: 210px;
	display: none;
}
.drop_menu>li >ul.sub-menu ul {
	top:0;
	left:210px;
	margin-left: -4px;
}
.drop_menu>li >ul.sub-menu:before{
    content: "";
    position: absolute;
    top: -7px;
    left: 10px;
    border-bottom: 5px solid #CC9255;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 16px;
	z-index: 2;
}
.no-arrow:before {
	border: 0 !important;
}
.drop_menu>li ul.sub-menu li {
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.drop_menu>li ul.sub-menu .menu-item {
	list-style: none;
}
.drop_menu>li>ul.sub-menu>li.menu-item-has-children {
	/*display: table-cell;*/
}
.drop_menu>li ul.sub-menu li a {
	display: block;
	padding: 9px 11px;
	color: #000;
	text-decoration: none;
	background-color:transparent !important;
	line-height: 20px;
	border-top:1px solid #fff;
}
/*.drop_menu>li ul.sub-menu > li.menu-item-has-children > a {
	color: #111;
	text-transform: uppercase;
}*/
.drop_menu>li ul.sub-menu li:hover > a,
.drop_menu>li ul.sub-menu li.current_page_item > a {
	color: #fff;
	background-color:#99262D  !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}




a:hover {
    color: #cc9255;
}
a {
    color: #99262d;
}

/*---------Home Page--------*/



.testimonials-section h2 {
    color: #fff;
/* 	font-family: "Oregano", cursive; */
}

.testimonials-section {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
}

.arrow-linked a {
    color: #000;
    font-size: 20px;
    font-style: italic;
}



.testimonial-div {
    text-align: center;
    font-style: normal;
    font-family: "Quicksand", sans-serif;
}

h3.testimonial-tilte {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
}

i.fa.fa-star {
    color: #99262d;
}

h5.testimonial-tilte {
    color: #fff;
    font-family: 'Poppins';
    padding: 30px;
}



.testimonial-slider-section
{
    padding: 10px 140px;
	position:relative;
}



.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
}



#gform_1 input[type="text"], #gform_1 input[type="tel"], #gform_1 input[type="email"], #gform_1 textarea
    border: 1px solid #d6d6d6;
	    padding: 8px 20px;
}



input#gform_submit_button_1{
    background: #99262d;
    padding: 10px 30px;
}

input#gform_submit_button_1:hover {
    background: #781f25;
}

#gform_1 input[type="text"]:focus, #gform_1 input[type="tel"]:focus, #gform_1 input[type="email"]:focus, #gform_1 textarea:focus{
    box-shadow: 0px 0px 6px -1px #99262d;
}


.contact-page-address li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 53px;
}

.contact-page-address ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.contact-page-address i {
    color: #99262d;
    border: 2px solid #99262d;
    padding: 9px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    width: 41px;
    text-align: center;
    height: 41px;
}

.contact-page-address a {
    color: #000;
}

.contact-page-address b {
    color: #99262d;
}

.contact-page-social {
    padding-top: 20px;
	transition:0.3s;
}
.contact-page-social i {
    color: #99262d;
    border: 2px solid #99262d;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 25px;
    margin: 4px;
}

.contact-page-social a:hover {
    text-decoration: none;
	opacity:0.8;
}




.gform_button {
    background: #2e5dab;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 0.3s;
    border: none;
}

.gform_button:hover {
	text-decoration: none;
    background: #3872d2;
}


p.blog-content:before {
    content: '“';
    position: absolute;
    left: -40px;
    font-size: 70px;
    top: -19px;
}

p.blog-content
{
	position:relative;
}

p.blog-content:after {
    content: '”';
    position: absolute;
    right: 0px;
    font-size: 70px;
    bottom: -70px;
}


.home-blog-section-p p, .home-testimonials-section-p p {
    font-size: 25px;
	line-height:31px;
}

.home-blog-section-p h2, .home-testimonials-section-p h2 {
    color: #04582d;
    font-weight: 600;
}
.home-blog-section-p h3 {
    font-size: 25px;
    color: #3b8d42;
}
.home-blog-section-p, .home-testimonials-section-p {
    text-align: center;
}



.recent_blog_content {
    padding: 18px;
    background: #fff;
    margin-top: -90px;
    width: 91%;
    display: inline-block;
}

.recent_blog_img {
    width: 90%;
    float: right;
}


.recent_blog_title a {
color: #000;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Poppins';
}

a.recent_blog_btn {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    border: 1px solid;
    padding: 8px;
    display: block;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 0 #2e5dab;
    margin: 0 -0.25rem;
    margin-bottom: 0px;
    margin-bottom: 0px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	
}

a.recent_blog_btn:hover {
    box-shadow: inset 300px 0 0 0 #B3CAE3;
    text-decoration: none;
    color: #000;
}


.recent_blog_title a:hover {
  color: #000;
  text-decoration: none;
}

.home-blog-section h2 {
  font-size: 27px;
  font-weight: 500;
}

.time {
    color: #2e5dab;
}


.main_col_3 {
  transition: .2s all;
}



.top-banner h1 {
    color: #fff;
    font-weight: 600;
}
.top-banner {
    text-align: center;
    color: #fff;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
	padding:110px 30px;
	background-position: center
}







/*---------BLOG PAGE ------------*/

span.screen-reader-text {
    display: none;
}

.blog .top-banner, .single-post .top-banner{
    background-image: url("/wp-content/uploads/2024/11/1contact-banner3.jpg");
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}

.search .top-banner, .error404 .top-banner, .category .top-banner{
    background: url(/wp-content/uploads/2024/11/contact-banner2-1.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}







/*-----Contact Us------*/


.contact-left-section p {
    margin-left: 40px;
    margin-bottom: 8px;
}



.contact-us-section i {
    margin-right: 14px;
    line-height: 32px;
    color: #8F1019;
	position:absolute;
	left: 27px;
}

.contact-us-section p {
    font-size: 17px;
    line-height: 26px;
}

.contact-us-section h2 {
    color: #8F1019;
}

.contact-us-section a {
    color: #000;
}
.contact-us-section {
    background-repeat: no-repeat;
    background-position: top;
}


/*---------Search Page-------*/

.search-title {
    font-size: 40px;
    color: #8F1019;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 11px;
}

.search .entry-summary {
    margin-top: 30px;
}

.search .more_link {
    margin-top: 11px;
}

.search .more_link a
{
	color:#8F1019;
}


.search article {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0px 24px 0px;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}

.pagination ul li span {
    color: #fff;
    background: #bf0815;
}
.pagination ul li a:hover {
    background: #bf0815;
    text-decoration: none;
}
.pagination ul li a, .pagination ul li span {
    background: #8F1019;
    padding: 7px 16px;
    margin: 10px 2px;
    transition: 0.3s;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.pagination ul li span {
    background: #bf0815;
}


/*---------404 Page-------*/

.error-404.not-found .search-field, .search .search-field, .category .search-field {
    width: 100%;
    background: #e8e8e8;
    border: none;
    padding: 15px 23px;
    border-radius: 10px;
    font-size: 19px;
}

.error-404.not-found, .search.not-found {
    text-align: center;
    padding: 60px 30px;
}

.error-404.not-found .search-submit, .search .search-submit, .category .search-submit {
    position: absolute;
    background: #99262d;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 15px 21px;
    font-weight: 600;
    border-radius: 10px;
    top: 0px;
    right: 0px;
	transition:0.3s;
}

.error-404.not-found .search-form, .search .search-form, .category .search-form {
    position: relative;
}

.error-404 .search-form label, .search .search-form label, .category .search-form label {
    width: 100%;
}

.error-404.not-found .search-submit:hover, .search .search-submit:hover, .category .search-submit:hover  {
    background: #99262d;
    box-shadow: 5px 7px 7px -6px #8f1019;
}




.top-banner1 h2 {
    font-size: 25px;
}

.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
}

.top-banner1 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}

.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

.top-banner1 p {
    padding-bottom: 20px;
	font-size:20px;
}



/*---------FOOTER-------*/


h2.widget-title {
    color: #fff;
    font-size: 40px;
	padding-bottom:20px;
	width: 75%;
    margin: auto;
}


.footer-newsletter {
    text-align: left;
    position: relative;
	width: 85%;
    margin: auto;
}

.footer-newsletter input#gform_submit_button_2 {
    position: absolute;
    top: 6px;
    right: 7px;
    padding: 17px 29px;
    background: #99262d;
    border-radius: 30px;
	transition:0.3s;
}

.footer-newsletter input#gform_submit_button_2:hover
{
	    background: #bf8a14;
}

.footer-1 .footer-newsletter input[type="email"] {
    padding: 30px 20px;
    border-radius: 34px;
}

.footer-1 ul#menu-menu1 li:first-child:after {
    display: none;
}
.footer-1 ul#menu-menu1 li {
    position: relative;
}

.footer-1 ul#menu-menu1 li:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 1px;
    height: 16px;
    left: 0px;
    top: 7px;
}
.footer-1 ul#menu-menu1 {
    text-transform: uppercase;
    margin: 0;
	padding: 10px 0px 5px;
	    font-family: 'Quicksand';
}

.footer-1 ul.sub-menu {
    display: none;
}

.footer-contact-address i {
    margin-right: 11px;
    background-color: #CC9255;
    padding: 13px;
    border-radius: 30px;
    margin-bottom: 16px;
    float: left;
}
#return-to-top {
    bottom: 50px;
}

section.main-footer {
    background: #282828;
    padding: 50px 30px 10px;
	color:#fff;
}

section.main-footer h4 
{
	color:#fff;
}

.footer-1 ul a:hover, .footer-2 ul a:hover{
    color: #CC9255;
}
.footer-1 ul a, .footer-2 ul a {
    color: #fff;
    font-family: Poppins;
    font-size: 20.42px;
    font-weight: 400;
    line-height: 33.18px;
    text-align: left;
    text-decoration: none;
}
.footer-3 ul a {
    font-size: 13.08px;
    font-weight: 600;
    line-height: 16.48px;
    text-align: left;
    color: #fff;
}
.footer-contact-address ul li {
    display: flow-root;
   line-height: 21px;
}

.footer-1 ul, .footer-2 ul, .footer-3 ul {
    list-style: none;
    padding-left: 0;
}

.footer-1 ul li, .footer-2 ul li, .footer-2 ul li {
   padding: 2px 20px;
   color:#fff;
   padding-left:0px;
}


.footer-contact-address {
    position: relative;
}




.footer_social .fab:hover,
.footer_social .fa-brands:hover{
    opacity: 0.7;
}


.footer_social .fab, 
.footer_social .fa-brands {
    padding: 6px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    border: 2px solid #fff;
    margin: 0px 3px;
    width: 37px;
}

.footer_social.text-right a:hover {
    text-decoration: none;
}



section.copyright {
	background: #CC9255;
    color: #fff;
    padding: 4px;
    text-align: center;
}



 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
     background: #99262d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #c98f0b;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.law-firminfobold p strong{
	color: #cc9255;
}


.img-fluid
{
	width:100%;
}


/* img.badge-1 {
    width: 120px;
} */

/* .badge-img img:nth-child(2) {
    width: 100% !important;
    max-width: 75px;
} */
.badge-img img {
/* 	width: 60px !important;
    max-width: 60px; */
    padding: 3px;
}



@media only screen and  (max-width:1920px) {

	
.main_menu_bar .main_menu_cont ul{
		justify-content: center;
}	
/* .main_menu_bar .main_menu_cont > ul > li{
	padding-right: 20px;
} */
	
}

@media only screen and  (max-width:1550px) {

/* .avvobadge-img {
    display: none;
} */
body .info-phone {
    display: flex;
    justify-content: center;
}
	
}



@media only screen and  (min-width:1550px) {

body footer#colophon section.main-footer .container{
	 max-width: 1500px !important;
    margin: 0 auto;
}
}
/* @media screen and (max-width: 1366px) {
  .badge-img img:nth-child(2) {
    width: 67px !important;
  }
} */

/* @media screen and (max-width: 1366px){
	.badge-img img {
	  max-width: 50px;
	}
	
	img.badge-1 {
    max-width: 60px !important;
    width: 60px !important;
} */
	
/* 	.badge-img img:nth-child(2) {
	  width: 120px !important;
	} */
	
	.col-lg-4.info-phone {
		max-width: 26%;
	}
	
	.appointment-btn a{
		font-size: 13px !important;
	}
}

@media screen and ( max-width: 1200px ){
	.col-lg-1.appointment-col{
		display: none;
	}
	
	.col-lg-5.main_menus.top-text-right{
		max-width: 50%;
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
	}
}


/***For All Tablets***/
@media only screen and (min-width:1024px) and (max-width:1169px) {

	
	
h2.stella-headings {
    font-size: 40px !important;
}	
.comprehen-row .family-law-heading{
	font-size: 46px;
    line-height: normal;
}	
	.advocate-row .family-law-heading	{
		    font-size: 40px;
		    line-height: normal;
	}
	
	
    .info-phone {
        display: none;
    }

    .main_menu_bar {
         display: block !important; 
    }
    header .row {
        justify-content: space-around;
    } 
    .main-header .appointment-col {
        max-width: 20% !important;
        flex: 0 0 20% !important;
    }
	.main_menu_bar .main_menu_cont > ul a{
		    font-size: 14px;
	}
    .main-header .main_menus{
        max-width: 50%;
        flex: 0 0 50%;
    }
.main_menus.top-text-right {
    padding-right: 0;
    padding-left: 0;
}
    .main-header .main_menu_bar .main_menu_cont > ul > li{
        padding-right: 9px;
    }
    .main-header .appointment-btn a{
        font-size: 12px;
    }
    header#masthead .topbar{
        display: block;
    }
    #rmp_menu_trigger-50 {
        display: none;
    }
    .home header#masthead {
        position: relative !important;
        background-color: #fff !important;
    }
    body .home .main-header .bt-line {
        background-color: unset;
    }
    body .court-sec .court-col{
        border: 1px solid #ccc;
    }
    .prac-secs .inner-prac , .prac-secs .prac-column {
        margin-left: 0 !important;
    }
    body .prac-secs h3 {
        font-size: 19px;
    }
    body .prac-secs p {
        font-size: 14px;
        max-width: 80%;
        margin: 0 auto;
    }
    body .color-heading h2{
        font-size: 36px;
    }
    body .blog-excerpt p{
        font-size: 14px;
    }
    body .blog-title h3 a {
        font-size: 20px;
    }
    body .about-sec p:after{
        display: none;
    }
    body .testimonial-row .client-heading h2 {
        font-size: 46px;
    }
    body  .testimonial-row .testimonial-content p {
        font-size: 16px;
        line-height: normal;
        max-width: 76%;
        margin: 0 auto;
    }
    body  .faq-sec .color-heading p {
        font-size: 36px;
        line-height: normal;
    }
    body .app-sec h2 {
        font-size: 50px;
        line-height: normal;
    }
    body .faq-sec .vc_toggle_title h4 {
        font-size: 18px;
        line-height: normal;
    }
    body .legal-p h2 {
        font-size: 45px;
    }
    body .legal-sec .wpb_gmaps_widget iframe {
        height: 862px;
    }
    body .legal-p p {
        font-family: Poppins;
        font-size: 16px;
    }
    body .footer_social:before , body .footer_social:after{
        width: 352px;

    }

}



@media only screen and (min-width:768px) and (max-width:1023px) {

body .injuries-sec {
    padding-top: 0;
}	
body header.entry-header{
	    padding: 60px 30px;	
}	
body  .settla-sec p {
    margin-bottom: 20px !important;
}	
body .settla-sec {
    padding-bottom: 0;
}	
body .stella-cols2 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}	
body .stella-cols1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}	
	
    .blogDate {
        left: 16px;
        top: 0px;
        width: 53px;
        background: #99262D;
    }
    body section#search-2 input.search-submit{
        width: auto;
        margin-top: 12px;
    }
    body  section#search-2 label {
        width: auto;
    }
    body  .contact-secs h2{
        font-size: 26px;
    }
    body  .contact-info h3{
        font-size: 30px !important;
    }
    #rmp_menu_trigger-50{
        right: 13px;
    }
    body  .info-phone {
        display: none;
    }
    body  .appointment-col {
        display: none;
    }
    .home header#masthead{
        position: relative !important;
    }
    body .bt-line{
        display: none;
    }
    body  .court-sec .court-col h3{
        font-size: 16px !important;
        line-height: normal !important;
    }
    body .court-sec .court-col p{
        font-size: 14px;
        line-height: normal;
    }
    body  .about-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-sec h3.sec-sub-heading{
        font-size: 26px !important;
    }
    .about-sec .color-heading h2 {
        line-height: normal;
        font-size: 36px;
    }
    .about-sec p {
        font-size: 18px;
    }
    body .prac-secs .color-heading {
        padding-left: 0;
    }
    body  .prac-secs .inner-prac {
        margin-left: 0;
    }
    body  .prac-secs .prac-column {
        margin-left: 0;
    }
    body  .color-heading h2 {
        line-height: normal;
        font-size: 36px;
    }
    body   .blog-title h3 a {
        font-size: 20px;
        line-height: normal;
    }
    body   .blog-title h3{
        font-size: 20px;
    }
    body .blog-excerpt p {
        font-size: 14px;
        line-height: normal;
        padding-top: 10px;
    }
    body  .testimonial-row .testimonial-content p {
        font-size: 16px;
        padding-top: 19px;
    }
    body   .faq-sec .color-heading p {
         font-size: 27px;
        line-height: normal;
    }
    body   .faq-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body  .faq-sec .vc_toggle_title h4 {
        line-height: normal;
        font-size: 16px;
    }
    body .app-sec h2 {
        font-size: 52px;
        line-height: normal;
    }
    body .legal-p h2 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: normal;
    }
    body .legal-p p {
        font-size: 17px;
        line-height: normal;
    }
    body .legal-sec .legal-col {
        padding-top: 60px;
        padding-bottom: 63px;
    }
    body .wpb_gmaps_widget .wpb_map_wraper iframe{
        height: 800px;
    }
    body .phone-info a {
        font-size: 20px;
        line-height: normal;
    }
    body .email-info p a {
        font-size: 20px;
        line-height: normal;
    }
    body .social-info ul.list-inline.social_links li {
        padding-left: 4px;
    }
    body  .phone-info i {
        padding: 16px;
    }
    body  .phone-infos p i:first-child {
        padding: 16px;
    }
    section.main-footer div#text-2 p {
        font-size: 15px;
        line-height: normal;
    }
    section.main-footer .footer-1 ul a, section.main-footer .footer-2 ul a{
        font-size: 16px;
        line-height: normal;
    }
    section.main-footer h3 {
        font-size: 20px !important;
        line-height: normal;
    }
    section.main-footer form#gform_2 input#input_2_1 {
        font-size: 16px;
        line-height: normal;
    }
    .footer-contact-address i {
        margin-right: 16px;
        padding: 9px;
    }
    section.middle-footer .footer_social:before , section.middle-footer .footer_social:after{
        display:none;
    }
    .topbar {
        display: block !important;
    }
    .topbar ul {
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 0;
    }
    .topbar_details.top-bar li i {
        padding-right: 5px;
        padding-left: 5px;
    }
    section.main-footer{
        padding: 50px 30px 13px;
    }

}





@media only screen and (max-width:991px)
{
	

	
	
.testimonial-slider-section {
    padding: 10px 60px;
}
	

button#rmp_menu_trigger-79 {
    float: right;
    margin: auto !important;
}


.testimonials-section {

    background-size: cover;
    background-position: center;
}

.testimonial-slider-section:before {
    background-size: 50%;
    top: 0px;
}

.testimonial-slider-section:after {
     background-size: 50%;
     right: -40px;

}



}

@media only screen and (max-width:820px)
{
	.blogSideBar input[type="submit"] {
    position: relative;
    margin-top: 12px;
}

}



@media Only screen and (max-width:767px){

	
#gform_wrapper_5 .gform_body .gform_fields {
    row-gap: 15px; /* Adjust the value */
}	
#gform_wrapper_5 .gform-theme--foundation .gform_fields {
 row-gap: 15px !important;
}
div#popmake-1269 .family-law-heading {
	padding-bottom: 10px;
}		
body  .hiring-lawyers .hiring-coll .vc_column-inner, body  .right-lawyer .hiring-coll .vc_column-inner {
        padding-top: 0 !important;
}	
/* body .hiring-lawyers , body .right-lawyer{
		padding-top:0 !important;
} */
body .crag-logo img {
        width: 250px;
	  padding-bottom: 20px;
}
body  .crag-logo {
    margin: 0;
}	
body .hiring-lawyers .hiring-coll , body .right-lawyer .hiring-coll {
    padding-left: 10px;
}	
body .custoddy-sec .prac-col{
    padding-bottom: 40px;		
}	
body .secures-p ul li {
    font-size: 14px;
    line-height: normal;
    border-right: none;
    padding-right: 0;
	    text-align: left !important;
}
body .secures-p ul {
    padding: revert;
    list-style-type: unset;
    display: block;
}	
h2.negituate-heading {
    font-size: 30px !important;
}	
body .matters-secs .consultfont a {
    font-size: 14px !important;
}	
body .custody-p p {
    padding-top: 10px;
    font-size: 14px;
    max-width: max-content !important;
}
body .custoddy-sec .inner-prac {
    margin-left: 0 !important;
    display: inline-block;
}	
body .trsuted-advice {
    padding-top: 50px;
    padding-bottom: 30px;
}	
body .advocate-row .free-consultbtn a{
	 font-size: 12px !important;	
}	
body .prenup-heading p {
    font-size: 27px;
    line-height: normal;
}		
body .contact-info h1 {
    font-size: 22px;
}	
body header.entry-header h2.entry-title {
    font-size: 40px;
}
h1.testimonials-headindgs {
    font-size: 30px;
}	
body  p.devel-p {
    margin-bottom: 0;
    float: none;
}	
body .main-header .info-phone{
		display:none;
}		
.law-firminfo .wpb_wrapper ul {
    padding: 0;
	list-style-type: none;
}	
.card-row {
   row-gap: 20px !important;
}	
div#field_3_9{
	  font-size: 14px !important;
      margin-top: 20px !important;	
}
#gform_wrapper_3 .gform_body .gform_fields {
     row-gap: 10px !important;
}		
.page-id-266 ul.slick-dots {
        bottom: -34px !important;
}	
body  .testimonial-row{
      padding-top: 31px;
      padding-bottom: 32px;
}	
	body  .testimonil-law {
    margin-bottom: 8px;
}
    body .client-heading {
        margin-bottom: 10px;
    }
.page-id-266 .testimonial-blocks .testimonials-container .testimonials-box {
    padding-top: 36px !important;
}	
body .testimonial-row .testimonial-content {
    max-width: 90%;
    font-size: 14px;
    line-height: normal;
	padding-bottom: 20px;
}	
body .faq-sec .color-heading p{
		    font-size: 30px !important;
}	
body .consultfont a{
        font-size: 14px !important;
        margin-top: 20px !important;
}	
body .family-law-row{
		padding:30px 0 30px 0;
}
body .family-law-row.lawsboxes{
    background-color: #FFF !important;		
}	
body .card-rows .slick-slide{
	padding-top:0;	
}
body .lawsboxes {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}	
body .comprehen-row {
    padding: 0px 0 30px 0 !important;
}
.consultfont a {
    font-size: 14px !important;
}	
div#personalInjury h3.cases-heading {
        padding-bottom: 30px;
        padding-top: 30px;
}
div#personalInjury{
 padding-top: 0px !important;
    padding-bottom: 0px !important;			
} 
div#personalInjury .vc_column-inner {
    padding-top: 0;
}	
div#criminalcases{
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}	
h3.cases-heading{
		font-size:30px !important; 
}	
div#familycases{
	 padding-top: 0px !important;
    padding-bottom: 0px !important;
}		
form#gform_3 label {
    margin-bottom: 0;
}	
body section.middle-footer{
	 padding: 15px 30px 25px;
}	
section.copyright{
	        font-size: 13px;
}	
.contact-page-social {
    text-align: center;
}	
.about-page-section.contact-secs{
	padding-top: 0px !important;
    padding-bottom: 30px !important;
}	
.contact-page-address li{
	font-size: 16px;
    line-height: normal;
}	
body .court-sec {
    top: 0 !important;
	margin-top: 0 !important;
	z-index: 99 !important;
}	
.free-consultbtn.learnmore-btn {
    text-align: center !important;
}
.prac-secs .free-consultbtn a i.vc_btn3-icon.fas.fa-chevron-right{	
    height: 45px;
	right: 27px !important;
}		
body  .guiding p, #recognition_honors .family-law-heading p{
    font-size: 26px;
    line-height: normal;		
}
	
	#recognition_honors .family-law-heading p{
		margin-bottom: 20px;
	}
	
body  .law-firminfo li, body .law-firminfo p {
    font-size: 15px;
    line-height: normal;
}	

body .consultfont a i{
    height: 53.9px !important;
	font-size: 20px !important;
    line-height: 20px !important;
	border: none !important;
	}
body  .card-row p.card-para {
    font-size: 15px;
    line-height: normal;
}
body  .comprehen-row .family-law-heading{
	font-size: 30px;
    line-height: normal;
}	
body  .comprehen-row  .law-firminfo p{
	font-size: 14px;
    line-height: normal;	
}	
	
body  .advocate-row .family-law-heading	{
		    font-size: 26px;
		    line-height: normal;
	}	
	
    body .blogSideBar {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    body .sidebars2 {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    body .blog .top-banner, .single-post .top-banner{
        padding: 40px 30px;
    }
    body .top-banner h1 {
        font-size: 30px;
        line-height: normal;
    }

    body .contact-secs h2{
        font-size: 25px !important;
    }
    body  .contact-info  p{
        font-size: 14px;
        line-height: normal;
    }
    body  .contact-info h3{
        font-size: 25px !important;
    } 
    body h1.entry-title {
        font-size: 40px;
    }
    body  header.entry-header{
        padding: 40px 30px;
    }
    body #rmp_menu_trigger-50 {
        right: 11px !important;
    } 
    body form#gform_2 input#input_2_1 {
        font-size: 16px;
    }
    body  .footer-contact-address ul li {
        margin-bottom: 12px;
    }
    body .social-cinner {
        padding-top: 0 !important;
    }
    body  .footer-1 ul a,   body  .footer-2 ul a {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
    body   .footer-2 {
        padding-bottom: 0;
    }
    body   div#text-2 p {
        font-size: 14px;
        padding-top: 20px;
        line-height: normal;
    }
    body  .phone-info a {
        font-size: 16px !important;
    }
    body .email-info p a {
        font-size: 20px;
        line-height: normal;
    }
    body  .contact-now h3.sec-heading{
        font-size: 30px !important;
        margin-bottom: 0;
    }
    div#field_3_8 {
        padding-top: 20px;
    }
    div#field_3_7 {
        padding-top: 20px;
    }
    body  .legal-p p {
        font-size: 14px;
        line-height: normal;
    }
    body .legal-p h2 {
        font-size: 30px;
        line-height: normal;
    }
    body .legal-sec .legal-col {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body .app-sec h2 {
        font-size: 30px;
        line-height: normal;
    }
    body .faq-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body .faq-sec .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
        margin-left: 0;
    }
    body .faq-sec .vc_toggle_title h4 {
        font-size: 16px;
        line-height: normal;
    }
    body .faq-sec .vc_toggle_content p {
        font-size: 14px;
        line-height: normal;
    }
    body .faq-sec .color-heading p {
    font-size: 30px;
    line-height: normal;
    }
    body .faq-sec h3.sub-heading {
        font-size: 20px !important;
        line-height: normal !important;
    }
    body .testimonials-container .slick-next,
    body .testimonials-container .slick-prev{
        display:none !important;
    }
  body .testimonial-row .testimonial-content p {
        font-size: 14px !important;
        line-height: normal;
        text-align: center;
    }
    body  .testimonials-location {
        display: none;
    }
	 body .lawtext-p p{
		 font-size: 14px;
	}
    body  .testimonials-textbox .testimonials-name {
        font-size: 16px;
        line-height: normal;
               padding-top: 32px;
        padding-bottom: 10px;
    }
	 body .p-injury .col-md-2{
			    padding-bottom: 25px;
	}
	 body  .services-box .testimonials-name {
        padding-top: 42px;
    }
    body  .testimonial-row .client-heading h2 {
        font-size: 30px !important;
        line-height: normal;
    }
    body  .testimonial-row h3.sub-heading{
        font-size: 20px !important;
    }
    body  .blog-excerpt p {
        font-size: 14px;
        line-height: normal;
    }
    body .blog-title h3 a {
        font-size: 18px;
        line-height: normal;
    }
    body  .case-studies h3.sec-sub-heading{
        font-size: 20px !important;
    } 
    body  .case-studies .color-heading h2 {
        line-height: normal;
        font-size: 30px;
    }
    body .pract-content  h3 {
    font-size: 20px;
    padding-top: 10px;
    }
body .pract-content img {
        max-width: 76%;
    }
    body .prac-secs .color-heading h2 {
        line-height: normal;
        font-size: 30px;
        text-align: center !important;
    }
    body .prac-secs .color-heading {
        padding-left: 0;
    }
    body .prac-secs h3.sec-sub-heading {
        padding-left: 0 !important;
        text-align: center !important;
        font-size: 20px !important;
        margin-bottom: 0;
    }
    body .prac-secs .post-icandlle {
        margin-left: 0 !important;
        text-align: center !important;
    }
    body  .prac-secs .inner-prac {
        margin-left: 0 !important;
    }
    body   .prac-secs .prac-column {
        margin-left: 0 !important;
    }
    body  .about-sec p:after {
        left: 26px;
        right: 0;
    }
    body .sign-img {
        float: none;
    }
    body .about-sec p {
        font-size: 14px;
        line-height: normal;
        text-align: left !important;
        padding-left: 12px;
    }
    body .about-sec .color-heading h2 {
        line-height: normal;
        font-size: 35px;
        text-align: left !important;
        padding-left: 12px;
    }
    body .about-sec .sec-sub-heading {
        font-size: 20px !important;
        line-height: normal;
        text-align: left !important;
        padding-left: 13px;
    }
    body .about-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    body .topbar li {
        margin-right: 16px;
        font-size: 13px;
    }
    .topbar ul {
        justify-content: center;
    }
    .topbar {
        display: block !important;
    }
    section.middle-footer .footer_social:after ,
    section.middle-footer .footer_social:before{
        display: none;
    }
    .court-sec .court-col {
        margin-bottom: 20px;
    }
    .court-sec {
        top: 0;
        margin-top: 28px;
    }
    .home header#masthead {
        position: relative !important;
    }
	.appointment-col {
        display: none;
    }
	
    .info-phone {
        display: none;
    }

.linked-detail ul li {
    padding: 0;
}
	
.footer-2 {
    padding: 21px 0;
}


	
h2 {
    font-size: 35px;
}
	
.home-about-section {
    padding-bottom: 40px;
}
	
	

	
.home-video {
    margin-top: 5px;
}
	
	
.vc_gitem-zone {
    margin: 10px 0px;
}	

	.plyr__control--overlaid {
    padding: 12px;
	}
	
	.plyr__control--overlaid svg {
    width: 20px;
    height: 20px;
}
	
.testimonial-slider-section {
        padding: 40px 10px 20px;
 }

.footer-1 ul li {
    padding: 5px 20px;
    display: inline-block;
}

.footer-1 ul {
    display: inline-block;
}

.col-md-4.footer_social.text-right {
    text-align: center !important;
    padding: 21px;
}
	
	
section.main-footer {
    padding: 50px 10px 10px;
}
	
.half-bottom-header {
    padding-top: 0;
}
.top-text-right
	{
		text-align:left;
	}
	
.testimonials-section {
    font-size: 20px;
    line-height: 27px;
}	
	
h2.widget-title {
    font-size: 35px;
}
	
	
	
.services-matter p:last-child {
    width: 100%;
}

.services-matter {
    display: block;
    padding: 30px 15px;
    border-top: 1px solid #99262d;
}

.services-matter h3 {
    width: 100%;
}

.services-matter p {
    width: 100%;
}

.services-matter a.button-style2 {
    font-size: 18px;
}

.services-matter p a {
    float: none;
}
	
.garage-popup p {
  font-size: 19px;
  line-height: 24px;
}

.garage-popup h2 {
     font-size: 30px;
}

.garage-popup {
  padding: 20px 5px;
}

.garage-popup h3 {
  margin-top: 31px;
}
.garage-popup p br, .garage-popup h2 br {
  display: none;
}

}


@media Only screen and (max-width:320px){
	
.logo {
    max-width: 70%;
}	
section.middle-footer{
		    padding: 15px 30px 25px;
}

}




p.blogInfo {
    display: none;
}

.cky-show-desc-btn, .cky-always-active {
  color: #000 !important;
  font-weight: 600;
	transition: all linear .25s;
}

.cky-policy{
	font-weight: 600;
	transition: all linear .25s;
	text-decoration: none !important;
}

.cky-policy:hover, .cky-show-desc-btn:hover, .cky-always-active:hover{
	color: #fff !important;
}
.topbar {
    display: none;
}
section.main-footer h3 {
    color: #CC9255;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
}
section.middle-footer {
    background: #282828;
    padding:0px 30px 25px;
    color: #fff;
}
.footer_social:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 430px;
    border: 1px solid #BDBDBD;
    top: 16px;
}
.footer_social:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 430px;
    border: 1px solid #BDBDBD;
    top: 16px;
}
div#text-2 p {
    font-size: 18px;
    padding-top: 20px;
}
section.main-footer .row {
    align-items: center;
}
.footer-contact-address li span {
    display: flex;
    font-size: 11.31px;
    font-weight: 400;
    line-height: 14.25px;
    text-align: left;
}

form#gform_2 input#input_2_1 {
    font-family: Poppins;	
    font-size: 20.42px;
    font-weight: 400;
    line-height: 33.18px;
    text-align: left;
    background-color: transparent;
    color: #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
}

form#gform_2 input#gform_submit_button_2 {
    background-color: transparent;
    width: 45.94px;
    height: 45.94px;
    border: 1.28px solid #FFFFFF;
}
.footer-3 {
   
}
.contact-now {
    background-image: url(/wp-content/uploads/2024/11/Rectangle-143-1-1-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

div#socials-icons i {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
}
div#socials-icons {
    text-align: center;
}
div#socials-icons  i {
    color: #fff;
}
div#socials-icons i::before {
    font-size: 42px;
}
.phone-info p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.phone-info a {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 34.91px;
    text-align: center;
    color: #fff;
}
.social-info ul.list-inline.social_links {
    display: flex;
    justify-content: center;
}
.social-info {
    text-align: center;
}
.social-info  p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.email-info p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.email-info p a {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 34.91px;
    text-align: center;
    color: #fff;
}
.social-info ul.list-inline.social_links li a span i {
    width: 36.1px;
    height: 36.1px;
    border: 0.9px solid #FFFFFF;
    border-radius: 30px;
	    font-size: 20px;
    padding: 1px;
}
.social-info ul.list-inline.social_links li {
    padding-left: 9px;
}
.social-info ul.list-inline.social_links li a {
    color: transparent;
}
.phone-info i {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.phone-info  i.fa-solid.fa-phone::before  , .phone-info  i.far.fa-envelope::before ,
.phone-infos i.fas.fa-bullhorn::before{
    font-size: 42px;
}
.phone-infos p i:first-child {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.linsinfo .vc_column-inner {
    padding-top: 35px;
}
.hall-bg {
    background-image: url(/wp-content/uploads/2024/11/landing_01-1-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.app-sec h2{
    font-size: 65.46px;
    font-weight: 400;
    line-height: 86.28px;
    color:#2B2B2B;
}
.app-sec p{
    font-size: 20px;
    font-weight: 400;
    line-height: 29.6px;
    color: #828282; 
}
.app-sec a{
    background-color: #CC9255;
    color: #fff;
    padding: 10px 13px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}
.fc-btn i {
    background-color: #fff;
    padding: 17px;
    margin-left: -7px;
}
.free-consultbtn a {
    background-image: unset !important;
    font-size: 15px !important;
    text-transform: uppercase;
	overflow:hidden;
	padding-right: 56px !important;
	border:none !important;
}
/* .free-consultbtn a i{
    background-color: #fff;
    color: #000;
    width: 38px;
    height: 52px;
    margin-right: -21px;
    margin-top: -1px;
}
.free-consultbtn a i.fa-chevron-right:before {
    top: 19px;
    position: relative;
    right: 10px;
} */

/* .faq-sec .color-heading p{
    font-family: Marcellus;
    font-size: 65.24px;
    font-weight: 400;
    line-height: 85.99px;
    text-align: left;
} */
.faq-sec{
    padding-top:70px;
    padding-bottom: 70px
;}
.faq-sec .vc_toggle_title h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 34.48px;
    color: #2B2B2B;
}
.faq-sec  .vc_toggle_content p {
    font-family: Poppins;
    font-size: 18.64px;
    font-weight: 400;
    line-height: 27.59px;
    color: #000;
}
.faq-sec  .vc_do_toggle.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md.faq-item.vc_toggle_active {
    border-bottom: 1px solid #BDBDBD;
}
.sec-sub-heading {
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.about-sec .color-heading h2{
	line-height: 60px;
    font-size: 42px;
}
.color-heading h2{
    color: #2B2B2B;
    text-align: center;
    font-family: Marcellus;
    font-weight: 400;
    line-height: 73.81px;
    font-size: 63.62px;
}
.about-sec  p{
    font-size: 22.72px;
    font-weight: 400;
    line-height: 33.63px;
    text-align: right;
}
.blog-main span.p-dates {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.13px;
    text-align: left;
    color: #828282;
    padding-top: 20px;
    display: inline-block;
}
.blog-title h3 a {
    font-size: 26px;
    font-weight: 400;
    line-height: 36.9px;
    text-align: left;
    color: #000;
    font-family: Marcellus;
    text-decoration: none;
}
.blog-excerpt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.68px;
    text-align: left;
}
.case-studies {
    background-image: url(/wp-content/uploads/2024/11/blog-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-btn a p{
    font-size: 14px;
    font-weight: 700;
    line-height: 20.79px;
    text-align: right;
    color: #99262D;
    text-transform: uppercase;
}
.blog-btn a p:hover {
    color: #CC9255;
}
a.blog-btn-a {
    text-decoration: none;
}

.free-consultbtn a i.vc_btn3-icon.fas.fa-chevron-right{
    background-color: #fff;
    padding: 15px;
    width: 39px;
    height: 54px;
    margin-right: -44px;
    color: #000;
    right: 40px !important;
}
.prac-secs {
    background-image: url(/wp-content/uploads/2025/06/services-bg-11.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.prac-secs  .inner-prac .prac-img {
    margin-bottom: -60px;
}
.prac-secs  .post-icandlle {
    margin-left: 70px;
    margin-bottom: 0;
}
.prac-secs  h3.sec-sub-heading {
    padding-left: 70px;
}
.prac-secs  .color-heading {
    padding-left: 70px;
}
.prac-secs .inner-prac {
    margin-left: 70px;
}
.prac-secs  .prac-icon {
    margin-bottom: 0;
}
.prac-secs  h3{
    font-size: 22px;
    padding-top: 10px;
}
.prac-secs .free-consultbtn a{
    text-transform: uppercase;
    padding: 11px 25px !important;
    font-size: 14.35px !important;
}
.prac-secs  .free-consultbtn a i.vc_btn3-icon.fas.fa-chevron-right {
    background-color: #F8F8F8;
    padding: 17px;
    width: 38px;
    height: 46px;
    margin-right: -65px;
    color: #000;
    right: 33px !important;
}
.prac-secs p{
    font-family: Marcellus;
    font-size: 17px;
    line-height: normal;
    max-width: 89%;
    margin: 0 auto;
}
.prac-secs  .prac-column {
    margin-left: 50px;
}
.faq-item.vc_toggle_active {
    border-bottom: 1px solid #BDBDBD;
}
.faq-item.vc_toggle_active i{
    content: "\f106"; /* FontAwesome 6 angle-up icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.faq-item {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 15px;
}

header.entry-header {
    text-align: center;
    color: #fff;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 30px;
    background-position: center;
    background-image: url("/wp-content/uploads/2024/11/1contact-banner3.jpg");
}
h1.entry-title{
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}
.about-sec p:after {
    content: "";
    display: block;
    width: 214px;
    height: 1px;
    border: 1px solid #BDBDBD;
    position: absolute;
    right: 18px;
    bottom: 8em;
	display:none;
}
body input#gform_submit_button_1 {
    background-color: #CC9255;
    padding: 16px 30px;
    font-size: 20px !important;
    font-weight: 500;
	border:none !important;
}
.sign-img {
    max-width: 59%;
    float: right;
	    margin-bottom: 16px !important;
}
.court-sec .court-col  {
    background-color: #EEEFF1;
    padding: 40px 15px;
}

.home .main-header {
    display: inline-block;
    width: 100%;
    padding: 3px;
    background-color: transparent;
}
.home header#masthead {
    padding-top: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: transparent;
}
.container{
    max-width: 1200px;
}
/* header#masthead .container{
    max-width: 1552px;
} */
.pract-content{
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}
.prac-secs .free-consultbtn{
    background-color: #FFFFFF;
    padding-bottom: 25px;
}
.col-lg-1.appointment-col {
  padding: 0;
}

.appointment-btn a {
    background-color: #CC9255;
   padding: 14px 10px;
    color: #fff;
    font-size: 16px;
/*     text-transform: uppercase; */
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: none;
}
.home .bt-line {
    background-color: #BDBDBD;
    height: 1px;
    background-size: cover;
    top: 11px;
    position: relative;
}
.phone-btn a {
    font-size: 13px;
    color: #000000;
    font-family: 'Poppins';
    text-decoration:none;
    margin-top: -8px;
    display: block;
    font-weight: 600;
}
.appointment-col {
    /* padding-right: 0; */
}
.appointment-btn{
    float: right;
}

.appointment-btn a:hover {
    background-color: #99262D;
}
.main-header .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}
.phone-btn img{
    float: left;
}
.topicon{
    float: left;
/*     width: 135px; */
    padding-left: 7px;
}
.about-sec{
    padding-top:50px;
    padding-bottom: 50px;
}
.court-inner {
    border-bottom: 1px solid #BDBDBD;
}
.court-p {
    padding-top: 25px;
    margin-bottom: 10px !important;
}
.get-btn a {
    background-image: unset !important;
    font-size: 16.8px;
    font-weight: 700;
    line-height: 24.95px;
}
.court-sec .court-col:hover {
    background-color: #99262D;
}
.court-sec .court-col:hover {
    background-color: #99262D;
    transition: all ease .5s;
    color: #fff;
}



.court-sec .court-col:hover h3 {color: #fff !important;}

.court-sec .court-col:hover .coutt-icons img {
    filter: invert(1);
}
.coutt-icons img {
    transition: all ease 500ms;
}
.court-sec .court-col h3 {
    transition: all ease 500ms;
}
.court-sec .court-col:hover p {color: #fff;}

.court-sec .court-col p {
    font-size: 16.8px;
    font-weight: 400;
    line-height: 24.87px;
    transition: all ease 500ms;
    color: #828282;
}
.court-sec .court-col:hover .get-btn a {background: transparent !important;color: #fff !important;border:1px solid #ccc;}

.court-sec .court-col .get-btn a {
 
    font-weight: 500;
}
.get-btn {
    margin-bottom: 0 !important;
}
.court-sec {
    position: relative;
    top: -79px;
    z-index: 999;
}
.legal-p h2 {
    font-size: 59.66px;
    font-weight: 400;
    line-height: 78.63px;
    color:#000000;
}
.legal-p p {
    font-family: Poppins;
    font-size: 18.23px;
    font-weight: 500;
    line-height: 26.98px;
    text-align: left;
}
.legal-innercol .vc_column-inner {
    max-width: 84%;
    margin: 0 auto;
}
.legal-sec .legal-col {
    padding-top: 80px;
    padding-bottom: 0px;
}
div#gform_wrapper_3 span.gfield_required.gfield_required_text {
    display: none;
}
form#gform_3 input {
    border-right: none;
    border-top: none;
    border-left: none;
    box-shadow: none;
}
form#gform_3  textarea#input_3_8 {
    height: 50px;
    border-right: none;
    border-left: none;
    border-top: none;
    box-shadow: none;
}
form#gform_3 input#gform_submit_button_3 {
    background-color: #CC9255;
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
form#gform_3 input#gform_submit_button_3:hover{
    background: #781f25;
}
.testimonial-row {
    background-image: url(/wp-content/uploads/2024/11/bg-img-lawyer-1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials-box {
    text-align: center;
}
.testimonial-row h3.sub-heading {
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform:uppercase;
    margin-bottom: 0;
}
.testimonial-row .client-heading h2 {
    font-size: 54.67px;
    font-weight: 400;
    line-height: 72.06px;
    color: #2B2B2B;
}
.testimonil-law {
    margin-bottom: 10px;
}
/***************/


/* Initial styling for all slide images */
.slick-slide img {
    /* transition: transform 0.5s ease;  */
}

/* Zoom effect on the active slide image */
.slick-slide.slick-active img {
    /* transform: scale(1.1);  */
}

.slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	 /* padding: 40px 0;  */
} 
.slick-slide img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
} 
.slick-center {
	transform: scale(1.1);
} 

.testimonial-thumbnail img {
    text-align: center;
    margin: 0 auto;
}
.testimonials-textbox .testimonials-name {
    font-family: Marcellus;
    font-size: 46.23px;
    font-weight: 400;
/*     line-height: 68.66px; */
	    line-height: 91.66px;
    text-align: center;
    color: #2B2B2B;
}
.testimonials-location span {
    font-family: Poppins;
    font-size: 17.08px;
    font-weight: 500;
    line-height: 25.37px;
    letter-spacing: 0.41em;
    text-align: center;
    color: #CC9255;
}
.testimonial-row .testimonial-content p {
    font-size: 22.18px;
    font-weight: 400;
    line-height: 32.82px;
    text-align: center;
}
.testimonial-row  .testimonial-content {
    max-width: 83%;
    margin: 0 auto;
}
.testimonial-row  .ratings span i {
    color: #CC9255 !important;
}

.testimonials-container  .slick-dots li button:before {
    color: #BDBDBD; 
}
.testimonials-container .slick-dots li.slick-active button:before {
    color: #CC9255; 
} 

.ratings {
    margin-bottom: 30px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px;
    color: #BDBDBD;
}
.testimonial-thumbnail {
    padding-top: 24px;
}
.testimonial-inner{
    margin-bottom: 25px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 14px;
    float: right;
}
.free-consultbtn a:hover{
background-color: #99262d !important;
}



/* Target the previous arrow */
.testimonials-container .slick-prev {
    background: url('/wp-content/uploads/2024/11/XMLID_2_.png') no-repeat center center;
    width: 30px; /* Adjust the width to match your image */
    height: 30px; /* Adjust the height to match your image */
    display: block; /* Ensure the arrow is displayed */
    text-indent: -9999px; /* Hide default text */
}

/* Target the next arrow */
.testimonials-container .slick-next {
    background: url('/wp-content/uploads/2024/11/x33_.png') no-repeat center center;
    width: 30px; /* Adjust the width to match your image */
    height: 30px; /* Adjust the height to match your image */
    display: block; /* Ensure the arrow is displayed */
    text-indent: -9999px; /* Hide default text */
}

/* .testimonials-container .slick-prev:hover, .testimonials-container .slick-prev:focus, .testimonials-container .slick-next:hover, .testimonials-container .slick-next:focus{
    color: unset;
    outline: unset;
    background: unset;
} */
.testimonial-content {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.testimonial-content p {
    padding: 0px 10px !important;
}

.testimonial-content i {
    font-size: 18px;
}

.testimonial-content i.fa-quote-right {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.case-studies .free-consultbtn a:hover , .prac-secs .free-consultbtn a:hover {
    background-color: #cc9255 !important;
}
a.blog-btn-a {
    font-family: DM Sans;
}
.blog-time-btn{
    padding-top: 20px;
}
.social-info ul.list-inline.social_links li a span i:hover {
    background-color: #CC9255;

}
form#gform_2 input#gform_submit_button_2:hover{
    background-color: #CC9255;
}

h4.blog-title a {
    color: #cc9255;
    text-decoration: none;
}
.cat-info {
    display: none;
}

.services-box ul.slick-dots li button:before {
    font-size: 20px;
}

.learnmore-btn a:hover {
    background-color: #cc9255 !important;
}
form#gform_1 input {
    font-size: 16px;
    border: 1px solid #ccc;
	    min-height: 45px;
    padding-left: 22px;
}
#gform_wrapper_1 .gform_body .gform_fields {
    row-gap: 30px; /* Adjust the value */
}
form#gform_1 textarea#input_1_8 {
    border: 1px solid #ccc;
}
textarea#input_1_8 {
    font-size: 16px;
    border: 1px solid #ccc;
    min-height: 45px;
    padding-left: 22px;
}
.caseone .slick-slide .slide{
/* 	    width: 870px !important;  */
}
.cases2{
    background-image: url(/wp-content/uploads/2024/11/blog-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
}
.faq-sec .color-heading p {
    font-family: Marcellus;
    font-size: 54px !important;
    font-weight: 400;
    line-height: 65px;
    text-align: left;
}
form#gform_2 input#input_2_1{
	display:none;
}

.legal-sec .wpb_gmaps_widget{
	margin-bottom: 0;
}

.family-law-row img {
    border-radius: 30px;
}
.faq-sec img {
    border-radius: 30px;
/*     border: 1px solid #ccc; */
}


/* FAQ Accordion Styling */
.faq-accordion .accordion-item {
    border: 1px solid #ddd;
       margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-accordion .accordion-header {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 40px;
	margin-bottom: 0;
background-color: #f0f0f0;
}

.faq-accordion .accordion-button {
    color: #000;
    text-align: left;
    font-size: 18px;
    padding: 20px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
	display: inline-block;
    width: 100%;
    border: none;
}

.faq-accordion .accordion-button:hover {
/*     background-color: #CC9255;
    color: #fff; */
	 border: none;
}

.faq-accordion .accordion-body {
    padding: 15px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

/* Arrow Styling */
.faq-accordion .toggle-arrow::after {
    content: '\f107'; /* FontAwesome arrow-down */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button.collapsed .toggle-arrow::after {
    content: '\f106'; /* FontAwesome arrow-up */
    transform: rotate(180deg);
}

/* Remove Default Bootstrap Arrow */
.faq-accordion .accordion-button:not(.collapsed)::after {
    display: none;
}
.faq-accordion .accordion-button::focus{
	outline: unset !important;
    border: none !important;
}
.faq-accordion .accordion-button:focus{
    border: none;
    outline: unset;	
}
.logo a img {
/*     width: 250px; */
/*     height: 112px; */
}





.testimonials-container-2 .testimonial-content h2 {
    color: #000
}

.testimonials-box-2 .testimonial-img {
    float: right;
    position: absolute;
    top: 12px;
    width: 50px;
    left: 270px;
    right: 0
}

.testimonials-box-2 .ratings {
    float: left
}

.testimonials-box-2 .testimonial-content h2 {
    font-size: 24px
}

.testimonials-box-2 {
    padding: 25px;
    margin-bottom: 25px !important;
    border-radius: 20px;
    position: relative;
    transition: all ease 500ms;
    background-color: #FEF9F5;
    background-repeat: no-repeat;
    border: 1px solid #ffd0aa;
}
.testimonials-box-2:hover h2,.testimonials-box-2:hover .testimonials-name {
    color: #000!important
}

.testimonials-box-2 .testimonials-name, 
.testimonials-box-2 .ratings {
    margin-top: 10px;
    margin-bottom: 0;
	padding-left:0px !important;
}

.testimonials-box-2:hover .testimonial-img {
    border-color: #fff
}

.testimonials-container-2 .grid-sizer, 
.testimonials-container-2 .grid-item {
    width: 33.33%
}

.testimonials-container-2 .testimonial-content p {
    padding: 0;
    text-align: left !important;
    font-size: 16px;
	color:#000;
}

.testimonials-container-2 .testimonials-box-2 .ratings {
    float: none
}
.testimonials-box-2 .testimonials-name {
	color: #5f6f52;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.testimonials-box-2 .ratings {
    color: #ba704f;
	margin-top:0px;
	font-size:18px;
}
.testimonials-box-2:hover {
   background: #CC9255;
}
.testimonials-box-2:hover .ratings {
    color: gold;
}
.testimonials-box-2:hover .testimonial-content, 
.testimonials-box-2:hover .testimonials-name, 
.testimonials-box-2:hover .testimonial-date {
    color: #fff !important;
}
.testimonial-date {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #99262d;
    border-radius: 0;
    font-weight: 600;
    transition: all ease 500ms;
}
.testimonials-box-2:hover p {
    color: #fff;
}
.testimonials-box-2 .ratings {
    margin-bottom: 0px !important;
}
.page-id-266 .testimonial-blocks .testimonials-container .testimonials-box {
    padding-top: 18px;
}
.page-id-266 .testimonial-row .testimonial-content p {
    font-size: 16px;
    line-height: normal;
}
.lawpay-sec .lawpay-text p {
    font-size: 18px;
	    font-weight: 400;
    line-height: 33.63px;
}
.lawpay-sec{
	padding-top:50px;
	padding-bottom:50px;
}
.lawpay-sec h2{
	text-transform:capitalize;
}
.ditty.ditty-ticker {
    background: #99262d;
    padding: 10px 0px;
}

.ditty.ditty-ticker a {color: #fff;}

.info-phone {
    display: flex;
    justify-content: center;
    align-items: center;
/*     padding: 0; */
}
.badge-img {
    max-width: 100%;
	display: flex;
}
footer#colophon section.main-footer .container{
    max-width: 1300px;
    margin: 0 auto;
}
div#text-2 p {
    display: flex;
}
ul#primary-menu li#menu-item-750 a:after {
    content: "▾";
    right: -3px;
    position: relative;
}
span.copy-right-text{
	    float: left;
}
p.devel-p {
    margin-bottom: 0;
    float: right;
}
p.devel-p a{
	font-weight:bold;
}
p.devel-p a:hover{
	color:#000;
}


@media only screen and (max-width: 768px) {
    a.phone_mobile {
        position: fixed;
        bottom: 95px;
        right: 10px;
        width: 60px;
        height: 60px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99999;
        display: block;
    }

    a.phone_mobile i {
        color: #fff;
        background-color: #99262d;
        padding: 13px;
        border-radius: 50px;
        font-size: 24px;
    }
}

.injuries-sec {
    padding-top: 0 !important;
}
.injuries-sec .vc_column-inner {
    padding-top: 0 !important;
}
header.entry-header h2.entry-title {
    color: #fff;
    font-size: 60px;
}
.contact-info h1{
font-size: 36px; margin: 0 0 17px;	
}


#gform_5 input {
    font-size: 21px;
    border: 2px solid #99262d;
    min-height: 52px;
    padding-left: 28px;
    font-family: Marcellus;
    color: #99262d;
    box-shadow: none;
    border-radius: 0;
}
#gform_5 #gform_submit_button_5 {
    font-size: 17px;
    border: 2px solid #99262d !important;
    min-height: 52px;
    padding: 13px;
    color: #ffffff;
    box-shadow: none;
    border-radius: 0;
    background-color: #99262d;
}
#gform_5{
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}
#gform_5 div#field_submit{
    align-items: baseline;	
}

#gform_wrapper_5 .gform-theme--foundation .gform_fields {
   -moz-column-gap: 0 !important;
    column-gap: 0px !important;
}
.hiring-lawyers {
    padding-bottom: 50px;
}
input#gform_submit_button_5:hover {
    background-color: #cc9255 !important;
}

.right-lawyer{
	background-image:url('/wp-content/uploads/2025/07/new-bg.jpg');
/*     background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;	
}
#gform_wrapper_5 p.gform_required_legend{
    display:none;
}
.lawtext-p p, .lawtext-p p em {
    font-size: 18px;
}

.postnp ul{
	list-style-type:none;
}
.postnp ul li:before {
    content: "\f0da";
    margin: 0 15px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    color: #99262D;
}
.prenup-heading p {
    font-size: 40px;
    line-height: 60px;
}
.trsuted-advice {
    padding-top: 80px;
    padding-bottom: 60px;
}
.prenup-heading {
    margin-bottom: 10px !important;
}
.enforcement p {
    font-size: 38px;
}

.custoddy-sec {
    background-image: unset;
    padding-top: 30px;
    padding-bottom: 30px;
}
.custoddy-sec  .color-heading {
    padding-left: 0 !important;
}
.custoddy-sec .inner-prac {
    margin-left: 0 !important;
	    display: flex;
    justify-content: center;
}
.custoddy-sec  h3.sec-sub-heading {
    padding-left: 0 !important;
}
.custoddy-sec  .prac-secs .post-icandlle {
    margin-left: 0;
}
.custoddy-sec  .pract-content img {
    margin-top: -12px;
    border: none;
    transition-duration: .9s;
	    width: 100px;
}
.custoddy-sec  .pract-content {
    text-align: center;
	 background-color: #F8F8F8;
    padding-bottom: 0px; 
}
.custoddy-sec .prac-col .vc_column-inner .wpb_wrapper {
    background-color: #F8F8F8;
    padding: 9px;
    border-radius: 23px;
}
.custoddy-sec  .color-heading h2{
	    line-height: 60px;
    font-size: 56px;
}
 .custody-p p {
    height: unset !important;
	padding-top: 20px;
	font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    max-width: 56% !important;
}
.custoddy-sec  .prac-secs h3{
    font-size: 26px !important;	
}
.secures-p {
    background-color: #99262D;
    border-radius: 28px;
    margin-bottom: 0 !important;
    padding-top: 52px;
    padding-bottom: 52px;
	padding-left: 20px;
    padding-right: 20px;
	margin-top: 25px;
}
.secures-p ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.negotialble-sec {
padding-bottom: 62px;
}
.secures-p ul li {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: normal;
	border-right: 1px solid #CCCCCC;
    padding-right: 6px;
}
.secures-p ul li:last-child{
	border-right:none;
}

.submenu-icon {
    margin-left: 6px;
    font-size: 0.7em;
}
.drop_menu>li>ul.sub-menu>li.menu-item-has-children{
	width:100%;
}
/* .drop_menu>li>ul.sub-menu>li.menu-item-has-children li#menu-item-600 a::before {
    float: right;
    padding-top: 14px;
    padding-right: 12px;
    color: #fff;
}
 */
/* .drop_menu > li ul.sub-menu li#menu-item-600::before {
    font-weight: 900;
    float: right;
    padding-top: 14px;
    padding-right: 12px;
    color: #000;
} */
.drop_menu > li ul.sub-menu li#menu-item-600::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    float: right;
    padding-top: 5px;
    padding-right: 12px;
    color: #000;
    transition: color 0.3s ease;
}

.drop_menu > li ul.sub-menu li#menu-item-600:hover::before {
    color: #fff;
}
.postnp ul {
    padding: 10px;
}
.stepsp {
    padding-left: 17px;
}
.crag-logo img {
    width: 500px;
}
.hiring-lawyers .hiring-coll , .right-lawyer .hiring-coll {
    padding-left: 50px;
}
div#popmake-1269 {
    background-color: #fef9f5;
}
div#popmake-1269 .hiring-lawyers {
    padding-bottom: 0;
}
div#popmake-1269 .family-law-heading{
        font-size: 30px;
}
.hiring-lawyers .vc_column-inner {
    padding-top: 0 !important;
}
/* div#popmake-1269 {
    overflow-x: hidden !important;
} */
  .pum-theme-1103 .pum-content + .pum-close,  .pum-theme-lightbox .pum-content + .pum-close{
/*     right: 6px !important;
    top: 6px !important;	 */
}
.pum-theme-1103 .pum-content, .pum-theme-lightbox .pum-content {
    overflow-x: hidden;
}
.right-lawyer .family-law-heading{
    line-height: normal;
    padding-bottom: 15px;	
}