 @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
         url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6, p{
    font-family: 'Satoshi' !important;
}

h2{
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 58px;
}

.location-new-container h2 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 58px;
}

.new-location-hero{
    display: grid;
    grid-template-columns: 50% 48%;
    align-items: center;
    width: 100%;
    min-height: 80vh;
    padding-top: 20px;
    padding-bottom: 30px; 
}

.new-loc-about h2{
    color: #24425F;
}

.new-location-hero-left{
/*     max-width: 720px; */
    padding-left: 80px;
    padding-right: 40px;
}

.new-location-hero-left p {
    color: black;
    font-size: 16px;
    line-height: 32px;
}

.location-new-container p{
    color: black;
    font-size: 16px;
    line-height: 32px;
}

.new-location-hero-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.new-loc-btn{
    background: #efad00;
    color: #202020;
    padding: 10px 10px;
    border-radius: 10px;
}

.location-new-container{
    padding-left: 80px;
    padding-right: 140px;
}

.new-loc-about {
    display: flex;
    gap: 50px;
    align-items: center;
}

.our-family-law{
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.location-new-container{
    padding-top: 90px;
    padding-bottom: 60px;
}

.new-loc-tick-list{
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Satoshi';
    color: #202020;
}

.new-loc-tick-list li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.new-loc-tick-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 18px;
    height: 18px;
    background-image: url("https://www.stephendurbinandassociates.com/wp-content/uploads/2026/02/Vector.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.our-family-law-accordion{
    padding-bottom: 40px;
}

.ofl-accordion{
    margin-top: 24px;
}

.ofl-item{
    border-bottom: 1px solid #d7e0ee;
}

.ofl-header{
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1f3b64;
    cursor: pointer;
}

.ofl-header h3{
    font-size: 24px;
    font-weight: 400;
    color: #1f3b64;
    margin-bottom: 0;
    text-align: left;
}

.ofl-header span:first-child{
    text-align: left;
}

.ofl-icon{
    font-size: 20px;
    color: #1f3b64;
    line-height: 1;
}

.ofl-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.ofl-content p{
    margin: 0 0 18px 0;
    font-family: 'Satoshi', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* open state */

.ofl-item.active .ofl-content{
    max-height: inherit;
}

.ofl-item.active .ofl-icon{
    content: "−";
}

.ofl-item.active .ofl-header h3{
    font-weight: 500;
}

.new-loc-why-work {
    padding-top: 90px;
    padding-bottom: 60px;
}

.why-choose-slider {
    padding-top: 40px;
}

.why-choose-box {
    background: #E3EEF7;
    padding: 16px;
    border-radius: 5px;
	display: flex;
  	flex-direction: column;
	align-items: flex-start;
}

.why-choose-box p {
    color: #24425F;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.why-choose-box img {
    width: 20px !important;
    margin-bottom: 10px;
}

.why-choose-box p{
    margin: 0;
}

.why-read-more{
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #24425F;
    cursor: pointer;
}
.new-box {
	background: #E3EEF7;
    padding: 16px;
    border-radius: 5px;
}
.new-box p {
    color: #24425F;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.new-box img {
    width: 20px !important;
    margin-bottom: 10px;
}

.new-box p{
    margin: 0;
}

.new-loc-legal-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.legal-serv-right input {
    margin-bottom: 0;
    width: 400px;
    border: 1px solid #40678E;
    height: 42px;
    border-radius: 10px;
}

.loc-legal-box {
    border: 1px solid #40678E;
    border-radius: 22px;
}

.loc-legal-box img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.legal-box-head {
    color: #24425F;
    font-size: 25px;
    font-weight: bold;
}

.legal-box-text p{
    color: #24425F;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.legal-box-contents{
    padding: 30px;
}
.new-loc-left img {
	width: 100%;
}
.new-loc-about .new-loc-left{
	width:50%;
}
.new-loc-about .new-loc-right{
	width:50%;
}
.our-family-law-left{
	width:50%;
}

.our-family-right{
	width:50%;
}

.testi-section {
    text-align: center;
    margin-bottom: 40px;
}
.testi-section h3 {
    font-size: 20px;
    color: #000;
}
.testi-section .why-choose-box img {
    width: auto !important;
    margin-bottom: 10px;
}
@media (min-width: 1921px){

    .new-location-hero{
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    .location-new-container{
        max-width: 1750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: unset;
        padding-right: unset;
    }

}



.new-location-hero-left h1 {
	margin-bottom: 30px;
}
.new-location-hero-left p {
	font-size: 18px;
	margin-bottom: 25px;
	color: #1A1A1A;
}
.new-location-hero-left p a {
	color: #EFAD00;
	font-weight: 500;
}
.new-location-hero-left p a:hover { 
	color: #40678e;
}
.hero-btn-container-new a{
	font-family: 'Satoshi';
	font-size: 20px;
	font-weight: 500;
}
.hero-btn-container-new a:hover {
	color: #24425F!important;
}
.new-loc-btn {
	padding: 15px 20px;
	font-size: 20px;
	font-family: 'Satoshi';
	font-weight: 500;
	display: inline-block;
}
.new-loc-btn:hover {
	background: #24425F;
  	color: #EFAD00;
}
.hero-btn-container-new {
	padding-top: 10px;
}
.hero-btn-container-new a.new-loc-btn {
	font-weight: 500;
}
.hero-btn-container-new a.new-loc-btn:hover { 
	color: #EFAD00!important;
}
.new-location-hero {
	padding-bottom: 40px;
}
.new-loc-about .new-loc-left {
	width: 43.7%;
}
.new-loc-about {
	gap: 32px;
}
.new-loc-about .new-loc-right {
	width: 56.3%;
}
.location-new-container {
	padding-right: 80px;
	padding-bottom: 40px;
}
h2 {
	font-size: 45px;
}
.location-new-container h2 {
	font-weight: 500;
	margin-bottom: 25px;
	font-size: 45px;
}
.location-new-container p {
	font-size: 18px;
	color: #1A1A1A;
}
.location-new-container p a { 
	color: #EFAD00;
	font-weight: 500;
}
.location-new-container p a:hover { 
	color: #40678e;
}
.new-loc-tick-list li {
	padding-left: 26px;
	font-size: 18px;
	line-height: 32px;
}
.new-loc-tick-list li::before { 
	top: 11px;
	width: 15px;
	height: 11px;
}
span.txt-yellow {
	color: #EFAD00;
}
.our-family-right {
	width: 45.7%;
}
.our-family-law-left {
	width: 56.3%;
	padding-right: 10px;
}
.our-family-law {
	gap: 60px;
}
.ofl-header h3 {
	font-size: 30px;
	line-height: 37px;
}
.ofl-header {
	padding: 20px 0;
}
.ofl-item.active .ofl-content {
/* 	padding-bottom: 30px; */
	padding-right: 20px;
}
.ofl-item.active {
	border-bottom-color: transparent;
}
.ofl-item {
	border-bottom-width: 2px;
}
.our-family-right img {
	border-radius: 25px;
	width: 100%;
}
.new-loc-why-work {
	padding-bottom: 40px;
}
.legal-box-head {
	line-height: 35px;
}
.new-loc-legal-slider.owl-carousel .owl-item,
.new-loc-legal-slider.owl-carousel .owl-stage {
	display: flex;
}
.new-loc-legal-slider.owl-carousel .loc-legal-box {
	display: flex;
	flex-direction: column;
}
.new-loc-legal-slider.owl-carousel .legal-box-contents {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: flex-start;
}
.new-loc-legal-slider.owl-carousel .new-loc-btn {
	margin-top: auto;
	font-weight: 500;
}
.new-loc-legal {
	padding-bottom: 20px;
}
.new-loc-legal-slider {
	position: relative;
}
.new-loc-legal-slider:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 177px;
	height: 100%;
	background: linear-gradient(81.77deg, #FFFFFF 12.72%, rgba(255, 255, 255, 0) 96.11%);
	z-index: 1;
}
.new-loc-legal-slider:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 177px;
	height: 100%;
	background: linear-gradient(81.77deg, #FFFFFF 12.72%, rgba(255, 255, 255, 0) 96.11%);
	transform: rotate(180deg);
	z-index: 1;
}
.location-new-container .new-loc-tick-list p {
	color: #24425F;
}
.location-new-container .new-loc-tick-list li {
	margin-bottom: 22px;
}
.testi-section h3 {
	font-weight: 400;
}
.testi-section h2 {
	margin-bottom: 30px;
}
.testi-section p {
	color: #24425F;
	font-size: 18px;
	line-height: 32px;
	max-width: 526px; 
	width: 100%;
	margin: 0 auto;
}
.testi-slider .why-choose-box {
	padding: 34px 37px;
	border-radius: 24px;
	min-height: 426px;
}
.testi-slider .why-choose-box h4 {
	color: #000000;
	font-size: 20px;
	line-height: 25px;
	min-height: 25px;
}
.testi-slider .why-choose-box p {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
}
/* 	.testi-slider.owl-carousel .owl-stage {
display: flex;
}
.testi-slider.owl-carousel .owl-item {
display: flex;
} */
.testi-slider .moreless-button {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	display: inline-block;
	font-weight: 500;
}
.testi-slider .owl-nav {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding: 50px 0 0;
}
.custom-nav button,
.testi-slider .owl-nav button {
	width: 57px;
	height: 57px;
	border-radius: 100%;
	background: #ffffff;
	box-shadow: -1.52px 1.52px 7.61px 3.81px #0000000D;
	border: 0;
}
.custom-nav button.owl-prev span,
.testi-slider .owl-nav button.owl-prev span {
	display: inline-block;
	color: transparent;
	width: 27px;
	height: 27px;
	background: url(https://www.stephendurbinandassociates.com/wp-content/uploads/2026/02/arrow-left.png) no-repeat center center;
	background-size: 100%;
}
.custom-nav button.owl-next span,
.testi-slider .owl-nav button.owl-next span {
	display: inline-block;
	color: transparent;
	width: 27px;
	height: 27px;
	background: url(https://www.stephendurbinandassociates.com/wp-content/uploads/2026/02/arrow-right.png) no-repeat center center;
	background-size: 100%;
}
.faq-container {
	width: 100%;
	padding: 100px 20px 140px;
}
.innerwrapper {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.faq-container h2 {
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.faq-container .our-family-law-accordion {
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
}
.faq-container .ofl-header h3 {
	font-size: 25px;
	line-height: 33px;
	padding-right: 10px;
}
.faq-container .ofl-item.active .ofl-header h3 {
	font-size: 28px;
	line-height: 36px;
}
.faq-container .ofl-content,
.faq-container .ofl-item .ofl-header {
	padding-left: 25px;
	padding-right: 25px;
}
.faq-container .ofl-item.active {
	background: #E3EEF7;
	border-radius: 26px;
	padding: 10px 0 0;
	border-color: #E3EEF7;
}
.faq-container .ofl-item.active .ofl-content {
	padding-bottom: 30px;
}
.faq-container .ofl-content p {
	color: #1A1A1A;
	font-size: 18px;
}
.faq-container .ofl-content p:last-child {
	margin-bottom: 0;
}
.mapblock iframe{
	width: 100%;
	border-radius: 24px;
	height: 480px;
}
.mapblock .new-loc-about {
	gap: 30px;
	justify-content: space-between;
}
.mapblock .new-loc-about .new-loc-left {
	width: 48.5%;
}
.mapblock .new-loc-about .new-loc-right {
	width: 48%;
}
.mapblock .new-loc-btn {
	margin-top: 15px;
}
.location-new-container.mapblock {
	padding-top: 0;
	padding-bottom: 140px;
}
.consultation-outer {
	width: 100%;
	padding: 0 15px;
}
.bgblock-inner {
	width: 100%;
	background: #24425F;
	border-radius: 25px;
	padding: 100px 20px;
}
.consultation-outer span.subheading {
	color: #EFAD00;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	display: block;
}
.consultation-outer h2 {
	color: #FFFFFF;
	margin-bottom: 35px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.consultation-outer .contact-block {
	border-radius: 25px;
	box-shadow: -2px 2px 10px 5px #0000000D;
}
.contact-block.text-left a.nav-link input {
    position: relative;
    margin-right: 19px;
}

.contact-block .nav-link.active {
    background: transparent;
    color: #EFAD00;
    padding-left: 0;
        border: none!important;
}
.contact-block .nav-link {
    padding-left: 0;
    position:relative;
}
input[type='radio']:after {
    display:none;
}
[type="radio"]:checked+label:before {
	border: 1px solid #efad00;
}

.consultation-outer .boundpill {
    float: left;
    width: 28px;
    height: 28px;
    border: 2px solid #4C4A4B;
    border-radius: 50%;
    margin-right: 10px;
        margin-top: -3px;
}

.consultation-outer .contact-block.text-left a.nav-link input {
	position: relative;
	left: 7px!important;
	top: 3px; 
	margin-right: 20px;
	display: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    line-height: 31px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #EFAD00;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:not(:checked) + label:before {
    border: 1px solid #4C4A4B;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
      width: 20px;
    height: 20px;
    background: #EFAD00;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

}
.consultation-outer .contact-block:before,
.consultation-outer .contact-block:after {
	display: none;
}
.location-new-container.locations {
	padding-left: 0;
	padding-right: 0;
	padding-top: 140px;
	max-width: 100%;
}
.topcontent {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 80px 50px;
}
.leftblock {
	width: 65%;
}
.leftblock p {
	margin-bottom: 0;
}
.rightblock {
	width: 31%;
}
.locations .subheading {
	font-size: 20px;
}
.location-new-container.locations h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}
.searchblk button[type="submit"]{
	display: none;
}
.searchblk input[type="search"]{
	width: 100%;
	border: 1px solid #40678E;
	border-radius: 10px;
	height: 42px;
	padding: 0 15px 0 47px;
	background: url(https://www.stephendurbinandassociates.com/wp-content/uploads/2026/02/search-icon.png) no-repeat 12px 9px;
	background-size: auto;
}
.location-box {
	width: 100%;
	background: #24425F;
	box-shadow: -2px 2px 10px 5px #00000026;
	border-radius: 22px;
	margin-bottom: 20px;
}
.loc-image {
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 22px 22px 0 0;
}
.loc-content {
	width: 100%;
	padding: 20px 40px 30px;
}
.loc-content h3 {
	color: #EFAD00;
	font-size: 25px;
	line-height: 32px;
	margin: 0 0 25px;
}
.loc-content address {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Satoshi' !important;
	padding-left: 25px;
	background: url(../images/map-pin.svg) no-repeat 0 6px;
	background-size: auto;
}
.loc-content p a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Satoshi' !important;
	padding-left: 25px;
	font-weight: 400;
}
.loc-content p a:hover { 
	color: #EFAD00;
}
.loc-content p {
	margin-bottom: 0;
}
.loc-content p a.phoneno { 
	background: url(../images/phone.svg) no-repeat 0 3px;
	background-size: auto;
}
.loc-content p a.emailid { 
	background: url(../images/mail.svg) no-repeat 0 3px;
	background-size: auto;
}
.loc-content p.ex-content {
	color: #EFAD00;
	font-size: 12px;
	line-height:17px;
	font-weight: 400;
	margin: 15px 0 0;
}
.locations-slider.owl-carousel .owl-item {
	display: flex;
}
.locations-slider.owl-carousel .owl-stage {
	display: flex;
}
.articlescontent {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
.left-contentblk {
	width: 40%;
}
.right-contentblk {
	width: 64%;
}
.left-contentblk span.subheading {
	display: block;
	margin-bottom: 26px;
	color: #000000;
	font-size: 20px;
	font-family: 'Satoshi';
	font-weight: 400;
}
.left-contentblk h2 {
	margin-bottom: 26px;
}
.why-choose-slider.owl-carousel .owl-item,
.articles-slider.owl-carousel .owl-item {
	display: flex;
}
.why-choose-slider.owl-carousel .owl-stage,
.articles-slider.owl-carousel .owl-stage {
	display: flex;
}
.card-article {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 22px;
	margin: 0 10px 20px;
}
.card-image {
	width: 100%;
	border-radius: 22px 22px 0 0;
}
.card-image img{ 
	width: 100%;
	height: 210px;
	border-radius: 22px 22px 0 0;
	object-fit: cover;
	object-position: center;
}
.card-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: flex-start;
	width: 100%;
	box-shadow: -2px 2px 10px 5px #0000000D;
	padding: 28px 40px;
	border-radius: 0 0 22px 22px;
}
span.card-date {
	font-size: 13px; 
	line-height: 17px;
	color: #24425F;
	font-family: 'Satoshi';
	font-weight: 500;
	display: block;
	width: 100%;
	margin-bottom: 22px;
}
.card-content h3 {
	font-size: 22px;
	color: #24425F;
	line-height: 30px;
	margin-bottom: 25px;
}
.card-content h3 a {
	color: #24425F;
}
.card-content h3 a:hover {
	color: #EFAD00;
}
.card-content a.read-more {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	font-family: 'Satoshi';
	font-weight: 500;
	color: #24425F;
	padding-right: 30px;
	background: url(https://www.stephendurbinandassociates.com/wp-content/uploads/2026/02/arrow-up-right.png) no-repeat right center;
}
.card-content a.read-more:hover {
	opacity: 0.7;
}
.custom-nav{
	display: flex;
	gap: 23px;
	width: 100%;
}
.block-wrapper {
	width: 100%;
	padding: 0 15px 20px;
}
.ctablock-outer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 170px 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}
.ctablock-outer:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	z-index: 1;
}
.ctabg-image {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 24px;
	transition: transform 0.4s ease;
}
.ctablock-outer:hover .ctabg-image{
	transform: scale(1.03);
}
.overlay-content {
	max-width: 706px;
	width: 100%;
	display: flex;
  	flex-direction: column;
	align-items: center;
	z-index: 2;
}
.overlay-content .subheading {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Satoshi';
	font-weight: 500;
	text-align: center;
}
.overlay-content h2 {
	color: #FFFFFF;
	margin-bottom: 26px;
	text-align: center;
}
.overlay-content .new-loc-btn {
	font-weight: 500;
}
.service-img {
	width: 100%;
}
.service-img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	object-position: center;
}
.legal-box-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 94px;
	overflow: hidden;
	margin-bottom: 30px;
}
.legal-serv-right {
	width: 31%;
}
.location-new-container.articles {
	padding-bottom: 120px;
}
.btns-wrapper {
	display: flex;
	gap: 25px;
}
.new-location-hero-left h1 {
	background: url(../images/img-underline.png) no-repeat 80% 58px;
	background-size: auto;
	font-size: 45px;
}
p.btn-bottom {
	padding-top: 25px;
	font-size: 20px;
}
.consultation-outer .contact-block label {
	font-weight: 400;
}
.consultation-outer .contact-block p {
	font-weight: 500;
}
.mapblock p a {
	display: inline-block;
}


/**** footer ****/

.footer-container {
	padding: 0 15px;
}
.footer-container .container {
	max-width: 1270px;
}
.footer-inner {
	width: 100%;
	background: #24425F;
	border-radius: 24px;
	padding: 80px 0 35px;
}
.footerlogo {
	display: block;
	max-width: 122px;
	width: 100%;
}
.footerlogo img{ 
	width: 100%;
	display: block;
}
.footer-inner .footer-blk h3 {
	text-transform: capitalize!important;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 27px;
}
.footer-inner .footer-blk p,
.footer-inner .footer-blk ul li a, 
.footer-inner .footer-blk p a, 
.footer-inner .footer-blk address {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Satoshi';
	color: #ffffff;
	letter-spacing: 0;
}
.footer-container .footer-btm-inner p a:hover,
.footer-inner .footer-blk ul li a:hover,
.footer-inner .footer-blk p a:hover {
	color: #EFAD00;
}
.footer-inner .footer-blk ul li {
	margin-bottom: 22px;
}
.footer-inner .footer-blk-inner {
  padding-left: 0;
  border-left: 0;
}
.footer-col {
	width: 100%;
	display: flex;
}
.logo-wrap {
	width: 41%;
}
.footerleft .footer-blk {
	width: 42%;	
}
.footer-inner .footer-blk p {
	margin-bottom: 24px;
}
.footer-inner .footer-blk p a{
	text-transform: inherit!important;
}
.footerright .footer-col {
	justify-content: flex-end;
  	gap: 80px;
	padding-left: 20px;
}
.footerright .footer-blk.links {
	width: 40%;
}
.footerright .footer-blk {
	width: 28%;
}
.footer-container .footer-btm-inner {
	padding: 100px 0 0;
	border-top: 0;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.footer-container .footer-btm-inner p {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
  	line-height: 18px;
}
.footer-container .footer-btm-inner p a {
	color: #ffffff; 
}
img.marketingimg {
	width: 24px;
	margin-left: 10px;
}
.footer-container .footer-btm-inner p.poweredby {
	font-size: 13px;
}
.footerleft {
	border-right: 1px solid #EFAD00;
}
.footer-addrs p {
	padding-left: 30px;
	background: url(../images/map-pin.svg) no-repeat 0 6px;
	background-size: auto;
}
p.footer-phoneno a { 
	background: url(../images/phone.svg) no-repeat 0 3px;
	background-size: auto;
	padding-left: 30px;
}
p.footer-email a { 
	background: url(../images/mail.svg) no-repeat 0 3px;
	background-size: auto;
	padding-left: 30px;
}
p.footer-linkedin a { 
	background: url(../images/linkedin-icon.svg) no-repeat 0 3px;
	background-size: auto;
	padding-left: 30px;
}
.footer-container .footer-btm-inner p a:hocer {
	color: #EFAD00;
}

/*** header ***/
.locationheader {
	background: #24425F;
	box-shadow: 0px 4px 4px 0px #00000026!important;
	padding: 11px 0;
}
.locationheader .navbar-brand img {
	max-width: 100px;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	color: #ffffff;
	font-family: 'Satoshi';
	line-height: inherit;
  	height: auto;
	text-transform: inherit;
	font-size: 18px;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-callus-btn a{
	color: #24425F!important;
	font-size: 20px;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: 'Satoshi';
	font-weight: 500;
}

.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-callus-btn a:hover {
	background: #ffffff!important;
	color: #efad00!important;
	font-weight: 500!important;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-callus-btn {
	margin-right: 8px!important;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-btn-consult {
	margin-right: 0!important;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-btn-consult a{
	font-weight: 500;
	font-size: 20px;
	background: #efad00;
	color: #202020!important;
	padding: 10px 20px;
	border-radius: 10px;
	font-family: 'Satoshi';
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-btn-consult a:hover {
	background: #ffffff!important;
	color: #202020!important;
	font-weight: 500!important;
}
 .locationheader #mega-menu-wrap-max_mega_menu_1 {
    background-color: transparent;
  }
.locationheader .container {
	max-width: 1920px;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
	margin: 0 21px 0 0;
}
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
	background: transparent;
	color: #EFAD00;
}





@media only screen and (min-width: 1400px) {  
	.locationheader .container {padding: 0 80px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) { 
	.testi-slider .why-choose-box {padding: 30px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) { 
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  margin: 0 9px 0 0;}
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {  
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-callus-btn a {padding: 10px;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-btn-consult a {padding: 10px;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  margin: 0;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {font-size: 15px;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {   margin: 10px 0 15px;}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {  
	.new-location-hero-left h1 {font-size: 50px;}
	.new-location-hero-left {padding-left: 20px;  padding-right: 30px;}
	.hero-btn-container-new a {font-size: 18px;}
	.location-new-container {padding-left: 20px;padding-right: 20px;}
	.our-family-law {  gap: 20px;}
	.ofl-header h3 {  font-size: 25px;  line-height: 35px;}
	.new-loc-why-work h2 {padding: 0 20px;}
	.new-loc-btn {font-size: 18px;}
	.topcontent {padding: 0 20px 50px;}
	.mapblock .new-loc-btn {font-size: 17px;}
	.location-new-container h2,h2 {font-size: 42px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {  
	.new-loc-why-work {padding-top: 60px;}
}
@media only screen and (max-width: 992px) {
	.locationheader #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {display: none;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {display: block;background: transparent;padding: 20px 0;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  margin: 20px 0 0;}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-btn-consult a,
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-callus-btn a {
		text-align: center;
	}
	.locationheader #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-callus-btn {
  margin-right: 0 !important;}
	.locationheader .navbar-light .navbar-toggler {  color: #fff;  border-color: #fff;  background: #fff;}
}
@media only screen and (max-width: 991px) {
	.new-location-hero {display: flex;flex-direction: column;}
	.new-location-hero-left h1 {  margin-bottom: 20px;}
	.new-location-hero-left {width: 100%;  max-width: 100%;  order: 2;padding: 20px 20px 0;}
	.new-loc-why-work h2 {padding: 0 20px;}
	.new-loc-btn {font-size: 18px;}
	.location-new-container h2,h2 {font-size: 35px;line-height: 45px;}
	.our-family-law {  gap: 20px;flex-direction: column-reverse;}
	.ofl-header h3 {  font-size: 22px;  line-height: 30px;}
	.hero-btn-container-new a {font-size: 18px;}
	.location-new-container {padding-left: 20px;padding-right: 20px;padding-top: 70px;}
	.new-loc-about {  gap: 24px;  flex-direction: column;}
	.new-loc-about .new-loc-left {  width: 100%;}
	.new-loc-about .new-loc-right {  width: 100%;}
	.new-loc-left img {width: 100%;}
	.location-new-container.imgrightblk {padding-top: 40px;}
	.our-family-law-left {  width: 100%; padding: 0 0 30px;}
	.our-family-right {  width: 100%;text-align: center;}
	.new-loc-legal-inner {flex-direction: column;  gap: 25px;}
	.legal-serv-right {  width: 100%;}
	.new-loc-legal-slider:before,.new-loc-legal-slider:after {width: 75px;}
	.new-loc-about {flex-direction: column;}
	.new-loc-about .new-loc-left {  width: 100%;}
	.new-loc-about .new-loc-left img {width: 100%;}
	.new-loc-about .new-loc-right {  width: 100%;}
	.mapblock .new-loc-about .new-loc-left {  width: 100%;}
	.mapblock .new-loc-about .new-loc-right {  width: 100%;}
	.consultation-outer .contact-block {margin: 0!important;}
	.leftblock {  width: 100%;}
	.rightblock {  width: 100%;}
	.topcontent {padding: 0 20px 50px;  flex-direction: column;  gap: 30px;}
	.footerlogo {max-width: 105px;}
	.footerleft .footer-blk {  width: 53%;}
	.footerright .footer-blk {  width: 32%;}
	.footerright .footer-blk.links {  width: 56%;}
	.footerright .footer-col {gap: 30px;padding-left: 0;}
	.footer-inner {padding-bottom: 65px;}
	.faq-container {padding: 90px 20px 110px;}
	.new-location-hero-left h1 {line-height: 50px;  padding-bottom: 20px;background-position: 90% 36px;}
}
@media only screen and (max-width: 767px) { 
	.new-location-hero {padding-top: 0;}
	.new-location-hero-right {padding: 0 20px;}
	.new-location-hero-left p,.location-new-container p {font-size: 16px;line-height: 25px;}
	.hero-btn-container-new {align-items: flex-start!important;flex-direction: column;}
	.location-new-container h2, h2 {    font-size: 30px;    line-height: 39px;  }
	.location-new-container {padding-top: 40px;}
	.ofl-header h3 {    font-size: 20px;    line-height: 28px;  }
/* 	.ofl-item.active .ofl-content {  padding-bottom: 20px;} */
	.faq-container .ofl-item.active .ofl-content {	padding-bottom: 20px;}
	.new-loc-why-work {padding-top: 40px;padding-bottom: 15px;}
	.new-loc-legal-slider::before, .new-loc-legal-slider::after {display: none;}
	.legal-box-contents {  padding: 20px;}
	.legal-box-head {  line-height: 30px;font-size: 22px;}
	.legal-box-text {height: 79px;}
	.legal-box-text p {font-size: 16px;line-height: 25px;}
	
	.new-loc-tick-list li {font-size: 16px;  line-height: 26px;}
	.location-new-container .new-loc-tick-list li {  margin-bottom: 20px;}
	.faq-container {padding: 60px 20px 75px;}
	.faq-container .ofl-item.active .ofl-header h3,.faq-container .ofl-header h3 {  font-size: 20px;  line-height: 30px;}
	.faq-container .ofl-content p {font-size: 16px;}
	.btns-wrapper {gap: 5px;  flex-direction: column;  align-items: flex-start;}
	.btns-wrapper .new-loc-btn {width: 100%;text-align: center;}
	.location-new-container.mapblock {padding-bottom: 80px;}
	.bgblock-inner {padding: 40px 7px;}

	.location-new-container.locations {padding-top: 70px;}
	.location-new-container.articles {  padding-bottom: 50px;padding-top: 20px;}
	.articlescontent {flex-direction: column;}
	.left-contentblk {  width: 100%;padding-bottom: 20px;}
	.right-contentblk {  width: 100%;padding-bottom: 15px;}
	.left-contentblk span.subheading {margin-bottom: 18px;}
	.ctablock-outer {padding: 40px 20px 50px;}
	.testi-slider .why-choose-box {  padding: 25px 25px;}
	.mapblock iframe {height: 320px;}
	.card-content {padding: 28px 26px;}
	.footer-col {flex-direction: column;}
	.logo-wrap {  width: 100%;margin-bottom: 40px;}
	 .footerleft .footer-blk {    width: 100%; margin-bottom: 40px; }
	.footer-inner .footer-blk p {		margin-bottom: 20px;}
	.footerright .footer-blk.links {    width: 100%;  }
	.footer-inner .footer-blk ul li {  margin-bottom: 14px;}
	.footerright .footer-blk {    width: 100%;  }
	.footer-inner {padding-top: 50px;padding-left: 10px;    padding-right: 10px;}
	.footer-container .footer-btm-inner {  padding: 20px 0 0;}
	.footerleft {  border-right: 0;}
	.location-new-container.imgrightblk {    padding-top: 0px;  }
	.testi-slider .owl-nav {  gap: 35px;  padding: 35px 0 0;}
	.loc-content p {  margin-bottom: 14px;}
	.loc-content {padding: 20px 25px 30px;}
	.why-choose-slider {  padding-top: 20px;}
	.new-location-hero-left h1 {font-size: 38px;  line-height: 46px; padding-bottom: 20px;background-position: 90% 125%;}
}