/* Attorney */
#content-wrap{
    padding-bottom: 40px;
}
.attorney-profile-image{
    background: var(--theme-color);
    padding: 1.875em;
}
.attorney-profile-section .wpb_wrapper, 
.attorney-profile-section .wpb_wrapper .vc_tta-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.attorney-profile-container{
    display: flex;
    flex: 1
}
.attorney-profile-container.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container{
    margin: 0;
}
.attorney-profile-container .vc_tta-tabs-container{
    background: var(--theme-color);
    margin-bottom: 0 !important;
    padding: 1.875em 0;
}
.attorney-profile-container.vc_tta.vc_general .vc_tta-tab{
    display: block;
    position: relative;
    padding-right: 1.5em;
    padding-left: 0;
}
.attorney-profile-container.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    padding: 6px 20px;
    border-radius: 0;
}
.attorney-profile-container.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
    border-color: transparent;
    background-color: transparent;
    color: #fff;
}
.attorney-profile-container.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-right: 1.25rem solid white;
    border-bottom: 1rem solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.attorney-profile-container.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, 
.attorney-profile-container.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: transparent;
}
.attorney-profile-container .vc_tta-panels-container{
    flex: 1;
}
.attorney-profile-container.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels{
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
ul.list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
}
ul.list-grid.fr-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.attorney-profile-container.vc_tta.vc_general .vc_tta-panel-body{
    padding: 0 1.25em;
}
.attorney-profile-container.vc_tta.vc_general .vc_tta-panel-body ul,
.attorney-profile-container.vc_tta.vc_general .vc_tta-panel-body ol{
    margin: 0 0 0 1.25em;
}


body:not(.home) .single-page-article .entry ul li,body:not(.home) .single-page-article .entry ol li{
    margin: 0.5em 0;
    font-size: 1.125em;
    line-height: 1.5;
    color: var(--second-theme-color);
    font-weight: 400;
    background: url('../images/check.png') left 0.54em no-repeat;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 2.125em;
    padding-left: 1.625em;
}
body:not(.home) .single-page-article .entry ul,body:not(.home) .single-page-article .entry ol {
    padding: 0;
    margin: 0 0 20px !important;
    list-style: none;
}
body:not(.home) .single-page-article .entry ul li li,body:not(.home) .single-page-article .entry ol li li{
    font-size: 1em;
}
/* == Staff Member == */

.single-staff header.page-header.background-image-page-header::before {
    display: none;
}

.single-staff header.page-header.background-image-page-header::after {
    display: none;
}

.single-staff #sidebar {
    display: none;
}

.single-staff .page-header {
    min-height: 38em;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    background-position: 0 bottom;
}

.single-staff .main-header::after {
    content: "";
    display: block;
    background: var(--theme-color);
    width: 120%;
    height: 8em;
    transform: rotate(-3deg) translate(-10%, 35%);
    position: absolute;
    bottom: 0;
}

.single-staff #content-wrap {
    position: absolute;
    top: 15em;
    right: 0;
    left: 0;
    z-index: 9;
}

body.single-staff .content-area {
    max-width: 100%;
    width: 100%;
}

.banner-tabs-area {
    background: #f1f1f1;
    max-width: 70em;
    margin-left: auto;
    padding: 1em;
    max-height: 26em;
    overflow: auto;
    z-index: 1;
    box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.1);
    border: 0.0625em solid #e0e0e0;
}

body.wpb-js-composer.single-staff .vc_tta.vc_general .vc_tta-panel.vc_active {
    border: 0;
}

.banner-tabs-area h2.title {
    margin: 0 !important;
    padding: 0 !important;
}

.single .banner-tabs-area h5 {
    padding: 0 0 1em 0;
}

body.wpb-js-composer.single-staff .vc_tta.vc_general .vc_tta-tabs-list {
    margin: 0 -0.092em;
    display: flex;
}

body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    background-color: #e8e8e8;
    color: var(--theme-color);
    font-size: 0.9em;
    text-transform: inherit;
    font-weight: 700;
    padding: 0;
    height: 2.70em;
    display: flex;
    align-items: center;
    padding: 0.5em 0.95em;
    justify-content: space-around;
    border: 0.08em solid #d6d6d6;
}

body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

body.single-staff .footer-map {
    margin-top: -14em;
}

body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    background-color: #e8e8e8;
    color: var(--theme-color);
    font-size: 1.625em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    height: 2.70em;
    display: flex;
    align-items: center;
    padding: 0.5em 0.95em;
    justify-content: space-around;
    border: 0.08em solid #d6d6d6;
}

body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent;
}

body.wpb-js-composer:not(.home).single-staff .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 1em;
}

.single-staff ul.contact-inline-list {
    padding: 0;
    margin: .5em 0 1.5em;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    grid-column-gap: 3em;
}

.single-staff ul.contact-inline-list li {
    display: block;
    font-size: 1.25em;
    padding: 0.5em 0;
    border-bottom: 0.1em solid #d7d7d7;
}

.single-staff ul.contact-inline-list li::before {
    display: none;
}

ul.cms-list li {
    font-size: 1.25em;
    line-height: 1.5;
}

.single .banner-tabs-area h5 {
    padding: 0;
}

.related-staff-posts,
.single-staff .post-pagination-wrap {
    display: none;
}

