/*
Theme Name: FOL New
Text Domain: FOL
Version: 1.0
Description: Custom Responsive Theme.
Tags: Blog
Author: FOL New
Author URI: https://fol.com/
Theme URI:  https://fol.com/
*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Trebuchet MS', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1.3;
	color: #3c3c3c;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Times New Roman', serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
	margin-bottom: 20px;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

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

.text-white {
	color: #fff;
}

.text-blue {
	color: #027faa !important;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gap-15 {
	gap: 15px;
}

.btn {
	font-family: 'Times New Roman', serif;
	font-size: 24px;
	text-decoration: none;
	color: #efeacb;
	border: 1px solid #efeacb;
	display: inline-block;
	padding: 20px;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.btn:hover {
	background: #efeacb;
	color: #3c3c3c;
}

.site-content {
	margin-top: 115px;
}

.max1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.max950 {
	max-width: 950px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

.ptb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ptb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bg-blue {
	background: #003565;
}

.bg-lightyellow {
	background: #f6f5eb;
}

.titleWrapper {
	max-width: 800px;
	margin: 0 auto 40px;
}

.titleWrapper h2,
.passWrapper h1 {
	/* font-size: 60px; */
	font-size: 65px;
	margin-bottom: 10px;
}

.titleWrapper p {
	/* font-size: 20px; */
	font-size: 22px;
	line-height: 1.5;
}

.colHalf {
	width: 50%;
}

.colThird {
	width: calc(100%/3);
}

.bg-lightgray {
	background: #f9f9f9;
}

.mb0 {
	margin-bottom: 0 !important;
}

.page-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.page-content p:last-child {
	margin-bottom: 0;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.5em;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-0 {
	margin-top: 0 !important;
}

.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0;
}

/* Margin */
.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

/****** Animation ******/

@keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both
}

.animatedFadeInUp {
	opacity: 0
}

.fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

/****** Header ******/

header {
	background: #fff;
	padding: 20px 0;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

header.sticky {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1) !important;
}

header .container {
	max-width: 100%;
	padding: 0 30px;
}

nav.primary-menu-wrapper ul.primary-menu li {
	display: inline-block;
	list-style: none;
	padding: 0 20px;
}

nav.primary-menu-wrapper ul.primary-menu li a {
	color: #3c3c3c;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Times New Roman', serif;
}

.callUs {
	border: 1px solid #004678;
}

.topContact {
	padding-left: 30px;
	margin-left: 10px;
	position: relative;
}

.topContact:before {
	content: "";
	width: 1px;
	height: 80%;
	background: #d1d1d1;
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.callUs .phoneIcon {
	width: 50px;
	height: 50px;
	background: #004678;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.callUs .phoneIcon img {
	width: 26px;
}

.callUs h5 {
	margin: 0;
	font-size: 26px;
	color: #3c3c3c;
	font-weight: bold;
	padding: 0 20px;
}

.callUs a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3c3c3c;
	text-decoration: none;
}

.callUs a:hover,
nav.primary-menu-wrapper ul.primary-menu li a:hover,
nav.primary-menu-wrapper ul.primary-menu li.current-menu-item a {
	color: #004678;
}

.hamburgerMenu,
.header-navigation-wrapper {
	display: none;
}

.header-navigation-wrapper {
	position: fixed;
	left: 0;
	top: 65px;
	z-index: 99;
	width: 100%;
	background: #fff;
}

.header-navigation-wrapper nav.primary-menu-wrapper ul.primary-menu li {
	display: block;
	padding: 0;
}

.header-navigation-wrapper nav.primary-menu-wrapper ul.primary-menu li a {
	font-size: 18px;
	padding: 15px !important;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}

.header-navigation-wrapper nav.primary-menu-wrapper ul.primary-menu li:last-child a {
	border: none;
}

/****** Homepage Banner ******/

.homeBanner {
	padding: 100px 0 130px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.homeBanner .bannertextSec {
	/* max-width: 1000px;
    margin: 0 auto; */
}

.bannertextSec h1 {
	/* font-size: 64px; */
	font-size: 75px;
}

.bannertextSec h1 span {
	color: #efeacb;
}

.bannertextSec p {
	/* font-size: 20px; */
	font-size: 24px;
	line-height: 1.5;
}

.bannertextSec .bannerBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	gap: 10px;
}

.bannertextSec .bannerBtn a.btn {
	/* width: 230px;
    margin: 0 10px; */
	font-size: 16px;
	font-size: 20px;
	padding: 15px;
}

.bannertextSec .bannerBtn br {
	display: none;
}

/****** Location ******/

.homeLocation {
	padding-bottom: 350px;
}

.ourLocation {
	margin-top: -100px;
}

.locationWrapper {
	gap: 20PX;
}

.locationWrapper .locationCol {
	/* width: calc(100% / 3 - 30px);
    margin: 0 15px; */
	width: calc(100% / 4 - 15px);
	margin: 0;
	background: #fff;
	padding: 6px;
	-webkit-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.25);
	position: relative;
	line-height: 0;
}

.locationWrapper .locationCol p {
	color: #fff;
	position: absolute;
	/* bottom: 30px; */
	bottom: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	z-index: 1;
}

.locationCol .innerLocation {
	position: relative;
}

.locationCol .innerLocation:before {
	content: "";
	display: block;
	width: 100%;
	/* height: 100%; */
	height: 30px;
	/* background-image: linear-gradient(transparent 30%, rgba(0,0,0,0.5)); */
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	/* top: 0; */
	bottom: 0;
}

.locationCol .innerLocation img {
	width: 100%;
}

/****** Find Attorney ******/

.findAttorney {
	margin-top: 60px;
}

.findAttorney h3 {
	/* font-size: 36px; */
	font-size: 50px;
	color: #003565;
	text-align: center;
}

.findAttorney .container {
	/* max-width: 700px; */
	max-width: 1000px;
}

.findattorneySearch {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.findattorneySearch h4 {
	font-size: 24px;
	margin: 0;
}

.findattorneySearch .input_box select {
	color: #a3a3a3;
	font-size: 18px;
	font-family: 'Trebuchet MS', serif;
	border: 1px solid #cccccc;
	padding: 15px;
	width: 250px;
	margin: 0 15px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #fff url(images/select-down.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

select:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: none;
}

input.button-spec,
.passwordProtect form input[type="submit"] {
	background: #003565;
	color: #fff;
	font-family: 'Times New Roman', serif;
	font-size: 24px;
	border: none;
	cursor: pointer;
	padding: 13px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

input.button-spec:hover,
.loadMore_btn__wrapper a.btn:hover,
.passwordProtect form input[type="submit"]:hover {
	background: #efeacb;
	color: #3c3c3c;
}

.casesRow {
	margin-top: 50px;
}

.casesRow .casesCol {
	width: calc(100% / 2 - 30px);
	margin: 0 15px;
	background-size: cover;
	background-position: center;
	padding: 40px 40px 50px;
	position: relative;
}

.casesRow .casesCol:before {
	content: "";
	width: 100%;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(0 48 91 / 90%)), color-stop(80%, rgb(0 48 91 / 10%)));
	background-image: -o-linear-gradient(left, rgb(0 48 91 / 90%) 40%, rgb(0 48 91 / 10%) 80%);
	background-image: linear-gradient(to right, rgb(0 48 91 / 90%) 40%, rgb(0 48 91 / 10%) 80%);
}

.casesRow .casesCol h2 {
	font-size: 60px;
	color: #efeacb;
	position: relative;
	font-weight: 600;
	margin-bottom: 10px;
}

.casesDesc {
	position: relative;
	color: #fff;
}

