/* Inner Banner CSS Start */
.inner-banner-section {
    z-index: 1;
    height: 640px;
    position: relative;
    width: 100%
}

.inner-banner-section .banner-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit:cover;
}

.inner-banner-section:after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background-image: linear-gradient(to top,#000,rgba(0,0,0,.78),rgba(16,16,16,.7),rgba(21,21,21,.4),rgba(26,26,26,0))
}
.inner-banner-wrap {
    margin-top: 170px;
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}
.inner-banner-info {
    width: 100%
}
.inner-banner-section .inner-banner-title {
    line-height: normal;
    font-size: 70px;
    color: var(--bs-white);
    font-weight: 600;
    text-transform:uppercase;
}
.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    color: var(--bs-black)
}

.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: .5px;
    color: var(--bs-black)
}
.page-not-found .error-info {
    text-align: center;
    margin-bottom: 60px
}
.main-contact-form {
    margin-top: 30px;
}
/* Inner Banner CSS END */

/* contact Page css */
.contact-map-iframe {
    position: relative;
    width: 100%;
    height: 450px;
}

.contact-map-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
/* contact Page css */

/* Blog Page CSS */


.bloglist .bread-outer,  .review-area-left .bread-outer {
    margin-bottom: 30px;
}
.bloglist .content-area, .single-post .blog-content-area, .single-post .blog-content-col, .static-page-details {
    padding-right: 70px;
}
.static-page .static-page-details iframe, .single-post-content iframe {
    border: 0;
    width: 100%;
    margin-top: 15px;
    height: 410px;
}

.blog-full-post ul li .post-image a img {
    display: block;
}
.blog-full-post ul li .post-image img {
    height: 100%;
    object-fit: cover;
}
.blog-full-post ul li .post-image a, .blog-full-post ul li .post-image a img {
    display: inline-block;
    width: 100%;
    border-radius: 25px;
}
.blog-full-post ul li .post-image {
    margin-bottom: 30px;
    border: 1px solid #C97B44;
    border-radius: 25px;
    box-shadow: 0px 4px 50px 0px #0000001A;
    padding: 22px 20px;
}
.blog-full-post ul li .post-title {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    font-style: normal;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 42px;
    color: #0F1B34;
}
.blog-full-post ul li .post-title a {
    display: inline-block;
    color: #1F1F1F;
    font-weight: 500;
    color: #C97B44;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    transition: 0.5s;
}
.blog-full-post ul li .post-title a:hover {
    color: var(--bs-orange);
}
.blog-full-post .category-list {
    width: calc(100% - 0px);
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    text-transform: capitalize;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 27px;
}
.category-list a {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #747474;
    opacity: 0.8;
    margin-left: 3px;
}
.category-list a:first-child {
    margin-left: 0px;
}
.category-list a:hover {
    color: var(--bs-orange);
    opacity: 1;
}
.blog-full-post .post-list li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.blog-full-post .post-list li:last-child {
    margin-bottom: 0;
}

.blog-full-post .post-list .blog_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #4B4A4A;
}
.bloglist .content-area .heading {
    margin-bottom: 70px;
}
.single-post-content h2 b, .single-post-content h2 strong {
    font-weight: 500;
}
.sidebar .cat-widget {
    margin-bottom: 30px;
}
.sidebar .widget .menu-cat-areas ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-single-img {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.blog-single-img img {
    width: 100%;
}
.single-post-content img {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 40px;
}

.blog-info-header .category-list {
    margin-bottom: 20px;
}


.blog-info-header {
    line-height: normal;
    margin: 0;
}
.normal-category-list {
    margin-bottom: 20px;
}
/* Blog Page CSS End */

/* sidebar css*/
.sidebar .widget {
    z-index: 1;
}

.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget .form-title {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 35px 31px;
    background: transparent;
    border: 1px solid rgba(19, 25, 45, 0.2);
    border-radius: 20px;
}
.sidebar .contact-form-sidebar {
    margin-bottom: 15px;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    text-transform: uppercase;
    color: #0f1b34;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 400;
}
.sidebar .widget ul {
    padding-bottom: 11px;
    margin-bottom: 30px;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 30px;
    line-height: normal;
}
.sidebar .widget-menu ul li a {
    display: block;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #13192D;
}
.sidebar .widget-menu ul li a br {
    display: none;
}

.sidebar .widget-menu ul li:last-child a{
    border-bottom: none;
}

.sidebar .widget li:last-child {
    border-bottom: none;
}
.sidebar .widget li a:after {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/small-right.webp);
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    height: 13px;
    width: 16px;
}
.sidebar .widget-menu ul li a:hover::after {
    right: -10px;
    transition: 0.5s ease all;

}
.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after{
    background-image: url(../img/right-small-arrow.svg);
}
.sidebar .widget-menu ul li a:hover{
    color: var(--bs-orange);
}
.sidebar .widget-menu .current-menu a, .sidebar .widget li.current-cat a, .sidebar .widget-menu .current-menu-item a, .sidebar .widget-menu ul .current_page_item a, .sidebar .widget-menu li.activeChild a {
    color: var(--bs-orange);
    font-weight: 600;
}
/* sidebar css*/