.staff-list .staff-entry-inner {
    padding: 1.5em;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* .staff-entry-media {
    height: 25em;
} */
.staff-entry-media a {
    display: block;
    width: 100%;
    height: 100%;
}

.staff-entry-media a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.staff-entry-title {
    font-size: 1.5em;
    color: var(--theme-color);
}

.staff-entry-details {
    text-align: center;
}

#site-navigation .dropdown-menu ul a:hover {
    background: var(--theme-color);
    color: #fff;
}

.single.single-staff .page-header-inner {
    display: none;
}

/* end staff */

/*--------------------------review---------------------------------*/
.review-page .review-testi .vc_column-inner {
    background-color: transparent;
    max-width: 45em;
}

.review-page span.testimonial-caret {
    display: none;
}

.review-page .review-testi .testimonial-entry-details p {
    font-size: 0.898em;
    line-height: 1.8;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-style: italic;
    font-weight: normal;
}

.review-page .review-testi h2.testimonial-entry-title.entry-title {
    display: block;
    font-size: 1.444em;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
}

.review-page .review-testi .testimonial-entry-author {
    text-align: center;
}

.review-page span.testimonial-entry-author.entry-title {
    color: var(--theme-color);
}

.review-page .testimonial-entry-meta {
    float: none;
}

.review-page .review-testi .testimonial-entry-author {
    color: #4a2463;
    font-size: 0.898em;
    font-weight: bold;
}

.review-page .review-testi .testimonial-entry-author:before {
    content: none;
}

.review-page .owl-stage {
    display: flex;
}

.review-page .review-page-testi .owl-item {
    display: flex;
    width: 4.16667%;
}

.review-page .wpex-carousel.arrwstyle-slim .owl-prev .fa {
    color: #D6AB3B;
}

.review-page .wpex-carousel.arrwstyle-slim .owl-next .fa {
    color: #D6AB3B;
}

.review-page .wpex-carousel.arrwstyle-slim .owl-prev .fa:hover {
    color: #4a2463;
}

.review-page .wpex-carousel.arrwstyle-slim .owl-next .fa:hover {
    color: #4a2463;
}

.review-page h2 {
    color: #4a2463;
    display: block;
    font-size: 1.444em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.review-page .review-parts p {
    font-size: 0.898em;
    line-height: 1.8;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-style: italic;
    font-weight: normal;
}

.review-page span.testimonial-entry-author.entry-title {
    color: var(--theme-color);
    font-weight: bold;
}

.review-page .review-parts .testimonial-entry-meta {
    float: none;
    text-align: center;
}

/*.review-page .review-parts .testimonial-entry{
    display:flex;
    flex-direction: column;
  }*/
.review-page .review-parts .owl-nav button {
    margin-top: 0;
}

.review-page .review-parts .testimonial-entry {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.review-page .review-parts .testimonial-entry-content {
    padding: 0;
}

.review-page .review-parts .testimonial-entry {
    padding: 2em 4%;
}

.page-id-1007 #main {
    padding-top: 0;
}

.review-page .review-parts .testimonial-entry-rating.clr {
    position: absolute;
    top: 0;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-content {
    position: absolute;
    background: transparent;
    width: auto;
    margin: 0 auto;
    left: 0;
    top: 50%;
    z-index: 11;
    padding: 0;
    max-width: 60%;
    transform: translate(0, -50%);
    margin: auto;
    text-align: left;
    right: 0;
    margin-top: 0;
    bottom: 0;
}

.popup-main-content {
    background: #fff;
    padding: 2em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    min-height: 25em;
    overflow: hidden;
}

.popup-main-content .popup-content-inner {
    max-height: 25em;
    overflow-y: auto;
    display: block;
    margin: 1em 0 0;
    overflow-x: hidden;
}

.close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -30px;
    font-size: 42px;
}

/* Animations */
.fadeIn {
    animation: fadeIn 0.5s ease-in both;
    -webkit-animation: fadeIn 0.5s ease-in both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.fadeOut {
    animation: fadeOut 0.5s ease-out both;
    -webkit-animation: fadeOut 0.5s ease-out both;
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}


.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;

}

.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.popup-main-content a.btn.open-popup {
    display: none;
}

.close-popup {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    color: #fff;
    width: 1em;
    height: 1em;
    border: 0.0625em solid #fff;
    background: var(--theme-color);
    ;
    border-radius: 50%;
    line-height: 0.75em;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    z-index: 9;
}
.close-popup:hover{
    color: #fff;
}
.review-popup .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
}

.popup .testimonial-entry-content {
    padding: 0;
}

body .popup-content.fadeIn .testimonial-entry-content,
body .popup-content.fadeOutn .testimonial-entry-content {
    border: none !important;
    min-height: auto !important;
    padding: 0 !important;
}

.testimonial-caret {
    display: none;
}

.popup-content.fadeIn .testimonial-entry-title.entry-title,
.popup-content.fadeOut .testimonial-entry-title.entry-title {
    color: var(--theme-color);
    font-size: 1.444em;
}

/* blog */

.avtar-box {
    display: flex;
    align-items: center;
    margin: 0 0 1em;
}

.avtar-image {
    margin: 0 1em 0 0;
}

.avtar-image img {
    height: 3.5em;
    width: 3.5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ddd;
    padding: 0;
}

