.inner-container {
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
/* Inner Banner CSS Start */
.breadcrumbs-block {
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, .04);
}
.breadcrumbs-block span, .breadcrumbs-block span a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(40, 40, 40, 1);
}
.breadcrumbs-block span a:hover {
    color: var(--bs-green);
}
.inner-banner-section {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 109px;
    padding-bottom: 109px;
    height: 373px;
    display: flex;
    align-items: center;
    background-color: #000;
}
.inner-banner-section .banner-bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-blend-mode: normal;
}
.inner-banner-section:after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.384) 23.43%, rgba(0, 0, 0, 0) 83.74%);
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-banner-info {
    width: 100%;
    margin-left: auto;
    text-align: center;
}
.inner-banner-section .inner-banner-title {
    color: var(--bs-white);
    margin: 0;
    font-style: normal;
    font-size: 70px;
    line-height: normal;
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
    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
}
.error-page-form {
    width: 100%;
    position: relative;
    padding: 80px;
    border-radius: 0 80px 80px 80px;
    z-index: 0;
}
.wpcf7 .wpcf7-form .error-page-form .form-control {
    background: #f9f9f9;
}
.error-page-form:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #DF5728 0%, #F9E31B 100%);
    opacity: 0.10;
    border-radius: 0 80px 80px 80px;
    z-index: 1;
    pointer-events: none;
}
.error-page-form .row {
    position: relative;
    z-index: 1;
}
/* Inner Banner css */
/* conatct page css */
.contact-form-wrap {
    width: 100%;
    position: relative;
    padding: 80px;
    border-radius: 0 80px 80px 80px;
    z-index: 0;
}
.contact-form-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, #DF5728 0%, #F9E31B 100%);
    opacity: 0.10;
    border-radius: 0 80px 80px 80px;
}
.contact-form-wrap .wpcf7 {
    position: relative;
    z-index: 1;
}
.map-row-wrap {
    width: 100%;
    position: relative;
    height: 450px;
}