.casesDesc h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.casesDesc p {
	font-size: 20px;
}

/****** Legal Four Areas Services ******/

.legalServicesareas {
	background: #fff;
	padding: 70px 60px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 33px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 33px rgba(0, 0, 0, 0.1);
	margin-top: -330px;
	margin-bottom: 80px;
}

.ServicesareasContent {
	width: 40%;
}

.ServicesareasContent h2 {
	font-size: 50px;
	color: #003565;
	line-height: 1;
}

.ServicesareasContent p {
	/* font-size: 20px; */
	font-size: 26px;
	line-height: 1.6;
}

.ServicesareasMap {
	width: 60%;
	padding-left: 50px;
}

/****** Case Study ******/

.caseStudyItem {
	border: 1px solid #efeacb;
	position: relative;
}

.caseStudyItem img {
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
}

.caseStudyContent {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	padding: 0 20px;
	opacity: 0;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.caseStudyItem:hover:before,
.caseStudyItem:hover .caseStudyContent {
	opacity: 1;
}

/* .caseStudyItem:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(201,193,145,0.6) 30%, rgba(0,0,0,0.8) 80%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
} */
.caseStudyContent h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.caseStudyContent p {
	margin-bottom: 5px;
}

.caseStudyContent a {
	color: #efeacb;
	text-underline-offset: 0.2rem;
}

.caseStudies-slider .owl-dots button.owl-dot span {
	background: #789098 !important;
}

.caseStudies-slider .owl-dots button.owl-dot.active span {
	background: #efeacb !important;
}

/****** Meet Attorneys ******/

.attorney-slider .attorneyItem {
	border: 1px solid #dadada;
	text-align: center;
}

.attorney-slider .attorneyItem img {
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.attorney-slider .attorneyItem h3 {
	font-size: 24px;
	margin: 0;
	padding: 20px 15px;
}

.attorney-slider .attorneyItem a {
	color: #3c3c3c;
	text-decoration: none;
}

.attorney-slider .owl-dots,
.caseStudies-slider .owl-dots {
	margin-top: 40px;
	text-align: center;
}

.attorney-slider .owl-dots button.owl-dot span,
.caseStudies-slider .owl-dots button.owl-dot span {
	display: inline-block;
	width: 25px;
	height: 5px;
	background: #b2c2d0;
	margin: 0 5px;
}

.attorney-slider .owl-dots button.owl-dot.active span,
.caseStudies-slider .owl-dots button.owl-dot.active span {
	background: #003565;
	width: 50px;
}

/****** FAQ ******/

.accordion-section-content,
.accordion-section-contentInner {
	display: none;
}

.accordion-section.box {
	margin-bottom: 10px;
}

.accordion-section.box h3 {
	margin: 0;
}

.accordion-section.box h3 a {
	display: block;
	padding: 22px 25px;
	text-decoration: none;
	font-size: 22px;
	position: relative;
	background: #edebd7;
	border: 1px solid #d9d5ad;
	color: #3c3c3c;
}

.accordion-section.box h3 a.active,
.clientsFaq .accordion-section.box h3 a.active {
	background: #003565;
	border-color: #003565;
	color: #fff;
}

.accordion-section-content {
	padding: 25px 100px 25px 25px;
	border: 1px solid #003565;
}

.accordion-section-content p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

.faqSection .accordion a .icon {
	position: absolute;
	right: 25px;
	width: 25px;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faqSection .accordion a .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 11px;
	left: 0;
	width: 24px;
	height: 3px;
	background: #3c3c3c;
}

.accordion-section.box h3 a.active span.icon:before {
	background: #fff;
}

.faqSection .accordion a .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 2px;
	left: 11px;
	width: 3px;
	height: 23px;
	background: #3c3c3c;
}

.faqSection .accordion .active .icon::after {
	width: 0;
}

/****** Doctor Review ******/

.doctorMedical .innerMedical {
	padding: 120px 15px;
}

.doctorMedical .innerMedical img {
	margin-bottom: 20px;
}

.doctorMedical .innerMedical h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

.doctorMedical .innerMedical a.btn {
	color: #fff;
	border-color: #fff;
	padding: 15px 40px;
}

.doctorMedical .innerMedical a.btn:hover {
	border-color: #efeacb;
	color: #3c3c3c;
}

.doctorfullSection .colHalf {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/****** FOL News & Events ******/

.texas_newsEvents ul li {
	list-style: none;
	border: 1px solid #b3b3b3;
	padding: 25px 60px 25px 30px;
	margin-bottom: 20px;
}

.texas_newsEvents ul li h3 {
	font-size: 30px;
	color: #003565;
	margin-bottom: 10px;
}

.texas_newsEvents ul li p {
	font-size: 20px;
}

/****** Footer ******/

footer {
	background: #003565;
}

.copyright_Bottom {
	background: #003565;
	color: rgba(255, 255, 255, 0.6);
	padding: 15px 0;
}

.copyright_Bottom a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.copyright_Bottom a:hover,
.footerRow p a:hover,
.footerRow ul.menu li a:hover {
	text-decoration: underline;
}

/* .footerRow {
    padding: 70px 0 50px;
}
.one-third {
    width: 33.33%;
}
.footerRow h2.widgettitle {
    color: #fff;
    font-size: 28px;
} */
.footerRow h2.widgettitle,
.helpfulLinks h2.widgettitle {
	display: none;
}

.footerRow p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.footerRow p a {
	color: #fff;
	text-decoration: none;
}

.footerRow p span {
	color: #efeacb;
}

.footerRow ul.menu li {
	list-style: none;
	margin-bottom: 15px;
}

.footerRow ul.menu li a,
.helpfulLinks ul.menu li a {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
}

/* .footerRow .footerCol-third {
    padding-left: 60px;
} */
.footerRow .footerCol-first {
	width: 63%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 50px;
}

.footerRow .footerCol-first .widget {
	width: calc(100% / 3);
}

.footerRow .footerCol-second {
	text-align: center;
	width: 37%;
	background: #01305a;
	padding: 100px 30px 50px;
}

.footerRow .footerCol-second aside.widget_media_image {
	margin-bottom: 30px;
}

.footerRow .footerCol-second p span {
	margin-bottom: 10px;
	display: inline-block;
}

.OurofficesTitle {
	width: 100%;
	margin-top: 40px;
}

.OurofficesTitle h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #0d66b7;
}

.helpfulLinks {
	background: #01294c;
	padding: 15px 0;
}

.helpfulLinks ul.menu li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}

.helpfulLinks ul.menu {
	text-align: center;
}

.helpfulLinks ul.menu li a {
	position: relative;
	padding: 0 5px;
}

.helpfulLinks ul.menu li a:before {
	content: "";
	width: 2px;
	height: 70%;
	background: #fff;
	position: absolute;
	right: -10px;
	top: 4px;
}

.helpfulLinks ul.menu li:last-child a:before {
	content: none;
}

.clientLogos {
	padding: 30px 0;
}

.clientLogos .logosRow {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.clientLogos .logosRow aside.widget_media_image {
	padding: 20px 0;
	line-height: 0;
}

/****** Scroll To Top ******/

#toplink {
	position: fixed;
	right: 20px;
	bottom: 135px;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e9e1af;
	color: #fff;
	font-size: 26px;
	opacity: 0;
	visibility: hidden;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

#toplink.show {
	opacity: 1;
	visibility: visible;
}

#toplink img {
	width: 18px;
}

#toplink.show:hover {
	opacity: 0.8;
}

/****** Call Button ******/

.callBtnWrapper {
	position: fixed;
	right: 90px;
	bottom: 40px;
	z-index: 99;
}