.blog-entry .blog-entry-title,
.vcex-blog-entry-title {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 1.525em;
}

.single-post-title,
.single-page-title {
    font-size: 2.3em;
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--theme-color);
}

.single-post .page-header-title,
.archive .page-header-title,
.single-articles .page-header-title,
.single-news .page-header-title,
.single-our_result .page-header-title {
    font-size: 2.8em;
    font-weight: 700;
    color: var(--theme-color);
}

#sidebar .widget ul li a {
    color: #fff;
}

.post-tags {
    display: flex;
    align-items: center;
}

.post-tags a {
    background: transparent;
    padding: 0.2em 0;
    color: var(--theme-color);
    text-decoration: underline;
    margin-left: 0.5em;
    border: none;
    margin-bottom: 0;
}

.post-tags a:hover {
    color: #052c49;
    background: transparent;
}

.meta li,
.entry .meta li {
    font-size: 1.125em;
    font-weight: normal;
}

.review-list .testimonial-entry-content p {
    color: var(--theme-color);
}

.single-page-content .review-page-testi .vcex-testimonials-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25em;
    margin: 0;
}
.review-page-testi .testimonial-entry-content {
    background: transparent;
    padding: 0;
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review-page-testi .testimonial-entry-content h2 {
    color: var(--theme-color);
    display: block;
    font-size: 1.444em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3em;
    text-transform: capitalize;
    align-self: center;
}

.review-header .theme-button {
    display: none;
}

.review-header .testimonial-entry-content {
    border: none;
    min-height: auto;
    padding: 0;
    background: transparent;
}

body:not(.home) .type-testimonials {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    text-align: center;
    float: right;
    min-height: 15em;    
    padding: 1.875em;
    position: relative;
    width: 100%;
    gap: 1.25em;
    margin: 0;
}

.review-page-testi .type-testimonials {
    max-width: 100%;
    border: 0.3em solid var(--theme-color);
}

.banner-testi .type-testimonials {
    background-color: rgb(113 47 146 / 70%);
}
.banner-testi  .testimonial-entry-content{
    display: flex;
    flex-wrap: wrap;
}
.banner-testi h2 {
    color: #fff !important;
}
.banner-testi  .testimonial-entry-content .testimonial-entry-details{
    order: -1;
}
.banner-testi  .testimonial-entry-content .testimonial-entry-title {
    margin-bottom: 0;
}
.banner-testi p:before{
    display: none !important;
}
.banner-testi .testimonial-entry-bottom{
    order: -1;
    align-self: flex-start;
    margin: 0;
}
.banner-testi .testimonial-entry-meta {
    display: none;
}

.review-header .vc_column-inner {
    margin-bottom: 0;
}

.review-header .common-title {
    position: relative;
    font-size: 2em;
    text-align: left;
    text-transform: unset;
    margin-bottom: 2em;
}

.review-header .common-title strong {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.review-header .common-title::after {
    content: '';
    position: absolute;
    bottom: -0.7em;
    left: 0;
    width: 5em;
    height: 0.1em;
    background-color: #fff;
    border-radius: 10px;
}

.review-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(230 116 37 / 30%);
}

.review-header .review-btn {
    margin-bottom: 0;
}


.banner-testi .testimonial-entry-content p {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 0 1em;
}

.common-padding {
    padding: 3em 0 0 0;
}

.review-page p:before {
    content: url(../images/five-stars.png);
    display: block;
}

.review-header {
    padding: 3.125em 0;
    margin-bottom: 4em;
    min-height: 500px;
}

.review-header .testi-left .vc_column-inner {
    padding-top: 2.188em;
}

.reviews .type-testimonials {
    background-color: transparent;
    margin: 0;
}

.star-red {
    color: #b81c23;
}

body .popup-content.fadeIn .testimonial-entry-content {
    background-color: transparent;
}

.review-page-testi .theme-button {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
    width: 100%;
    margin: 0 auto 1.5em auto;
    margin: 0 auto 1.5em auto;
    border: 2px solid var(--theme-color);
}

body:not(.home) .page-header-table-cell {
    padding: 0;
}

h1.page-header-title {
    font-size: 3em !important;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
    -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
    text-align: left;
    line-height: 1.4em;
    color: #fff;
    margin: 0px;
}



.sidebar-box .widget-title::after {
    content: "";
    width: 2.42em;
    height: 2px;
    display: block;
    background: #fff;
    margin: 10px auto;
    padding: 0;
}
.cat-count-span,
.get_archives_link-span{
    color: #fff;
}
#sidebar .widget_nav_menu>div>ul>li>a,
#sidebar .widget_nav_menu_accordion .widget_nav_menu>div>ul>li:first-child>a {
    border-radius: 0;
    border-left: none;
    border-right: none;
    color: #fff;
    background: transparent;
    display: block;
    position: relative;
    padding: 0.3em 0;
    border-radius: 0;
    font-size: 1.125em;
}

#sidebar .widget_nav_menu>div>ul>li:first-child>a,
#sidebar .widget_nav_menu_accordion .widget_nav_menu>div>ul>li:first-child>a {
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}


#sidebar .widget_nav_menu .current-menu-item>a,
#sidebar .widget_nav_menu_accordion .widget_nav_menu .current-menu-item>a {
    font-weight: 600;
}