.map-row-wrap iframe {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}
.address-and-phone-row {
    justify-content: center;
}
.detail-info-wrap {
    width: 100%;
    background: rgba(235, 243, 239, 1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 231px;
}
.address-and-phone-row .phone-address-col {
    display: flex;
}
.detail-info-wrap .address-wrap-item {
    display: flex;
    margin-top: 10px;
}
.detail-info-wrap .address-wrap-item .address-icon {
    margin-right: 15px;
}
.detail-info-wrap .address-name {
    color: rgba(13, 90, 59, 1);
    font-size: 24px;
    font-weight: 600;
}
.detail-info-wrap .address-wrap-item p {
    font-size: 16px;
    text-align: center;
}
.detail-info-wrap .address-wrap-item .address-icon svg {
    width: 25px;
    height: 28px;
}
.detail-info-wrap:hover {
    background-color: rgba(13, 90, 59, 1);
}
.detail-info-wrap:hover a {
    color: #fff;
}
.detail-info-wrap:hover .address-wrap-item .address-icon svg path {
    stroke: #fff;
}
.detail-info-wrap:hover .address-wrap-item p, .detail-info-wrap:hover .address-name {
    color: #fff;
}
/* conatct page css */

/* service page css */
.service-list-col {
    margin-top: 25px;
}
.service-list-col .service-list-info-wrap {
    border-radius: 0px 80px 80px 80px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-list-col .service-list-info-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    transform: rotate(360deg);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: 0.5s;
}
.service-list-col .service-list-info-wrap:hover:after {
    transition: 0.5s;
    opacity: 0;
    height: 0%;
}
.service-list-col .service-list-info-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    transform: rotate(360deg);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #df5728 100%);
    opacity: 0;
    transition: 0.5s;
}
.service-list-col .service-list-info-wrap:hover:before {
    height: 70%;
    transition: 0.5s;
    opacity: 1;
}
.service-list-col .service-list-info-wrap img.service-image {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 80px 80px 80px;
}
.service-list-col .service-list-info-wrap img.service-image.no-service-image {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #767676;
}
.service-list-col .service-list-info-wrap img.service-icon {
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center;
}
.service-list-col .service-info-item {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    padding: 26px 35px;
    padding-bottom: 35px;
    z-index: 1;
}
.service-list-col .service-info-item .service-icon {
    width: 70px;
    height: 70px;
    background: rgba(249, 227, 27, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service-list-col .service-info-item .service-icon svg, .service-list-col .service-info-item .service-icon img {
    width: 36px;
    height: 36px;
}
.service-list-col .service-info-item .service-icon stroke, .service-list-col .service-info-item .service-icon svg path {
    fill: #000;
}
.service-list-col .service-info-item .service-name {
    color: var(--bs-white);
    font-size: 20px;
    line-height: 25px;
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 19px;
}

.load-more-btn {
    margin-top: 70px;
}
/* service page css */

/* Team Page CSS */
.post-team-nav {
    background: rgba(240, 240, 240, 1);
    padding: 15px;
    border-radius: 30px; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 20px;
    width: auto;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.post-team-nav li.nav-item {
    padding: 0 10px;
}
.post-team-nav li .nav-link {
    color: var(--bs-green);
    font-size: 24px;
    line-height: 34px;
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px 15px;
    background: none;
    border-radius: 13px;
}
.post-team-nav li .nav-link:focus, .post-team-nav li .nav-link:hover {
    color: var(--bs-white);
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    box-shadow: none;
}
.post-team-nav li.show .nav-link, .post-team-nav li .nav-link.active {
    color: var(--bs-white);
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}
.team-info-details {
    width: 100%;
    position: relative;
}

.team-info-details .attorney-img-wrap {
    width: 100%;
    position: relative;
    border-radius: 0px 80px 80px 80px;
    background-color: #f0f0f0;
    display: block;
}
.team-info-details .attorney-img-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transform: rotate(0deg);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #df5728 100%);
    opacity: 1;
    transition: 0.5s;
    border-radius: 0px 80px 80px 80px;
    opacity: 0;
}
.team-info-details .attorney-img-wrap:hover:after {
    height: 100%;
    opacity: 1;
}

.team-info-details .attorney-img-wrap .attorney-image {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 80px 80px 80px;
}
.team-info-details .attorney-img-wrap .no-attorney-image {
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.team-info-details .attorney-img-wrap .read-more-btn {
    position: absolute;
    bottom: 0;
    right: -12px;
    background-color: rgba(249, 227, 27, 1);
    width: 60px;
    height: 60px;
    font-size: 0px;
    border-radius: 50%;
    background-image: url(../img/read-more.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px;
    z-index: 1;
}
.team-info-details .attorney-img-wrap:hover .read-more-btn {
    background-color: var(--bs-green);
    background-image: url(../img/read-more-white.svg);
}

.team-name-and-designation {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.team-name-and-designation .team-page-link {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    color: var(--bs-green);
    text-transform: none;
    font-size: 30px;
    line-height: normal;
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
}
.team-name-and-designation .team-page-link:hover {
    color: var(--bs-orange);
}
.team-contact-link-btn {
    margin-top: 50px;
}
.team-name-and-designation .attorney-designation {
    color: rgba(40, 40, 40, 1);
    line-height: 1.5;
    margin-top: 5px;
}
/* Team Page CSS */

/* Team Detail Page CSS */
.single-team-image {
    padding-right: 50px;
    max-width: 480px;
    border-radius: 0 80px 80px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
.single-attorney-right-info .attr-designation {
    font-size: 24px;
    color: rgba(40, 40, 40, 1);
    margin-bottom: 20px;
}
.single-attorney-right-info{
    z-index: 1;
    position: relative;
}
.single-team-image img {
    border-radius: 0 80px 80px 80px;
    max-height: 405px;
    object-fit: cover;
    object-position: center;
}
.single-attorney-info p {
    line-height: 30px;
}
.single-attorney-right-info .heading {
    margin-bottom: 15px;
}
.attorney-image-and-content {
    position: relative;
    width: 100%;
    border-radius: 0 80px 80px 80px;
    padding: 80px;
    z-index: 1;
    min-height: 566px;
}
.attorney-image-and-content:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, #DF5728 0%, #F9E31B 100%);
    opacity: 0.10;
    border-radius: 0 80px 80px 80px;
}
.single-attorney-info p strong {
    color: rgba(223, 87, 40, 1);
    font-size: 20px;
    line-height: normal;
}
/* Team Detail Page CSS End */

/* Finace Page CSS */
.care-video-wrap, .care-video-wrap a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.care-video-wrap .html5lightbox:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 42.8px;
    height: 30px;
    font-size: 0px;
    background-image: url(../img/youtube-play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.care-video-wrap a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

.care-video-wrap, .care-video-wrap a, .care-video-wrap a img {
    border-radius: 30px;
}

.care-video-wrap a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #df5728 100%);
    transform: rotate(0deg);
    opacity: 0;
    transition: 0.5s;
}
.care-video-wrap a:hover:before {
    opacity: 1;
    height: 70%;
    transition: 0.5s;
}
.care-credit-info-wrap {
    position: relative;
    width: 100%;
    background: rgba(240, 240, 240, 1);
    padding: 60px 70px;
    border-radius: 30px;
}
.care-credit-right-side {
    display: flex;
}
.care-credit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.care-credit-image {
    padding-left: 70px;
    width: 100%;
}
.logo-credit-image {
    width: 100%;
    margin-bottom: 30px;
}
.logo-credit-image img {
    width: auto;
    max-width: 384px;
}
.care-credit-wrap-info p {
    line-height: 34px;
}

.care-credit-wrap-info {
    width: 100%;
    position: relative;
}
.care-right-side .small-text {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--bs-green);
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
}
.care-left-side {
    display: flex;
}
.care-right-side {
    display: flex;
    align-items: center;
}
.care-left-side .care-finance-image {
    width: 100%;
}
.care-left-side .care-finance-image img {
    width: 100%;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.care-credit-bottom-row {
    margin-top: 50px;
}
.care-right-side .fullwidth {
    padding-left: 50px;
    padding-right: 156px;
}
/* Finace Page CSS */

/* FAQ Page CSS */
.page-template-template-faq .inner-banner-title {
    text-transform: none;
}
.faq-list-details .post-faq-nav {
    width: auto;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.faq-list-desc-wrap {
    width: 100%;
    position: relative
}

.faq-list-desc-wrap .faq-accordion {
    border: none
}

.faq-list-desc-wrap .faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110f2a
}
.faq-list-desc-wrap .faq-accordion .accordion-body {
    padding: 20px 30px;
    border: none;
    border-radius: 0 0 30px 30px;
    padding-top: 0;
    background: var(--bs-green);
    color: var(--bs-white);
}
.faq-list-desc-wrap .faq-accordion .accordion-body hr {
    margin: 0;
    padding-top: 28px;
    opacity: 1;
}
.faq-list-desc-wrap .faq-accordion .accordion-item {
    width: 100%;
    position: relative;
    margin-top: 30px;
    border: none;
}
.faq-list-desc-wrap .faq-accordion .accordion-item:last-child {
    margin-bottom: 0
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 30px;
}
.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 38px 85px 38px 30px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(40, 40, 40, 1);
    font-weight: 500;
    letter-spacing: .6px;
    background: rgba(240, 240, 240, 1);
    border: none;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button .faq-num {
    padding-right: 20px;
}
.faq-list-desc-wrap .faq-accordion .accordion-button {
    position: relative
}

.faq-list-desc-wrap .faq-accordion .accordion-button:after {
    display: none
}

.faq-list-desc-wrap .faq-accordion .accordion-button:not(.collapsed):after {
    transform: rotate(-135deg)
}
.faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    background: var(--bs-green);
    color: var(--bs-white);
    border-radius: 30px 30px 0 0;
}
.faq-list-desc-wrap .faq-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/orange-arrow-down.svg);
}
.faq-list-desc-wrap .faq-accordion .accordion-button[aria-expanded=true] .arrow {
    background-image: url(../img/close-icon.svg)
}

.faq-list-desc-wrap .faq-accordion .accordion-button:not(.collapsed) .arrow:after {
    background-image: url(../img/orange-arrow-down.svg)
}
/* FAQ Page CSS */


/* BLog Page CSS */
.blog-full-post .post-title a {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--bs-green);
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.blog-full-post .post-title a:hover {
    color: var(--bs-orange);
}
.blog-full-post .post-image {
    height: 100%;
    width: 100%;
}
.blog-full-post .post-image a {
    width: 100%;
    position: relative;
    border-radius: 0px 30px 30px 30px;
    background-color: #D9D9D9;
    display: block;
    height: 300px;
    overflow: hidden;
    box-shadow: 0px 0px 11px #00000038;
}
.blog-full-post .post-image a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative;
    border-radius: 0px 30px 30px 30px;
    display: block;
    object-position: center;
    padding: 0px;
}
.blog-post-list .post-col-info {
    display: flex;
    align-items: center;
}
.blog-full-post .blog-post-list {
    margin-top: 30px;
    border-radius: 0 30px 30px 30px;
    background: #F0F0F0;
    padding: 30px;
}

.blog-full-post .blog-post-list:first-child {
    margin-top: 0px;
}
/* Blog Page CSS End */


/* search css sidebar */
.search-form label {
    width: 100%
}

.widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none
}
input.search-field {
    color: #000;
    font-size: 16px;
    height: 68px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid rgba(78, 78, 78, 1);
    padding: 12px 0;
    padding-right: 47px;
    padding-left: 15px;
    line-height: 26px;
    background: #fff;
    border-radius: 20px;
}
input.search-submit {
    border: none;
    position: absolute;
    top: 11px;
    bottom: 0;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 0px;
    right: 13px;
    background: #f9e31b;
    border-radius: 50%;
}
.search-form:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 13px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 0;
    background-position: center;
    border-radius: 10px;
}

