
.btn, .btn:hover {
	border-color: #0261e2;
}

.btn, .form-control {
	box-shadow: none !important;
}

.sidebar-form div.wpcf7-response-output, .wp-caption {
	text-align: center;
}

.nav-menu > ul > li > a, a {
	text-decoration: none;
}

body {
	color: #000;
	line-height: 1.75;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
}

.btn:hover, a {
	color: #0261e2;
}

a {
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	outline: 0;
}

.btn, .form-control, button {
	outline: 0 !important;
}

a:hover, a[href^="mailto:"]:hover, a[href^="tel:"] {
	text-decoration: none !important;
}

.practice-hover .content-col, .search-page .search-item p, .search-page .search-item:last-child, p {
	margin-bottom: 15px;
}

ol, ul {
	margin: 0;
	padding: 0;
}

.attorney-detail:last-child, .blog-page-listing .blog-item:last-child, .faq-search-listing .item-detail:last-child, .sidebar .widget:last-child, p:last-child {
	margin-bottom: 0;
}

.h1, h1 {
	font-size: 55px;
}

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

.h3, .sidebar-form .form-title, h3 {
	font-size: 32px;
}

.h4, h4 {
	font-size: 28px;
}

.h5, h5 {
	font-size: 24px;
}

.content-section .sub-heading, .h6, .recovery-section .sub-heading, h6 {
	font-size: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .02em;
}

.faq-card .h6, .faq-card h6, .faq-card strong, b, strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

.features-list, .footer-nap-col .address-title, .form-btn, .menu-sidebar .menu-bar-wrapper .menu-item-has-children, .nav-menu, .nav-menu li, .wpcf7-form {
	position: relative;
}

.form-btn svg, .wpcf7-spinner {
	position: absolute;
	margin: auto;
}

.form-btn svg {
	right: 30px;
	top: 0;
	bottom: 0;
}

.form-btn:hover path, .form-btn:hover svg {
	stroke: #fff;
}

.wpcf7-spinner {
	bottom: -30px;
	left: 0;
	right: 0;
}

.btn, .btn-arrow {
	position: relative;
}

.btn {
	background-color: #0261e2;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	border-width: 2px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 160px;
	font-weight: 500;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	white-space: normal;
	font-size: 18px;
}

.btn:hover {
	background-color: transparent;
}

.btn-arrow .btn:hover {
	background-color: #0261e2;
	border-color: #0261e2;
	color: #fff;
}

.btn-arrow {
	border-width: 0;
	display: inline-flex;
}

.btn-arrow:after {
	content: "";
	width: 60px;
	background: #0261e2;
	display: inline-block;
	right: 0;
	top: 0;
	transition: .3s ease-in-out;
}

.btn .arrow:before, .btn-arrow:before {
	width: 20px;
	height: 20px;
	top: 0;
	z-index: 1;
	position: absolute;
	transform: rotate(45deg);
	transition: .3s ease-in-out;
	content: "";
	bottom: 0;
}

.btn-arrow:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 25px;
	margin: auto;
}

.btn-arrow:hover {
	background-color: #0261e2;
	color: #fff;
	transition: .3s ease-in-out;
}

.btn-arrow .btn {
	margin-right: 7px;
	transition: .3s ease-in-out;
}

.btn-arrow:hover .btn {
	margin-right: 0;
	transition: .3s ease-in-out;
}

.btn-arrow.btn-arrow-white .btn {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.btn-arrow.btn-arrow-white:after, .list-style-square.text-white li:before {
	background: #fff;
}

.btn-arrow.btn-arrow-white:before {
	border-color: #000;
}

.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.btn.btn-white:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn .arrow {
	display: block;
	width: 60px;
	height: 100%;
	background: #0261e2;
	position: absolute;
	right: -70px;
	top: 0;
	border: 1px solid #0261e2;
}

.btn .arrow:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 10px;
	left: 0;
	margin: auto;
}

.attorney-detail, .features-list .item, .form-group, .home-testimonials .item {
	margin-bottom: 30px;
}

.form-control {
	background: 0 0;
	border-radius: 0;
	max-height: 150px;
	resize: none;
	border: 0 solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	height: calc(3.5rem + 2px);
	padding-left: 0;
}

.form-control:focus {
	background: 0 0;
	border-color: initial;
}

.section-pd, .spaced {
	padding-top: 80px;
	padding-bottom: 80px;
}

.no-scroll {
	overflow-x: hidden;
}

.header-right-top .glink.gt-current-lang, .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 label.error, span.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: red;
	padding: 1px 3px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
}

div.wpcf7-response-output {
	position: absolute;
	bottom: auto;
	border: 0 !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	font-size: 11px;
	line-height: 1.2;
	width: 100%;
	font-weight: 400;
	background: 0 0;
	color: red;
}

.list-style li, .list-style-dots li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.wpcf7-response-output.alert-danger {
	color: red;
}

.wpcf7-response-output.alert-success {
	color: green;
}

div.wpcf7-mail-sent-ok {
	color: #398f14 !important;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
}

.case-results .inner:hover .result-category, .contact-sec-form .nav-item .active .contact-detail-box .contact-description, .contact-sec-form .nav-item .active .contact-detail-box .contact-title, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper ul > li:hover, .nav-menu .menu > li.current-menu-item > a, .nav-menu .menu > li:hover > a, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .search-close:hover, .text-white a:not(.btn), .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}

.theme-color {
	color: #212d69;
}

.heading, .home-team-slider .designation {
	text-transform: uppercase;
}

.blog-page-listing .title:hover a, .contact-form-box select.wpcf7-form-control.wpcf7-select.form-control, .footer .phone a:hover, .footer li.current-menu-item a, .footer ul a:hover, .heading span, .home-practice-list .pa-item:hover, .home-results .inner:hover .amount, .search-page .search-item .title:hover a, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-menu-item a, .sidebar li:hover a, .team-top-section .heading, .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
	color: #0261e2;
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5) !important;
}

::-moz-placeholder {
	color: rgba(0, 0, 0, .5) !important;
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5) !important;
}

:-moz-placeholder {
	color: rgba(0, 0, 0, .5) !important;
}

.blog-item .read-more:hover, .form-control, .search-page .search-item .more:hover {
	color: #000;
}

.dark-bg-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7) !important;
}

.dark-bg-form ::-moz-placeholder {
	color: rgba(255, 255, 255, .7) !important;
}

.dark-bg-form :-ms-input-placeholder {
	color: rgba(255, 255, 255, .7) !important;
}

.dark-bg-form :-moz-placeholder {
	color: rgba(255, 255, 255, .7) !important;
}

.dark-bg-form .form-control, .footer .direction-link:hover {
	color: #fff !important;
}

.list-style ol, .list-style ul, .list-style-dots ol, .list-style-dots ul, .list-style-square ol, .list-style-square ul {
	list-style: none;
	margin-bottom: 20px;
}

.list-style li, .list-style-dots li, .list-style-square li {
	position: relative;
	transition: .3s;
	margin-bottom: 5px;
}

ul.list-col-two {
	column-count: 2;
	column-gap: 30px;
}

.list-style li {
	padding-left: 25px;
}