/* .wpex-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget_product_categories li:first-child, .widget_layered_nav li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child {
    border-top: 1px solid #eee;
} */
.wpex-widget-recent-posts-li,
.widget_categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_recent_comments li,
.widget_product_categories li,
.widget_layered_nav li,
.widget-recent-posts-icons li,
.site-footer .widget_nav_menu li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

#sidebar .widget ul li a {
    color: #fff;
    font-size: 1.1em;
}

.sidebar-widget-icons .widget_archive a:before {
    content: "\f016";
}

/* contact */
/* sidebar Testimonials */
#sidebar .testimonial-entry-content {
    background: transparent;
    border-radius: 0.1375em;
    border: 0.0625em solid #cfcfcf;
    height: 100%;
    padding: 1em;
    background-color: #fff;
    margin: 0;
}

#sidebar .testimonial-entry-content p {
    margin: 0 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#sidebar .testimonial-caret {
    display: none;
}

#sidebar .testimonial-entry-bottom {
    margin: 0;
    padding: 1em 0;
}

#sidebar .testimonial-entry {
    width: 100%;
}

.sidebar-contact .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    font-weight: normal;
    color: #fff;
    display: none;
}

.sidebar-contact .gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
}

.sidebar-contact .gform_wrapper div.validation_error {
    background: #fff;
    border: none;
    color: #f00;
    font-weight: normal;
}

.sidebar-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    width: 100%;
}

.sidebar-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0 !important;
}

.sidebar-contact .gform_wrapper select {
    font-size: 0.75em;
    height: 3em;
    background: transparent;
    border: 1px solid #fff;
    padding: 0 1em;
    color: #fff;
    border-radius: 4px;
}

.sidebar-contact .gform_wrapper form.contact-form {
    padding: 0;
    margin: 0;
}

.sidebar-testimonial .testimonial-entry-content p {
    font-size: 1em;
    margin: 0 0 1em;
}

.sidebar-testimonial .testimonials .testimonial-entry-author {
    color: #fff;
}

.sidebar-testimonial .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-testimonial .owl-prev,
.sidebar-testimonial .owl-next {
    margin: 0 0.5em;
    width: 2em;
    height: 2em;
    font-size: 0.85em;
    background: #fff;
    color: var(--theme-color);
    ;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-testimonial .owl-prev:hover,
.sidebar-testimonial .owl-next:hover {
    background: #fff;
    color: var(--theme-color);
}

.sidebar-contact .gform_wrapper .gfield_required {
    color: #f00;
}

#sidebar.testimonial-sidebar {
    max-width: inherit;
    width: auto;
}

#sidebar .widget_nav_menu .parent>a:after,
.widget_nav_menu_accordion .widget_nav_menu .parent>a:after {
    color: #fff;
}

#sidebar .gform_wrapper .top_label li ul.gfield_checkbox,
#sidebar .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
}

#sidebar .sidebar-testimonial .theme-button {
    border: none;
    font-size: .85em;
    text-transform: capitalize;
}

.sidebar-contact .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.sidebar-contact .gform_wrapper.gf_browser_chrome .fr-check input,
.sidebar-contact .gform_wrapper.gf_browser_chrome .fr-check input[type=checkbox] {
    margin: 0;
}

.sidebar-contact .gform_wrapper .fr-check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 9;
    width: 1.2em;
}


.sidebar-contact .gform_wrapper .fr-check input:checked+label::before {
    background-image: url(../images/right-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--theme-color);
}

#sidebar .sidebar-contact .gform_wrapper .fr-check label a {
    margin: 0 0 0 0.5em;
    text-decoration: underline;
}

.sidebar-contact .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    padding-right: 0;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    border: none;
}

.sidebar-contact .gform_wrapper .validation_message {
    font-size: 0.8em;
    color: #b81c23;
    font-weight: 400;
}

.sidebar-contact .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.sidebar-contact .gform_wrapper li.gfield_error textarea {
    border-color: #b81c23;
}

.sidebar-testimonial .testimonial-entry-content {
    min-height: auto;
}



.content-right-sidebar div#content-wrap {
    display: flex;
    gap: 5%;
}
.content-right-sidebar div#content-wrap div#primary {
    flex: 1;
    float: none;
    width: auto;
    max-width: 100%;
}

.content-right-sidebar div#content-wrap::after{
    display: none;
}
#sidebar {
    background: transparent;
    padding: 0;
    margin-bottom: 2em;
    position: relative;
    z-index: 3;
    margin-top: -340px;
    max-width: 90%;
    width: 380px;
}
#sidebar .sidebar-box{
    padding: 1.5em;
    background: var(--theme-color);
}
#sidebar .sidebar-contact {
    background: #ffffff;
    border: 8px solid var(--theme-color);
}

#sidebar .sidebar-box .widget-title {
    font-family: var(--theme-font);
    display: block;
    margin: 0 0 1em;
    font-size: 2em;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
#sidebar .sidebar-contact .widget-title{
    color: var(--theme-color);
}

#sidebar .widget_nav_menu>div>ul>li:first-child>a, #sidebar .widget_nav_menu_accordion .widget_nav_menu>div>ul>li:first-child>a {
    border-radius: 0;
    border-top: none;
}
#sidebar .widget_nav_menu .current-menu-item>a, #sidebar .widget_nav_menu_accordion .widget_nav_menu .current-menu-item>a {
    background: transparent;
}