/* Sidebar and Pagination */

.sidebar {
    padding-left: 34px
}

.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: 0;
    margin-bottom: 0
}
.sidebar .widget .form-title {
    position: relative;
    padding-left: 15px;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    padding-right: 15px;
    color: var(--bs-green);
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
}

.sidebar .widget-menu {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #b4b1b1;
    padding-bottom: 0
}

.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: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    padding-right: 15px;
    color: var(--bs-green);
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
}
.sidebar .widget ul {
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 0
}

.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 15px;
    position: relative;
    color: #3b3b3b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #c2c2c2;
    padding-left: 25px
}

.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 {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%
}

.sidebar .widget-menu .current-menu a:after,.sidebar .widget-menu .current-menu-item a:after,.sidebar .widget-menu .activeChild a:after,.sidebar .widget-menu .current_page_item a:after {
    background-color: #fff
}

.sidebar .widget-menu ul li a:hover {
    color: #fff;
    background: var(--bs-green);
}

.sidebar .widget-menu ul li a:hover:after {
    background-color: #fff
}

.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: #fff;
    background: var(--bs-green)
}

.side-contact-header {
    margin-bottom: 20px
}
.contact-form-sidebar .wpcf7 {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
}

.contact-form-sidebar .wpcf7:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, #DF5728 0%, #F9E31B 100%);
    opacity: 0.10;
    border-radius: 30px 30px 30px 30px;
}
.side-contact-header p {
    font-size: 12px;
    color: #000;
    line-height: normal
}