.callBtnWrapper .callBtn {
	background-color: #756d43;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-animation: shadow-pulse 1.5s infinite;
	animation: shadow-pulse 1.5s infinite;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@-webkit-keyframes shadow-pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0px rgba(117, 109, 67, 0.5);
		box-shadow: 0 0 0 0px rgba(117, 109, 67, 0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0 0 0 / 0%);
		box-shadow: 0 0 0 20px rgba(0 0 0 / 0%);
	}
}

@keyframes shadow-pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0px rgba(117, 109, 67, 0.5);
		box-shadow: 0 0 0 0px rgba(117, 109, 67, 0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0 0 0 / 0%);
		box-shadow: 0 0 0 20px rgba(0 0 0 / 0%);
	}
}

.callBtnWrapper .callBtn img {
	width: 26px;
}

.btnTooltip {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 150px;
	margin-left: -75px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background-color: #fbfbfb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	z-index: 99;
}

.btnTooltip strong {
	display: block;
}

.btnTooltip strong a {
	color: #3c3c3c;
	text-decoration: none;
}

.btnTooltip strong a:hover {
	color: #004678;
}

/****** Designated Doctor Review ******/

.innerpageBanner {
	padding: 70px 0;
	background-size: cover;
	background-position: center;
}

.innermainTitle h1 {
	font-size: 60px;
	margin: 0;
}

.innermainTitle p {
	font-size: 22px;
	margin-top: 15px;
}


.doctor_contentInner {
	padding-top: 60px;
}

.doctor_contentInner h2 {
	font-size: 30px;
}

.doctor_contentInner p {
	color: #908f8f;
	font-size: 18px;
}

.doctorContentarea .faqSection {
	margin-top: 30px;
}

/* .doctorContentarea .faqSection .accordion-section.box {
    margin-bottom: 0;
} */
.doctorContentarea .faqSection .accordion-section.box h3 a {
	background: #027faa;
	border-color: #027faa;
	color: #fff;
	padding: 20px 25px;
}

.doctorContentarea .faqSection .accordion-section.box h3 a .icon:before,
.doctorContentarea .faqSection .accordion-section.box h3 a .icon:after {
	background: #fff;
}

.doctorContentarea .faqSection .accordion-section-content,
.doctorContentarea .faqSection .accordion-section-contentInner {
	border: 1px solid #027faa;
	padding: 25px;
}

.doctorContentarea .faqSection p {
	margin-bottom: 15px;
}

.doctorContentarea .faqSection ul,
.doctorContentarea .faqSection ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