#sidebar .sidebar-contact .gform_wrapper form.contact-form {
    padding: 0;
    margin: 0;
}
#sidebar .sidebar-contact .gform_wrapper .gform_fields{
    grid-row-gap: 1rem;
}
#sidebar .sidebar-contact .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    font-weight: normal;
    color: #000;
    display: none;
}

#sidebar .sidebar-contact .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
}
#sidebar .sidebar-contact .gform_wrapper div.validation_error {
    background: #fff;
    border: none;
    color: #f00;
    font-weight: normal;
}
#sidebar .sidebar-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    width: 100%;
}
#sidebar .sidebar-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0 !important;
}
#sidebar .sidebar-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#sidebar .sidebar-contact .gform_wrapper.gf_browser_chrome select,
#sidebar .sidebar-contact .gform_wrapper textarea{
    height: 3em;
    padding: 0 1em;
    color: var(--second-theme-color);
    border: 1px solid #eee;
    background: #f7f7f7;
    font-size: 1em;
    font-family: var(--theme-font);
    box-shadow: none;
    border-radius: 0;
}

#sidebar .sidebar-contact .gform_wrapper select option{
    color:var(--theme-second-color);
}
#sidebar .sidebar-contact .gform_wrapper textarea.large {
    min-block-size: 8em;
    padding: 1em;
}
#sidebar .sidebar-contact .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
#sidebar .sidebar-contact .gform_wrapper.gf_browser_chrome .fr-check input, 
.sidebar-contact .gform_wrapper.gf_browser_chrome .fr-check input[type=checkbox] {
    margin: 0;
}
#sidebar .sidebar-contact .gform_wrapper .fr-check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 9;
    width: 1.2em;
}
#sidebar .sidebar-contact .gform_wrapper .fr-check label {
    position: relative;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 2.2em;
    display: block;
    max-width: 100%;
    margin: 0;
    color: var(--second-theme-color);
}
#sidebar .sidebar-contact .gform_wrapper .fr-check label::before {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    content: "";
    width: 1.2em;
    height: 1.2em;
    border-radius:0;
    display: inline-flex;
    margin: 0 1em 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
#sidebar .sidebar-contact .gform_wrapper .fr-check input:checked + label::before {
    background-image: url(../images/right-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--theme-color);
} 
#sidebar .sidebar-contact .gform_wrapper .fr-check label a {
    margin: 0 0 0 0.5em;
    text-decoration: underline;
}
#sidebar .sidebar-contact .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    padding-right: 0;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    border: none;
}
#sidebar .sidebar-contact .gform_wrapper .validation_message {
    font-size: 0.8em;
    color: #b81c23;
    font-weight: 400;
}
#sidebar .sidebar-contact .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.sidebar-contact .gform_wrapper li.gfield_error textarea {
    border-color: #b81c23;
}
#sidebar .sidebar-contact .gform_wrapper .gfield_required {
    color: #f00;
}

#sidebar .sidebar-contact .gform_wrapper .gform_footer input.button, .sidebar-contact .gform_wrapper .gform_footer input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    height: auto;
    background-color: var(--theme-color);
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--theme-font);
    margin: 0;
    padding: 0.3125em 1em;
}

#sidebar .widget_nav_menu ul li, 
#sidebar .widget_nav_menu_accordion .widget_nav_menu ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#sidebar .widget_nav_menu a, 
#sidebar .widget_nav_menu_accordion .widget_nav_menu a {
    display: block;
    position: relative;
    color: #fff;
    border: 0;
    transition: 0.15s all ease;
    border-radius: 0 !important;
    font-weight: 400;
    font-family: var(--theme-font);
    font-size: 1.25em;
    padding: 0.5em 0;
}
#sidebar .widget_nav_menu a:hover, 
#sidebar .widget_nav_menu_accordion .widget_nav_menu a:hover{
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}
#sidebar .widget_nav_menu .sub-menu, 
#sidebar .widget_nav_menu_accordion .widget_nav_menu .sub-menu{
    padding: 0 0 1.25em;
}
#sidebar .widget_nav_menu .sub-menu li, 
#sidebar .widget_nav_menu_accordion .widget_nav_menu .sub-menu li{
    border: 0;
}
#sidebar .widget_nav_menu .sub-menu a, 
#sidebar .widget_nav_menu_accordion .widget_nav_menu .sub-menu a{
    font-size: 1.125em;
    font-weight: 400;
}
#sidebar .sidebar-box.injured-floating{
    background: #ffffff;
    box-shadow: 0 10px 22px 6px rgba(195, 193, 193, .5);
    border-radius: 5px;
    text-align: center;
}
#sidebar .sidebar-box.injured-floating.sticky {
    z-index: 99;
    max-width: 90%;
    width: 380px;
}