.list-style li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #0261e2;
	border-right: 2px solid #0261e2;
	transform: rotate(45deg);
	left: 0;
	top: 15px;
	bottom: 0;
	z-index: 1;
	transition: .3s ease-in-out;
}

.list-style-dots li {
	padding-left: 20px;
}

.list-style-dots li::before {
	position: absolute;
	content: "";
	top: 19px;
	left: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 100%;
}

.list-style-square li {
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.list-style-square li::before {
	position: absolute;
	content: "";
	top: 18px;
	left: 4px;
	margin: auto;
	width: 12px;
	height: 12px;
	background: #000;
	transform: rotate(45deg);
}

.list-style-square li::after {
	position: absolute;
	content: "";
	top: 14px;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	transform: rotate(45deg);
}

.list-style-square.text-white li:after, .menu-sidebar .menu-bar-wrapper li.current-menu-item > .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow.responsive-up-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow::after {
	border-color: #fff;
}

.bg-blue {
	background: #2887a6;
}

.list-col-2 {
	column-count: 2;
}

.html5-elem-box .html5-image {
	padding: 0 !important;
}

.alignnone, .wp-caption.alignleft, .wp-caption.alignnone, a img.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.nav-menu > ul.menu > li, .nav-menu > ul > li > a {
	display: inline-block;
	position: relative;
}

.alignright, a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft, a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.contact-detail-box .map-link, .home-practice-list .pa-item .link, .loc-list .map-link, .stretch-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.search-open {
	position: fixed;
	overflow-y: scroll;
	left: 0;
	right: 0;
}

.search-btn {
	cursor: pointer;
}

.form-section .map-wrap, .form-section iframe, .search-btn svg {
	width: 100%;
	height: 100%;
}

.search-panel {
	position: fixed;
	width: 100%;
	height: 120px;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	transition: .6s ease-in-out;
	transform: translateY(-100%);
	box-shadow: 0 0 5px #eee;
}

.search-panel .input-field {
	display: flex;
	width: 100%;
	position: relative;
}

.search-panel input[type="submit"] {
	height: 60px;
	width: 60px;
	border: none;
	cursor: pointer;
	background: url("https://fredsonstatmore.com/nitropack_static/kXOTQZmVENbItjBSmZqEIercrXmEMpxy/assets/images/source/rev-4157adb/fredsonstatmore.com/wp-content/themes/fsb/images/search-1.svg") center/1.5rem no-repeat;
	outline: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-panel input[type="submit"]:hover {
	opacity: .7;
}

.search-panel.open {
	top: 0;
	display: block;
	opacity: 1;
	padding: 3em;
	transition: .3s ease-in-out;
}

.search-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	z-index: 999999;
	cursor: pointer;
}

.search-panel form#searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	z-index: 99999;
	padding-bottom: 30px;
}

.search-panel .searchform input[type="text"] {
	padding: 0 60px 0 0;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	height: 60px;
}

.search-panel .searchform ::-webkit-input-placeholder {
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform ::-moz-placeholder {
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-ms-input-placeholder {
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-moz-placeholder {
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform input[type="image"] {
	vertical-align: middle;
	padding: 20px;
	height: 60px;
	width: 60px;
	outline: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.search-panel .search-box {
	margin: 15px 0 0;
	padding: 15px 0 30px;
	border-bottom: 1px solid #eee;
}

.search-panel .search-heading a {
	font-size: 22px;
	color: #000;
}

.search-panel .custom_form_msg {
	position: absolute;
	bottom: 0;
	right: 60px;
	margin: 0;
	font-size: 12px;
	color: red;
	padding: 0 8px;
}

.search-panel .searchform input::-ms-clear {
	display: none;
}

.close-container {
	margin: auto;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.leftright, .rightleft {
	height: 2px;
	margin-top: 15px;
	border-radius: 2px;
	transition: .3s ease-in;
	width: 30px;
	position: absolute;
}

.leftright {
	background-color: #000;
	transform: rotate(45deg);
}

.close-container:hover .leftright, .rightleft {
	transform: rotate(-45deg);
	background-color: #000;
}

.header, .header-right {
	transition: .3s ease-in-out;
}

.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #000;
}

.header {
	padding: 10px 0;
	background: rgba(255, 255, 255, 0);
}

.header-logo {
	width: 400px;
	display: flex;
	align-items: center;
}

.header-right {
	width: calc(100% - 400px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.header-right-top, .langtrans, .langtrans .mobile-translate .gtranslate_wrapper {
	display: flex;
}

.header-search {
	margin-left: 30px;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
}

.header-search .search-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 30px;
	height: 30px;
}

.header-search svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	cursor: pointer;
}

.nav-menu > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.nav-menu > ul.menu > li {
	margin: 0 10px;
	color: #000;
}

.nav-menu .menu > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	transition: .4s ease-in-out;
	opacity: 0;
	background: #fff;
}

.nav-menu .menu > li.current-menu-ancestor a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li:hover > a:before {
	opacity: 1;
	width: 100%;
}

.form-section .wpcf7-spinner, .nav-menu .menu li:first-child {
	margin-left: 0;
}

.nav-menu .menu li:last-child, .nav-menu > ul > li:last-child a {
	margin-right: 0;
}

.nav-menu > ul > li > a {
	padding: 5px 1px;
	color: #fff;
	white-space: nowrap;
	font-size: 15px;
	transition: none;
	font-weight: 400;
}

.nav-menu > ul > li:first-child:before {
	transform: translateX(0);
}

.nav-menu > ul > li:before {
	transform: translateX(-100%);
	opacity: 0;
}

.nav-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
	min-width: 150px;
	transition: .25s ease-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.blog-item a, .sidebar li a {
	transition: none;
}

.nav-menu ul li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.nav-menu ul li:hover li {
	float: none;
}

.archive.category .nav-menu > ul > li.more-menu-item > ul > li.news-menu-item > a, .nav-menu .sub-menu li.menu-item-has-children:hover > a, .nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a, .nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item, .single-career .nav-menu > ul > li.more-menu-item > ul > li.careers-menu-item > a, .single-community .nav-menu > ul > li.more-menu-item > ul > li.community-menu-item > a, .single-post .nav-menu > ul > li.more-menu-item > ul > li.news-menu-item > a, .single-team .nav-menu > ul > li.more-menu-item > ul > li.team-menu-item > a {
	background-color: #0261e2;
	color: #fff;
}

.nav-menu .sub-menu li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #9bdaed;
	border-right: 1px solid #9bdaed;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.nav-menu .sub-menu li.menu-item-has-children.current-menu-item > a:before, .nav-menu .sub-menu li.menu-item-has-children:hover > a:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.nav-menu li ul li {
	border-top: 0;
	display: block;
	margin: 0;
	border-bottom: 0 solid #ddd;
}

.nav-menu li ul li + li {
	border-top: 0 solid #fff;
}

.nav-menu ul ul ul {
	left: 100%;
	top: 0;
}

.nav-menu ul:after, .nav-menu ul:before {
	content: " ";
	display: table;
}

.nav-menu ul:after {
	clear: both;
}

.nav-menu .sub-menu {
	background: #fff;
	min-width: 18rem;
	text-align: left;
	box-shadow: 0 1px 1px #b9b9b9;
}

.menu-close-button:after, .menu-close-button:before {
	content: "";
	width: 3px;
	height: 30px;
	right: 15px;
	background: #000;
	position: absolute;
}

.nav-menu ul li .sub-menu li a {
	padding: .55rem 1rem;
	line-height: normal;
	margin: 0;
	border: none;
	color: #000;
	display: block;
	white-space: normal;
	font-weight: 500;
	transition: none;
	font-size: 14px;
}

.nav-menu ul li .sub-menu li a:hover {
	color: #fff;
	background: #0261e2;
	border: none;
}

.nav-menu > .menu > li.menu-item-has-children:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #fff;
	top: 0;
	bottom: -5px;
	margin: auto;
	right: -10px;
}

#responsive-menu-wrapper #responsive-menu li ul {
	text-transform: none;
}

.nav-menu .sub-menu .sub-menu:before {
	content: none !important;
}

.nav-menu > .menu > li.menu-item-has-children ul:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 25px;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	width: 0;
	height: 0;
	opacity: 1;
	z-index: 5;
}