.doctorContentarea .faqSection ul li,
.doctorContentarea .faqSection ol li {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

.doctorContentarea .faqSection h4.ajc {
	font-size: 26px;
}

.doctorContentarea .faqSection .req_elect_sec {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 20px 10%;
	margin: 20px 0;
	text-align: center;
}

.doctorContentarea .faqSection .req_elect_sec a,
.doctorContentarea .faqSection p.maintxt a {
	color: #027faa;
}

.doctorContentarea .services .new_diamond_service_sec h3.title {
	background: #003665;
	color: #fff;
	padding: 20px;
	font-size: 24px;
}

.doctorContentarea .services .new_diamond_service_sec .content_sec {
	background: #fff;
	border: 1px solid #003665;
	padding: 20px;
	margin-bottom: 30px;
}

.border-box {
	padding: 50px 0;
}

.border-box li {
	list-style: none;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.border-box li.earliestDate {
    align-items: center;
    column-gap: 5px;
}

.border-box li label.titledesc,
.border-box li legend.desc,
.border-box li legend.titledesc {
	font-size: 22px;
	color: #282828;
	font-family: 'Times New Roman', serif;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.border-box li fieldset {
	border: none;
}

.border-box li input[type="checkbox"] {
	border-radius: 0 !important;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.border-box li fieldset span.subfield {
	display: block;
	margin: 5px 0;
}

.border-box li label.choice {
	display: inline;
}

.border-box li select,
.weekForm form select,
.billingForm .form-group select.form-control {
	color: #a3a3a3;
	font-size: 18px;
	font-family: 'Trebuchet MS', serif;
	border: 1px solid #cccccc;
	padding: 15px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #fff url(images/select-down.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.border-box li .left_sec {
	width: 33.333%;
	padding-right: 10px;
	margin: 0;
}

.border-box li .mid_sec {
	width: 33.333%;
	padding: 0 10px;
	margin: 0;
}

.border-box li .right_sec {
	width: 33.333%;
	padding-left: 10px;
}

.border-box li label {
	display: block;
	width: 100%;
	font-size: 17px;
	color: #282828;
	margin-bottom: 10px;
}

.border-box li input.text,
.border-box li textarea,
.billingForm .form-group input.form-control {
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	font-family: 'Trebuchet MS', serif;
	color: #a3a3a3;
	padding: 15px;
	font-size: 16px;
}

.border-box li textarea {
	height: 120px;
	resize: none;
}

.border-box li input.text::-webkit-input-placeholder {
	color: #a3a3a3;
}

.border-box li input.text::-moz-placeholder {
	color: #a3a3a3;
}

.border-box li input.text:-ms-input-placeholder {
	color: #a3a3a3;
}

.border-box li input.text::-ms-input-placeholder {
	color: #a3a3a3;
}

.border-box li input.text::placeholder {
	color: #a3a3a3;
}

.border-box li .right_sec.phone span,
.border-box li .left_sec.phone span,
.border-box li .left_sec.date span,
.border-box li .mid_sec.date span {
	width: 29%;
	margin: 0;
	display: inline-block;
}

.border-box li .right_sec.phone span.symbol,
.border-box li .left_sec.phone span.symbol,
.border-box li .left_sec.date span.symbol,
.border-box li .mid_sec.date span.symbol {
	width: 3.2%;
	text-align: center;
}

ul.numberWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.phoneBox,
.cssnBox {
	width: 100%;
}

span.req {
	color: #ff1500;
}

span.radioBtn {
	display: block;
	margin: 5px 0 10px;
}

.border-box li input[type="radio"] {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.formContactInfo p {
	line-height: 1.5;
}

.formContactInfo p a {
	color: #027faa;
	text-decoration: none;
}

.formContactInfo p a:hover {
	text-decoration: underline;
}

.border-box li.fomrSubmit.buttons {
	display: block;
	margin: 0;
	padding-top: 20px;
}

input.btTxt.submit,
.weekForm form input[type="button"],
.weekForm form input[type="reset"],
.billingForm .button-outer .billingBtn,
.pop-outer .pop-inner .card-body .buttonBlock .btn,
.attorneyFormNew .add_more_biller .btn {
	background: #027faa;
	border: none;
	color: #fff;
	font-family: 'Trebuchet MS', serif;
	font-size: 18px;
	padding: 15px 40px;
	border-radius: 5px;
	-moz-appearance: button;
	appearance: button;
	-webkit-appearance: button;
	cursor: pointer;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

input.btTxt.submit:hover,
.weekForm form input[type="button"]:hover,
.weekForm form input[type="reset"]:hover,
.billingForm .button-outer .billingBtn:hover,
.pop-outer .pop-inner .card-body .buttonBlock .btn:hover,
.attorneyFormNew .add_more_biller .btn:hover {
	background: #efeacb;
	color: #3c3c3c;
}

.mt20 {
	margin-top: 20px !important;
}

.doctorContentarea hr {
	margin: 30px 0 30px;
	border: 1px solid #e4e4e4;
}

.border-box li.twosecDiv .left_sec {
	width: 50%;
}

.border-box li.twosecDiv .right_sec {
	width: 50%;
}

/****** About The Firm ******/

.intorRow .colHalf {
	padding: 0 15px;
}

.intorRow h2 {
	font-size: 50px;
}

.aboutIntro .colHalf img {
	border-radius: 20px;
}

.aboutIntro p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.aboutAdditional {
	padding: 0 15px;
	margin-top: 40px;
}

.aboutAdditional p:last-child {
	margin-bottom: 0;
}

/****** Representative Clients ******/

.clientsFaq .accordion-section-content {
	padding: 25px 40px;
}

.clientsFaq .accordion-section-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clientsFaq .accordion-section-content ul li {
	list-style: none;
	width: calc(100% / 3 - 10px);
	margin: 5px;
	font-size: 20px;
	font-style: italic;
}

.clientsFaq .accordion-section.box h3 a {
	background: #f6f8fa;
	border-color: #bccad7;
	color: #003565;
}

.clientsFaq .accordion a .icon::after,
.clientsFaq .accordion a .icon::before {
	background: #003565;
}

/****** Blog ******/

.categoryFilter {
	margin-bottom: 30px;
}

.categoryFilter h3 {
	font-size: 26px;
	font-weight: bold;
}

ul.categoryPrint li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}

ul.categoryPrint li a {
	font-size: 20px;
	text-decoration: none;
	color: #004678;
	border: 1px solid #004678;
	padding: 10px 15px;
	display: inline-block;
}

ul.categoryPrint li a.active,
ul.categoryPrint li a:hover {
	background: #004678;
	color: #fff;
}

.blogInner .allPost li {
	list-style: none;
	width: calc(100% / 3 - 20px);
	margin: 15px 10px;
}

.blogInner .allPost li .itemLatestpost {
	height: 100%;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.blogInner .allPost li .itemLatestpost h2.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.blogInner .allPost li .itemLatestpost h2.entry-title a {
	text-decoration: none;
	color: #003565;
}

.blogInner .allPost li .itemLatestpost .metaPostDetails,
.blogDetails-inner .metaPostDetails {
	margin-bottom: 8px;
	font-size: 16px;
}

.blogInner .allPost li .itemLatestpost p {
	font-size: 20px;
	margin-bottom: 10px;
}

.blogInner .allPost li .itemLatestpost a.readMo {
	color: #003565;
	display: inline-block;
}

.blogInner .allPost li .itemLatestpost a.readMo:hover {
	text-decoration: none;
}

.loadMore_btn__wrapper {
	margin-top: 30px;
}

.loadMore_btn__wrapper a.btn {
	background: #003565;
	color: #fff;
	border: none;
	padding: 13px 30px;
	cursor: pointer;
}

/****** Single Blog ******/

.blogDetils-left {
	width: 70%;
	padding-right: 70px;
}

.blogDetils-right {
	width: 30%;
}

.page-content h2,
.page-content h3,
.page-content h4 {
	color: #003565;
	line-height: 1.2;
	margin-bottom: 10px;
}

.page-content h2 {
	font-size: 38px;
}

.page-content h3 {
	font-size: 30px;
}

.page-content h4 {
	font-size: 26px;
}

.page-content ul,
.page-content ol {
	margin-bottom: 20px;
	padding-left: 10px;
}

.page-content ul li,
.page-content ol li {
	font-size: 18px;
	line-height: 1.5;
	list-style-type: disc;
	margin-bottom: 20px;
}

.page-content a {
	color: #004678;
	text-decoration: none;
}

.page-content a:hover {
	text-decoration: underline;
}

.rightSidebar .widget {
	background: #fff;
	padding: 0;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
	margin-bottom: 40px;
	border-radius: 0;
}

.rightSidebar .widget h3.widgettitle {
	background: #004678;
	color: #fff;
	width: 100%;
	font-family: 'Trebuchet MS', serif;
	font-size: 22px;
	padding: 15px 30px;
	margin-bottom: 20px;
}

.rightSidebar .widget_recent_entries ul,
.rightSidebar .widget-categories ul {
	padding: 0 30px;
}

.rightSidebar .widget-categories ul {
	padding-bottom: 10px !important;
}

.rightSidebar .widget_recent_entries ul li {
	padding-bottom: 20px;
}

.rightSidebar .widget_recent_entries ul li:last-child {
	border: none;
}

.rightSidebar .widget-categories ul li,
.rightSidebar .widget_recent_entries ul li {
	border-bottom: 1px solid #cecccc;
	list-style: none;
}

.rightSidebar .widget-categories ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.rightSidebar .widget-categories ul li:last-child {
	border: none;
}

.rightSidebar .widget-categories ul li:before {
	content: "";
	background: url(images/double-arrow.png) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	height: 13px;
	top: 8px;
}

.sidebarFolio {
	padding: 30px 30px 20px;
}

.sidebarFolio img.folioLogo {
	margin-bottom: 20px;
}

.sidebarFolio p.blogLink img.folioBlog {
	display: block;
	margin: 0 auto 10px;
}

.sidebarFolio p.blogLink a {
	font-size: 34px;
	text-decoration: none;
}

.rightSidebar .widget:last-child {
	margin-bottom: 0;
}

.page-content ul.postList {
	margin-bottom: 0;
	padding-left: 0;
}

.page-content ul.postList li {
	list-style: none;
}

/****** 404 ******/

.errorPage h1 {
	font-size: 140px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 0;
	color: #003565;
}

.errorPage h2 {
	font-size: 32px;
	font-weight: 500;
}

.errorPage p {
	font-size: 20px;
	margin-bottom: 30px;
}

.errorPage .btn {
	background: #003565;
	color: #fff;
	border: 1px solid #003565;
	padding: 15px 30px;
}

.errorPage .btn:hover {
	background: #efeacb;
	color: #3c3c3c;
	border-color: #efeacb;
}

.error404 header {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1) !important;
}

/****** Attorney & Staff ******/

.staffpageTitle {
	margin-bottom: 40px;
}

.staffpageTitle p {
	font-size: 20px;
}

.staffpageTitle p strong {
	color: #004678
}

.directoryDetails .detailsCol {
	height: auto;
	background: #fff;
	width: calc(100% / 3 - 30px);
	border: 1px solid #e1e1e1;
	padding: 30px 30px 20px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.directoryDetails .detailsCol:nth-child(2) {
	margin: 0 30px;
}

.topTitle h4 {
	font-size: 26px;
	color: #003565;
	width: 100%;
	margin-bottom: 10px;
}

.detailsCol .right {
	width: 55px !important;
	text-align: right;
}

.detailsCol .text_indent {
	border-bottom: 1px solid #dedddd;
	padding: 12px 5px;
	font-size: 18px;
}

.detailsCol .text_indent p {
	width: 100%;
}

.detailsCol .text_indent:last-child {
	border: none;
}

.departmentsDetails .extra_fields_div,
.attorneyDetails .extra_fields_div {
	width: calc(100% / 2 - 15px);
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	padding: 30px 30px 20px;
}

.departmentsDetails .extra_fields_div:nth-child(2n),
.attorneyDetails .extra_fields_div:nth-child(2n) {
	margin-left: 30px;
}

.departmentsDetails .extra_fields_div:last-child,
.departmentsDetails .extra_fields_div:nth-last-child(2),
.attorneyDetails .extra_fields_div:last-child,
.attorneyDetails .extra_fields_div:nth-last-child(2) {
	margin-bottom: 0;
}

.departmentsDetails .extra_fields_div h3,
.departmentsDetails .extra_fields_div h4 {
	font-family: 'Trebuchet MS', serif;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 15px;
}

.departmentIcons .iconImg {
	width: 50%;
	font-size: 17px;
	margin-bottom: 10px;
}

.departmentIcons .iconImg a {
	color: #3c3c3c;
	text-decoration: none;
}

.departmentIcons .iconImg img {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.departmentIcons .iconImg a:hover {
	color: #004678;
}

.attorneyDetails .extra_fields_div .attorneyBioImg {
	width: 100px;
}

.attorneyBioImg img {
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	-o-object-position: center center;
	object-position: center center;
}

.attorneyBioImg a.read_bio {
	color: #003565;
	font-size: 18px;
	font-style: italic;
	font-family: 'Times New Roman', serif;
	text-underline-offset: 0.2rem;
}

.attorneyBioImg a.read_bio:hover {
	text-decoration: none;
}

.attorneyDetails .extra_fields_div .attorneyBioData {
	width: 40%;
	padding-right: 20px;
}

.attorneyBioData h3,
.advisorBioData h3 {
	font-family: 'Trebuchet MS', serif;
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 600;
}

.attorneyBioData p,
.advisorBioData p {
	font-size: 17px;
	margin-bottom: 10px;
	color: #5e5e5e;
}

.attorneyBioData p a,
.advisorBioData p a {
	color: #5e5e5e;
	text-decoration: none;
}

.attorneyBioData p:last-child,
.advisorBioData p:last-child {
	margin-bottom: 0;
}

.attorneyBioData img,
.advisorBioData img {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.attorneyBioData p a:hover,
.advisorBioData p a:hover {
	color: #004678;
}

.advisorBioData {
	border-left: 1px solid #e5dfbd;
	padding-left: 30px;
}

.attorneyTab {
	background: #efeacb;
	padding: 12px 0;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.attorneyTab.fixed {
	position: fixed;
	width: 100%;
	top: 116px;
	z-index: 1;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

ul.attorneyTabdata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.attorneyTabdata li {
	list-style: none;
	margin: 0 5px;
}

ul.attorneyTabdata li a {
	font-size: 20px;
	color: #6e6c5d;
	text-decoration: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 10px 20px;
	display: inline-block;
}

ul.attorneyTabdata li a.active {
	background: #fff;
	border: 1px solid #003565;
	color: #003565;
}

/****** Attorney & Staff Details ******/

.attorneyDetails-inner .attorneyDetails-left {
	width: 310px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	padding: 10px 0;
	position: relative;
	border: 1px solid #e1e1e1;
	background: #fff;
	margin-top: -220px;
	height: 100%;
}

.attorneyDetails-left .attorneyBioImg {
	text-align: center;
}

.attorneyDetails-left .attorneyBioImg img {
	height: 300px;
	width: 100%;
	border-radius: 0;
	-o-object-position: top center;
	object-position: top center;
	padding: 0 10px;
}

.attorneyDetails-left .attorneyBioImg h2 {
	font-family: 'Trebuchet MS', serif;
	font-size: 22px;
	font-weight: 600;
	width: auto;
	background: #efeacb;
	display: inline-block;
	padding: 7px 30px;
	border-radius: 10px;
	color: #3c3c3c;
	position: relative;
	top: -30px;
	margin: 0;
}

.attorneyDetails-left .attorneyBioData {
	padding: 0 15px;
	margin-bottom: 20px;
}

.attorneyDetails-left .advisorBioData {
	border-left: 0;
	border-top: 2px solid #dddddd;
	padding: 20px 15px 15px;
}

.attorneyDetails-inner .attorneyDetails-right {
	width: calc(100% - 310px);
	padding-left: 70px;
}

.attorneyDetails-inner .attorneyDetails-right p,
.attorneyDetails-inner .attorneyDetails-right ul li,
.attorneyDetails-inner .attorneyDetails-right ol li {
	font-size: 20px;
}

.attorneyDetails-inner .attorneyDetails-right blockquote {
	margin-bottom: 20px;
}

.attorneyDetails-inner .attorneyDetails-right blockquote {
	margin-bottom: 25px;
	font-style: italic;
	color: #555555;
	padding: 1.2em 30px 1.2em 45px;
	border-left: 6px solid #004678;
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
}

.attorneyDetails-inner .attorneyDetails-right blockquote p {
	margin-bottom: 0px;
}

.attorneyDetails-inner .attorneyDetails-right blockquote::before {
	content: "";
	position: absolute;
	background-image: url(./images/quote-left-light.png);
	left: 10px;
	top: 20px;
	width: 24px;
	height: 17px;
}

.attorneyDetails-inner .attorneyDetails-right p .quote {
	color: #003565;
	font-style: italic;
	font-family: 'Times New Roman', serif;
	font-size: 28px;
	line-height: 1.3;
	background: #f6f8fa;
	border: 1px solid #bccad7;
	display: block;
	padding: 22px 25px;
}

.attorneyDetails-inner .attorneyDetails-right p strong {
	font-weight: 900;
}

/****** Password Protected ******/

.passwordProtect {
	padding-top: 150px;
	padding-bottom: 150px;
}

.passWrapper .error {
	font-size: 20px;
	line-height: 1.5;
	color: red;
}

.passwordProtect form {
	max-width: 400px;
	margin: 30px auto 0;
}

.passwordProtect form input[type="text"],
.passwordProtect form input[type="password"] {
	color: #a3a3a3;
	font-size: 18px;
	font-family: 'Trebuchet MS', serif;
	border: 1px solid #cccccc;
	padding: 15px;
	width: 100% !important;
	background: #fff;
}

.passwordProtect form input[type="text"]::-webkit-input-placeholder,
.passwordProtect form input[type="password"]::-webkit-input-placeholder {
	color: #a3a3a3;
}

.passwordProtect form input[type="text"]::-moz-placeholder,
.passwordProtect form input[type="password"]::-moz-placeholder {
	color: #a3a3a3;
}

.passwordProtect form input[type="text"]:-ms-input-placeholder,
.passwordProtect form input[type="password"]:-ms-input-placeholder {
	color: #a3a3a3;
}

.passwordProtect form input[type="text"]::-ms-input-placeholder,
.passwordProtect form input[type="password"]::-ms-input-placeholder {
	color: #a3a3a3;
}

.passwordProtect form input[type="text"]::placeholder,
.passwordProtect form input[type="password"]::placeholder {
	color: #a3a3a3;
}

.passwordProtect form input[type="submit"] {
	width: 100%;
}

.weekForm form {
	margin-top: 30px;
}

.weekForm form input[type="text"] {
	border: 1px solid #dbdbdb;
	border-radius: 0;
	font-family: 'Trebuchet MS', serif;
	color: #a3a3a3;
	padding: 15px;
	font-size: 16px;
	max-width: 100%;
}

.weekForm form input[type="button"],
.weekForm form input[type="reset"] {
	margin-top: 10px;
	display: block;
}

.weekForm form select {
	padding: 15px 40px 15px 15px;
	font-size: 16px;
}

.clearCalBtn {
	margin-bottom: 15px;
}

.clearCalBtn input {
	margin-top: 0 !important;
}

td.resourceRecord {
	padding: 0;
}

.recordData {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1em 0.5em;
}

.recordData p:last-child {
	margin: 0 !important;
}

.recordData ul.link_icon_list {
	margin: 0 !important;
	padding-left: 20px;
}

.recordData ul.link_icon_list li {
	margin-bottom: 10px;
}

.recordData ul.link_icon_list li:last-child,
ul.mobile_icon li:last-child {
	margin: 0;
}

.recordData:last-child {
	border: none;
}

ul.mobile_icon {
	padding: 0 10px;
	margin: 0;
}

ul.mobile_icon li {
	list-style: none;
	font-size: 22px;
	margin-bottom: 30px;
}

/****** Billing Page ******/

.time-capture .outer {
	position: relative;
	padding-right: 250px;
}

.time-capture .outer p.mandatField {
	position: absolute;
	right: 0;
	bottom: 0;
}

.time-capture .outer p {
	margin: 0;
}

.billingForm .formTop {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #cce1ea;
}

.billingForm .form-group {
	width: 33.33%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.billingForm label {
	font-size: 16px;
	color: #282828;
	padding-bottom: 5px;
	display: block;
}

.billingForm .small-text {
	color: #787878;
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
	display: block;
}

.billingForm .form-group select.form-control {
	width: 100%;
	font-size: 16px;
}

.billingForm .formRow {
	padding-top: 40px;
	padding-bottom: 80px;
}

.attorneyFormNew #form_billing .container {
	max-width: 1160px;
	padding: 0 30px;
	width: 100%;
}

.attorneyFormNew .editableRow .table-head ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #bdb68e;
	border: 1px solid #000;
}

.attorneyFormNew .editableRow .table-head ul li {
	list-style: none;
	width: 9%;
	padding: 10px;
	font-size: 14px;
	border-right: 1px solid #000;
	font-weight: 600;
}

.attorneyFormNew .editableRow .table-head .entryid,
.attorneyFormNew .editableRow .entryRow .form-group.noteBox {
	width: 7%;
}

.attorneyFormNew .editableRow .table-head .date,
.attorneyFormNew .editableRow .entryRow .form-group.dateBox {
	width: 13%;
}

.attorneyFormNew .editableRow .table-head .billing-activity,
.attorneyFormNew .editableRow .entryRow .form-group.invoiceBox {
	width: 34%;
}

.attorneyFormNew .editableRow .table-head .notes,
.attorneyFormNew .editableRow .flexRow .form-group.notesBox {
	width: 28%;
	border-right: 0;
}

.attorneyFormNew .billing_form_wrapper {
	background-color: #f1f1f1;
	border: 1px solid #000;
	padding-left: 6.5%;
	border-top: none;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group label {
	display: none;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-date {
	width: 14%;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-hours,
.attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-minuites {
	width: 10%;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-activity {
	width: 35%;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note {
	width: 27%;
}

.attorneyFormNew .billing_form_wrapper .form-group-remove {
	height: 32px;
	width: 40px;
	background-image: url(images/bin-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	font-size: 0;
	cursor: pointer;
	margin-top: 15px;
}

.billingForm .button-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.billingForm .button-outer button#submit_button {
	margin-left: 30px;
}

.pop-outer .pop-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pop-outer .pop-inner .card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pop-outer .pop-inner .textBlock {
	margin-bottom: 20px;
	font-weight: 600;
}

.attorneyFormNew .editableRow .topSec,
.attorneyFormNew .editableRow .entryRow .form-group label {
	display: none;
}

.attorneyFormNew .editableRow .entryRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #000;
	border-top: none;
}

.attorneyFormNew .editableRow .entryRow .form-group {
	margin-bottom: 0;
	padding: 10px;
	border-right: 1px solid #000;
	width: 9%;
}

.attorneyFormNew .add_more_biller {
	margin-top: 10px;
	text-align: right;
}

.attorneyFormNew .add_more_biller .container {
	padding: 0 !important;
}

.attorneyFormNew .add_more_biller .btn {
	background: #093665 !important;
	color: #fff !important
}

.attorneyFormNew .add_more_biller .btn:hover {
	background: #027faa !important;
}

/****** Responsive ******/

@media (max-width:1600px) {
	header .container {
		padding: 0 20px;
	}

	nav.primary-menu-wrapper ul.primary-menu li a {
		font-size: 18px;
	}

	/* nav.primary-menu-wrapper ul.primary-menu li {
    padding: 0 10px;
} */
	.topContact {
		padding-left: 20px;
	}

	.callUs h5 {
		font-size: 22px;
		padding: 0 15px;
	}

	.callUs .phoneIcon img {
		width: 22px;
	}

	.logo {
		width: 350px;
	}

	.logo a {
		line-height: 0;
		display: block;
	}

	.site-content {
		margin-top: 100px;
	}

	.attorneyTab.fixed {
		top: 100px;
	}

	.passwordProtect {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width:1366px) {
	.callUs h5 {
		font-size: 20px;
		padding: 0 10px;
	}

	.callUs .phoneIcon img {
		width: 20px;
	}

	.callUs .phoneIcon {
		width: 45px;
		height: 45px;
	}
}

@media (max-width:1279px) {
	.bannertextSec h1 {
		font-size: 60px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.doctorMedical .innerMedical {
		padding: 100px 15px;
	}

	.doctorMedical .innerMedical h2 {
		font-size: 36px;
	}

	.site-content {
		margin-top: 80px;
	}

	/* nav.primary-menu-wrapper ul.primary-menu li a {
    font-size: 15px;
} */
	header .container {
		padding: 0 15px;
	}

	.logo {
		width: 240px;
	}

	.topContact {
		padding-left: 15px;
		margin-left: 5px;
	}

	.callUs h5 {
		font-size: 16px;
	}

	.callUs .phoneIcon {
		width: 40px;
		height: 40px;
	}

	.callUs .phoneIcon img {
		width: 18px;
	}

	.btn {
		font-size: 22px;
		padding: 15px 20px;
	}

	.innermainTitle h1 {
		font-size: 50px;
	}

	.clientsFaq .accordion-section-content ul li {
		font-size: 18px;
	}

	ul.categoryPrint li a {
		font-size: 18px;
	}

	.blogInner .allPost li .itemLatestpost {
		padding: 20px;
	}

	.blogInner .allPost li .itemLatestpost h2.entry-title {
		font-size: 26px;
	}

	.blogDetils-left {
		padding-right: 50px;
	}

	.advisorBioData {
		padding-left: 20px;
	}

	.attorneyBioData h3,
	.advisorBioData h3 {
		font-size: 18px;
	}

	.departmentsDetails .extra_fields_div,
	.attorneyDetails .extra_fields_div {
		padding: 30px 20px 20px;
	}

	.attorneyDetails .extra_fields_div .attorneyBioImg {
		width: 90px;
	}

	nav.primary-menu-wrapper ul.primary-menu li {
		padding: 0 15px;
	}

	.attorneyTab.fixed {
		top: 68px;
	}

	.attorneyDetails-inner .attorneyDetails-right {
		padding-left: 40px;
	}

	.attorneyDetails-inner .attorneyDetails-right p,
	.attorneyDetails-inner .attorneyDetails-right ul li,
	.attorneyDetails-inner .attorneyDetails-right ol li {
		font-size: 18px;
	}

	.attorneyDetails-inner .attorneyDetails-right p .quote {
		font-size: 26px;
	}

	.attorneyFormNew .billing_form_wrapper .form-group-remove {
		height: 30px;
		width: 30px;
		margin-top: 20px;
	}

	.clientLogos .logosRow aside.widget_media_image {
		padding: 15px;
	}

	.ServicesareasContent h2 {
		font-size: 40px;
	}

	.legalServicesareas {
		padding: 50px 40px;
	}

	.ServicesareasContent p {
		font-size: 22px;
	}

	.OurofficesTitle h3 {
		margin-bottom: 20px;
	}
}

@media (max-width:991px) {
	.bannertextSec h1 {
		font-size: 55px;
	}

	.locationWrapper .locationCol {
		width: calc(100% / 2 - 15px);
		/* margin: 0 5px; */
	}

	.titleWrapper h2,
	.passWrapper h1 {
		font-size: 50px;
	}

	.titleWrapper p {
		font-size: 20px;

	}

	.bannertextSec p {
		font-size: 22px;
	}

	.colHalf {
		width: 100%;
	}

	.colThird {
		width: 100%;
	}

	.footerRow .footerCol-third {
		padding-left: 30px;
	}

	.casesRow .casesCol {
		width: 100%;
		margin: 10px;
	}

	.headerRight nav.primary-menu-wrapper {
		display: none;
	}

	.hamburgerMenu {
		display: block;
	}

	.hamburgerMenu .menuBars span {
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	.hamburgerMenu .menuBars span:before {
		content: "";
		width: 30px;
		height: 20px;
		display: block;
		background: url('images/menu.svg') no-repeat;
	}

	.hamburgerMenu .menuBars span.open:before {
		content: "";
		width: 30px;
		height: 20px;
		display: block;
		background: url('images/close.svg') no-repeat;
		background-position: center;
	}

	.topContact {
		margin-left: 15px;
	}

	.callUs h5 {
		display: none;
	}

	.doctorContentarea .faqSection .req_elect_sec {
		padding: 20px 50px;
	}

	.workers_div .doctor_contentInner,
	.workers_div .faqSection,
	.border-box .formFields {
		padding-left: 15px;
		padding-right: 15px;
	}

	.formContactInfo .rightConInfo {
		margin-top: 15px;
	}

	.border-box li .right_sec.phone span,
	.border-box li .left_sec.phone span,
	.border-box li .left_sec.date span,
	.border-box li .mid_sec.date span {
		width: 28%;
	}

	.border-box li label {
		font-size: 14px;
	}

	.border-box li label.titledesc,
	.border-box li legend.desc,
	.border-box li legend.titledesc {
		font-size: 20px;
	}

	.intorRow h2 {
		font-size: 40px;
	}

	.aboutAdditional {
		margin-top: 30px;
	}

	.clientsFaq .accordion-section-content ul li {
		width: calc(100% / 2 - 10px);
	}

	.blogInner .allPost li {
		width: calc(100% / 2 - 20px);
	}

	.blogDetils-left,
	.blogDetils-right {
		width: 100%;
		padding: 0;
	}

	.blogDetils-left {
		margin-bottom: 20px;
	}

	.directoryDetails .detailsCol {
		width: calc(100% / 3 - 15px);
		padding: 20px 15px;
	}

	.directoryDetails .detailsCol:nth-child(2) {
		margin: 0 15px;
	}

	.topTitle h4 {
		font-size: 20px;
	}

	.detailsCol .text_indent {
		font-size: 16px;
	}

	.departmentsDetails .extra_fields_div,
	.attorneyDetails .extra_fields_div {
		padding: 20px;
	}

	.departmentsDetails .extra_fields_div h3,
	.departmentsDetails .extra_fields_div h4 {
		font-size: 18px;
	}

	.attorneyDetails .extra_fields_div .attorneyBioImg {
		margin-bottom: 20px;
	}

	.attorneyDetails .extra_fields_div .attorneyBioImg,
	.attorneyDetails .extra_fields_div .attorneyBioData,
	.advisorBioData {
		width: 100%;
	}

	.advisorBioData {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #e5dfbd;
		margin-top: 20px;
		padding-top: 20px;
	}

	.attorneyBioImg img {
		display: block;
		margin-bottom: 5px;
	}

	.attorneyDetails-inner .attorneyDetails-left {
		margin-top: 0;
	}

	.time-capture .outer {
		padding-right: 200px;
	}

	.attorneyFormNew .editableRow .table-head ul li {
		padding: 7px;
		font-size: 12px;
	}

	.attorneyFormNew #form_billing .billing_form_wrapper .form-group {
		width: 33.33% !important;
	}

	.footerRow .footerCol-first {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}

	.footerRow .footerCol-second {
		width: 100%;
		padding: 70px 30px 40px;
	}

	.ServicesareasMap,
	.ServicesareasContent {
		width: 100%;
	}

	.ServicesareasMap {
		padding-left: 0;
		text-align: center;
		padding-top: 40px;
	}

	.legalServicesareas {
		margin-top: -360px;
		margin-bottom: 60px;
	}

	.innermainTitle p {
		font-size: 20px;
	}

	.attorneyDetails .extra_fields_div.flex.t-flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}


@media (max-width:767px) {
	header {
		padding: 15px 0;
	}

	.site-content {
		margin-top: 65px;
	}

	.homeBanner {
		padding: 70px 0 140px;
	}

	.topContact {
		margin-left: 0;
	}

	.topContact::before {
		content: none;
	}

	.logo {
		width: 220px;
	}

	.ptb80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.titleWrapper h2,
	.passWrapper h1 {
		font-size: 36px;
	}

	.titleWrapper p,
	.accordion-section-content p,
	.texas_newsEvents ul li p,
	.casesDesc p,
	.bannertextSec p,
	.doctorContentarea .faqSection ul li,
	.doctorContentarea .faqSection ol li,
	.aboutIntro p,
	.errorPage p,
	.passWrapper .error {
		font-size: 18px;
	}

	.doctorMedical .innerMedical h2 {
		font-size: 30px;
	}

	.doctorMedical .innerMedical {
		padding: 80px 20px;
	}

	.accordion-section.box h3 a {
		padding: 20px 25px 20px 15px;
		font-size: 20px;
	}

	.accordion-section-content {
		padding: 25px 15px;
	}

	.faqSection .accordion a .icon::before {
		top: 13px;
		left: 23px;
		width: 18px;
		height: 2px;
	}

	.faqSection .accordion a .icon::after {
		top: 5px;
		left: 31px;
		width: 2px;
		height: 18px;
	}

	.texas_newsEvents ul li h3 {
		font-size: 26px;
	}

	.texas_newsEvents ul li {
		padding: 25px 20px;
	}

	.one-third {
		width: 100%;
	}

	.footerRow .footerCol-third {
		padding-left: 0;
	}

	/* .footerRow {
    padding: 60px 0 40px;
}
.footerRow .footerCol-second {
    margin: 20px 0;
} */
	.logosRow {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ptb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.clientLogos .logosRow aside.widget_media_image {
		padding: 15px 20px;
		width: 100%;
		text-align: center;
	}

	.clientLogos .logosRow aside.widget_media_image img {
		max-width: 80% !important;
	}

	.casesRow .casesCol {
		margin: 10px 0;
		padding: 30px 30px 40px;
	}

	.casesRow .casesCol h2 {
		font-size: 50px;
	}

	.casesDesc h3 {
		font-size: 24px;
	}

	.findAttorney h3 {
		font-size: 26px;
	}

	.casesRow,
	.findAttorney {
		margin-top: 40px;
	}

	.findattorneySearch h4 {
		font-size: 22px;
		margin: 0 0 15px;
		display: block;
	}

	.spec-table {
		text-align: center;
	}

	input.button-spec {
		width: 250px;
	}

	.findattorneySearch .input_box select {
		max-width: 250px;
		width: 100%;
		margin: 0 auto 10px;
	}

	.locationWrapper .locationCol {
		width: 100%;
		/* margin: 0 5px 20px; */
	}

	.bannertextSec h1 {
		font-size: 34px;
	}

	.btn {
		font-size: 18px;
		padding: 15px 20px;
	}

	.bannertextSec .bannerBtn a.btn {
		/* width: 160px; */
		margin: 5px;
		padding: 15px 10px;
		font-size: 17px;
	}

	.callBtnWrapper {
		bottom: 20px;
	}

	.callBtnWrapper .callBtn {
		height: 50px;
		width: 50px;
	}

	.callBtnWrapper .callBtn img {
		width: 20px;
	}

	#toplink {
		bottom: 100px;
	}

	.innermainTitle h1 {
		font-size: 34px;
	}

	.doctorContentarea .faqSection .req_elect_sec {
		padding: 15px 20px;
	}

	.doctorContentarea .faqSection .accordion-section.box h3 a,
	.doctorContentarea .faqSection .accordion-section-content,
	.doctorContentarea .faqSection .accordion-section-contentInner {
		padding: 20px 15px;
	}

	.border-box li select {
		width: 100%;
	}

	.border-box li label {
		font-size: 16px;
	}

	.border-box li textarea {
		height: 90px;
	}

	.border-box li .left_sec,
	.border-box li .mid_sec,
	.border-box li .right_sec,
	.border-box li.twosecDiv .left_sec,
	.border-box li.twosecDiv .right_sec {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.border-box li .right_sec.phone span,
	.border-box li .left_sec.phone span,
	.border-box li .left_sec.date span,
	.border-box li .mid_sec.date span {
		width: 29%;
	}

	.doctor_contentInner h2 {
		font-size: 26px;
	}

	.doctor_contentInner {
		padding-top: 50px;
	}

	.border-box li .mt20 {
		margin-top: 0 !important;
	}

	.inputFormfields li,
	.medicalExam .inputFormfields li:last-child {
		margin-bottom: 0;
	}

	.medicalExam .inputFormfields li {
		margin-bottom: 20px;
	}

	.intorRow .colHalf,
	.aboutAdditional {
		padding: 0;
	}

	.intorRow h2 {
		font-size: 30px;
	}

	.attorney-slider .owl-dots button.owl-dot span,
	.caseStudies-slider .owl-dots button.owl-dot span {
		width: 15px;
		height: 3px;
	}

	.attorney-slider .owl-dots button.owl-dot.active span,
	.caseStudies-slider .owl-dots button.owl-dot.active span {
		width: 30px;
	}

	.clientsFaq .accordion-section.box h3 a {
		padding: 17px 35px 17px 15px;
		font-size: 19px;
	}

	.clientsFaq .accordion-section-content ul li {
		width: 100%;
		margin: 5px 0;
	}

	.clientsFaq .accordion-section-content {
		padding: 20px;
	}

	.categoryFilter {
		display: none;
	}

	.blogInner .allPost li {
		width: 100%;
		margin: 15px 0;
	}

	.errorPage h1 {
		font-size: 90px;
	}

	.errorPage h2 {
		font-size: 26px;
		line-height: 1.3;
	}

	.page-content h2 {
		font-size: 28px;
	}

	.page-content h3 {
		font-size: 26px;
	}

	.page-content h4 {
		font-size: 22px;
	}

	.rightSidebar .widget_recent_entries ul,
	.rightSidebar .widget-categories ul {
		padding: 0 20px;
	}

	.rightSidebar .widget h3.widgettitle {
		padding: 15px 20px;
	}

	.sidebarFolio p.blogLink a {
		font-size: 28px;
	}

	.staffpageTitle {
		margin-bottom: 30px;
	}

	.departmentsDetails .extra_fields_div,
	.attorneyDetails .extra_fields_div,
	.departmentIcons .iconImg,
	.directoryDetails .detailsCol {
		width: 100%;
	}

	.departmentsDetails .extra_fields_div:nth-child(2n),
	.attorneyDetails .extra_fields_div:nth-child(2n) {
		margin-left: 0;
	}

	.departmentsDetails .extra_fields_div:nth-last-child(2),
	.attorneyDetails .extra_fields_div:nth-last-child(2) {
		margin-bottom: 20px;
	}

	.staffpageTitle p {
		font-size: 18px;
	}

	.directoryDetails .detailsCol {
		margin-bottom: 20px;
	}

	.directoryDetails .detailsCol:nth-child(2) {
		margin: 0 0 20px;
	}

	.directoryDetails .detailsCol:last-child {
		margin-bottom: 0;
	}

	.detailsCol .text_indent {
		font-size: 17px;
	}

	.topTitle h4 {
		font-size: 22px;
	}

	ul.attorneyTabdata li {
		margin: 3px;
	}

	ul.attorneyTabdata li a {
		font-size: 17px;
		padding: 10px 15px;
	}

	.attorneyDetails-inner .attorneyDetails-left {
		width: 100%;
		max-width: 310px;
		margin: 0 auto 30px;
	}

	.attorneyDetails-inner .attorneyDetails-right {
		padding-left: 0;
		width: 100%;
	}

	.attorneyDetails-inner .attorneyDetails-right p,
	.attorneyDetails-inner .attorneyDetails-right ul li,
	.attorneyDetails-inner .attorneyDetails-right ol li {
		font-size: 16px;
	}

	.attorneyDetails-inner .attorneyDetails-right p .quote {
		font-size: 22px;
	}

	.attorneyDetails-left .advisorBioData h3 {
		font-size: 20px;
	}

	.attorneyDetails-left .attorneyBioImg h2 {
		font-size: 21px;
		padding: 7px 20px;
	}

	.passwordProtect {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.weekForm form .formLabel {
		display: block;
		margin-bottom: 5px;
	}

	.page-content .advisoriesTable p {
		font-size: 16px;
	}

	ul.mobile_icon {
		padding: 0;
	}

	ul.mobile_icon li {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.recordData ul.link_icon_list li {
		font-size: 16px;
	}

	.recordData p {
		margin-bottom: 10px;
	}

	.time-capture .outer {
		padding-right: 0;
		text-align: center;
	}

	.time-capture .outer p.mandatField {
		position: static;
		padding-top: 20px;
		font-size: 16px;
	}

	.billingForm .form-group {
		width: 100%;
		margin-bottom: 10px;
	}

	.billingForm .formTop {
		padding-bottom: 30px;
	}

	.attorneyFormNew .editableRow .table-head {
		display: none;
	}

	.billingForm .formRow {
		padding-bottom: 60px;
	}

	.billingForm .button-outer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.billingForm .button-outer button#submit_button {
		margin-left: 0;
		margin-top: 20px;
		display: block;
	}

	.attorneyFormNew #form_billing .container {
		padding: 0 15px;
	}

	.attorneyFormNew .billing_form_wrapper {
		padding: 10px;
		border: 1px solid #000;
	}

	.attorneyFormNew #form_billing .billing_form_wrapper .form-group label {
		display: block;
		font-size: 14px;
	}

	.attorneyFormNew #form_billing .billing_form_wrapper .form-group {
		width: 100% !important;
	}

	.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note {
		width: 85% !important;
	}

	.attorneyFormNew .billing_form_wrapper .form-group-remove {
		margin-top: 45px;
	}

	table {
		table-layout: auto;
		width: 100%;
	}

	.weekForm form p,
	.weekForm form p span {
		font-size: 16px !important;
	}

	.ServicesareasContent h2 {
		font-size: 30px;
	}

	.legalServicesareas {
		margin-bottom: 40px;
		padding: 30px 20px;
	}

	.ServicesareasMap {
		padding-top: 20px;
	}

	.footerRow ul.menu li a,
	.helpfulLinks ul.menu li a {
		font-size: 16px;
		line-height: 1.4;
	}

	.footerRow .footerCol-first .widget {
		width: 100%;
	}

	.footerRow .footerCol-second {
		padding: 50px 20px 20px;
	}

	.attorneyFormNew .editableRow .entryRow .form-group label {
		display: block;
		width: 100%;
		padding: 0;
	}

	.attorneyFormNew .editableRow .entryRow {
		border-top: 1px solid #000;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.attorneyFormNew .editableRow .entryRow .form-group {
		width: 100% !important;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	.attorneyFormNew .editableRow .entryRow .form-group:last-child {
		border: none;
	}
}