.injured-container h2{
    margin: 0;
    line-height: 1.25;
    font-weight: 700;
    font-size: 3em;
}
.injured-container h3 {
    margin: 0 0 0.3125em;
    line-height: 1.25;
}
.injured-container a.call-button {
    display: inline-flex;
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 600;
}
.injured-container .theme-button{
    padding: 1rem;
    margin: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.form-title {
    padding: 0.2em 0;
    background: transparent;
    color: var(--theme-color);
    font-size: 1.35em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 1em;
    position: relative;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.form-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: var(--theme-color);
    width: 2.5em;
}


body .gform_wrapper .top_label div.ginput_container {
    position: relative;
}



#sidebar .widget_nav_menu>div>ul>li:last-child>a,
.widget_nav_menu_accordion .widget_nav_menu>div>ul>li:last-child>a {
    border-radius: 0;
}

body.wpb-js-composer .faq-page .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border: 2px solid #4a2463;
    border-color: #4a2463 !important;
    border-radius: 2.5em !important;
    margin-bottom: 1em !important;
    background-color: #fff !important;
}

.wpb-js-composer .faq-page .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #4a2463 !important;
}

.wpb-js-composer .faq-page .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #4a2463 !important;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #4a2463;
    padding: 1em 2em;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover {
    color: #fff;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #4a2463;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading:hover .vc_tta-controls-icon::before {
    border-color: #fff;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    margin-bottom: 1em;
    border-radius: 0 0 25px 25px !important;
    border-color: #4a2463;
    border: 2px solid #4a2463;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-radius: 2.5em 2.5em 0 0 !important;
    background-color: #4a2463;
    color: #fff;
}

.wpb-js-composer .faq-page .vc_tta.vc_general .vc_tta-panel-title {
    font-weight: 400;
}

.wpb-js-composer .faq-page .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body .wpb_text_column p {
    color: var(--gray-color);
}

.sidebar-testimonial .testimonial-entry-thumb {
    display: none;
}

.sidebar-testimonial .type-testimonials {
    align-items: flex-start;
    text-align: left;
    padding: 0;
}
.review-page-testi .testimonial-entry-content p:not(:first-child),
.review-page .review-testi .testimonial-entry-details p:not(:first-child) {
    display: none;
}

.review-page-testi .testimonial-entry-content p,
.review-page .review-testi .testimonial-entry-details p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 0 1em;
}

.review-page p.second-para:before {
    display: none;
}

body .review-header .review-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: var(--white-color);
    border-color: var(--white-color);
    background-color: transparent;
    border: 1px solid var(--white-color);
    font-weight: 600;
    font-family: var(--hind-font);
}

body .review-header .review-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: var(--theme-color);
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
}


.review-popup .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
}

.review-section {
    text-align: center;
    margin: 0 auto;
    padding: 3em;
}

.review-section .vcex-image-inner {
    margin-bottom: 3em;
}

.review-section .wpb_text_column {
    margin: 10vh auto 0;
    max-width: 50%;
}

.review-section .large-button,
.review-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: var(--theme-color);
    border-color: #efefef;
    background-color: #efefef;
    font-size: 1.125em;
    padding: 3em 2.5em !important;
    text-align: center;
    height: auto;
    text-align: center;
    width: auto;
    margin: 1em !important;
    display: inline-flex;
    border-radius: 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-section .large-button:hover,
.review-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.review-section .large-button .fa,
.review-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i.vc_btn3-icon.fa {
    margin-top: 0;
    position: static;
    font-size: 4.5em;
    height: auto;
    display: block;
    margin-bottom: 0.3em !important;
    line-height: inherit;
    transform: translate(0);
    -webkit-transform: translate(0);
    line-height: 1;

}

.review-section .large-button .fa::before,
.review-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i.vc_btn3-icon.fa:before {
    background-image: none;
    vertical-align: middle;
    height: auto;
    width: auto;
    line-height: normal;
}

.review-section .large-button.positive-button .fa::before,
.review-section .positive-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i.vc_btn3-icon.fa:before {
    content: "\f087";
}

.review-section .large-button.negative-button .fa::before,
.review-section .negative-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i.vc_btn3-icon.fa:before {
    content: "\f088";
}

.review-popup .popup-content {
    text-align: center;
    max-width: 40em;
}

.review-popup .popup-main-content {
    padding: 2em;
}

#review-popup .popup-main-content p {
    color: var(--theme-color);
    font-weight: 600;
}

.review-social {
    display: flex;
    flex-direction: column;
}

.review-social a {
    display: inline-flex;
    align-self: center;
    border: 0.0625em solid #efefef;
    margin: 1em;
    border-radius: 0.5em;
    background: #eee;
}

#review-google-popup .close-popup,
#review-facebook-popup .close-popup {
    opacity: 0;
    visibility: hidden;
}

a.view-review {
    background: var(--theme-color);
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    padding: 1em 2em;
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
}

.review-popup .gform_wrapper {
    text-align: left;
}

.review-popup .gform_wrapper .gform_footer input.button,
.review-popup .gform_wrapper .gform_footer input[type=submit],
.review-popup .gform_wrapper .gform_page_footer input.button,
.review-popup .gform_wrapper .gform_page_footer input[type=submit] {
    outline: 0;
    box-shadow: none;
}

.popup-inner-content {
    max-height: 80vh;
    overflow: auto;
}

.inline-large-button {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.review-section .vcex-image-inner img {
    width: 100%;
    max-width: 35em;
}

.review-popup .gform_wrapper div.validation_error {
    color: #f00;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
    border-top: 0 solid #790000;
    border-bottom: 0 solid #790000;
    padding: 1em 0;
}

.review-popup .gform_wrapper .gfield_error .gfield_label {
    color: inherit;
}

.review-popup .gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
}