.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent > a:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #0b4298;
	border-right: 1px solid #0b4298;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.header-right-top .glink, .home .menu-button.menu-button-2, .menu-button.menu-button-2, .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after, .onepage-pagination li.scroll_item_active a:after, .onepage-pagination:after, .pagination h2, .practice-hover .pa-hover-row, .schema-sec-2 .video-title {
	display: none;
}

.menu-close-button {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 1;
}

.menu-close-button:before {
	top: 0;
	transform: rotate(45deg);
}

.menu-close-button:after {
	top: 0;
	transform: rotate(-45deg);
}

.menu-wrap {
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	right: -100%;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .5s;
	display: flex;
	justify-content: center;
	max-width: 100%;
	z-index: 99999999;
}

.blog-detail, .faq-card, .footer-nap-col, .home-banner, .home-team-slider, .nav-open-menu, .static-page .content-area, .video-banner {
	overflow: hidden;
}

.menu-show, .team-top-section .image {
	max-width: 450px;
}

.menu-full-wrapper {
	width: 100%;
	position: relative;
}

.menu-show {
	right: 0;
	box-shadow: none;
	display: block;
	width: 100%;
}

.menu-sidebar {
	margin: 0 0 0 auto;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	font-size: 16px;
	font-weight: 400;
}

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

.menu-sidebar > ul > li > a {
	text-transform: uppercase;
	font-weight: 500;
}

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

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

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

.menu-sidebar .menu-bar-wrapper li > a {
	color: #000;
	padding: 10px 20px;
	position: relative;
	display: block;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a, .menu-sidebar .menu-bar-wrapper li > a:hover {
	background-color: #0261e2;
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after {
	border-color: #2828ff;
}

.button-open .menu-bar, .case-results .item:hover .arrow, .home-team-slider .slick-dots li.slick-active:after, .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children > .nav-link::after, .menu-sidebar .menu-bar-wrapper li > a:hover::after, .sidebar-search-outer input[type="submit"]:hover {
	opacity: 1;
}

.faq-card div.collapsing .card-body, .faq-card div.show .card-body, .faq-card div[aria-expanded="true"].faq-title, .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
	background: 0 0;
}

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

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children > .nav-link + .sidebar-menu-arrow::after {
	background-image: url("https://fredsonstatmore.com/wp-content/themes/fsb/images/angle-down.svg");
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 40px;
}

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

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

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

.menu-sidebar .sub-menu .sub-menu li a {
	padding-left: 45px !important;
}

.sidebar-menu-arrow::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 0;
	left: 0;
}

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

.header-aside-col {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
}

.logo-wrapper a {
	padding: 9px 0;
}

.blog-meta .category a:last-child, .logo-wrapper {
	padding-right: 0;
	margin-right: 0;
}

.menu-button {
	padding: 10px 15px;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: fixed;
	text-align: center;
	transition: .3s ease-in-out;
	cursor: pointer;
	display: flex;
	border-radius: 0;
	z-index: 9999;
	top: 40px;
	right: 25px;
	border: 1px solid #fff;
}

body:not(.home) .menu-button {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 30px;
}

.menu-button .menu-bar {
	position: relative;
	border-radius: 0;
	width: 35px;
	transition: .5s;
	opacity: 1;
	margin: auto;
}

.menu-button .menu-bar-top {
	border: 2px solid #fff;
	border-bottom: none;
}

.menu-button .menu-bar-middle {
	height: 2px;
	background-color: #fff;
	margin-bottom: 3px;
	margin-top: 10px;
	right: 0;
	left: auto;
	width: 25px;
	margin-right: 5px;
}

.menu-button .menu-bar-bottom {
	border: 2px solid #fff;
	border-top: none;
	margin-top: 10px;
	width: 35px;
	margin-right: 0;
}

.button-open {
	z-index: 16;
}

.menu-button.button-open {
	background: 0 0;
	z-index: 9999;
	right: 15px;
	border-color: #fff;
}

.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(9px, 9px);
	transition: .5s;
}

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

.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(5px, -5px);
	transition: .5s;
	right: 0;
}

.menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-top {
	border-color: #fff !important;
}

.menu-logo-wrapper {
	width: 50%;
	padding-left: 1rem;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 274px;
}

.nav-open-menu, .onepage-pagination {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
}

.nav-open-menu {
	left: 0;
	bottom: 0;
	touch-action: none;
	-ms-touch-action: none;
}

.footer ul, .menu-sidebar .sub-menu {
	list-style: none;
}

.onepage-pagination {
	z-index: 9999;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	width: 120px;
	transition: .5s;
	background: #24242c;
}

.onepage-pagination:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -60px;
	border-top: 60px solid #9bc5ef;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
}

.onepage-pagination li {
	counter-increment: my-counter;
	margin: 5px 0;
	position: relative;
	right: 0;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.onepage-pagination li a {
	width: 26px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 100%;
	position: relative;
	display: inline-block;
}

.onepage-pagination li.scroll_item_active a {
	border: 1px solid #fff;
}

.onepage-pagination li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .5);
	border-radius: 100%;
}

.onepage-pagination li.scroll_item_active a:before {
	width: 5px;
	height: 5px;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
}

.onepage-pagination li.scroll_item_active a:after {
	content: "0" counter(my-counter);
	position: absolute;
	left: 65%;
	top: .1rem;
	color: rgba(255, 255, 255, .4);
	font-size: .8em;
	font-weight: 600;
	line-height: 1;
}

.onepage-pagination li:first-child:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 120px;
	background: rgba(255, 255, 255, .4);
	left: 50%;
	top: auto;
	bottom: 0;
	margin-bottom: 50px;
}

.onepage-pagination li:last-child:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 120px;
	background: rgba(255, 255, 255, .4);
	left: 50%;
	bottom: auto;
	top: 0;
	margin-top: 50px;
}

.header.shrink, .viewing-page-10 .header, .viewing-page-11 .header, .viewing-page-12 .header, .viewing-page-2 .header, .viewing-page-3 .header, .viewing-page-4 .header, .viewing-page-5 .header, .viewing-page-6 .header, .viewing-page-7 .header, .viewing-page-8 .header, .viewing-page-9 .header {
	background: #24242c;
}