/* search css */
.custom_form_msg, .msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}

.msg-side-form {
    right: 0;
}

.sidebar .msg-side-form {
    right: 65px;
}

.blog-search-side .msg-side-form {
    right: 111px;
}

.search-form ::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
}
.search-form ::-moz-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300;
}
.search-form :-ms-input-placeholder, .mobile-search-bar-box .search-input-box :-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300;
}
.search-form :-moz-placeholder, .mobile-search-bar-box .search-input-box :-moz-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300;
}

.blog-search-side form.search-form {
    float: left;
    width: 100%;
    position: relative;
}
.sidebar .widget {
    z-index: 1;
}
.contact-form-sidebar {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.sidebar-form .form-btn.text-center input {
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    background: #C97B44;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
    font-size:20px;
}
.sidebar-form .form-btn.text-center input:hover {
    background: transparent;
    color: #C97B44;
    border: 1px solid #C97B44;
}
.contact-form-sidebar .wpcf7 {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #001C43;
    box-shadow: 0px 0px 30px rgba(94, 94, 94, .1);
    border-radius: 20px;
}
.contact-form-sidebar .wpcf7 .side-form-title {
    color: #252323;
    font-size: 34px;
    line-height: normal;
    text-align: center;
    font-weight: 500;
}

.sidebar .searchitem label {
    display: inline;
    margin-bottom: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.sidebar .searchitem .search-field {
    color: #000;
    font-size: 16px;
    height: 60px;
    width: calc(100% - 88px);
    border: 1px solid rgba(65, 65, 65, 1);
    padding: 12px 0px;
    padding-right: 10px;
    padding-left: 15px;
    border-radius: 10px;
}
.blog-search-side .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    background: #BE2430;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar .searchitem .search-submit {
    position: absolute;
    top: 0;
    border: none;
    bottom: 0;
    width: 75px;
    cursor: pointer;
    font-size: 0px;
    border-radius: 10px;
    right: 0;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: #C97B44;
}

.sidebar .searchitem .search-submit:hover {
    background: #001c43;
    transition: 0.3s;
}


.blog-search-side form.search-form:after, .sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/10/search-icon.svg.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 0px;
    background-position: center;
}

.sidebar .contact-form-sidebar .form-group .form-control::placeholder {
    color: #fff;
}
.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: #fff;
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: #fff;
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: #fff;
}

.sidebar .wpcf7 :-moz-placeholder {
    color: #fff;
}

.sidebar .widget.searchitem  {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
}

.sidebar .widget.searchitem .widget-title {
    padding: 0;
    margin-bottom: 15px;
}
.sidebar .searchitem .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a7a7a7;
}
.sidebar .searchitem .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #a7a7a7;
}
.sidebar .searchitem .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #a7a7a7;
}
.sidebar .searchitem .search-field:-moz-placeholder { /* Firefox 18- */
    color: #a7a7a7;
}
/* sidebar css end */

/* pagination css */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #D9D7D7;
    border-bottom: 1px solid #D9D7D7;
    padding: 40px 0;
    margin-top: 40px;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-numbers {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #D9D7D7;
    border: 1px solid #D9D7D7;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
}
.pagination .page-numbers, .pagination .page-numbers.current {
    margin: 0 15px;
}
.pagination .page-numbers.current {
    color: #ffffff;
    background-color: #C97B44;
    border: 1px solid transparent;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
    display: inline-block;
    margin-right: 0;
    font-size: 0;
    border: none;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/10/Vector.png);
    background-color: #001C43;
    border-radius: 50%;
    background-position: center;
}
.pagination .prev.page-numbers {
    margin-right: 15px;
    transform: rotate(180deg);
    font-size: 0px;
    margin-left: 0;
    line-height: normal;
    height: 40px;
}
.pagination .prev.page-numbers:before {
    margin-left: 0;
    content: "";
    font-size: 16px;
    transform: rotate(180deg);
    display: inline-block;
    line-height: 46px;
    height: 44px;
    text-indent: 0;
}
.pagination .page-numbers:hover {
    color: #ffffff;
    border-color: #fff;
    background-color: #C97B44;
}
.pagination .screen-reader-text {
    display: none !important;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}

.pagination .next.page-numbers:hover, .pagination .prev.page-numbers:hover {
    background-color: #C97B44;
}
/* pagination css */

/* site search page css */
.search_result .click-here {
    display: inline-block;
    border-bottom: 1px solid var(--bs-orange);
    line-height: normal;
}


/* search css */
.page-header {
    margin-bottom: 20px;
}