.review-popup .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.review-popup .gform_wrapper li.gfield_error textarea {
    border: 0.0625em solid #f00;
}

.review-popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0;
    padding-top: 0.2em;
}

.review-popup input[type="submit"]:hover {
    background: #fff;
    color: var(--theme-color);
    border-color: var(--theme-color);
    outline: none;
}

.review-popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 8px;
}

.review-popup .gform_wrapper li.gfield.gfield_error {
    border: none;
}

.review-popup .gfield_description.validation_message {
    padding-top: 0;
    font-size: 0.9em;
    font-weight: 400;
    color: #f00;
}

.top-logo {
    margin: 0 auto 5em;
}

.blog-entry-media {
    display: none;
}

.single #single-blocks #post-media {
    display: none;
}

#footer-widgets.wpex-row .col {
    overflow: hidden;
}

.home .gform_wrapper .validation_message {
    font-size: 1em;
}

.site-footer {
    background-size: cover;
}

.faq-page .faq-links a {
    display: block;
    margin-bottom: 0.5em;
}


.services_section .service-box {
    padding: 0 1em;
}

.services_section .service-box:last-child {
    padding-right: 0;
}

.service-box>.vc_column-inner>.wpb_wrapper {
    min-height: 27em;
}

p.staff-common {
    margin-bottom: 10px;
}

.blog-entry.large-image-entry-style:last-child {
    margin-bottom: 0;
}

#primary,
body.has-composer.page-template-blog #primary,
body.has-composer.page-template-blog-content-above #primary,
body.has-composer.post-type-archive-product #primary {
    padding-bottom: 0;
}

.author h1.page-header-title {
    font-size: 2em !important;
}

.error404 h1.page-header-title {
    font-size: 3em !important;
}

.map-btn {
    background-color: transparent;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    color: var(--theme-color);
    padding: 0.5em 1.25em;
    margin-bottom: 1em;
}

.map-btn:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.contact-title {
    font-size: 1.7em;
    font-weight: 600;
    margin: 0 0 1em;
    color: #333333;
}

.contact_map {
    margin: 2em 0;
}


.contact_map .vc_column_container>.vc_column-inner {
    padding: 0;
}

body.page-id-85.has-composer.has-sidebar #primary {
    margin-bottom: 0;
}

.contact-us-banner {
    position: relative;
    background-color: var(--theme-color);
    margin-bottom: 4em;
}

.img-col {
    position: relative;
    background-image: url(../images/contact-us-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/*.img-col.ep-img {
    /*background-image: url(../images/prectice1.png);
}

.img-col.aep-img {
    background-image: url(../images/prectice2.png);
}

.img-col.peat-img {
    background-image: url(../images/prectice3.png);
}

.img-col.mediation-img {
    background-image: url(../images/prectice4.png);
}

.img-col.guardianships-img {
    background-image: url(../images/prectice5.png);
}

.img-col.prenups-img {
    background-image: url(../images/prectice6.png);
}

.img-col.rec-img {
    background-image: url(../images/prectice7.png);
}

.img-col.bs-img {
    background-image: url(../images/prectice8.png);
}
*/
.img-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0.3;
}

.contact-us-banner .common-title {
    color: #FFF;
    text-align: left;
    padding-left: 1.3em;
    font-size: 3.5em;
    font-family: sans-serif;
    margin-bottom: 0 !important;
}

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

ul.page-numbers {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.page-numbers.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    margin: 0 0.3em;
}

.single-page-content .review-page-testi .testimonial-entry-content h2 {
	margin: 0;
}
/* Testimonial page */
.single-page-content .review-page-testi .testimonial-entry-content::after,
.single-page-content .review-page-testi .testimonial-entry-content::before{
    display: none;
}
.review-page-testi .testimonial-entry-bottom .testimonial-entry-meta {
    display: none;
}
.review-page-testi .testimonial-entry-bottom {
    order: -1;
    margin: 0;
    align-items: flex-start;
    align-self: flex-start;
}
.banner-testi .testimonial-entry-rating{
    margin-left: 10px;
}
.testimonial-entry-rating{
    display: flex;
    align-items: center;
}

.single-page-content .review-page-testi .testimonial-entry-content .testimonial-entry-details {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 0;
    order: -1;
    width: 100%;
}

.testimonial_section + .testimonial_section {
    display: none;
}
.popup-content-inner .theme-button.open-popup,
.popup-content-inner .testimonial-entry-bottom{
    display: none;
}
.popup-content-inner .testimonial-entry-content{
    display: flex;
    flex-wrap: wrap;
}
.popup-content-inner .testimonial-entry-content .testimonial-entry-details{
    order: -1;
    margin-bottom: 1.25em;
}
.popup-content-inner .testimonial-entry-content .testimonial-entry-title{
    margin-bottom: 0;
}
.testimonial-entry-details{
    text-align: left;
}

.review-page-testi .theme-button{
    margin-bottom: 0 !important;
    margin-top: auto !important;
}

.review-page-testi .theme-button:hover{
    border-color: var(--second-theme-color);
}

.sf-menu .sub-menu:not(.megamenu__inner-ul){
    top: 100% !important;
}


/* Contact us Page */

.contact-page-section
  .field_description_below.gfield--type-choice
  .gfield_description:where(
    :not(
        .gfield--has-description.field_validation_below
          .gfield_validation_message
      ):not(.field_validation_above .gfield_validation_message):not(
        .gfield_choice_limit_message
      )
  ) {
  font-size: 1.125rem;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.88;
}

.contact-page-section .gform_fields {
  grid-gap: 1.875rem;
}

.contact-page-section .gfield.span3 {
  grid-column: span 3;
}

.contact-page-section .gfield.span4 {
  grid-column: span 4;
}

.contact-page-section .gfield.span12 {
  grid-column: span 12;
}

body 
  .contact-page-section
  .gform_wrapper
  .gform_fields
  .gfield
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
  body .gform_wrapper .gform_fields .fr-select select,
  body .gform_wrapper .gform_fields .gfield textarea.large {
  height: 4rem;
  padding: 1rem;
  font-size: 1.125rem;
  color: var(--text-color);
  font-weight: 400;
  border-radius: 4px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  border: 1px solid #ddd;
  width: 100%;
  outline: 0;
}

.contact-page-section .gform_wrapper .gfield_checkbox li,
.contact-page-section .gform_wrapper .gfield_radio li {
  margin: 0;
}

body .contact-page-section .gform_wrapper .gform_fields .gfield textarea {
  min-height: 8rem;
}

body .contact-page-section.gform_wrapper
  .button:where(:not(.gform-theme-no-framework)):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
body .contact-page-section.gform_wrapper
  .gform-theme-button:where(:not(.gform-theme-no-framework)):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
body .contact-page-section.gform_wrapper
  :where(:not(.mce-splitbtn))
  > button:not([id*="mceu_"]):not(.mce-open):where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
body .contact-page-section.gform_wrapper
  button.button:where(:not(.gform-theme-no-framework)):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
  body .contact-page-section.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]).button:where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
  body .contact-page-section.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]):where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
  body .contact-page-section.gform_wrapper
  input[type="submit"].button.gform_button:where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  text-align: center;
  padding: 0.3em 2em;
  text-transform: uppercase;
  width: auto;
  border-radius: 4px;
  border: 2px solid var(--theme-color);
  background: var(--theme-color);
  margin: 0;
  font-size: 1.125em;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  height: 3.25rem;
  box-shadow: none;
  outline: 0;
}

