/* Inner Banner CSS Start */
.inner-banner-section {
    z-index: 1;
    height: calc(80% - 0px);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.blog-banner-bg {
    background-image: url('../img/banner-bg.webp');
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-banner-section .inner-banner-title {
    line-height: 63px;
    text-transform: capitalize;
    font-size: 55px;
    font-weight: 700;
    color: var(--bs-darkblack);
}
.inner-banner-section img.banner-right-img {
    position: absolute;
    right: 0;
    top: 60px;
    width: 47%;
    height: calc(100% - 150px);
    object-fit: contain;
    bottom: 0;
    margin: auto;
    object-position: center right;
    border-radius: 0px 0px 0px 140px;
}
.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.5px;
}
.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}
/* Inner Banner CSS END */

/* About Page CSS */
.home-service-list + .testimonial-section {
    margin-top: 0px;
    padding-bottom: 5px;
}
.about-team-section {
    background: #F6FBFB;
}
.about-team-section .team-top-header {
    padding-bottom: 50px;
}
.about-team-section .attorney-name-designation .team-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--bs-darkblack);
    margin-bottom: 7px;
}
.about-team-section .team-item {
    display: block;
    position: relative;
}
.about-team-section .team-item img {
    width: 100%;
}
.about-team-section .attorney-name-designation span {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--bs-grey);
}
.about-team-section .attorney-name-designation {
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-team-section .team-item:hover .team-name {
    color: var(--bs-green);
}
.about-team-section .team-item:hover img {
    opacity: 0.5;
}
.normal-right-img {
    display: flex;
}
.normal-right-img img {
    width: 100%;
    border-radius: 120px 0 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* About Page CSS */
/* Blog Page CSS and static page css */
.static-page-details ul, .fullwidth-content-info ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
.bloglist .blog-content-area, .single-post .blog-content-area, .static-page-details, .search-left-side {
    padding-right: 50px;
}
.static-page .static-page-details iframe, .single-post-content iframe {
    border: 0;
    width: 100%;
    margin-top: 15px;
    height: 410px;
}
.page-main-title {
    margin-bottom:30px;
    margin-top: 0px;
}
.blog-full-post ul li .post-image {
    margin-bottom: 30px;
    position: relative;
}
.blog-full-post ul li .post-image:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 89.57%);
    height: 261px;
    left: 0;
    right: 0;
    bottom: 1px;
    top: inherit;
    transform: rotate(180deg);
    z-index: 0;
}
.blog-full-post ul li .post-image a img {
    border: none;
    padding: 0;
}
.blog-full-post ul li .info-box .post-image a {
    width: 100%;
}