.home .about-section, .home .claims-section, .home .content-section, .home .features-section, .home .footer, .home .form-section, .home .header, .home .home-banner, .home .recovery-section, .home .results-section, .home .team-section, .testimonials-section {
	padding-right: 120px;
}

.home-banner {
	height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end !important;
	z-index: 1;
	color: #fff;
	padding-bottom: 100px;
}

.home-banner .row {
	align-items: center;
	position: relative;
}

.home-banner-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.recovery-types img, .team-listing .image img {
	object-position: top;
}

.home-banner .banner-content {
	margin-top: 80px;
}

.home-banner .banner-small-title {
	font-size: 35px;
	position: relative;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .9em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.home-banner .banner-title {
	color: #fff;
	position: relative;
	font-weight: 700;
	font-size: 60px;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-shadow: 2px 6px 10px rgba(0, 0, 0, .8);
}

.home-banner .banner-title span {
	color: #3b61e2;
}

.home-banner .banner-description {
	font-size: 20px;
	line-height: 2;
	color: #fff;
	font-weight: 500;
	margin-bottom: 40px;
}

.home-banner .scroll-down {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	width: 50px;
	margin: auto;
	animation: 2s infinite bounce;
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-30px);
	}
	
	60% {
		transform: translateY(-15px);
	}
}

.header-phone {
	color: #fff;
	text-align: right;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}

.header-phone .phone-title {
	font-size: 15px;
	letter-spacing: .2px;
	font-weight: 400;
	line-height: 1.2;
}

.header-phone .phone-icon {
	width: 25px;
	height: 25px;
	margin-right: 12px;
	line-height: 1;
}

.header-phone .phone-no, .loc-list .loc-name, .reviews-list .author-name {
	font-size: 20px;
	font-weight: 600;
}

.header-phone svg {
	fill: #fff;
	width: 100%;
	height: 100%;
}

.header-phone a {
	color: #fff;
	display: flex;
	align-items: center;
	border: none;
	padding: 0;
	position: relative;
	z-index: 9999;
	margin-left: 60px;
}

.onepage-wrapper .home-banner {
	z-index: -1;
}

.page-banner {
	background-size: cover;
	background-position: center 0;
	height: 800px;
	padding-bottom: 30px;
}

.page-banner .banner-content-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 255px;
}

.page-banner .banner-title {
	font-size: 80px;
	text-shadow: 2px 6px 10px rgba(0, 0, 0, 80%);
}

.page-banner .banner-subtitle {
	font-weight: 300;
	font-size: 25px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .65);
}

.blog-detail-page .blog-image img, .blog-page-listing .blog-content, .footer-bottom, .navigation.pagination, .page-banner .banner-content {
	width: 100%;
}

.hide-banner body {
	padding-top: 100px;
}

.hide-banner .page-banner {
	display: none !important;
}

.hide-banner .header {
	background: #000;
	box-shadow: 0 5px 5px -5px #555;
}

.footer {
	background: #212d69;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end !important;
	padding-top: 40px;
}

.footer-top {
	padding-top: 70px;
	padding-bottom: 50px;
	font-weight: 300;
	width: 100%;
}

.footer .widget-title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .02em;
}

.footer-logo {
	margin-top: 30px;
}

.footer-menu {
	background: #182258;
	padding: 10px 20px;
	margin-top: 20px;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menu li a {
	padding: 3px 5px;
	display: inline-block;
	text-transform: uppercase;
}

.footer .social-links ul {
	list-style: none;
	display: flex;
}

.footer .social-links li + li {
	margin-left: 15px;
}

.footer .social-links li a {
	color: #fff;
	width: 38px;
	height: 38px;
	display: inline-block;
	padding: 0;
	border: 0 solid rgba(255, 255, 255, .25);
}

.footer .address-wrap:before, .footer .phone:before {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	border-radius: 100%;
	content: "";
}

.footer .social-links li svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	padding: 7px;
}

.footer .social-links li a:hover {
	background: #fff;
	border-color: #fff;
}

.footer .social-links li a:hover svg {
	fill: #e5936b;
}

.footer .address-wrap {
	position: relative;
	padding-left: 35px;
	font-size: 14px;
}