.search-no-results .search-left-side .page-header {
    margin-bottom: 0px;
}
.search-left-side .page-title {
    color: var(--bs-black);
}
.search-left-side .page-title span {
    color: var(--bs-orange);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
}
.search-left-side .entry-title {
    line-height: 20px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.01em;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    color: var(--bs-black);
    font-weight: 600;
}
.search-left-side .entry-title a:hover {
    color: var(--bs-orange);
    opacity: 1;
}
.search-left-side .entry-summary .btn {
    margin-top: 15px;
}
.search_result article {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.search_result article:last-child {
    margin: 0;
}
.search-left-side .entry-title a br {
    display: none;
}
/* search css */
/* site search page css */
/* Testimonial Css */
.hid-items {
    display: none;
}

.hid-items.active {
    display: flex;
}
.testimonials-lists-wraper .testimonial-content, .testimonials-lists-wraper .testimonial-content p {
    color: #4B4A4A;
}
.testimonials-lists-wraper .testimonial-title {
    color: #4B4A4A;
    text-align: right;
}
.testimonials-lists-wraper .testimonials-list {
    box-shadow: 5px 5px 10px 0px #0000001A;
    padding: 30px;
    margin-top: 40px;
    width: 100%;
    position: relative;
    flex-direction: column;
}
.testimonials-lists-wraper .testimonials-list .quote-icon {
    width: 57px;
    height: 42px;
    display: inline-block;
    margin-left: 0;
}
.testimonials-lists-wraper .testimonials-list .quote-icon img, .testimonials-lists-wraper .testimonials-list .quote-icon svg {
    width: 57px;
    height: 42px;
}
.testimonials-lists-wraper .testimonials-list:nth-child(even) .quote-icon {
    margin-left: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.testimonials-lists-wraper .testimonial-content {
    margin-top: 20px;
}
.heading-section {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
}
.our-testimonial-block-content .load-btn {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* Testimonial Css */
/* Team page Css */
.single-team-image {
    padding-right: 40px;
    width: 100%;
}
.single-team-image img {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.short-team-info .single-attorney-name {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.short-team-info .attr-designation {
    width: 100%;
    margin-bottom: 20px;
}
.short-team-info .attr-designation {
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.award-right-image-wrap img {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
/* Team page Css */
/* TMS Therapy page Css */
.image-left-col-space .image-col {
    padding-right: 0;
}
.image-right-col-space .image-col {
    padding-left: 0;
}
/* TMS Therapy page Css */
/* Static Page Css */
.static-page-details .size-full img {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 5px;
}
/* Static Page Css */

.blog-content-area .breadcrumb {
    margin-bottom: 40px;
}


div#block_bf99b809e0d3c720bb27b522904ec909 .description p {
    font-size: 18px;
}
div#block_5f114d8e4588e62f3331b39cf5c6a93f .description p, div#block_5039ecdb3e58bffe96313368defeb6f9 .description p, div#block_08dd7c37e4753303a7f608cda6428ab7 .description p {
    font-size: 17px;
}
div#block_5039ecdb3e58bffe96313368defeb6f9 .container .heading {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 25px;
}

div#block_5f114d8e4588e62f3331b39cf5c6a93f .container .heading, div#block_08dd7c37e4753303a7f608cda6428ab7 .container .heading {
    font-size: 30px;
}


div#block_5039ecdb3e58bffe96313368defeb6f9 .container .row {
    align-items: center;
}

.attorney-additional-detail ul {
    column-count: 4;
}
/* multi stepform css contact form */
.wpcf7 .sub-title {
    margin-bottom: 20px;
    position: relative;
    display: block;
    letter-spacing: .03em;
    line-height: 38px;
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    color: var(--bs-black);
}
.form-description.linklist {
    width: 100%;
}
.form-description.linklist ul {
    margin-top: 20px;
}

.patientInitial-row .form-description label {
    display: inline-block;
}
.patientInitial-row .form-description {
    margin-left: auto;
    max-width: 350px;
}
div.wpcf7 .wpcf7-form .patientInitial-row .form-description .wpcf7-form-control {
    line-height: normal;
    height: 24px;
    max-height: inherit;
}
div.wpcf7 .form-group {
    position: relative;
}
div.wpcf7 .fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    font-size: 11px;
    display: inline-block;
    font-size: 10px;
    display: inline-block;
    right: 12px;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 0;
}
div.wpcf7 .cf7mls-btns .cf7mls_next.action-button, div.wpcf7 .cf7mls-btns .cf7mls_back.action-button {
    margin: 25px 0 26px;
    padding: 13px 15px;
    border: 2px solid var(--bs-orange);
    z-index: 1;
    background-color: var(--bs-orange);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    display: inline-block;
    border-radius: 35px;
    cursor: pointer;
    color: #fff;
}
div.wpcf7 .cf7mls-btns button svg{
    display: none;
    opacity: 0;
}

.wpcf7 form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    border-radius: 38px;
}
.wpcf7 .form-description ol {
    padding-left: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-description .dscf7_signature input.clearButton {
    width: 35px;
    height: 35px;
    line-height: 0px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    transform: rotate(45deg);
    position: absolute;
    top: -12px;
    right: -19px;
    color: #fff;
    background-color: var(--bs-orange);
    border: none;
    font-size: 36px;
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: none;
    line-height: 20px;
    font-family: auto;
}
.wpcf7 .form-description strong {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.form-description .dscf7_signature input.clearButton:hover {
    background-color: #000;
}
.form-description .dscf7_signature {
    margin-top: 30px;
}
.form-description .dscf7_signature_inner + .wpcf7-form-control-wrap, .form-description .dscf7_signature_inner + span {
    display: none;
    opacity: 0;
}

.fieldset-cf7mls-wrapper .form-group .form-description + .form-description {
    margin-bottom: 15px;
}

.wpcf7 .row .radioBtnWrap {
    display: flex;
}
.wpcf7 .row .wpcf7-list-item-label {
    color: var(--bs-lightblack);
}

.cf7mls-invalid .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    opacity: 0;
    display: none;
}

div.wpcf7 .fieldset-cf7mls-wrapper .form-group.radio-btn .wpcf7-not-valid-tip {
    right: 0;
    bottom: -18px;
}
div.wpcf7 .radio-btn label + span {
    top: 10px;
    position: relative;
}

div.wpcf7 .wpcf7-radio label .wpcf7-list-item-label {
    display: inherit !important;
}

.radio-btn input[type=radio] {
    display: none
}

.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative
}