.blog-full-post ul li .post-image a, .blog-full-post ul li .post-image a img {
    display: inline-block;
}
.blog-full-post ul li .post-image a img {
    width: 100%;
}
.single-post-content .blog-single-img:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 89.57%);
    height: 261px;
    left: 0;
    right: 0;
    bottom: 1px;
    top: inherit;
    transform: rotate(180deg);
    z-index: 0;
}
.blog-full-post .post-image .category-list, .single-post-content .blog-single-img .category-list {
    width: calc(100% - 0px);
    color: var(--bs-lightgrey);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    text-transform: capitalize;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 15px;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-full-post ul li .post-title {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    color: var(--bs-darkblack);
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
}
.blog-full-post ul li .post-title a {
    display: inline-block;
    color: #0F1B34;
    font-weight: 600;
}
.blog-full-post ul li .post-title a:hover {
    color: var(--bs-green);
}

.category-list a {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: var(--bs-white);
    opacity: 1;
}
.category-list a:hover {
    color: var(--bs-green);
    opacity: 1;
}

.blog-full-post .post-list li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 50px;
}
.blog-full-post .post-list li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.blog-full-post .post-list .blog_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #262727;
}
/* blog page css */
/* blog single css */
.single-post-content img,  .static-page-details img {
    border: 1px solid #f2f2f2;
    padding: 5px;
}
.blog-heading {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    color: #0F1B34;
}
.blog-single-img {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.single-post-content .blog-single-img img {
    width: 100%;
    border: none;
    padding: 0px;
}

img.size-full, .size-full {
    width: 100%;
}
.single-post-content .size-full {
    width: 100%;
}

.blog-info-header {
    margin-top: 15px;
    margin-bottom: 0;
}

.blog-content .wp-video {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* blog page css */
/* sidebar css*/
.sidebar .widget {
    margin-bottom: 40px;
    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.practice-side ul {
    padding-bottom: 11px;
    margin-bottom: 20px;
}
.sidebar .widget .form-title {
    color: var(--bs-darkblack);
    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: 30px 0;
    background: var(--bs-green);
    border: 1px solid var(--bs-green);
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    position: relative;
    padding-left: 15px;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 0em;
    color: var(--bs-white);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.sidebar .widget ul {
    padding-bottom: 11px;
    margin-bottom: 0;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 8px;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 15px;
    position: relative;
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    padding-right: 30px;
}
.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-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-small-arrow.svg);
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    height: 14px;
    width: 14px;
    bottom: 0;
    margin: auto;
}
.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-hover.svg);
}
.sidebar .widget-menu ul li a:hover {
    color: #fff;
    background: var(--bs-blue);
}
.sidebar .widget-menu ul li a:hover:after {
    background-image: url(../img/right-small-arrow-hover.svg);
}
.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: #ffffff;
    background: var(--bs-blue);
}
.side-contact-header {
    margin-bottom: 20px;
}
.contact-form-sidebar .wpcf7 {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--bs-blue);
    box-shadow: 0px 0px 30px rgba(94, 94, 94, 0.1);
}
.side-contact-header p {
    font-size: 12px;
    color: var(--bs-darkblack);
    line-height: normal;
}
.contact-form-sidebar {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.side-form-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
}
.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.sidebar div.wpcf7 .wpcf7-form .form-control {
    padding: 7px 15px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0;
    background: none;
    height: 50px;
    font-weight: 300;
    font-size: 14.5273px;
    line-height: 22px;
    color: #fff;
    box-shadow: none;
}
.sidebar div.wpcf7 .wpcf7-form textarea.form-control {
    height: 110px;
}
.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}

.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar .wpcf7 :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.wpcf7-form textarea.form-control {
    height: 130px;
}

.sidebar div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #D8D8D8;
}

.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 15px;
}
.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: -30px;
    padding: 2px 6px !important;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}
.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}
.sidebar .wpcf7 form .btn-wrap {
    background-color: transparent;
    border-radius: 45px;
    width: 180px;
}
.sidebar .wpcf7 form .btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100%;
    text-shadow: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px;
    border: none;
    z-index: 1;
    color: var(--bs-white);
    background: var(--bs-yellow);
    border-color: var(--bs-yellow);
}
.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: #fff;
    border-color: var(--bs-green);
    background-color: var(--bs-green);
}
/* sidebar css*/

/* pagination css */
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
.paging-new .pagination {
    margin-top: 70px;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-new .page-numbers {
    font-weight: 600;
    font-size: 16px;
    line-height: 49px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #a8a8a8;
    border: 1px solid #a8a8a8;
    height: 50px;
    width: 50px;
    text-align: center;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 6px;
}

.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    font-size: 0;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-blue-arrow-icon.png);
    width: 50px;
    text-indent: 0px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 45px;
    border: 1px solid var(--bs-blue);
}
.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
    background-image: url(../img/right-white-arrow-icon.png);
}
.paging-new .prev.page-numbers {
    margin-right: 10px;
    transform: rotate(180deg);
    font-size: 0px;
    margin-left: 0;
}