.contact-form-sidebar {
    width: 100%;
    position: relative
}

.contact-form-sidebar .side-form-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px
}

.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0
}
.sidebar div.wpcf7 .wpcf7-form .form-control {
    line-height: 22px;
    box-shadow: none;
    font-size: 16px;
    text-transform: none;
    height: 50px;
    font-weight: 400;
    color: var(--bs-orange);
    border: none;
    border-radius: 10px;
    padding: 10px;
    background: #fdf3e9;
}
.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: var(--bs-orange);
}
.sidebar .wpcf7 ::-moz-placeholder {
    color: var(--bs-orange);
}
.sidebar .wpcf7 :-ms-input-placeholder {
    color: var(--bs-orange);
}
.sidebar .wpcf7 :-moz-placeholder {
    color: var(--bs-orange);
}
.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: 30px;
}
.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: 0;
    padding: 2px 6px !important;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff
}
.sidebar .wpcf7 .btn-wrap {
    margin-top: 10px;
}
.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #fff
}

.sidebar .wpcf7 form .btn-wrap.btn:after {
    border: 1px solid #295464
}

.sidebar .wpcf7 form .btn-wrap:hover {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: var(--bs-white);
    border-color: var(--bs-orange);
    background-color: var(--bs-orange);
}

.search-no-results .search-left-side .page-header {
    margin-bottom: 0
}
.search-left-side .page-title {
    color: #2c2c2c;
    font-weight: 400;
}
.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
}
.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    color: var(--bs-green);
    line-height: normal;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.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 {
    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
}