.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #afafaf;
    display: flex;
}

.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0
}

.radio-btn label .wpcf7-list-item-label:before {
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label:before {
    border-color: var(--bs-orange);
    background: var(--bs-orange)
}

/*  checkbox css */
.form-with-custom-checkboxes .wpcf7-list-item,.form-with-custom-checkboxes label {
    display: flex;
    position: relative
}

.form-with-custom-checkboxes .wpcf7-list-item {
    margin: 0
}

.form-with-custom-checkboxes .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px
}

.form-with-custom-checkboxes label {
    cursor: pointer
}

.form-with-custom-checkboxes [type=checkbox] {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    opacity: 0
}

.form-with-custom-checkboxes [type=checkbox]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    transition: none !important;
    display: inline-block !important;
    opacity: 1 !important
}

.form-with-custom-checkboxes [type=checkbox]+.wpcf7-list-item-label:before,.form-with-custom-checkboxes [type=checkbox]+.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    box-sizing: border-box
}

.form-with-custom-checkboxes [type=checkbox]+.wpcf7-list-item-label:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: none;
    background: none;
}

.form-with-custom-checkboxes [type=checkbox]+.wpcf7-list-item-label:after {
    transition: all .2s;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.form-with-custom-checkboxes [type=checkbox]:not(:checked)+.wpcf7-list-item-label:after {
    opacity: 0;
}

.form-with-custom-checkboxes [type=checkbox]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    box-shadow: none;
}
.form-with-custom-checkboxes [type=checkbox]:checked+.wpcf7-list-item-label:before {
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}

/*

.form-with-custom-checkboxes [type=checkbox]:focus+.wpcf7-list-item-label:before {
  box-shadow: none;
  background: var(--bs-orange);
  border-color: var(--bs-orange)
}
*/

/* multi stepform css contact form */

@media (max-width: 1199px){
    /* TMS Therapy Page CSS */
    .image-with-text  .image-col {
        height: auto;
    }
    .image-with-text .image-col .image {
        height: 100%;
        display: flex;
    }
    .image-with-text .image-col .image img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }
    .image-with-text.image-right .content-inner {
        padding-left: 0;
        padding-right: 30px;
        padding-top: 30px;
    }
    /* TMS Therapy Page CSS */
}

@media (max-width: 991px) {
    /* TMS Therapy Page CSS */
    .image-with-text .image-col .image img {
        padding: 5px;
        border: 1px solid #ccc;
        height: 100%;
    }
    .section-pd, .spaced {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-id-148 .image-with-text .image-col {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    div#block_6732ecd0f032655d724ee09d7eafa1f9 {
        padding-bottom: 0px;
    }
    div#block_ad707c63524f1752b4b29988d851f625 .row.mb-md-5.mb-4 {
        margin-bottom: 30px !important;
    }
    /* TMS Therapy Page CSS */

    /* Team Page css */
    .short-team-info {
        margin-top: 30px;
    }
    .single-team-image {
        padding-right: 0;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .single-team-image img {
        width: 100%;
        border: 1px solid #ccc;
        padding: 5px;
    }
    /* Team Page css */
}

@media (max-width: 767px) {
    .page-id-148 .image-with-text .image-col {
        margin-bottom: 30px;
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .image-with-text .image-col .image {
        height: 100%;
        display: flex;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    div#block_b06a7149d81e86f255f673a73c9a5f99 {
        padding-top: 0;
    }
    .content-inner .description .alignleft {
        margin-bottom: 0 !important;
    }
    /* Team Page css */
    .single-team-image {
        width: 100%;
    }
    .award-right-image-wrap {
        margin-top: 40px;
    }
    div#block_b8cca39859b789bc165743934ceea586 .image-col .image {
        max-width: 100%;
        width: calc(100% - 43px);
        margin-left: 35px;
        margin-bottom: 0;
    }
    div#block_b8cca39859b789bc165743934ceea586 .text-col {
        margin-top: 60px;
    }
    /* Team Page css */
}