.paging-new .page-numbers:hover, .paging-new .page-numbers.current {
    color: #fff;
    border-color: var(--bs-blue);
    background-color: var(--bs-blue);
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}
.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
    color: var(--bs-white);
    border-color: var(--bs-blue);
    background-color: var(--bs-blue);
}
/* pagination 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: 112px;
}

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

.search-form ::-webkit-input-placeholder {
    color: var(--bs-darkblack);
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
}
.search-form ::-moz-placeholder {
    font-size: 16px;
    color: var(--bs-darkblack);
    opacity: 1;
    font-weight: 300;
}
.search-form :-ms-input-placeholder, .mobile-search-bar-box .search-input-box :-ms-input-placeholder {
    font-size: 16px;
    color: var(--bs-darkblack);
    opacity: 1;
    font-weight: 300;
}
.search-form :-moz-placeholder, .mobile-search-bar-box .search-input-box :-moz-placeholder {
    font-size: 16px;
    color: var(--bs-darkblack);
    opacity: 1;
    font-weight: 300;
}

.blog-search-side form.search-form {
    float: left;
    width: 100%;
    position: relative;
}
.sidebar .searchitem label {
    display: inline;
    margin-bottom: 0;
}
.sidebar .searchitem .search-field {
    color: var(--bs-darkblack);
    font-size: 16px;
    height: 60px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 12px 0px;
    padding-right: 115px;
    padding-left: 50px;
    line-height: 26px;
    background: #F9F9F9;
    box-shadow: 0px 0px 30px rgba(94, 94, 94, 0.1);
}
.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 {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0;
    right: 0;
    background: var(--bs-blue);
    color: var(--bs-white);
    text-transform: uppercase;
    font-weight: 600;
}

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

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

.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 .form-heading {
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Fraunces', serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.sidebar .form-heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    background: #B67662;
    width: 255px;
    left: -30px;
}
/* sidebar css end */

/* 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-darkblack);
}
.search-left-side .page-title span {
    color: var(--bs-green);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
}
.search-left-side .entry-title {
    line-height: 20px;
    margin: 0;
}
.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-darkblack);
    font-weight: 400;
}
.search-left-side .entry-title a:hover {
    color: var(--bs-green);
    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 */
.normal-category-list.category-list a {
    color: var(--bs-green);
}
.normal-category-list.category-list a:hover {
    color: var(--bs-blue);
}
/* Blog Page CSS */
/* static page css */
.linklist ol, .linklist ul {
    margin-bottom: 15px;
}
.linklist ol li, .linklist ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 24px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 13px;
    height: 14px;
    background-image: url(../img/right-small-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* static page css */
/* 404 page css */
.page-not-found .error-info {
    text-align: center;
    margin-bottom: 60px;
}
/* 404 page css */
/* team page css Start */
.team-info-list {
    justify-content: center;
}
.team-post-wrap {
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding: 0 30px;
}
.team-post-wrap .attr-team-info {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 0px 30px 8px rgba(131, 131, 131, 0.0);
    padding: 0;
}
.team-post-wrap .team-attr-img {
    width: 100%;
    display: block;
    position: relative;
}
.attr-team-info .team-attr-img img {
    width: 100%;
    height: 480px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
}
.attr-team-info:hover .team-attr-img img {
    opacity: 1;
}
.attr-team-info:hover {
    box-shadow: 0px 0px 30px 8px rgba(131,131,131, 0.22);
}
.attr-team-info .name-and-desigantion {
    width: calc(100% - 0px);
    padding: 15px 0;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: var(--bs-darkblack);
    text-align: left;
}

.attr-team-info:hover  .name-and-desigantion {
    opacity: 0;
    z-index: -1;
}
.attr-team-info .name-and-desigantion span {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--bs-grey);
}
.attorneys-hover-detail {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    z-index: 2;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding: 30px 25px;
    padding-bottom: 0;
    background: linear-gradient(to top,#fff,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.30),rgba(255,255,255, 0));
}
.team-post-wrap .attr-team-info:hover .attorneys-hover-detail {
    left: 0;
    opacity: 1;
}
.attr-bottom-info .attorney-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--bs-darkblack);
}
.attr-bottom-info .attorney-name span {
    display: block;
    margin-bottom: 15px;
    color: var(--bs-grey);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    text-transform: none;
}
.attr-bottom-info .attorney-name span.btn {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 202px;
    text-shadow: none;
    color: var(--bs-white);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid var(--bs-blue);
    z-index: 1;
    background-color: var(--bs-blue);
    font-weight: 600;
    letter-spacing: .32px;
    border-radius: 0;
    margin: 0;
    margin-top: 8px;
}
.attr-bottom-info .attorney-name p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    color: #5e5e5e;
    margin-bottom: 5px;
}
.attr-bottom-info {
    width: 100%;
}