.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: rgba(240, 240, 240, 1);
    padding: 15px 15px;
    border-radius: 30px;
}

.paging-new .page-numbers {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(78, 78, 78, 1);
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(78, 78, 78, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Belanosima", sans-serif;
}

.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: 15px;
    margin-left: 0;
    color: var(--bs-white);
    height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 0px;
    width: 60px;
    text-indent: 0px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 43px;
    background-repeat: no-repeat;
    background-size: 10px;
    color: var(--bs-green);
    border: 1px solid #F9E31B;
    background-color: #F9E31B;
    background-position: center;
}

.paging-new .prev.page-numbers {
    position: absolute;
    left: 0;
    background-image: url(../img/next-black-icon.svg);
    transform: rotate(180deg);
    background-position: 25px center;
    margin-right: 0;
    margin-left: 15px;
}
.paging-new .prev.page-numbers:hover {
    background-image: url(../img/next-icon-yellow.svg)
}
.paging-new .next.page-numbers {
    position: absolute;
    right: 0;
    background-image: url(../img/next-black-icon.svg)
}
.paging-new .next.page-numbers:hover {
    background-image: url(../img/next-icon-yellow.svg)
}

.paging-new .page-numbers:hover {
    color: var(--bs-green);
    border-color: #F9E31B;
    background-color: #F9E31B;
}

.paging-new .page-numbers.current {
    color: var(--bs-green);
    border-color: #F9E31B;
    background-color: #F9E31B;
}
.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 {
    border-color: #F9E31B;
    background-color: #ffffff;
}

.paging-new .pagination {
    margin-top: 70px;
    width: 100%
}
/* sidebar and pafgination */