@media (max-width: 575px){
    .home-attorney-list .home-attr-detail {
        width: 100%;
        padding: 15px;
        padding-top: 15px;
    }
    .home-attr-detail .attorney-name {
        font-size: 20px;
        line-height: 30px;
    }
}
.small-margin-p p {
    margin-bottom: 10px;
}
.has-small-font-size, .small-margin-p .has-small-font-size {
    margin-bottom: 5px;
}
/* medication anf new patient page css */
div.wpcf7 form .medication-form  .wpcf7-not-valid-tip {
    font-size: 11px;
    display: inline-block;
    font-size: 10px;
    display: inline-block;
    right: 0px;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 0;
}
.medication-time-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}
.medication-column {
    flex: 0 0 auto;
    width: 12.83%;
    padding: 0 5px;
}
.medication-time.medication-column {
    width: 23%;
    padding-left: 0;
}
.medication-column:last-child {
    padding-right: 0;
}
.content-tab-sec ul#myFormTab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border: none !important;
}
.content-tab-sec ul li.nav-item {
    padding: 0 5px;
}
.content-tab-sec ul li button.nav-link {
    color: #ffffff;
    border-radius: 0px;
    border: none;
    background: var(--bs-black);
    font-size: 19px;
    padding: 15px;
    font-weight: 600;
}
.content-tab-sec ul li button.nav-link.active, .content-tab-sec ul li button.nav-link:hover {
    color: #ffffff;
    background: var(--bs-orange);
}
.top-breadcrumb+.content-tab-sec {
    padding-bottom: 70px;
}
.content-tab-sec .wpcf7 .wpcf7-not-valid-tip, .content-tab-sec .wpcf7 label.error {
    padding: 5px;
    border-radius: 0;
    line-height: 6px;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
}

div.wpcf7 form .medication-form #patientName-error + .wpcf7-not-valid-tip, div.wpcf7 form .medication-form #careDoctor-error + .wpcf7-not-valid-tip, div.wpcf7 form .medication-form #pharmacyName-error + .wpcf7-not-valid-tip, div.wpcf7 form .medication-form #patientPhone-error + .wpcf7-not-valid-tip {
    opacity: 0;
}
/* medication anf new patient page css */


.blog-content h2 {
    color: #C97B44;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.blog-heading {
    color: #C97B44;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    line-height: normal;
}


/*contact page css start here*/

.contact-us {
    box-shadow: 0px 0px 60px 30px #00000008;
}

.contact-page-form .formbox input {
    padding: 40px 0 !important;
}
.contact-page-form .formbox input::placeholder,
.contact-page-form .formbox textarea::placeholder {
    color: #8D8D8D !important;
}
.contact-page-form .formbox textarea {
    border: 0;
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
}