.attr-bottom-info {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.attr-bottom-info .attorney-name span.read-btn {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    color: #FFFFFF;
}
/* team page css end */
/* team detail page css */
.attorney-full-detail .attorney-detail {
    background: var(--bs-blue);
    text-align: center;
    padding: 70px 15px;
}
.short-team-info .attr-designation {
    color: var(--bs-grey);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.single-team-image {
    padding-right: 25px;
}
.single-team-image, .single-team-image img {
    width: 100%;
}
.team-single-detail .row .row {
    align-items: center;
}
.team-single-detail .our-clinician {
    margin-bottom: 50px;
}
.team-single-detail .single-attorney-name {
    font-size: 38px;
    line-height: 28px;
}
/* team detail page end */
/* image left and right content css */
.left-image-content .row {
    align-items: center;
}
.left-side-image .fullwidth {
    padding-right: 40px;
}
.left-image-content .left-side-image img {
    width: 100%;
}
.left-image-content.bg-color-sec .row {
    margin: 0;
    overflow: hidden;
    padding: 45px;
    align-items: inherit;
}
.left-image-content.bg-color-sec .row .left-side-image .fullwidth {
    height: 100%;
    align-items: center;
    display: flex;
    background: #fff;
    width: calc(100% - 30px);
}
/* image left and right content css */
/* image right and left content css */
.right-side-image {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: calc(100% - 0px);
    object-fit: cover;
    object-position: center;
    z-index: 1;
    margin: auto;
}
.left-side-content {
    z-index: 2;
    position: relative;
}
.left-side-content .fullwidth {
    background-color: var(--bs-green);
    padding: 40px 50px;
}
.block-full-section .block-bg-color-sec {
    margin: 0;
    padding: 50px 15px;
    border-radius: 0 0 80px;
}
.left-image-content +.right-image-content {
    margin-top: 70px;
}
/* image right and left content css */
/* Service Page css */
.service-list-row {
    margin-top: 0px;
    justify-content: center;
}

.service-list-row  .service-list-item:nth-child(even) .fullwidth img {
    width: 100%;
    border-radius: 0 0 80px 0;
}
.service-list-row .service-list-item:nth-child(odd) .fullwidth img {
    width: 100%;
    border-radius: 80px 0 0px;
}
.service-list-row .col-lg-4.service-list-item:nth-child(even) .fullwidth img {
    border-radius: 0 0 60px 0;
}
.service-list-row .col-lg-4.service-list-item:nth-child(odd) .fullwidth img {
    border-radius: 60px 0 0;
}

.service-list-row .col-lg-3.service-list-item:nth-child(even) .fullwidth img {
    border-radius: 0 0 50px 0;
}
.service-list-row .col-lg-3.service-list-item:nth-child(odd) .fullwidth img {
    border-radius: 50px 0 0;
}
.service-list-item {
    margin-top: 50px;
}
.service-list-item .page-link {
    margin-bottom: 30px;
    overflow: hidden;
}
.service-list-item .page-link img {
    transition: 2s;
}
.service-list-item:hover .page-link img {
    transform: scale(1.1);
}
.service-list-item  a .team-title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.col-lg-6.service-list-item a .team-title {
    font-size: 30px;
    line-height: 40px;
}
.col-lg-4.service-list-item a .team-title {
    font-size: 22px;
    line-height: normal;
}
.col-lg-3.service-list-item a .team-title {
    font-size: 18px;
    line-height: normal;
}
.service-list-row .service-list-item .fullwidth .w-100  {
    overflow: hidden;
}
.service-list-row .service-list-item .fullwidth img {
    transition: 2s;
}
.service-list-row .service-list-item .fullwidth img {
    transition: 2s;
}
.service-list-item:hover a .team-title {
    color: var(--bs-green);
}
.blue-content-sec {
    background-color: var(--bs-blue);
    position: relative;
    background-image: url(../img/pattern-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-image-content.section-pd + .footer-contact-info.section-pd {
    padding-top: 0;
}
.left-image-content .right-side-content ul {
    list-style: disc;
    padding-left: 17px;
    margin-bottom: 15px;
}
.left-image-content .right-side-content ul li {
    color: var(--bs-darkblack);
    font-weight: 500;
}
/* Service Page css */
/* Testimonal Page css */
.testimonials-list {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
}
.quote-icon img, .quote-icon svg {
    height: 50px;
    width: 60px;
}
.testimonials-list .testimonial-title {
    color: var(--bs-black);
    padding: 25px 0 15px;
    margin: 0;
}
.testimonials-list .testimonial-content {
    display: inline-block;
}
.testimonials-list .client_name {
    color: var(--bs-black);
    padding: 15px 0 0;
    margin: 0;
}
.hid-items {
    display: none;
}
.testimonials-list.active {
    display: block;
}
.testimonial-review-rating {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 15px;
}
.star-icon-wraper {
    display: inline-block;
    background-image: url(../img/star-yellow.png);
    background-repeat: no-repeat;
    background-size: 18px;
    height: 18px;
    width: 18px;
    background-position: center;
}
.review-page .btn {
    margin: 45px auto 0;
    display: block;
}
/* Testimonal Page css */
@media (min-width: 1340px) {
    /* Banner CSS */
    .inner-banner-section {
        z-index: 1;
        height: calc(80% - 0px);
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }
    .inner-banner-section img.banner-right-img {
        top: 90px;
        width: 46%;
        height: calc(100% - 227px);
        border-radius: 0 0 0 140px;
    }
    /* Inner Banner CSS END */
}

@media (min-width: 1400px) {
    .inner-banner-section img.banner-right-img {
        height: calc(100% - 173px);
    }
}
@media (min-width: 1600px) {
    .inner-banner-section img.banner-right-img {
        height: calc(100% - 193px);
        width: 46%;
    }
}
@media (min-width: 1700px) {
    .inner-banner-section img.banner-right-img {
        height: calc(100% - 207px);
    }
}
@media (min-width: 1800px) {
    .inner-banner-section img.banner-right-img {
        height: calc(100% - 237px);
    }
}
@media (max-width: 1199px){
    .inner-banner-section .inner-banner-title {
        line-height: 65px;
        font-size: 55px;
    }
    .inner-banner-section {
        height: 430px;
    }
    .inner-banner-section img.banner-right-img {
        top: 60px;
        height: calc(100% - 140px);
        object-fit: cover;
        object-position: center right;
        border-radius: 0 0 0 80px;
    }
    /* team list page css */
    .attr-bottom-info .attorney-name p {
        font-size: 14px;
        line-height: 24px;
    }
    .attr-bottom-info .attorney-name span {
        font-size: 16px;
    }
    .attr-bottom-info .attorney-name {
        font-size: 28px;
    }
    .attr-team-info .name-and-desigantion span {
        font-size: 16px;
        margin-top: 10px;
        line-height: normal;
    }
    /* team list page css */
    /* team detail page css */
    .team-detail-wrap {
        width: 100%;
    }
    .single-team-image {
        padding-right: 10px;
    }
    h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    /* team detail page css */
    /* sidebar css */
    .side-form-title {
        font-size: 28px;
        line-height: 34px;
    }
    .sidebar .widget-menu .widget-title {
        line-height: normal;
    }
    /* sidebar css */
    /* blog css */
    .blog-full-post ul li .post-title {
        font-size: 26px;
        line-height: 34px;
    }
    /* blog css */
    /* What is TMS Therapy css */
    .left-side-image .fullwidth {
        padding-right: 0;
    }
    .left-side-content .fullwidth {
        padding: 40px 20px;
    }
    .left-image-content.bg-color-sec .row {
        padding: 45px 15px;
    }
    .fullwidth-content-info p br {
        display: none;
    }
    /* What is TMS Therapy css */

    /* service page css */
    .col-lg-6.service-list-item  a .team-title  {
        font-size: 24px;
        line-height: 34px;
    }
    /* service page css */
}
@media (max-width: 991px){
    .inner-banner-section .inner-banner-title {
        line-height: 46px;
        font-size: 38px;
    }
    .inner-banner-section {
        height: 400px;
    }
    .inner-banner-section img.banner-right-img {
        top: 55px;
        height: calc(100% - 165px);
    }
    /* service page css */
    .service-list-item .page-link {
        margin-bottom: 20px;
    }
    .col-lg-6.service-list-item a .team-title{
        font-size: 18px;
        line-height: 24px;
    }
    .service-list-item {
        margin-top: 30px;
    }
    .col-lg-3.service-list-item a .team-title {
        font-size: 14px;
    }
    /* service page css */
    /* team list page css */
    .team-post-wrap {
        padding: 0 15px;
    }
    .attr-team-info .team-attr-img img {
        height: 340px;
    }
    .attr-bottom-info .attorney-name p {
        font-size: 12px;
        line-height: 20px;
    }
    .attr-bottom-info .attorney-name span {
        font-size: 15px;
        line-height: 20px;
    }
    .attr-bottom-info .attorney-name span.btn {
        min-width: 150px;
        font-size: 13px;
        line-height: 17px;
        padding: 15px 10px;
        margin-top: 5px;
    }
    .attr-bottom-info .attorney-name p {
        margin-top: 12px;
    }
    /* team list page css */
    /* team detail page css */
    .single-team-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    /* team detail page css */
    /* sidebar css */
    .sidebar {
        margin-top: 50px;
    }
    .bloglist .blog-content-area, .single-post .blog-content-area, .static-page-details, .search-left-side {
        padding-right: 15px;
    }
    /* sidebar css */

    /* What is TMS Therapy css */
    .right-side-content {
        margin-top: 40px;
    }
    .left-image-content.bg-color-sec .row .left-side-image .fullwidth {
        justify-content: center;
    }
    .right-side-image {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        height: auto;
        margin-top: 50px;
    }
    .left-image-content.bg-color-sec .row {
        padding: 25px 15px;
    }
    .left-image-content .left-side-image {
        display: flex;
        justify-content: center;
    }
    /* What is TMS Therapy css */

    /* about page css */
    .normal-right-img {
        margin-top: 40px;
    }
    /* about page css */
}
@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .inner-banner-section .inner-banner-title {
        margin: 0;
    }
    .inner-banner-section {
        height: auto;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .inner-banner-section img.banner-right-img {
        width: calc(100% - 30px);
        height: auto;
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        bottom: inherit;
        margin: auto;
        display: block;
        margin-top: 30px;
    }
    /* about page css */
    .about-team-section .attorney-name-designation span {
        font-size: 14px;
        line-height: 22px;
    }
    .about-team-section .attorney-name-designation .team-name { 
        font-size: 22px;
        line-height: 26px;
    }
    /* about page css */
    /* service page css */
    .col-lg-6.service-list-item a .team-title, .col-lg-3.service-list-item a .team-title {
        font-size: 18px;
        line-height: 26px;
    }
    /* service page css */
    /* team list page css */
    .attr-team-info:hover {
        box-shadow: none;
    }
    .attr-team-info:hover .name-and-desigantion {
        opacity: 1;
        z-index: 1;
    }
    .attr-team-info .name-and-desigantion {
        font-size: 26px;
        line-height: 30px;
    }
    .attr-team-info .name-and-desigantion span {
        font-size: 14px;
    }
    .team-post-wrap {
        margin-top: 15px;
    }
    /* team list page css */
    .blog-heading {
        font-size: 34px;
        line-height: 44px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 27px;
        line-height: 37px;
    }
    h4 {
        font-size: 23px;
        line-height: 33px;
    }
    h5 {
        font-size: 17px;
        line-height: 27px;
    }
    h6 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 568px) {
    .attr-team-info .name-and-desigantion {
        font-size: 23px;
        line-height: 27px;
    }
}
@media (max-width: 500px) {
    .team-post-wrap {
        width: 100%;
    }
    .attr-team-info .team-attr-img img {
        height: auto;
    }
    .single-post-content img, .static-page-details img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .blog-full-post ul li .post-title {
        font-size: 21px;
        line-height: 30px;
    }
    .blog-heading {
        font-size: 26px;
        line-height: 36px;
    }
    .blog-heading {
        font-size: 32px;
        line-height: 42px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    h3 {
        font-size: 25px;
        line-height: 35px;
    }
}