.footer .phone {
	position: relative;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.footer .phone a {
	font-size: 16px;
	font-weight: 500;
}

.footer .address-wrap:before {
	top: 2px;
	background-image: url("https://fredsonstatmore.com/nitropack_static/kXOTQZmVENbItjBSmZqEIercrXmEMpxy/assets/images/optimized/rev-4157adb/fredsonstatmore.com/wp-content/themes/fsb/images/location.svg");
}

.footer .phone:before {
	top: 5px;
	background-image: url("https://fredsonstatmore.com/nitropack_static/kXOTQZmVENbItjBSmZqEIercrXmEMpxy/assets/images/optimized/rev-4157adb/fredsonstatmore.com/wp-content/themes/fsb/images/call.svg");
	margin: auto;
}

.footer .direction-link {
	margin-top: 5px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
}

.footer .nap-global-direction {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.footer .appoint-title {
	font-size: 10px;
	letter-spacing: .02em;
	text-align: right;
	display: block;
	flex-grow: 1;
}

.footer-bottom .row {
	justify-content: center;
	padding: 10px 0;
	font-size: 15px;
}

.footer-logo img {
	max-width: 300px;
}

.footer-links {
	margin-left: 20px;
}

.footer-links ul {
	display: flex;
	align-items: center;
	list-style: none;
}

.footer-links ul li + li:before {
	content: "";
	width: 1px;
	height: .8em;
	display: inline-block;
	vertical-align: middle;
	background-color: #949494;
	opacity: .5;
	margin: 0 8px;
	position: relative;
	top: -1px;
}

.footer-links a:hover {
	color: #13a2b7;
}

.footer-nap-col .nap-postal-address-wrap {
	background: rgba(255, 255, 255, .05);
	padding: 15px;
	line-height: 1.5;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.footer-nap-col .nap-postal-address-wrap:hover {
	background: #182258;
}

.footer-nap-col .plus:after, .footer-nap-col .plus:before {
	transition: .4s ease-in-out;
	margin: auto;
	background: #fff;
	opacity: .5;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	text-decoration: none;
}

.footer-logo {
	flex-wrap: wrap;
}

.award-list-sidebar, .footer-nap-row, .home-practice-list, .team-listing .team-item {
	display: flex;
	flex-wrap: wrap;
}

.footer-nap-col {
	margin-bottom: 15px;
	display: inline-block;
	width: 50%;
	position: relative;
	padding: 0 7px;
}

.footer-nap-col .plus {
	display: flex;
	position: absolute;
	width: 16px;
	height: 16px;
	background: 0 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	align-items: center;
	border-radius: 100%;
	border: 0 solid #c5c2c2;
	cursor: pointer;
}

.footer-nap-col .plus:before {
	width: 100%;
	height: 2px;
}

.footer-nap-col .plus:after {
	width: 2px;
	height: 100%;
	right: 0;
}

.faq-card div[aria-expanded="true"]:before, .footer-nap-col div[aria-expanded="true"] .plus:after {
	opacity: 0;
}

.footer-nap-col iframe {
	width: 100%;
	border: 0;
	height: 100%;
}

.about-section, .content-section, .detail-share-inner, .firm-section-one, .form-section, .recovery-section, .team-edu-section li.nav-item a, .wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.about-section .image-wrap, .firm-section-one .image-wrap {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	padding: 20px;
	text-align: center;
}

.about-section .phone-title, .firm-section-one .phone-title {
	font-weight: 500;
	font-size: 28px;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 10px 0;
}

.about-section .phone-wrap a, .firm-section-one .phone-wrap a {
	display: inline-flex;
	align-items: center;
	border: 1px solid #212d69;
	padding: 7px 20px;
	position: relative;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #212d69;
	font-size: 26px;
	font-weight: 500;
	justify-content: center;
}

.about-section .phone-icon, .firm-section-one .phone-icon {
	width: 25px;
	height: 25px;
	margin-right: 12px;
	line-height: 1;
	fill: #0261e2;
}

.about-section .phone-icon path, .firm-section-one .phone-icon path, .loc-list .loc-icon path, .reviews-list .quote-icon path {
	fill: #0261e2;
}

.about-section .sub-heading, .firm-section-one .sub-heading {
	text-transform: uppercase;
	color: #0261e2;
	font-weight: 500;
	margin-bottom: 15px;
}

.team-section {
	display: flex;
	align-items: center;
	background: #fcfcfd;
}

.team-section .sub-heading {
	letter-spacing: .02em;
	font-size: 20px;
}

.home-team-slider .image img {
	height: 320px;
	width: 100%;
	object-fit: cover;
}

.features-section .description, .form-section .main-row, .home-team-slider {
	margin-top: 40px;
}

.home-team-slider .inner, .home-team-slider .team-inner {
	padding: 10px;
}

.gray-bg, .home-team-slider .inner:hover {
	background: #f5f5f5;
}

.home-team-slider .name, .schema-wrap strong, .team-listing .name {
	font-size: 18px;
}

.home-team-slider .detail {
	text-align: center;
	padding: 15px;
}

.home-team-slider .btn, .team-listing .btn {
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	width: 100%;
}

.home-team-slider .slick-arrow {
	background: 0 0;
	border: 0;
	position: absolute;
	cursor: pointer;
	font-size: 0;
	top: 0;
	left: inherit;
	margin-top: 0;
	right: 45px;
	width: 35px;
	height: 41px;
}

.home-team-slider .slick-arrow:before {
	content: "";
	width: 25px;
	height: 25px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	z-index: 1;
	top: -2px;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 2px;
}

.home-team-slider .slick-arrow.slick-prev:before {
	transform: rotate(-135deg);
	left: 11px;
}

.home-team-slider .slick-next {
	right: -30px;
	left: auto;
}

.home-team-slider .slick-disabled {
	opacity: .3;
}

.home-team-slider .slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
	font-size: 18px;
	font-weight: 300;
}

.home-team-slider .slick-dots li {
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #000;
	width: 40px;
}

.home-team-slider .slick-dots button {
	background: 0 0;
	color: #fff;
	border: 0;
	line-height: 1;
	padding: 10px;
	cursor: pointer;
	display: none;
}

.home-team-slider .slick-dots li:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: .3s ease-in-out;
	background: #0261e2;
}

.claims-section {
	background: #212d69;
	display: flex;
	align-items: center;
}

.claims-section .description, .team-listing .designation {
	line-height: 1.5;
}

.practice-section {
	padding-top: 0 !important;
}

.contact-sec-form .map-box, .features-list .icon svg, .practice-section .container-fluid, .practice-section .main-row {
	height: 100%;
}

.practice-section .left-image, .video-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.practice-section .right-col {
	padding-right: 200px;
	padding-left: 40px;
	display: flex;
	align-items: center;
}

.home-practice-list .pa-item {
	display: flex;
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}

.home-practice-list .pa-icon {
	width: 40px;
	height: 40px;
}

.home-practice-list .pa-title {
	font-size: 25px;
	margin-left: 15px;
	line-height: 1.5;
	cursor: pointer;
}

.practice-hover, .recovery-types {
	margin-top: 20px;
}

.practice-hover .active {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.practice-hover img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.practice-hover .hover-title {
	font-size: 25px;
	text-transform: uppercase;
}

.recovery-types img {
	height: 270px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 15px;
}

.recovery-types .title {
	font-weight: 600;
	font-size: 25px;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.recovery-types .desc {
	font-size: 15px;
}

.testimonials-section {
	display: flex;
	align-items: flex-end;
}

.home-testimonials .inner {
	background: #fbfafa;
	border: 1px solid #e0e0e0;
	padding: 30px;
	height: 100%;
	text-align: center;
}

.home-testimonials .title {
	font-weight: 600;
	font-size: 30px;
}

.home-testimonials .quote {
	width: 50px;
	margin: 0 auto 20px;
}

.home-testimonials .client-name {
	letter-spacing: .02em;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}

.awards {
	display: flex;
	flex-wrap: wrap;
	background: #fbfafa;
	list-style: none;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
}

.feature-tagline, .firm-section-two {
	background: #0261e2;
}

.awards li {
	width: 16.6%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.awards li + li {
	border-left: 1px solid rgba(0, 0, 0, .08);
}

.results-section {
	background-color: #0261e2;
	display: flex;
	align-items: center;
}

.home-results .item {
	margin-bottom: 20px;
}

.home-results .inner {
	border: 1px solid rgba(255, 255, 255, .6);
	padding: 30px;
	height: 100%;
}

.home-results .amount {
	font-weight: 500;
	font-size: 38px;
	letter-spacing: .02em;
	position: relative;
	margin-bottom: 15px;
}

.home-results .amount:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 70px;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}

.blog-meta .category a:before, .blog-meta .post-date:before {
	position: absolute;
	width: 1px;
	height: 15px;
	margin: auto;
	top: 0;
	bottom: 0;
	content: "";
}

.results-section .btn-arrow .btn {
	background: #212d69;
	border-color: #212d69;
}

.results-section .btn-arrow:after {
	background: #212d69;
}

.home-results .inner:hover {
	background: #fff;
	color: #000;
}

.home-results .inner:hover .amount:after {
	margin: auto;
	background: #0261e2;
}

.features-section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.features-list:after {
	content: "";
	display: inline-block;
	box-shadow: 0 25px 25px -20px #ccc;
	width: 91%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.features-list .icon {
	width: 150px;
	height: 150px;
	margin: 0 auto 25px;
}

.features-list .title {
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}

.blog-detail-page .blog-title, .blog-page-listing .blog-item .title {
	font-size: 35px;
	text-transform: uppercase;
}

.feature-tagline {
	width: 100%;
	padding: 30px 0;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5;
}

.feature-tagline a {
	text-decoration: underline;
}

.firm-section-four, .team-edu-section {
	background: #f4f4f4;
}

.blog-heading {
	margin-bottom: 80px;
}

.blog-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-page-listing .blog-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.blog-meta {
	padding: 5px 0 20px;
	margin-bottom: 20px;
	display: flex;
	line-height: 1;
	align-items: center;
	color: #b0b0b0;
	width: 100%;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: 400;
}

.blog-meta .post-date {
	margin-left: 10px;
	padding-left: 10px;
	color: #0261e2;
	position: relative;
}

.blog-meta .post-date:before {
	left: 0;
	background: #0261e2;
}

.blog-meta .category a {
	color: #0261e2;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	line-height: 1.3;
}

.blog-meta .category a:hover {
	color: #bbb;
}

.blog-meta .category a:before {
	right: 0;
	background: #0261e2;
}

.blog-meta .category a:last-child:before {
	content: none;
}

.blog-item .blog-image {
	height: 450px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	border-radius: 0;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.blog-item .blog-image.no-thumnails {
	background-color: #02415e;
	background-size: 34%;
	background-repeat: no-repeat;
	background-position: center;
}

.blog-item .item-hover {
	display: flex;
	background: 0 0/cover #3469a8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	color: #fff;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
}

.blog-item:hover .item-hover {
	opacity: 1;
	visibility: visible;
}

.blog-item .title a {
	color: #252525;
}

.blog-item .item-hover a:hover, .item-hover .blog-meta .category a:hover, .static-videos-section .heading {
	color: #e5936b;
}

.blog-item .item-hover .btn-arrow:hover:after {
	background-color: #ccb70a;
	border-color: #ccb70a;
}

.blog-item .read-more {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	color: #ee3224;
}

.blog-item .read-more svg, .btn img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-top: -5px;
}

.blog-item .read-more svg, .blog-item .read-more svg path {
	stroke: #13a2b7;
}

.blog-item .read-more:hover path, .blog-item .read-more:hover svg {
	stroke: #000;
}

.blog-item .read-more:hover:after {
	background: #000;
}

.blog-detail-page .blog-image a, .blog-item .blog-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.blog-detail-page .blog-image a:hover, .blog-item .blog-image a:hover {
	background: rgba(0, 0, 0, .25);
}

.blog-detail-page .play-btn svg, .blog-item .play-btn img, .blog-item .play-btn svg {
	width: 90px;
	height: 90px;
}

.blog-detail-page .blog-title {
	font-weight: 700;
	color: #252525;
}

.blog-detail-page .blog-image {
	background-size: cover;
	background-position: center 0;
	position: relative;
	border-radius: 0;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.blog-detail-page .blog-image .blog-title {
	position: absolute;
	color: #fff;
	left: 20px;
	right: 20px;
	bottom: 20px;
	font-size: 1.75rem;
}

.blog-detail-page .blog-meta {
	padding: 10px 0 20px;
	margin-bottom: 10px;
	border-bottom: 0 solid #e6e6e6;
}

.blog-detail-page .blog-meta li {
	background-image: none;
	padding: 0 15px;
}

.blog-detail-page .blog-meta li.nitro-lazy {
	background-image: none !important;
}

.blog-detail-page iframe {
	width: 100%;
	height: 450px;
}

.social-share-post {
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}

.social-share-post .share-title {
	font-weight: 600;
	color: #565656;
	margin-bottom: 15px;
}

.social-share-title {
	color: #464646;
	font-size: 18px;
}

.social-share-post .a2a_svg {
	background: 0 0 !important;
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

.social-share-post .a2a_kit svg path {
	fill: #b5121b !important;
}

.social-share-post .a2a_default_style a {
	padding: 10px !important;
	border: 1px solid rgba(181, 18, 27, .08);
	margin-right: 15px;
}

.social-share-post a:hover {
	background: #b90c0f;
}

.social-share-post .a2a_default_style a:hover svg path {
	fill: #fff !important;
}

.social-share-post .a2a_button_facebook {
	color: #1374ea !important;
	border-color: #1374ea !important;
}

.social-share-post .a2a_button_facebook svg path {
	fill: #1374ea !important;
}

.social-share-post .a2a_button_facebook:hover {
	background: #1374ea;
}

.social-share-post .a2a_button_twitter {
	border-color: #1c96e8 !important;
}

.social-share-post .a2a_button_twitter svg path {
	fill: #1c96e8 !important;
}

.social-share-post .a2a_button_twitter:hover {
	background: #1c96e8;
}

.social-share-post .a2a_button_linkedin {
	border-color: #0270ad !important;
}

.social-share-post .a2a_button_linkedin svg path {
	fill: #0270ad !important;
}

.social-share-post .a2a_button_linkedin:hover {
	background: #0270ad;
}

.social-share-post .a2a_button_pinterest {
	border-color: #df0022 !important;
}

.social-share-post .a2a_button_pinterest svg path {
	fill: #df0022 !important;
}

.social-share-post .a2a_button_pinterest:hover {
	background: #df0022;
}

.social-share-post .a2a_button_whatsapp {
	border-color: #4bc658 !important;
}

.social-share-post .a2a_button_whatsapp svg path {
	fill: #4bc658 !important;
}

.social-share-post .a2a_button_whatsapp:hover {
	background: #4bc658;
}

.loc-list .loc-item, .reviews-list .review-item, .sidebar-search-outer {
	margin-bottom: 40px;
}

.sidebar-search-outer .input-group {
	height: 65px;
	overflow: hidden;
	flex-direction: row;
	border: 0 solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.sidebar-search-outer .input-group .form-control {
	border-radius: 0;
	border: 0;
	padding: 15px 15px 15px 0;
	height: 100%;
	font-size: inherit;
	color: inherit;
	background: #fff;
}

.sidebar-search-outer .input-group-btn {
	position: relative;
	height: 65px;
	width: 65px;
}

.sidebar-search-outer input[type="submit"] {
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	outline: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
}

.sidebar-search-outer .search-icon {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	fill: #0261e2;
	width: 24px;
	margin: auto;
}

.sidebar-search-outer .custom_form_msg {
	position: absolute;
	bottom: 0;
	right: 70px;
	margin: 0;
	font-size: 13px;
	color: red;
	padding: 0 8px;
}

.sidebar .widget, .sidebar-form {
	padding: 40px 30px;
	position: relative;
}

.sidebar-search-outer input[type="text"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.pagination .nav-links {
	margin-top: 30px;
	display: flex;
	position: relative;
	font-weight: 400;
	width: 100%;
}

.pagination .nav-links a, .pagination .nav-links span {
	padding: 10px 15px;
	font-size: 18px;
	color: #858585;
	border: 1px solid #858585;
	line-height: 1;
	font-weight: 400;
	margin-right: 10px;
}

.pagination .page-numbers .icon {
	width: 20px;
	height: 20px;
}

.pagination .nav-links span.current {
	border: 1px solid #0261e2;
	color: #0261e2;
}

.pagination .nav-links a:hover {
	color: #0261e2;
	border-color: #0261e2;
}

.pagination .next.page-numbers:hover, .pagination .prev.page-numbers:hover {
	background: #212d69;
	color: #fff;
}

.pagination .nav-links .page-numbers.dots {
	padding: 0;
	border: 0;
}

.pagination .next.page-numbers, .pagination .prev.page-numbers {
	position: relative;
	right: 0;
	color: #0261e2;
	font-weight: 600;
}

.sidebar-form {
	background: #0261e2;
	color: #fff;
}

.sidebar-form .form-control {
	border-color: rgba(255, 255, 255, .25);
	max-height: 100px;
}

.sidebar .widget {
	background: #f8f8f8;
	margin-top: 40px;
}

.sidebar .widget ul {
	border-top: 0;
	margin-bottom: 0;
}

.sidebar .widget-title, .sidebar .widgettitle {
	font-size: 32px;
	border-bottom: 0;
	position: relative;
	line-height: 1;
	color: #000;
	font-weight: 600;
	padding: 0 0 20px;
	display: inline-block;
}

.case-results .result-category, .loc-list .loc-title {
	font-weight: 600;
	letter-spacing: .02em;
	color: #0261e2;
	text-transform: uppercase;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	position: relative;
	transition: .3s;
	border-bottom: 0 solid #eee;
	display: flex;
	align-items: center;
	color: #9a9a9c;
	margin-bottom: 10px;
	padding-left: 30px;
}

.sidebar li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #0261e2;
	border-right: 2px solid #0261e2;
	transform: rotate(45deg);
	left: 0;
	top: 11px;
	bottom: 0;
	z-index: 1;
	transition: .3s ease-in-out;
}

.static-videos-list .image img, .team-listing .image img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.sidebar li a {
	color: #616161;
	display: contents;
	padding: 10px 5px 10px 0;
	line-height: 1.5;
	font-size: 18px;
}

.contact-form-box .wpcf7-exclusive-checkbox, .sidebar li:last-child {
	border: 0;
}

.static-videos-list .image {
	position: relative;
	margin-bottom: 15px;
}

.static-videos-list .html5lightbox {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, .54);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

.case-results .inner, .loc-list .loc-inner {
	position: relative;
	height: 100%;
}

.loc-list .loc-inner, .reviews-list .review-inner {
	padding: 40px;
	background: #fbfafa;
	border: 1px solid #e0e0e0;
	text-align: center;
}

.static-videos-list .html5lightbox:hover {
	background: #e5936b;
}

.static-videos-list .title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

.static-videos-list .fv .image img {
	height: 400px;
}

.case-results, .case-results-page .pagination .nav-links, .loc-list, .locations-page .pagination .nav-links, .reviews-list, .reviews-page .pagination .nav-links {
	justify-content: center;
}

.reviews-list .review-inner {
	height: 100%;
}

.loc-list .loc-icon, .reviews-list .quote-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}

.reviews-list .review-title {
	font-weight: 600;
	font-size: 28px;
}

.reviews-list .client-name {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 600;
}

.loc-list .loc-inner:hover {
	box-shadow: 0 0 15px #ccc;
	border-color: transparent;
}

.loc-list .loc-title {
	font-size: 20px;
	text-align: center;
}

.case-results .item {
	text-align: center;
	margin-bottom: 30px;
}

.case-results .inner {
	border: 1px solid #d0d0d0;
	padding: 40px 30px;
}

.case-results .result-title {
	font-size: 37px;
}

.case-results .result-category {
	font-size: 18px;
}

.case-results .result-desc {
	letter-spacing: .03em;
}

.case-results .arrow {
	width: 28px;
	height: 28px;
	opacity: 0;
	margin: auto;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.case-results .arrow path, .case-results .inner:hover .icon, .case-results .inner:hover .icon path {
	fill: #fff;
}

.case-results .inner:hover {
	background: #0261e2;
	color: #fff;
	transition: .3s;
	transform: scale(1.05);
	border-color: transparent;
}

.search-results .faq-search, .team-listing .team-item {
	margin-bottom: 70px;
}

.team-awards-logos .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 5px;
	padding: 10px;
	height: 170px;
	border: 0 solid #ddd;
	background: #fff;
}

.faq-card, .faq-card .card-body, .faq-card .faq-title {
	border-radius: 0;
	width: 100%;
}

.team-awards-logos .item img {
	transition: .4s ease-in-out;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 170px;
}

.team-awards-logos .item:hover img {
	opacity: 1;
	transform: scale(1.05);
}

.faq-card {
	border-bottom: 1px solid #c8c8c8;
	margin: 20px 0 10px;
}

.faq-card .faq-title {
	padding: 20px 45px 20px 0;
	background-color: transparent;
	display: block;
	position: relative;
	font-weight: 500;
	color: #000;
	font-size: 20px;
	line-height: 1.3;
	cursor: pointer;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.faq-card .card-body {
	padding: 5px 20px 20px 0;
	display: inline-block;
	font-weight: 300;
}

.faq-card .arrow {
	display: flex;
	position: absolute;
	width: 30px;
	height: 30px;
	background: 0 0;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	align-items: center;
	border-radius: 100%;
	border: 0 solid #c5c2c2;
}

.faq-card .arrow:before {
	content: "";
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transition: .4s ease-in-out;
	text-decoration: none;
	transform: rotate(225deg);
	width: 12px;
	height: 12px;
	left: 0;
	right: 0;
	top: -2px;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.faq-card div[aria-expanded="true"] .arrow {
	background: #fff;
	border: 0 solid #b5121b;
}

.faq-card div[aria-expanded="true"] .arrow:before {
	transform: rotate(45deg);
	top: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.faqs-tabs .nav-tabs {
	border: none;
	width: 100%;
	text-align: center;
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
}

.faqs-tabs .list-links-new.active {
	background: #5795d1;
	color: #fff !important;
	position: relative;
}

.faqs-tabs .list-links-new.active:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #5795d1;
	top: 100%;
	position: absolute;
}

.faqs-tabs .nav-tabs a {
	padding: 10px 30px;
	margin: 0;
	font-size: 1.1rem;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #f4f4f4;
}

.faqs-tabs .nav-tabs a:before {
	content: "";
	right: 0;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ccc;
	position: absolute;
}

.faq-card .card-body ul {
	margin-left: 18px;
}

.faq-list-all {
	background: #fcfcfd;
	padding: 20px;
}

.faq-search .input-field {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	border: 1px solid #d9d9d9;
	padding: 10px 12px 10px 30px;
	background: #fff;
	border-radius: 0;
	margin: auto;
}

.faq-search input[type="text"] {
	padding-right: 30px;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	font-size: 1.1rem;
	border-bottom: 0 solid #ddd;
	max-width: 100%;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 0;
	border-radius: 8px;
}

.faq-search .custom_form_msg {
	position: absolute;
	bottom: 0;
	left: 25px;
	margin: 0;
	font-size: 12px;
	color: red;
	padding: 0 8px;
}

.faq-search-listing .item-detail {
	margin-bottom: 3rem;
}

.schema-sec-1 .schema-wrap, .schema-sec-2 .schema-wrap {
	background-color: #f5f5f5;
	padding: 40px;
	margin-bottom: 40px;
}

.faqs-page .pagination .nav-links {
	margin-top: 30px;
	display: flex;
	position: relative;
	font-weight: 400;
	width: 100%;
	justify-content: center;
}

.schema-sec-2 iframe {
	width: 100%;
	border: none;
}

.search-result-heading {
	color: #999;
	font-weight: 600;
}

.search-result-heading .search-by {
	color: #333;
}

.search-page .search-item {
	border: 2px solid transparent;
	padding: 30px;
	margin-bottom: 1rem;
	box-shadow: 1px 2px 20px 0 #e5e5e5;
	background: #fff;
}

.search-page .search-item .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	font-size: 24px;
}

.search-page .search-item a {
	transition: none;
	color: #000;
}

.search-page .search-item .more {
	transition: none;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
	background-image: url("https://fredsonstatmore.com/nitropack_static/kXOTQZmVENbItjBSmZqEIercrXmEMpxy/assets/images/optimized/rev-4157adb/fredsonstatmore.com/wp-content/themes/fsb/images/arrow.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 100% center;
	padding-right: 23px;
	color: #0261e2;
	text-transform: uppercase;
}

.search-page .search-item .more.nitro-lazy {
	background-image: none !important;
}

.contact-icon, .testimonials-section {
	align-items: center;
}

.search-page .more .arrow {
	fill: #0261e2;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.search-page .more:hover .arrow {
	fill: #000;
}

.contact-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #0261e3;
}

.contact-icon img, .contact-icon svg {
	width: 30px;
	height: 30px;
}

.contact-icon {
	width: 35px;
	height: 35px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	background: #e7effc;
	border-radius: 100%;
}

.contact-description, .contact-description a {
	color: #797979;
	font-weight: 500;
}

.contact-detail-list {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-detail-box {
	border: 1px solid #ddd;
	padding: 30px;
	height: 100%;
	position: relative;
}

.contact-detail-box:hover {
	box-shadow: 0 0 15px #ddd;
	border-color: transparent;
}

.contact-form-box {
	background: #fdfdfd;
	padding: 70px 100px;
	border: 1px solid #eee;
}

.contact-detail {
	margin: 40px 0 60px;
}

.wpcf7-checkbox span.wpcf7-list-item-label {
	margin-left: 5px;
	font-weight: 600;
}

.contact-form-box input[type="checkbox"] {
	width: 20px;
	height: 20px;
	outline: 0;
}

.contact-form-box .wpcf7-checkbox span.wpcf7-list-item.first {
	margin: 0;
}

.contact-form-box .wpcf7-spinner {
	margin-left: 30px;
}

.grecaptcha-badge {
	z-index: 9999;
}

.thank-you-page .text {
	font-size: 20px;
	font-weight: 500;
}

.home-map-iframe iframe {
	width: 100%;
	height: 350px;
}

.caontact-wrap-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center;
}

.video-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-banner .banner-content {
	position: relative;
	z-index: 99;
	background: rgba(0, 0, 0, .7);
	padding: 25px;
}

.blog .page-banner {
	align-items: flex-end !important;
}

.reviwe-star {
	max-width: 120px;
	margin: 0 auto;
}

.home-practice-list .pa-icon {
	fill: #0261e2;
}

.team-edu-section li.nav-item {
	max-width: 300px;
	text-align: center;
	line-height: 1.5;
	display: flex;
	border: 1px solid #ccc;
	margin: 5px;
}

.award-side-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.award-list-sidebar .award-img-side {
	width: 33%;
	padding: 15px;
}

.advertisementNo {
	font-weight: 600;
	font-size: 12px;
}

.contact-sec-form .map-box iframe, .team-inner {
	height: 100%;
	width: 100%;
}

.contact-sec-form .nav-item .active .contact-detail-box {
	background: #222d69;
	color: #fff;
}

.contact-sec-form .nav-pills .contact-detail-list .nav-link {
	padding: 0;
	background: 0 0;
	height: 100%;
}

.contact-sec-form .nav-pills .nav-item {
	padding: 0;
}

.contact-sec-form .contact-detail-box {
	padding: 15px 10px;
	width: 100%;
}

.postid-237 div.image.float-left {
	margin-bottom: 3rem !important;
}

.single-team .nav-pills .nav-link {
	color: #6b6c6e;
	background-color: #fff;
}

.single-team .nav-pills .nav-link.active {
	color: #fff;
	background-color: #6b6c6e;
}

.norec-nofee {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 90px;
	color: #000;
	display: flex;
	padding: 5px 10px;
	border-radius: 10px;
	align-items: center;
}

.msg-content {
	padding-left: 5px;
	line-height: 1;
	margin-bottom: 10px;
}

.msg-content strong {
	display: block;
	margin-bottom: 6px;
}

.home-team-slider {
	padding-top: 50px;
}

.team-section .home-team-slider .slick-next {
	right: 0;
}

@media (min-width: 768px) {
	ul.list-two-col {
		display: flex;
		flex-wrap: wrap;
	}
	
	.list-two-col li {
		width: 50%;
	}
}

.team-listing .team-detail {
	text-align: center;
	padding: 20px 15px 0;
	height: calc(100% - 300px);
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: space-between;
}

.menu-item-gtranslate ul li:nth-child(2) a, .mobile-translate a:nth-child(2) {
	font-size: 0px !important;
}

.menu-item-gtranslate ul li:nth-child(2) a:after {
	font-size: 14px;
	content: "Español";
}

.menu-item-gtranslate .sub-menu {
	min-width: auto;
}

.menu-item-gtranslate .sub-menu li a {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.mobile-translate a {
	color: #000;
	font-size: 14px;
}

.mobile-translate {
	position: fixed;
	bottom: 15px;
	left: 15px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 5px 25px;
	border-radius: 10px;
	z-index: 9;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.langtrans .mobile-translate a:nth-child(2)::after, .mobile-translate a:nth-child(2)::after {
	content: "Español";
	font-size: 14px;
}

.langtrans .mobile-translate {
	padding: 6px 0 0 5px;
}

.langtrans .mobile-translate a {
	color: #fff;
	font-size: 14px;
	margin: 0 2px;
}

.lang-translate .gt_selected {
	border-radius: 5px;
	border: none;
}

.lang-translate {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 9;
}

.mobilelang-translate {
	bottom: 76px;
}

.lang-translate a svg {
	width: 25px;
	height: 25px;
}

@media (max-width: 767px) {
	.team-section.section {
		background: #f5f5f5;
	}
	
	.home-team-slider .image img {
		height: 450px !important;
		object-position: center;
	}
	
	.home-team-slider {
		max-height: initial;
	}
}

.blog-page-banner {
	align-items: flex-end !important;
}

.toptextbar {
	margin-right: auto;
	color: #fff;
	padding-left: 0;
	font-family: Binjay;
	letter-spacing: 1px;
	text-align: center;
	width: calc(100% - 314px);
	text-transform: uppercase;
	font-size: 26px;
}

.toptextbar span {
	font-size: 22px;
}

.header-right-top {
	width: 314px;
}

.liveChatFloatingButton:hover {
	background-color: #24242c !important;
}

.bottom-right-black-bubble-invite-container:hover svg circle {
	fill: #212d69;
}

.footer .direction-link:hover {
	border-bottom: 1px solid #182258 !important;
}

.home .claims-section, .home #formsec, .home #footer {
	padding-top: 80px !important;
}

.team-detail-page a:hover {
	text-decoration: underline !important;
	color: #000;
}