body .contact-page-section .gform_wrapper .gform_footer input.button:hover,
body .contact-page-section .gform_wrapper .gform_footer input[type="submit"]:hover,
body .contact-page-section .gform_wrapper .gform_page_footer input.button:hover,
body .contact-page-section .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: var(--theme-color);
  color: #fff;
}

body
  .contact-page-section
  .gform_wrapper.gform_validation_error
  .gform_body
  .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body
  .contact-page-section
  .gform_wrapper
  .field_description_below
  div.ginput_container_checkbox {
  margin: 0;
}

body .contact-page-section .gform_wrapper .top_label div.ginput_container {
  position: relative;
}

body .contact-page-section .gform_wrapper.gf_browser_chrome .fr-check input,
body
  .contact-page-section
  .gform_wrapper.gf_browser_chrome
  .fr-check
  input[type="checkbox"] {
  margin: 0;
  width: 2.5em !important;
}

body .contact-page-section .gform_wrapper .fr-check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  z-index: 9;
  width: 1.5em !important;
}

body .contact-page-section .gform_wrapper .fr-check label {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-family: var(--theme-font);
  line-height: 1.5;
  letter-spacing: 0px;
  color: var(--second-theme-color);
  font-weight: 400;
  padding-left: 2.3rem;
  margin: 0;
}

body.home .contact-page-section .gform_wrapper .fr-check label{
  color: var(--white-color);
}

body .contact-page-section .gform_wrapper .fr-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  border-radius: 4px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  border: 1px solid #cacaca;
}

body .contact-page-section .gform_wrapper .fr-check input:checked + label::before {
  background-image: url("../images/right-check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--theme-color);
  background-size: 0.65em;
  border-color: var(--theme-color);
}

body .contact-page-section .gform_wrapper .fr-check input:checked + label {
  font-weight: 700;
  color: var(--second-theme-color);
}

body
  .contact-page-section
  .field_description_below.gfield--type-choice
  .gfield_description:where(
    :not(
        .gfield--has-description.field_validation_below
          .gfield_validation_message
      ):not(.field_validation_above .gfield_validation_message):not(
        .gfield_choice_limit_message
      )
  ) {
  color: var(--second-theme-color);
}

body .contact-page-section .gform_wrapper .fr-check label a {
  margin: 0 0 0 0.5em;
}

body .contact-page-section .gform_wrapper .top_label .gfield_label {
  display: none;
}

body .contact-page-section .gform_wrapper .gform_body {
  position: relative;
  width: 100%;
}
.contact-page-section .gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-page-section .gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-page-section .gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-page-section .gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-page-section .gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-page-section .gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-page-section .gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    text-align: center !important;
    padding: 0.3em 2em;
    text-transform: uppercase !important;
    width: auto;
    border-radius: 4px !important;
    border: 2px solid var(--theme-color) !important;
    background: var(--theme-color) !important;
    margin: 0;
    font-size: 1.125em !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    height: 3.25rem !important;
    box-shadow: none !important;
    outline: 0 !important;
}