/* Single BLog */
.blog-list-area, .static-page-details {
    padding-right: 70px;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6,
.static-page-details h2, .static-page-details h3, .static-page-details h4, .static-page-details h5, .static-page-details h6 {
    font-weight: 600;
    position: relative;
    color: var(--bs-green);
    font-family: "Poppins", sans-serif;
}
.single-page-section .single-content p strong, .static-page-details p strong {
    font-weight: 700;
    font-size: 18px;
    color: rgba(78, 78, 78, 1);
}
.single-page-section .single-content ul li p strong, .single-page-section .single-content ul li strong, .static-page-details ul li p strong, .static-page-details ul li strong {
    font-size: 16px;
}
.static-page-details p > svg {
    width: 14px;
}
.single-page-img {
    width: 100%;
    position: relative;
    background: #D9D9D9;
    padding: 0;
    border-radius: 30px;
    margin-bottom: 40px;
}

.single-page-img img {
    width: 100%;
    position: relative;
    background: #D9D9D9;
    padding: 0;
    border-radius: 25px;
    display: block;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}
.single-content .size-full {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 0;
}
.single-page-img img {
    width: 100%;
    position: relative;
    background: #D9D9D9;
    padding: 0;
    border-radius: 25px;
    display: block;
    max-height: 500px;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0px 0px 14px #0000002e;
}
/* Single BLog */

/* Static Page CSS */
.static-page-details .size-full {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.static-page-details img {
    border-radius: 30px;
}
.left-and-right-image-section {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
}
.left-and-right-image-col {
    display: flex;
}

.left-and-right-image-col .page-image-col, .left-and-right-image-col .page-image-col img {
    width: 100%;
}
.static-page-details ul li {
    font-size: 16px;
    line-height: 35px;
}
.static-page-details.linklist ul li:after {
    top: 15px;
}
body .static-page-details p {
    font-size: 16px;
    line-height: 35px;
}
.static-page-details.full-width-static {
    padding-right: 15px;
}
.full-width-static .left-and-right-image-section .page-image-col img {
    border-radius: 30px;
    width: 100%;
}
.static-page-details p a, .single-page-section .single-content p a {
    font-weight: 600;
}
.static-page-details p a:hover, .single-page-section .single-content p a:hover {
    text-decoration: underline;
}
.care-right-side p a {
    font-weight: 600;
}
.care-right-side p a:hover {
    text-decoration: underline;
}
/* Static Page CSS End */

/* Refer CSS */

.client-image-col {
    display: flex;
}
.client-image-col .client-image {
    width: 100%;
}
.client-image-col .client-image img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.refer-client-page .left-site-address-col {
    padding-right: 70px;
}
.referral-details .heading {
    text-transform: capitalize;
}
.referral-details .small-text {
    color: rgba(60, 60, 60, 1);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
}

/* css for custom upload file */
.uploadwrap {
    position: relative;
    width: 100%;
    height: 50px;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(13, 90, 59, 0.6) 28.85%, rgba(223, 87, 40, 0.6) 100%);
}
.uploadwrap .fileNamecurrent {
    margin: 0;
    background: #fef8e9;
    width: calc(100% - 2px);
    border-radius: 10px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    height: 48px;
    display: flex;
    align-items: center;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--bs-orange);
    pointer-events: none;
    padding-right: 0px;
}
.uploadwrap .wpcf7-form-control-wrap {
    opacity: 0;
    display: block;
    height: 100%;
    cursor: pointer;
}
.uploadwrap .wpcf7-form-control-wrap input.wpcf7-file {
    height: 100%;
    display: block;
    width: 100%;
    background: none;
}
.uploadwrap .uploadthis {
    position: absolute;
    right: 13px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    background-color: var(--bs-orange);
    line-height: 36px;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 92% 44%;
    padding-right: 29px;
    z-index: 1;
    pointer-events: none;
}
.uploadwrap .fileNamecurrent.fileadded {
    color: var(--bs-orange);
}
/* css for custom upload file */

/* General reset to hide native icons */
input[type="date"] {
    appearance: none; /* General reset */
    -webkit-appearance: none; /* Chrome/Safari */
    -moz-appearance: none; /* Firefox */
    position: relative;
    padding-right: 30px; /* Space for custom icon */
}

/* Specific browser targeting */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
}

input[type="date"]::-moz-inner-spin-button {
    opacity: 0;
}

input[type="date"]::-ms-clear {
    opacity: 0;
}

/* Custom SVG icon */
input[type="date"]::after {
    content: '';
    background: url('../img/custom-calendar-icon.svg') no-repeat center;
    background-size: 16px 16px;
    width: 16px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
/* Refer CSS End */
/* Community CSS */
.community-detail-wrap, .community-detail-wrap img {
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.community-sec-col {
    display: flex;
}
.community-detail-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: rotate(360deg);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: 0.5s;
    z-index: 1;
}
.community-sec-col:hover .community-detail-wrap .community-detail-item {
    opacity: 0;
}
.community-detail-item {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 35px;
}
.community-detail-item .community-heading, .community-list .community-heading-second {
    position: relative;
    margin-bottom: 7px;
    margin-top: 0;
    color: var(--bs-white);
    font-size: 35px;
    line-height: normal;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
}
.community-list {
    background: linear-gradient(0deg, rgba(223, 87, 40, 0.8), rgba(223, 87, 40, 0.8)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: -100%;
    border-radius: 30px;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
    transition: 1s;
    width: 100%;
}
.community-sec-col:hover .community-list {
    transition: 1s;
    bottom: 0;
}
.community-list ul {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.community-list ul li {
    width: 100%;
    color: #fff;
    list-style: disc;
    padding-left: 0;
    line-height: 35px;
}
.community-list ul li a {
    color: #fff;
    line-height: 1.5;
    display: inline-block;
    vertical-align: text-top;
}
.community-list ul li a:hover {
    text-decoration: underline;
}
.community-main-title {
    margin-bottom: 20px;
}
/* Community CSS End */