.form-btn input {
    background: #C97B44;
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    transition: 0.5s;
}
.form-btn input:hover {
    background: #001c43;
}
.contact-page-form label {
    color: rgba(141, 141, 141, 0.5);
    padding: 34px 0px 20px 0px;
    font-weight: 700;
}
.contact-page-form span.subtitle {
    font-size: 18px;
    color: rgba(30, 30, 30, 0.35);
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.contact-page-form .checkbox label {
    padding: 0;
    font-weight: 400;
}

.contact-page-form .checkbox input[type="checkbox"] {
    margin-right: 10px;
}
.contact-sec {
    background-color: #001c43;
    color: #fff;
    padding: 60px 30px;
    height: 100%;
    border-radius: 20px;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.contact-address {
    padding-bottom: 40px;
}
.office-address {
    display: flex;
    padding-bottom: 30px;
}
.office-address .icon {
    margin-right: 30px;
}
.contact-address .form-title {
    color: #C97B44;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 40px;
    font-family: "Oswald", sans-serif;
}


ul.social-media {
    position: absolute;
    display: flex;
    bottom: 50px;
    left: 30px;
}

ul.social-media li {
    padding-right: 30px;
}

ul.social-media li a svg path {
    fill: #fff;
}
ul.social-media li {
    padding-right: 30px;
}

ul.social-media li a {
    height: 37px;
    width: 38px;
    background: #C97B44;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 580%;
    padding: 8px;
    transition: 0.5s;
}

ul.social-media li a:hover {
    background: #fff;
}
ul.social-media li a:hover svg path {
    fill: #000;
}
.office-location iframe {
    width: 100%;
}
.checkbox {
    padding-left: 0;
}

.contact-page-form .formbox select {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    padding: 20px 0 39px 0px;
    width: 100%;
    color: #8D8D8D99 !important;
    opacity: 60%;
}

.contact-page-form .formbox options {
    color: #000;
}

/* ts changes */

/* Guide Page CSS */
.guide-list-wrap .h3 {
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: var(--bs-orange);
}
.guide-list-wrap {
    width: calc(100% - 40px);
    background: #F9F8F8;
    padding: 35px 25px;
    margin: auto;
    margin-top: auto;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    min-height: 210px;
}
.guide-list-wrap .btn {
    margin-top: 10px;
}
.guide-list-col {
    margin-top: 30px;
}
.guide-list-section.section-pd {
    padding-top: 50px;
}
.guide-image .guide-page-link {
    width: 100%;
    max-height: 396px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;

}
.guide-image .guide-page-link img{
    transition: 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .guide-list-col:hover .guide-image .guide-page-link img{
    transform: scale(1.1);
} */
.guide-image .guide-page-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 1s;
}
.guide-list-col:hover .guide-image .guide-page-link:after {
    opacity: 0.5;
    transition: 1s;
}
/* Guide Page CSS */
/* Guide Detail Page CSS */
.list-item-with-icon ul {
    margin-bottom: 15px;
    margin-top: 20px;
}
.list-item-with-icon ol li, .list-item-with-icon ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}
.list-item-with-icon ul li:after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/small-right.webp);
    height: 13px;
    width: 16px;
    background-size: contain;
}
.guide-detail-row {
    background: #F9F8F8;
    margin: 0;
    padding: 30px 20px;
    border-radius: 20px;
}
.guide-ebook-image, .guide-ebook-image img {
    width: 100%;
}
.col-md-12.col-lg-5.guide-ebook-col {
    display: flex;
}
.guide-ebook-image img {
    border-radius: 0px 20px 20px 0px;
    height: 100%;
    object-fit: cover;
}
.guide-detail-info {
    align-items: center;
    display: flex;
}
/* .small-logo-row {
    margin: 0;
} */
.small-logo-row .small-logo-image {
    width: 100%;
    border-radius: 15px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #EDECEC;
}
.small-logo-row .small-logo-image img {
    width: auto;
    max-height: 80px;
}
.small-logo-col-item {
    margin-top: 30px;
}
.download-btn-row {
    height: 280px;
    width: 100%;
    position: relative;
    padding: 45px;
    background-color: var(--bs-darkblue);
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/cta-bg.webp);
    background-size: cover;
    display: flex;
}
.download-btn-row .page-button {
    margin-top: 0;
    text-align: right;
}
.download-btn-row .row {
    align-items: center;
}

.estate-planning-sec-wrap .row > .col-lg-12 p {
    opacity: 0.7;
}
.download-btn-row .medium-heading {
    margin: 0;
}
.planning-name-row .planning-name {
    background: var(--bs-darkblue);
    color: var(--bs-white);
    padding: 50px 40px;
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    border-radius: 20px;
}
/* .planning-name-row .names-col {
    margin-top: 25px;
} */
.pressing-question-col {
    display: flex;
}
.pressing-question-col .right-side-image {
    width: 100%;
}
.pressing-question-info {
    display: flex;
    align-items: center;
}
.pressing-question-info ul li {
    margin-bottom: 20px;
}
.pressing-question-col .right-side-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 30px;
}
/* Guide Detail Page CSS */
/* Video Page Development */
.video-col-item .video-title {
    margin-top: 20px;
}
.video-col-item .video-title a {
    display: inline-block;
    font-weight: 500;
    color: var(--bs-orange);
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    transition: 0.5s;
    font-size: 22px;
}
.video-col-item .video-title a:hover {
    color: var(--bs-darkblue);
}
.video-col-item .video-link .default-video-img img {
    width: 100%;
    height: 251px;
    object-fit: cover;
    object-position: center;
    transition: 1s;
}
.default-video-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 1s;
}

.video-link:hover .default-video-img:before {
    opacity: 0.5;
}

