/***************************************************
Landing Page V1 template CSS
Scoped replacement for style.css, responsive.css,
page-style.css, and page-responsive.css on landing-page.php.
**************************************************/
:root {
  --primary: #0d1f40;
  --secondary: #bf0a30;
  --bg-blue: #00205b;
  --blue-border: #204589;
  --gray: #787671;
  --yellow: #ffc000;
  --light-gray: #ebe9e1;
  --body-white: #fdfbf4;
  --light-blue: #2b76ff;
  --border-gary: #d4d1ca;
  --pad-left: calc(100% - 1670px);
  --font-acumin: acumin-pro, Arial, sans-serif;
  --font-acumin-extra: acumin-pro-extra-condensed, "Arial Narrow", Arial, sans-serif;
  --text-bold: 700;
}

body { color: var(--primary); font-family: var(--font-acumin); font-weight: 400; font-size: 1rem; background: var(--body-white) url(images/noise-overlay-bg.webp); }
p { margin: 0; font-size: 1rem; line-height: 1.875rem; }
p + p, div + p { margin-top: 1rem; }
img { max-width: 100%; height: auto; }
.lp-svg-icon, .svg-icon { display: inline-block; vertical-align: -.125em; }
ol, ul, li { margin: 0; padding: 0; list-style: none; }
a, a:hover, a:focus, button, button:hover, button:focus { transition: 0.3s all ease; text-decoration: none; outline: none; color: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 800; font-family: var(--font-acumin-extra); }
h1 { font-size: 6.25rem; text-shadow: 0 0 7px rgba(0,0,0,.75); }
h2 { font-size: 4.5rem; line-height: 1.1em; }
h3 { font-size: 3rem; }
input::placeholder, ::placeholder { opacity: 1; color: var(--primary); }
button:focus { outline: none; }
figure { margin: 0; }
.container { max-width: 1670px; }
.text-center { text-align: center; }
.clear { clear: both; }

html span.gfield_required.gfield_required_text { font-size: 0; }
html span.gfield_required::before { content: "*"; font-size: 1em; }
html .gform_wrapper .gfield_required { font-size: 1.4em; position: relative; top: 0; }
html .gfield_required span.gfield_required.gfield_required_text::before { display: none; }
html .gform_wrapper .gfield_description.gfield_validation_message,
html .gform_wrapper .instruction.validation_message { border: none; background: none; padding: 0; }
html .gform_wrapper .gform_validation_errors { display: none; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gform_fields,
.fc-form .gform_wrapper.gravity-theme .gform_fields { display: grid; grid-column-gap: 2%; grid-row-gap: 16px; grid-template-columns: repeat(12, 1fr); width: 100%; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield,
.fc-form .gform_wrapper.gravity-theme .gfield { grid-column: 1 / -1; min-width: 0; margin: 0; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield_visibility_hidden,
.fc-form .gform_wrapper.gravity-theme .gfield_visibility_hidden,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gform_validation_container,
.fc-form .gform_wrapper.gravity-theme .gform_validation_container,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .admin-hidden-markup,
.fc-form .gform_wrapper.gravity-theme .admin-hidden-markup,
.main-banner.lp-banner .banner-form .maspik-field,
.fc-form .maspik-field { display: none !important; }
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice { display: flex; align-items: flex-start; padding: 0; }
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice input { width: 18px; height: 18px; }
.gform_wrapper.gravity-theme .gchoice .gfield-choice-input + label a { text-decoration: underline; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gform_footer,
.fc-form .gform_wrapper.gravity-theme .gform_footer { margin: 16px 0 0; padding: 0; }
.gform_wrapper.gravity-theme .gform_footer .gform_button.button { background: var(--bg-blue); border: none; color: #fff; font-size: 1rem; font-weight: 700; height: 60px; width: 210px; border-radius: 5px; font-family: var(--font-acumin); transition: all ease-in-out .3s; }
.gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover { background-color: var(--primary); }

ul.circle-check-list li { position: relative; padding-left: 28px; margin: 0 0 10px; }
ul.circle-check-list li::before { content: ""; display: block; position: absolute; left: 0; top: .28em; width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke='%23bf0a30' stroke-width='2.3'/%3E%3Cpath d='M7.2 12.4l3.1 3.1 6.7-7' fill='none' stroke='%23bf0a30' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
ul.circle-check-list.half-list.list-items-main::after { content: ''; display: block; clear: both; }
ul.half-list li { float: left; width: 50%; padding-right: 15px; }

.bttn { line-height: 4rem; display: inline-block; padding: 0 1.625rem; text-align: center; min-width: 134px; font-weight: 700; font-size: 1rem; border-radius: 5px; color: #fff; }
.bttn-red { background: var(--secondary); color: #fff; }
.bttn-red:hover, .bttn-red:focus { background: var(--primary); color: #fff; }
.bttn + .bttn { margin-left: 1.875rem; }
.title-sec { padding-bottom: 15px; }
.title-sec span { font-size: 1.5rem; font-weight: 800; color: var(--secondary); margin-bottom: .6rem; display: block; }
.title-sec h2, .title-sec h3 { color: var(--primary); }
.title-sec h3 { margin-bottom: 1rem; display: block; }
.title-sec p { padding: 10px 0 0; }
.sec-btn { padding-top: 30px; }

.main-header { position: fixed; width: 100%; top: 0; z-index: 99; background-color: var(--body-white); }
.main-header .row { align-items: center; }
.logo-sec .main-logo { margin-right: 2.375rem; }
.logo-sec .sticky-logo { display: none; }
.header-right { display: flex; justify-content: flex-end; align-items: center; }
.phone-head { font-size: 1.5rem; font-weight: 600; line-height: 2.4rem; }
.phone-head span { display: block; font-family: var(--font-acumin-extra); font-size: 2.688rem; }
.phone-head .mobi svg { width: 1em; height: 1em; margin-right: .35rem; vertical-align: -.15em; }
.header-right .phone-head .mobi { display: none; background: var(--secondary); color: #fff; height: 33px; line-height: 33px; padding: 0 12px; font-size: .875rem; border-radius: 6px; }
.main-header.lp-header .lp-logo-link { pointer-events: none; }
.page-template-landing-page-php .main-header.lp-header { background: rgba(253,251,244,1); border-bottom: 1px solid rgba(13,31,64,.1); padding: .625rem 0; }
.page-template-landing-page-php .lp-header .row { align-items: center; --bs-gutter-x: 1.5rem; }
.page-template-landing-page-php .lp-phone-head { display: block; line-height: 1.1; min-height: 70px; min-width: 260px; text-align: right; }
.page-template-landing-page-php .lp-phone-head .desk { display: inline-block; }
.page-template-landing-page-php .lp-phone-head .mobi { display: none; }
.page-template-landing-page-php .lp-phone-label { color: var(--primary); display: block; font-family: var(--font-acumin); font-size: 1.125rem; font-weight: 600; line-height: 1.2; margin-bottom: .35rem; min-height: 22px; text-transform: none; }
.page-template-landing-page-php .lp-phone-number { color: var(--primary); display: block; font-family: var(--font-acumin-extra); font-size: 2.688rem; font-weight: 700; line-height: .95; min-height: 41px; }

.head-mar { margin-top: 214px; }
.hm-banner.main-banner.lp-banner { background: var(--banimg) no-repeat center center; background-size: cover; color: #fff; min-height: 664px; position: relative; }
.hm-banner.main-banner.lp-banner::after { background: #000; background-size: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: ''; display: block; opacity: .45; }
.hm-banner.main-banner.lp-banner .hm-banner-in { position: relative; z-index: 1; padding: 3.25rem 0; }
.main-banner.head-mar.lp-banner { margin-top: 93px; }
.main-banner.lp-banner .banner-left,
.main-banner.lp-banner .banner-right-main { align-items: center; display: flex; min-height: 560px; }
.main-banner.lp-banner .banner-right-main { justify-content: center; }
.main-banner.lp-banner .banner-left-in { width: 100%; }
.main-banner.lp-banner .lp-banner-lcp-img { display: none; }
.main-banner.lp-banner h1 { font-size: 6.25rem; font-family: var(--font-acumin-extra); text-transform: uppercase; line-height: 5.25rem; margin-bottom: 2.625rem; text-shadow: 0 0 7px rgba(0,0,0,.75); }
.main-banner.lp-banner .banner-left ul { margin: 1.5rem 0 0; }
.main-banner.lp-banner .banner-left li { font-family: var(--font-acumin), sans-serif; font-size: 1.5rem; font-weight: 400; padding-left: 2.5rem; }
.main-banner.lp-banner .banner-left li + li { margin-top: 1rem; }
.main-banner.lp-banner ul.circle-check-list li::before { top: 7px; width: 22px; height: 22px; }
.main-banner.lp-banner .banner-left p { font-size: 1.5rem; max-width: 850px; margin-bottom: 2.25rem; text-shadow: 0 0 13px rgba(0,0,0,.32); }
.main-banner.lp-banner .banner-bttn { margin-top: 3.438rem; }
.main-banner.lp-banner .row { align-items: center; }
.main-banner.lp-banner .banner-form { box-sizing: border-box; max-width: 575px; min-height: 600px; background: var(--secondary); border-radius: 5px; padding: 2.188rem 2.5rem; }
.main-banner.lp-banner .banner-form h2, .fc-form h2 { font-size: 3rem; text-align: center; line-height: normal; text-transform: uppercase; margin-bottom: 1rem; color: #fff; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield_label,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gform_heading,
.fc-form .gform_wrapper.gravity-theme .gfield_label,
.fc-form .gform_wrapper.gravity-theme .gform_heading { display: none; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield_description.gfield_validation_message,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .validation_message,
.fc-form .gform_wrapper.gravity-theme .gfield_description.gfield_validation_message,
.fc-form .gform_wrapper.gravity-theme .validation_message { color: #fff; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield input.large,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield select.large,
.fc-form .gform_wrapper.gravity-theme .gfield input.large,
.fc-form .gform_wrapper.gravity-theme .gfield select.large { height: 60px; border-radius: 5px; border: none; padding: 1rem 16px; font-size: 1rem; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield textarea.small,
.fc-form .gform_wrapper.gravity-theme .gfield textarea.small { border-radius: 5px; border: none; height: 96px; padding: 1rem; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gchoice .gfield-choice-input + label,
.fc-form .gform_wrapper.gravity-theme .gchoice .gfield-choice-input + label { font-size: 12px; color: #fff; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield-choice-input,
.fc-form .gform_wrapper.gravity-theme .gfield-choice-input { margin-right: 12px; grid-row-gap: 20px; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme #field_submit,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gform_footer,
.fc-form .gform_wrapper.gravity-theme #field_submit,
.fc-form .gform_wrapper.gravity-theme .gform_footer { display: flex; justify-content: flex-end; }
.main-banner.lp-banner .banner-form .gform_wrapper,
.fc-form .gform_wrapper,
.main-banner.lp-banner .banner-form form,
.fc-form form,
.main-banner.lp-banner .banner-form .gform_body,
.fc-form .gform_body { margin: 0; padding: 0; }
.main-banner.lp-banner .banner-form fieldset,
.fc-form fieldset { border: 0; margin: 0; min-inline-size: 0; padding: 0; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .ginput_container,
.fc-form .gform_wrapper.gravity-theme .ginput_container { margin: 0; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme input,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme select,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme textarea,
.fc-form .gform_wrapper.gravity-theme input,
.fc-form .gform_wrapper.gravity-theme select,
.fc-form .gform_wrapper.gravity-theme textarea { box-sizing: border-box; display: block; width: 100%; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gform_footer input.gform_button.button,
.fc-form .gform_wrapper.gravity-theme .gform_footer input.gform_button.button { width: 210px; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent,
.fc-form .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
.fc-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice { align-items: flex-start; display: flex; gap: 12px; min-height: 44px; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield--type-consent input,
.fc-form .gform_wrapper.gravity-theme .gfield--type-consent input,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield_checkbox input,
.fc-form .gform_wrapper.gravity-theme .gfield_checkbox input { flex: 0 0 18px; margin: 2px 0 0; width: 18px; }
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield--type-consent label,
.fc-form .gform_wrapper.gravity-theme .gfield--type-consent label,
.main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield_checkbox label,
.fc-form .gform_wrapper.gravity-theme .gfield_checkbox label { color: #fff; display: block; font-size: 12px; line-height: 1.35; margin: 0; }
.bttm-form { text-align: center; font-size: 12px; color: #ff95ab; }
.bttm-form a { color: #ff95ab; text-decoration: underline; }
.bttm-form a:hover { color: #fff; }
.banner-certifications { display: flex; align-items: center; gap: 4%; margin-top: 35px; flex-wrap: wrap; }
.banner-certifications img { max-height: 70px; width: auto; display: block; filter: brightness(0) invert(1); }
.banner-certifications img:nth-of-type(n+3) { margin-top: 20px; }

.case-results-sec { background: var(--bg-blue); color: #fff; padding: 4.25rem 0; overflow: hidden; }
.case-results-top.row { align-items: flex-start; padding-bottom: 3.5rem; }
.case-results-sec .title-sec h2, .lp-sections .case-results-sec .title-sec h2 { color: #fff; text-transform: uppercase; max-width: 100%; }
.case-results-intro { max-width: 740px; margin-left: auto; padding-top: .5rem; }
.case-results-intro p { color: #fff; margin-bottom: 2rem; }
.case-results-intro .bttn { min-width: 183px; }
.case-results-padding { padding-left: calc(var(--pad-left) / 2); }
.case-results-slider { position: relative; }
/*.case-results-slider .owl-stage-outer { padding-right: 316px; }*/
.case-results-slider.owl-carousel .owl-stage, .reviews-slider.owl-carousel .owl-stage, .lp-our-attorneys-slider-wrap .owl-stage, .attorney-slider.owl-carousel .owl-stage { display: flex; margin-left: 0; padding-left: 0 !important; }
.case-results-slider.owl-carousel .owl-item, .reviews-slider.owl-carousel .owl-item, .attorney-slider.owl-carousel .owl-item { display: flex; }
.case-results-slider.owl-carousel .owl-item .case-result-slide { width: 100%; height: 100%; }
.case-result-slide { padding-right: 1.25rem; height: auto; }
.case-result-card { background: #fff; color: var(--primary); border-radius: 6px; padding: 2.5rem 2rem 3rem; height: 100%; }
.case-result-card h3 { font-size: 4rem; line-height: 4rem; margin-bottom: 1rem; color: var(--primary); }
.case-result-card h4 { font-size: 1.5rem; line-height: 2rem; margin-bottom: 1rem; color: var(--primary); font-family: var(--font-acumin); font-weight: 700; }
.case-result-card p { color: var(--primary); line-height: 1.8rem; }
.case-results-arrows { display: flex; justify-content: flex-end; margin-top: 2.75rem; }
.arrows-container.container.case-results-arrows { margin: 2.625rem 0 0; }

.lp-sections .lp-lirc-sec { padding: 6.25rem 0; }
.lp-sections .lp-lirc-row { align-items: flex-start; --bs-gutter-x: 3.375rem; }
.lp-sections .lp-lirc-image { aspect-ratio: var(--lp-image-ratio, 434 / 588); border-radius: 6px; overflow: hidden; }
.lp-sections .lp-lirc-image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.lp-sections .lp-lirc-content-col .title-sec { padding-bottom: 1.25rem; }
.lp-sections .lp-lirc-content-col .title-sec h2 { font-size: 4.5rem; }
.lp-sections .lp-lirc-content p { line-height: 2.125rem; }
.lp-sections .lp-lirc-content p strong { font-size: 1.25rem; font-weight: 700; }
.lp-sections .lp-lirc-btn { padding-top: 2rem; }
.lp-sections .lp-lirc-content-col h3 { font-size: 1.25rem; font-family: var(--font-acumin); margin-bottom: 1.25rem; }

.cta-bar { padding: 6.25rem 0; background: var(--bg-blue); color: #fff; text-align: center; }
.cta-bar p { max-width: 836px; margin: 1.6rem auto 2.25rem; }
.cta-bar .title-sec h2 { color: #fff; }
.cta-bar .sec-btns .bttn { width: 215px; }
.cta-bar .sec-btns .bttn-red:hover { background: #fff; color: #000; }
.lp-sections .cta-bar .title-sec h2 { text-transform: uppercase; max-width: 1120px; margin: auto; }
.lp-sections .cta-bar .title-sec p { max-width: 1196px; }
.lp-sections .cta-bar .sec-btns .bttn { width: auto; }

.reviews-sec { padding: 5.625rem 0 4.25rem; }
.reviews-sec .title-sec p { margin: 0 auto; max-width: 1017px; }
.lp-sections .reviews-sec .title-sec h2 { text-transform: uppercase; max-width: 1017px; margin: 0 auto 3rem; }
.reviews-item { background: #fff; border-radius: 6px; border: solid 1px var(--border-gary); padding: 2rem 2rem 2.875rem; width: 100%; }
.reviews-item p { color: #000; }
.reviews-item .quote { color: #eceae6; font-size: 4.313rem; font-weight: 700; line-height: 4rem; }
.reviews-item .img-name-sec { display: flex; margin-bottom: 1.75rem; align-items: center; }
.reviews-item .img-name-sec .img-sec { margin-right: 1.125rem; }
.reviews-item .img-name-sec .img-sec img { border-radius: 50%; display: block; height: 48px; object-fit: cover; width: 48px; }
.reviews-item .img-name-sec .name-sec { color: #484848; font-size: 1rem; }
.reviews-item .img-name-sec .name-sec span { display: block; font-weight: 700; color: var(--primary); }
.reviews-item .star { color: var(--yellow); margin-bottom: 1rem; display: block; }
.reviews-item .star svg { width: 1em; height: 1em; margin-right: .3rem; vertical-align: -.1em; }
.reviews-slider .owl-dots { display: flex; justify-content: center; align-items: center; margin-top: 2rem; }
.reviews-slider .owl-dots .owl-dot { background: var(--gray); border: none; font-size: 0; width: 15px; height: 15px; border-radius: 15px; transition: all ease-in-out .3s; margin: 0 .5rem; }
.reviews-slider .owl-dot:hover, .reviews-slider .owl-dots .owl-dot.active { background-color: var(--secondary); }
.review-text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.6; }
.review-text.expanded { display: block; -webkit-line-clamp: unset; overflow: visible; }
.read-more-btn { display: none; margin-top: 10px; padding: 0; border: none; background: none; color: #000; font-weight: 600; cursor: pointer; text-decoration: underline; }
.read-more-btn.show-btn { display: inline-block; }
.review-inner p:last-child { margin-bottom: 0; }

.lp-sections .hm-pa-sec { padding-top: 3rem; }
.lp-sections .hm-pa-sec .title-sec { text-align: center; max-width: 1340px; margin: 0 auto 2rem; }
.pa-grid-sec { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 26px; row-gap: 26px; }
.pa-grid-sec .pa-grid { background-size: cover; background-repeat: no-repeat; position: relative; color: #fff; border-radius: 6px; overflow: hidden; background-position: center center; }
.pa-grid-sec .pa-grid .pa-grid-img { display: none; }
.pa-grid-sec .pa-grid .pa-grid-cont { padding: 17.5rem 2.5rem 2.25rem; }
.pa-grid-sec .pa-grid h3 { color: #fff; text-transform: uppercase; font-family: var(--font-acumin-extra); font-weight: 700; font-size: 3.75rem; line-height: 1.1em; margin-bottom: 1.25rem; }
.pa-grid-sec .pa-grid h3 a { display: block; position: relative; }
.pa-grid-sec .pa-grid p { line-height: 24px; }
.pa-grid-sec .pa-grid::after { display: block; content: ''; background: linear-gradient(0deg, rgb(0,10,28) 0%, rgba(0,10,28,0) 75%); width: 100%; height: 100%; left: 0; top: 0; z-index: 1; position: absolute; }
.pa-grid-sec .pa-grid-cont { position: relative; z-index: 2; }
.pa-grid-sec .pa-grid .pa-grid-cont a.link { font-size: 1rem; font-weight: 600; margin-top: 1.5rem; display: block; }
.pa-grid-sec .pa-grid .pa-grid-cont a.link::after { position: absolute; content: ''; display: block; z-index: 3; width: 100%; height: 100%; left: 0; top: 0; }
.pa-grid-sec-main .sec-btn { padding: 3.875rem 0; }
.lp-sections .pa-grid-sec .pa-grid .pa-grid-cont { padding-top: 10.75rem; }
.lp-sections .pa-grid-sec .pa-grid h3 { font-size: 3rem; line-height: 3.75rem; margin-bottom: 0; }
.lp-sections .pa-grid-sec .pa-grid h3 i { font-size: 1.5rem; position: absolute; right: 0; top: 37%; z-index: 3; }
.lp-sections .pa-grid-sec .pa-grid a.link { margin-top: 0; font-size: 0; width: 1px; height: 1px; }

.lp-sections .lp-our-attorneys-sec { padding: 5rem 0 2.25rem; }
.lp-sections .lp-our-attorneys-top { margin-bottom: 2.75rem; }
.lp-sections .lp-our-attorneys-top .title-sec { margin: 0 auto; max-width: 980px; }
.lp-sections .lp-our-attorneys-top .title-sec h2 { text-transform: uppercase; }
.lp-sections .lp-our-attorneys-top .title-sec p { max-width: 860px; margin-left: auto; margin-right: auto; }
.attorney-slide { border: solid 1px var(--border-gary); border-radius: 6px; position: relative; margin: 0 1rem; overflow: hidden; }
.attorney-slide::after { display: block; width: 100%; height: 100%; top: 0; left: 0; content: ''; position: absolute; background: linear-gradient(0deg, rgb(0,10,28) 0%, rgba(0,10,28,0) 50%); }
.attorney-overlay { position: absolute; width: 100%; color: #fff; padding: 0 1.25rem 1rem; left: 0; z-index: 1; height: 100%; bottom: 0; align-items: baseline; display: inline-flex; flex-direction: column; justify-content: flex-end; }
.attorney-overlay h3 { font-size: 1.875rem; text-transform: uppercase; }
.attorney-overlay p { font-weight: 700; }
.attorney-slider.owl-carousel .owl-item .attorney-slide { width: 100%; height: 100%; margin: 0; }
.attorney-slider .attorney-slide .attachment-post-thumbnail { width: inherit !important; height: inherit !important; }
.lp-sections .lp-attorney-slider .attorney-slide { border-radius: 6px; margin: 0; }
.lp-sections .lp-attorney-slider .attorney-slide img { display: block; width: 100%; }
.lp-sections .lp-attorney-slider .attorney-overlay { right: 1rem; }
.lp-sections .lp-attorney-slider .attorney-overlay h3 { font-size: 2rem; line-height: .95; margin-bottom: .45rem; }
.lp-sections .lp-attorney-slider .attorney-overlay p { font-size: 1.125rem; line-height: 1.15; }
.lp-sections .lp-attorney-slider .owl-stage-outer { padding-bottom: 2.5rem; }
.lp-sections .lp-attorney-slider.owl-theme .owl-nav { text-align: right; }
.lp-sections .lp-attorney-slider .owl-nav .owl-prev,
.lp-sections .lp-attorney-slider .owl-nav .owl-next,
.arrows-container .owl-prev,
.arrows-container .owl-next { background: none; width: 5.25rem; height: 5.25rem; line-height: 5.25rem; text-align: center; display: inline-block; padding: 0; border: solid 1px var(--bg-blue); border-radius: 5.25rem; font-size: 1.5rem; cursor: pointer; color: var(--bg-blue); }
.lp-sections .lp-attorney-slider .owl-nav .owl-prev { margin-right: 1rem; }
.arrows-container.case-results-arrows .owl-prev { margin-right: 20px; }
.arrows-container.case-results-arrows .owl-prev,
.arrows-container.case-results-arrows .owl-next { border-color: rgba(255,255,255,.55); color: #fff; }
.arrows-container.case-results-arrows .owl-prev:hover,
.arrows-container.case-results-arrows .owl-next:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.arrows-container.case-results-arrows .owl-prev.disabled,
.arrows-container.case-results-arrows .owl-next.disabled { opacity: .6; pointer-events: none; }
.lp-sections .lp-attorney-slider .owl-nav button.disabled,
.arrows-container .owl-arrow.disabled { opacity: .45; pointer-events: none; cursor: default; }
.lp-sections .lp-attorney-slider.attorney-nav-hidden .owl-nav { display: none !important; }
.lo-slide img { transition: all ease-in-out .3s; width: 109px !important; height: auto; }
.hm-logo-slider { margin: 3rem 0; }
.hm-logo-slider.owl-carousel .owl-stage { display: flex; align-items: center; }
.hm-logo-slider.owl-carousel .owl-item .lo-slide { width: 100%; }

.faq-sec { padding: 0 0 30px; }
.faq-sec .faq-sec-in { position: relative; }
.faq-main-sec { max-width: 1113px; margin: auto; position: relative; }
.faq-sec .faq-content-sec { padding: 40px; border-radius: 6px; margin-top: 15px; border: 1px solid var(--blue-border); background: var(--bg-blue); }
.faq-sec .faq-content-sec .accordion-item { border: none; background: none; }
.faq-sec .faq-content-sec .accordion-item h3,
.faq-sec .faq-content-sec .accordion-item h3 button { width: 100%; text-align: left; color: var(--bs-white); }
.faq-sec .faq-content-sec .accordion-item h3 button { background: none; padding: 15px 30px 15px 0; border-bottom: 1px solid var(--blue-border); position: relative; display: flex; align-items: center; line-height: 30px; font-size: 2rem; letter-spacing: .3px; font-weight: var(--text-bold); border-radius: 0 !important; }
.faq-sec .faq-content-sec .accordion-item h3 button::before { content: "Q"; font-size: 1.5em; font-weight: 300; border-right: 1px solid var(--blue-border); display: block; line-height: 30px; margin-right: 25px; color: #fff; padding: 3px 14px; }
.faq-sec .faq-content-sec .accordion-item h3 button::after { content: ""; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; margin-top: 0; border: 2px solid #fff; border-radius: 2px; background: linear-gradient(#fff, #fff) center/10px 2px no-repeat, linear-gradient(#fff, #fff) center/2px 10px no-repeat; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.faq-sec .faq-content-sec .accordion-item h3 button.accordion-button:not(.collapsed)::after { background: linear-gradient(#fff, #fff) center/10px 2px no-repeat; }
.faq-sec .faq-content-sec .accordion-item h3 button:focus { box-shadow: none; }
.faq-sec .faq-content-sec .accordion-item .faq-cont { padding: 20px 30px 20px 80px; text-align: left; border-bottom: 1px solid var(--blue-border); }
.faq-sec .faq-content-sec .accordion-item .faq-cont p,
.faq-sec .faq-content-sec .accordion-item .faq-cont li { color: #fff; }
.lp-faq-sec { padding: 4rem 0; background: var(--bg-blue); }
.lp-faq-sec h2 { text-align: center; color: #fff; margin-bottom: 1.5rem; }
.lp-faq-sec .faq-sec { max-width: 1105px; margin: 0 auto; }

.foot-contact-sec { padding-top: 6.25rem; padding-bottom: 8.5rem; border-top: solid 1px var(--border-gary); }
.fc-content-in { padding-top: 5.5rem; margin: 0 auto; max-width: 659px; }
.fc-form { max-width: 575px; border-radius: 5px; padding: 3.25rem 2.75rem 1.5rem; margin: 0 auto; background: var(--bg-blue); }
.fc-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button { background: var(--secondary); }
.fc-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover { background: #fff; color: var(--primary); }
.fc-form .bttm-form, .fc-form .bttm-form a { color: #93b0e6; }
.lp-sections .foot-contact-sec .title-sec h2 { text-transform: uppercase; }
.lp-sections .foot-contact-sec p { font-size: 1.25rem; }
.lp-sections .foot-contact-sec h3 { font-size: 1.5rem; font-weight: 600; font-family: var(--font-acumin); margin: 1.25rem 0; }
.lp-sections .foot-contact-sec li { font-size: 1.5rem; padding-left: 40px; }
.lp-sections .foot-contact-sec li::before { top: 9px; }
.lp-sections .foot-contact-sec .fc-content-in .dic { margin-top: 1.3rem; }

html { scroll-behavior: smooth; }
.page-template-landing-page-php #lp-banner-form,
.page-template-landing-page-php #lp-book-form { scroll-margin-top: 140px; }
.page-template-landing-page-php .lp-quick-links { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 99; width: 90px; }
.page-template-landing-page-php .lp-quick-link { align-items: center; background: var(--bg-blue); border-top: 1px solid rgba(0,0,0,.5); color: #cfd6e2; display: flex; flex-direction: column; justify-content: center; height: 90px; min-height: 90px; padding: .5rem .35rem; text-align: center; }
.page-template-landing-page-php .lp-quick-link:first-child { border-top: 0; border-top-left-radius: 26px; }
.page-template-landing-page-php .lp-quick-link:last-child { border-bottom-left-radius: 26px; }
.page-template-landing-page-php .lp-quick-link svg { width: 1.9rem; height: 1.9rem; margin-bottom: .45rem; }
.page-template-landing-page-php .lp-quick-link span { color: #cfd6e2; font-size: .95rem; line-height: 1; }
.page-template-landing-page-php .lp-quick-link:hover,
.page-template-landing-page-php .lp-quick-link:focus { background: #032c70; color: #fff; }
.page-template-landing-page-php .lp-quick-link:hover span,
.page-template-landing-page-php .lp-quick-link:focus span { color: #fff; }

.page-template-landing-page-php .lp-footer { background: var(--bg-blue); color: #fff; }
.page-template-landing-page-php .lp-footer-top { padding: 1.75rem 0; }
.page-template-landing-page-php .lp-footer-top-in,
.page-template-landing-page-php .lp-footer-bottom-in { align-items: center; display: flex; justify-content: space-between; gap: 1.5rem; }
.page-template-landing-page-php .lp-footer-logo { flex: 0 0 auto; width: 240px; max-width: 100%; }
.page-template-landing-page-php .lp-footer-logo img { display: block; filter: brightness(0) invert(1); height: auto; max-width: 240px; width: 100%; }
.page-template-landing-page-php .lp-footer-bottom { border-top: 1px solid var(--blue-border); padding: 1rem 0 1.2rem; }
.page-template-landing-page-php .lp-footer-copy { color: rgba(255,255,255,.82); font-size: .875rem; line-height: 1.5; }

@media(max-width:1799px) {
  .container { padding-left: 1rem; padding-right: 1rem; }
  .hm-banner.main-banner.lp-banner .hm-banner-in { padding: 3.25rem 1rem; }
  .lp-sections .lp-lirc-sec { overflow: hidden; }
}

@media(max-width:1599px) {
  .logo-sec .main-logo { width: auto !important; height: inherit !important; max-width: 330px; margin-right: 1.375rem; }
  .logo-sec .sub-logo { width: auto !important; height: inherit !important; max-width: 70px; }
  h2 { font-size: 4.625rem; }
  .main-banner.lp-banner h1 { font-size: 5.25rem; line-height: 5.5rem; margin-bottom: 2rem; }
  .case-results-padding { padding-left: 2rem; }
}

@media(max-width:1439px) {
  .logo-sec .main-logo { max-width: 290px; margin-right: 1rem; }
  h2 { font-size: 3.8rem; }
  .main-banner.head-mar.lp-banner { margin-top: 90px; }
  .main-banner.lp-banner h1 { font-size: 4.25rem; line-height: 4.5rem; margin-bottom: 2rem; }
  .lp-sections .pa-grid-sec .pa-grid h3 { font-size: 2.75rem; }
}

@media(max-width:1365px) {
  .lp-sections .lp-attorney-slider .owl-nav .owl-prev,
  .lp-sections .lp-attorney-slider .owl-nav .owl-next,
  .arrows-container .owl-prev,
  .arrows-container .owl-next { width: 4.188rem; height: 4.188rem; line-height: 4.188rem; font-size: 1.188rem; }
}

@media(max-width:1279px) {
  .container { padding-left: 1.875rem; padding-right: 1.875rem; }
  .main-header { padding: 1.5rem 0; }
  .header-right { padding-right: 80px; }
  .phone-head { font-size: 1.3rem; line-height: 2rem; }
  .phone-head span { font-size: 2.4rem; }
  .case-results-sec { padding: 4.5rem 0; }
  .case-result-card h3 { font-size: 3.3rem; }
  .case-result-card h4 { font-size: 1.65rem; line-height: 1.8rem; }
  .pa-grid-sec { grid-template-columns: 1fr 1fr; column-gap: 1rem; row-gap: 1rem; }
  .pa-grid-sec .pa-grid h3 { margin-bottom: 0; font-size: 1.75rem; line-height: 2rem; }
  .pa-grid-sec .pa-grid .cont { display: none; }
  .foot-contact-sec { padding-top: 3.25rem; padding-bottom: 4.5rem; }
  .page-template-landing-page-php .main-header.lp-header .header-right { padding-right: calc(var(--bs-gutter-x) * .5); }
  .hm-banner.main-banner.lp-banner .hm-banner-in { padding-left: 1.875rem; padding-right: 1.875rem; }
}

@media(max-width:1199px) {
  .lp-sections .lp-lirc-content-col .title-sec h2 { font-size: 3.5rem; }
  .lp-sections .lp-our-attorneys-top .title-sec h2 { font-size: 4.5rem; }
  .lp-sections .lp-attorney-slider .attorney-overlay h3 { font-size: 1.5rem; }
  .lp-sections .lp-attorney-slider .attorney-overlay p { font-size: .95rem; }
}

@media(max-width:1151px) {
  .fc-form, .main-banner.lp-banner .banner-form { padding: 2rem; }
  .main-banner.lp-banner h1 { font-size: 3.625rem; line-height: 4rem; }
}

@media(max-width:1055px) {
  .gform_wrapper.gravity-theme .gform_footer .gform_button.button { width: 100%; }
}

@media(max-width:1023px) {
  .logo-sec .main-logo { max-width: 266px; margin-right: .9rem; }
  .logo-sec .sub-logo { max-width: 58px; }
  .hm-banner.main-banner.lp-banner .hm-banner-in { padding: 4rem 1.875rem; }
  .case-results-slider .owl-stage-outer { padding-right: 4rem; }
  .lp-sections .lp-attorney-slider.owl-theme .owl-nav { text-align: center; }
  .lo-slide { padding: 0 1rem; }
  .lo-slide img { width: auto; height: inherit; max-width: 100%; }
}

@media(max-width:991px) {
  .head-btn { display: none; }
  .page-template-landing-page-php .container.hm-banner-in .banner-left { background: none; }
  .page-template-landing-page-php .container.hm-banner-in .banner-left::after { display: none; }
  .lp-sections .lp-lirc-sec { padding: 4rem 0; }
  .lp-sections .lp-lirc-image-col,
  .lp-sections .lp-lirc-content-col { width: 100%; }
  .lp-sections .lp-lirc-image-col { max-width: 420px; margin: 0 auto; }
  .lp-sections .lp-lirc-sec .lp-lirc-content-col { margin-top: 1.5rem; }
  .attorney-slide { margin: 0 1.875rem 0 0; }
}

@media(max-width:969px) {
  .main-banner.lp-banner h1 { line-height: normal; margin-bottom: 1rem; }
  .main-banner.lp-banner .banner-left p { font-size: 1.125rem; margin-bottom: 1rem; }
  .main-banner.lp-banner .banner-left li { font-size: 1.125rem; padding-left: 2rem; }
  .main-banner.lp-banner ul.circle-check-list li::before { top: 7px; width: 19px; height: 19px; }
  .main-banner.lp-banner .banner-form h2 { font-size: 2.5rem; }
}

@media(max-width:899px) {
  .logo-sec .main-logo { max-width: 256px; margin-right: .9rem; }
  .header-right .phone-head .desk { display: none; }
  .header-right .phone-head .mobi { display: block; }
  .logo-sec .sub-logo { display: none; }
  .main-header { padding: .75rem 0 .5rem; }
  .main-header.scrolled .logo-sec .main-logo { display: block; }
  .main-header.scrolled .logo-sec .sticky-logo { width: 47px; height: 47px; display: none; margin-right: 50px; }
  .main-header.scrolled .logo-sec .sub-logo { max-width: 57px; display: none; max-height: 47px; }
  .header-right { padding-right: 48px; }
  .logo-sec .main-logo { max-width: 256px; margin-right: 0; max-height: 47px; }
  .main-header { padding: .75rem 0 .5rem; min-height: 66px; max-height: 66px; }
  .container .row { margin-left: 0; margin-right: 0; --bs-gutter-x: 0; }
  .logo-sec { width: 50%; padding: 0; min-height: 47px; }
  .page-template-landing-page-php .lp-header-right { width: 50%; }
  .main-banner.head-mar.lp-banner { margin-top: 68px; }
}

@media(max-width:799px) {
  ul.half-list li { float: none; width: 100%; }
}

@media(max-width:767px) {
  .container .row { margin-left: 0; margin-right: 0; --bs-gutter-x: 0; }
  .main-header { padding: .75rem 0 .5rem; min-height: 66px; max-height: 66px; }
  .logo-sec { width: 50%; padding: 0; min-height: 47px; }
  .logo-sec .main-logo { max-width: 256px; margin-right: 0; max-height: 47px; }
  .logo-sec .sub-logo { display: none; }
  .header-right { padding-right: 48px; }
  .header-right .phone-head .desk { display: none; }
  .header-right .phone-head .mobi { display: block; }
  .page-template-landing-page-php .lp-header-right { width: 50%; }
  .page-template-landing-page-php .lp-phone-head { min-height: 33px; min-width: 0; }
  .main-banner.head-mar.lp-banner { margin-top: 60px; padding-bottom: 2.5rem; }
  .hm-banner.main-banner.lp-banner::after { display: none; }
  .hm-banner.main-banner.lp-banner { background: none; min-height: 0; }
  .hm-banner.main-banner.lp-banner .hm-banner-in { padding: 0 0 3.25rem; }
  .lp-banner .container.hm-banner-in .banner-left { background-image: linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)), var(--banimg); background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; height: 586px; min-height: 586px; overflow: hidden; padding: 4rem 1.875rem 6.75rem; position: relative; }
  .lp-banner .container.hm-banner-in .banner-left .lp-banner-lcp-img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
  .lp-banner .container.hm-banner-in .banner-left::after { content: none; display: none; }
  .lp-banner .container.hm-banner-in .banner-left-in { position: relative; z-index: 1; }
  .main-banner.lp-banner .container.hm-banner-in .banner-right-main { box-sizing: border-box; flex: 0 0 calc(100% - 3.75rem); margin: 0 1.875rem; max-width: calc(100% - 3.75rem); width: calc(100% - 3.75rem); }
  .main-banner.lp-banner .banner-form { box-sizing: border-box; margin-top: -4.875rem; min-height: 600px; position: relative; z-index: 1; max-width: 100%; width: 100%; transform: none !important; opacity: 1 !important; }
  .main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield input.large,
  .main-banner.lp-banner .banner-form .gform_wrapper.gravity-theme .gfield select.large,
  .fc-form .gform_wrapper.gravity-theme .gfield input.large,
  .fc-form .gform_wrapper.gravity-theme .gfield select.large { height: 50px; }
  .main-banner.lp-banner .banner-right-main { display: block; min-height: 0; padding: 0; }
  .lp-sections .lp-lirc-sec { padding: 3rem 0; }
  .lp-sections .lp-lirc-content-col .title-sec { padding-bottom: 1rem; }
  .lp-sections .lp-lirc-content-col .title-sec h2 { font-size: 2.5rem; line-height: 1; }
  .lp-sections .lp-lirc-content p { line-height: 1.75rem; }
  .lp-sections .lp-lirc-content p strong { font-size: 1.1rem; }
  .lp-sections .lp-lirc-btn .bttn { width: 100%; }
  .case-results-sec { padding: 3.25rem 0; }
  .case-results-top.row { padding-bottom: 2rem; }
  .case-results-intro { margin-left: 0; padding-top: 1rem; max-width: 100%; }
  .case-results-intro .bttn { width: 100%; }
  .case-result-slide { padding-right: 1rem; }
  .case-result-card { padding: 1.875rem 1.5rem 2.25rem; min-height: inherit; }
  .case-result-card h3 { font-size: 3.25rem; }
  .case-result-card h4 { font-size: 1.125rem; line-height: normal; }
  .case-result-card p { line-height: 1.5rem; font-size: .875rem; }
  .case-results-slider .owl-stage-outer { padding-right: 1.5rem; }
  .case-results-arrows { justify-content: center; }
  h2 { font-size: 3.125rem; }
  .fc-form { padding: 1.875rem; width: 100%; }
  .fc-content-in { padding-top: 0; }
  .col-md-6.fc-form-sec { margin-top: 1rem; }
  .foot-contact-sec { padding-top: 3.25rem; padding-bottom: 3.75rem; }
  .foot-contact-sec .fc-content { margin-bottom: 2rem; }
  .cta-bar { padding: 3rem 0; }
  .cta-bar .sec-btns .bttn { width: 100%; }
  .cta-bar .sec-btns .bttn + .bttn,
  .bttn + .bttn { margin-left: 0; margin-top: 1.25rem; }
  .reviews-sec { padding: 2.875rem 0; position: relative; max-width: 100%; overflow: hidden; }
  .reviews-sec .container { padding: 0; }
  .reviews-sec .container .title-sec.text-center { padding-left: 1.875rem; padding-right: 1.875rem; }
  .reviews-sec .container .reviews-slider { margin-left: 1.125rem; }
  .reviews-slider.owl-carousel .owl-stage { padding-left: 0 !important; }
  .reviews-sec .arrows-container { gap: 1rem; }
  .pa-grid-sec .pa-grid .pa-grid-img { display: block; }
  .pa-grid-sec .pa-grid .pa-grid-img img { width: auto; height: inherit; }
  .pa-grid-sec .pa-grid .pa-grid-cont { padding: 1rem; min-height: inherit; position: absolute; z-index: 2; width: 100%; display: block; bottom: 0; left: 0; }
  .pa-grid-sec-main .sec-btn { padding: 2.5rem 0; }
  .lp-sections .pa-grid-sec .pa-grid h3 { font-size: 1.75rem; line-height: 2rem; }
  .lp-sections .pa-grid-sec .pa-grid .pa-grid-cont h3 i { display: none; }
  .lp-sections .pa-grid-sec .pa-grid a.link { width: auto; height: auto; }
  .arrows-container { display: flex; justify-content: center; align-items: center; gap: 0; margin-top: 2.625rem; }
  .lp-sections .lp-our-attorneys-sec { padding: 3.25rem 0 3.75rem; }
  .lp-sections .lp-our-attorneys-top { margin-bottom: 2rem; }
  .lp-sections .lp-our-attorneys-top .title-sec h2 { font-size: 3rem; line-height: .95; }
  .lp-sections .lp-attorney-slider .owl-stage-outer { padding-bottom: 4.75rem; }
  .lp-sections .lp-attorney-slider .owl-nav { text-align: center; }
  .lp-sections .lp-attorney-slider .owl-nav .owl-prev,
  .lp-sections .lp-attorney-slider .owl-nav .owl-next { width: 4.188rem; height: 4.188rem; line-height: 4.188rem; font-size: 1.188rem; }
  .lp-sections .foot-contact-sec h3 { font-size: 1.125rem; }
  .lp-sections .foot-contact-sec li { font-size: 1.125rem; padding-left: 1.8rem; }
  .faq-sec .faq-content-sec .accordion-item h3,
  .faq-sec .faq-content-sec .accordion-item h3 button { font-size: 1.3rem; line-height: normal; }
  .faq-sec .faq-content-sec .accordion-item .faq-cont { padding: 20px; }
  body.page-template-landing-page-php { padding-bottom: 74px; }
  .page-template-landing-page-php #lp-banner-form,
  .page-template-landing-page-php #lp-book-form { scroll-margin-top: 105px; }
  .page-template-landing-page-php .lp-quick-links { bottom: 0; contain: layout paint; height: 74px; left: 0; right: 0; top: auto; transform: none; width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-template-landing-page-php .lp-quick-link { border-top: 0; border-left: 1px solid rgba(255,255,255,.08); box-sizing: border-box; height: 74px; min-height: 74px; padding: .7rem .35rem .6rem; }
  .page-template-landing-page-php .lp-quick-link:first-child { border-left: 0; border-top-left-radius: 0; }
  .page-template-landing-page-php .lp-quick-link:last-child { border-bottom-left-radius: 0; }
  .page-template-landing-page-php .lp-quick-link i { font-size: 1.35rem; margin-bottom: .35rem; }
  .page-template-landing-page-php .lp-quick-link svg { width: 1.35rem; height: 1.35rem; margin-bottom: .35rem; }
  .page-template-landing-page-php .lp-quick-link span { font-size: .9rem; }
  .page-template-landing-page-php .lp-footer-top-in { flex-flow: column; }
}

@media(max-width:666px) {
  .fc-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button { background: var(--secondary); width: 100%; }
  .bttn { width: 100%; }
  .banner-certifications img { max-height: none; height: auto; width: 48%; }
  .page-template-landing-page-php .lp-footer .lp-footer-bottom-in { flex-flow: column; }
}

@media(max-width:575px) {
  .faq-sec .faq-content-sec { padding: 10px 20px; }
}

@media(max-width:479px) {
  .logo-sec .main-logo { margin-top: 5px; }
  .lp-banner .container.hm-banner-in .banner-left {height: 665px; min-height: 665px;}
}

@media(max-width:413px) {
  .container { padding-left: 1rem; padding-right: 1rem; }
  .lp-banner .container.hm-banner-in .banner-left { height: 820px; min-height: 820px; padding: 7rem 1.35rem 8.75rem; }
  .main-banner.lp-banner .container.hm-banner-in .banner-right-main { flex-basis: calc(100% - 2rem); margin: 0 1rem; max-width: calc(100% - 2rem); width: calc(100% - 2rem); }
  .lp-sections .pa-grid-sec { grid-template-columns: 1fr; }
  .lp-sections .lp-attorney-slider .owl-stage-outer { padding-bottom: 1.75rem; }
}

@media(max-width:374px) {
  h2 { font-size: 2.125rem; line-height: 2.6rem; }
  .main-banner.lp-banner h1 { font-size: 2.625rem; line-height: 3rem; }
  .phone-head { display: none; }
  .col-md-5.logo-sec { width: 70%; }
}