.video-link:hover .default-video-img img {
    transform: scale(1.1);
}
.video-col-item .item-video {
    width: 100%;
    position: relative;
}
.video-col-item .item-video .video-link {
    display: block;
}
.video-col-item .video-link .default-video-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.video-col-item .video-link .default-video-img:after {
    position: absolute;
    background-image: url(../img/youtube.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.video-listing {
    width: 100%;
    position: relative;
}
.video-listing .video-col-item {
    margin-bottom: 30px;
    display: none;
}
.video-listing .video-col-item.active {
    display: flex;
}
.loadmore-video {
    margin-top: 40px;
}
.load-more-btn .btn {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.load-more-btn .btn:hover {
    color: var(--bs-white);
    background: var(--bs-blue);
    border-color: var(--bs-blue);
}
.video-full-wrap {
    width: 100%;
    position: relative;
    overflow:hidden;
}
.video-full-wrap .video-link .default-video-img img {
    width: 100%;
    height: 251px;
    object-fit: cover;
    object-position: center;
}
.video-full-wrap .video-link .default-video-img:after {
    position: absolute;
    background-image: url(../img/youtube.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.video-full-wrap .item-video {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.video-full-wrap .video-link .default-video-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
/* Video Page Development */

/* Practice Page CSS */
.practice-areas-box {
    border-radius: 26px;
    border: 1px solid #13192D;
    display: block;
    width: 100%;
    padding: 55px 35px;
    height: 100%;
    position: relative;
    transition: 0.6s;
}
.practice-areas-icon {
    margin-bottom: 20px;
}
.practice-areas-icon svg,
.practice-areas-icon img {
    height: 60px;
    width: 60px;
}
.practice-areas-icon svg path, .practice-areas-icon svg mask {
    fill: var(--bs-blue);
}
.practice-areas-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--bs-orange);
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.practice-areas-content {
    color: var(--bs-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.practice-areas-box .read-more {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
}
.practice-areas-box:hover .practice-areas-icon svg path, .practice-areas-box:hover .practice-areas-icon svg mask {
    fill: var(--bs-white);
}
.practice-areas-box:hover .practice-areas-title,
.practice-areas-box:hover .practice-areas-content,
.practice-areas-box:hover .read-more {
    color: var(--bs-white);
}
.practice-areas-box:hover {
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
    transition: 0.6s;
}
.practice-areas-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.practice-areas-page .practice-areas-link {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    left: 0;
    top: 0;
    z-index: 9;
}
/* Practice Page CSS */

/* intake form css */
.image-border img {
    width: 100%;
    border: 1px solid #C97B44;
    padding: 20px;
    border-radius: 0% 32% 0% 32%;
    height: 100%;
    object-fit: cover;
}
.box-title {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 25px;
    text-transform:uppercase;
    font-weight:400;
}
.box-icon {
    margin-bottom: 25px;
}
.document-btn {
    padding: 11px 24px;
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.document-btn:hover{
    border-color: var(--bs-orange);
    background: var(--bs-orange);
    color: #fff;
}
.document-btn.document-btn-orange{
    border-color: var(--bs-orange);
    background: var(--bs-orange);
}
.document-btn.document-btn-orange:hover {
    color: white;
    background: transparent;
    border: 1px solid white;
}
.form-box-wraper {
    background: var(--bs-darkblue);
    height: 100%;
    text-align: center;
    padding: 60px 32px;
}
.form-box-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}
.gray-bg {
    background: #F9F8F8;
}
.book-list-box {
    text-align: center;
    padding: 60px 40px;
    color: #fff;
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
}
.forms-book-section {
    background-size: cover;
    background-position: center;
}
.book-list-icon {
    margin-bottom: 25px;
}
.book-list-title {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 25px;
}
.book-list-wraper {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* intake form css */

/* about page css */
.protect-your-legal-section.fullwidth.section-pd {
    background: var(--bs-orange);
}
.protect-your-legal-row {
    text-align: center;
}
.protect-your-legal-row .page-btn .btn {
    margin-top: 20px;
}
.protect-your-legal-row .page-btn .btn:first-child {
    margin-right: 20px;
}
.what-we-do-heading {
    margin-bottom: 20px;
}
.proof-image {
    width: 100%;
}

.proof-image img {
    width: 100%;
    border-radius: 15px;
}

.future-proof-detail-info {
    display: flex;
    align-items: center;
}
.about-video-image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.about-video-image img {
    width: 100%;
    transition: 1s;
    object-fit: cover;
    object-position: center;
}
.about-video-detail-info {
    align-items: center;
    display: flex;
}
.about-video-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 1s;
}
.about-video-image:hover:before {
    opacity: 0.5;
}
/* .about-video-image:hover img {
    transform: scale(1.1);
} */
.about-video-image:hover svg {
    transform: scale(1.1);
    transition: 1s;
}
.about-video-image svg {
    transition: 1s;
}
.about-video-detail-info .orange-btn {
    margin-right: 15px;
}
.about-testimonial-section {
    background-image: url("../img/tesmonial-bg.jpg");
}
.about-testimonial-section .client-name {
    color: #fff;
    font-size: 20px;
}
/* About page CSS */




.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 0;
    margin-left: 0px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block;
    line-height: 1.4;
}
.checkbox .wpcf7-checkbox {
    display: flex;
    flex-flow: wrap;
}
.checkbox span.wpcf7-list-item {
    display: block;
    width: auto;
    margin-top: 12px;
}
.checkbox span.wpcf7-list-item label {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #13192D;
}
.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    top: 6px;
    border-radius: 5px;
    background: none;
    border: 1px solid #13192D;
    left: 0;
}
.contact-page .wpcf7-acceptance .wpcf7-list-item-label::before {
    border-radius: 5px;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: #13192D;
    background: #13192D;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #13192D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    color: rgba(30, 30, 30, 0.35) !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}
.checkbox .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    top: 6px;
    border-radius: 5px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.34);
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: #13192D;
    font-size: 20px;
    font-weight: 300;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #13192D;
    background: #13192D;
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #13192D;
}
.suggestion-box-page .inner-box {
    background: #F9F8F8;
    border-radius: 26px;
    padding: 100px 50px;
}
.contact-page-form span.subtitle {
    color: rgba(30, 30, 30, 0.35);
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
}
.suggestion-box-page .heading-center-wrap p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(19, 25, 45, 0.7);
}

.breadcrumbs-block {
    background-color: #f8f8f8;
    padding: 15px 0px;
}
.about-us-section-col img {
    border: 1px solid #C97B44;
    padding: 20px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
}
.about-us-section {
    padding-bottom: 50px!important;
}
.member-content-info {
    margin-bottom: 45px!important;
}
.icon-box-bg .prac-icon svg {
    width: 60px;
    height: 60px;
    fill: white;
}

.check-boxes {
    text-align: left;
}
.item-video .video-link {
    display: block;
}
.item-video  .default-video-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.item-video .default-video-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s;
}
.video-page-list .video-listing {
    padding-right: 80px;
}
.video-page-list .video-col-item {
    margin-top: 15px;
}
.single-video-page .contact-form-sidebar {
    width: 100%;
    position: relative;
    margin-top: 0px;
}
.single-video-page .content-area {
    padding-right: 70px;
}
.contact-page-form .wpcf7-text{
    COLOR: black!important;
}
.contact-page-form .wpcf7-textarea{
    COLOR: black!important;
}
.about-video-image svg {
    position: absolute;
    right: 10px;
    bottom:30px;
}
.about-video-col {
    position: relative;
}
.footer-info p {
    padding-right: 10px;
}
.about-testimonial-section .client-name {
    margin-top: 35px;
}
.member-text {
    margin-top: 50px;
}
.future-proof-detail-info p {
    padding-right: 25px;
}

.footer-social:before {
    content: '';
    border: 1px solid #c97b44;
    /* left: 0px; */
    transform: rotate(3600deg);
    position: absolute;
    width: 26px;
    bottom: 10px;
    margin-left: -26px;
}
.contact-address p {
    padding-right: 130px;
}
.intake-forms-page .intake-content p {
    padding-right: 40px;
}
.what-if-there .what-if-there-content {
    padding-left: 40px;
}
/* bug issue css */
.will-trust-content {
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.decision-management-sec .col-lg-6 + .col-lg-6 .fullwidth {
    padding-left: 30px;
}
.planning-matter .planning-matter-con {
    padding-right: 30px;
}
.about-content-left {
    padding-right: 30px;
}
.about-content-right {
    padding-left: 30px;
}
.trust-attorney-con {
    padding-left: 20px;
}
.trust-georgia-img {
    width: 100%;
    padding-left: 30px;
}
.trust-georgia-img-col {
    display: flex;
}
.trust-georgia-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 17px;
}
.trusts-lawyers-con {
    width: 100%;
    padding-left: 30px;
}
.trusts-lawyers-img img {
    padding-left: 10px;
    padding-bottom: 10px;
}
.decision-management-sec .btn:hover {
    color: var(--bs-white);
    background: transparent;
    border-color: var(--bs-white);
}
.decision-management-sec .yellow-box a.btn:hover {
    color: var(--bs-white);
    background: transparent;
    border-color: var(--bs-white);
}
.decision-management-sec .yellow-box .heading {
    font-size: 43px;
}
.decision-management-sec p a:hover {
    color: white;
}
.will-trust-sec b, .will-trust-sec strong {
    font-weight: 700;
}
.will-trust-top .heading {
    margin-bottom: 15px;
}
.will-image svg {
    position: absolute;
    right: 25px;
    bottom: 30px;
}
.will-image {
    position: relative;
}
.will-image:hover svg {
    transition: 0.5s;
    transform: scale(1.1);
}
.will-image svg {
    transition: 0.5s;
}
.trust-attorney-video svg {
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.trust-attorney-video {
    position: relative;
}
.trust-attorney-video svg {
    transition: 0.5s;
}
.trust-attorney-video:hover svg {
    transition: 0.5s;
    transform: scale(1.1);
}
.our-community-section.section-pd {
    padding-top: 0;
}
.member-section.section-pd {
    padding-bottom: 30px;
}
.planning-matter-img {
    width: 100%;
    position: relative;
}
.planning-matter-img a {
    display: block;
    position: relative;
    z-index: 1;
}
.planning-matter-img a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    opacity: 0;
    transition: 1s;
}
.planning-matter-img a:hover:after {
    opacity: 1;
}
/* bug issue css */