/* Inner banner css */
.inner-banner-section {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    background-image: linear-gradient(90deg, #192A3D 59%, #E1E8ED 100%);
}

.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: block;
}
.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;
    background-position: center;
}

.inner-banner-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.inner-banner-info {
    width: auto;
    margin-left: 0;
    max-width: 100%;
    top: -5px;
    position: relative;
}

.inner-banner-section .inner-banner-title {
    color: var(--bs-white);
    margin: 0;
    font-size: 40px;
    text-transform: none;
    font-weight: 500;
    line-height: 1.3;
}

.inner-banner-section .inner-banner-title span {
    color: var(--bs-white);
    font-style: italic;
}
.inner-banner-right-image {
    max-width: 476px;
    margin-left: auto;
    pointer-events: none;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.inner-banner-right-image img {
    width: 476px;
    height: 392px;
    object-fit: contain;
    object-position: bottom;
}
/* Inner banner css */

.breadcrumbs-block .container {
    padding: 0 15px;
}
.breadcrumbs-block {
    width: 100%;
    padding: 8px 15px;
    background: #BFBDBD33;
}
.breadcrumbs-block span, .breadcrumbs-block span a {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4B686A;
    font-weight: 400;
}
.breadcrumbs-block [aria-current="page"] {
    color: #000000;
    font-weight: 500;
}
.breadcrumbs-block span a:hover {
    color: var(--bs-blue);
    text-decoration: underline;
}
.breadcrumbs-block span img {
    position: relative;
    top: -1px;
}

/* 404 page css */
.contact-form-error {
    width: 100%;
    position: relative;
}
.contact-form-error .error-info {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}
.contact-form-error .wp-form-btn {
    margin-top: 25px;
}
/* 404 page css */

/* team page css */
.team-category-list {
    padding: 0;
    width: 100%;
    position: relative;
}
.team-category-section:nth-child(odd) {
    padding-top: 60px;
    padding-bottom: 70px;
}
.team-category-section:nth-child(even) {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 70px;
}

.team-member-link {
    display: block;
    color: inherit;
}
.team-member {
    padding: 20px 0;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background-color: #e5e5e5;
    padding-top: 0;
    padding-bottom: 5px;
}
.team-member-link {
    display: block;
    position: relative;
}
.team-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 0;
    transition: 0.7s;
    border: none;
}
.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    transition: 0.7s;
    object-position: center;
}
.team-member:hover .team-img img {
    transform: scale(1.08);
    transition: 0.7s;
}
.team-member:hover .team-img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: 0.7s;
    border-color: #fff;
}
.team-img-placeholder {
    width: 150px;
    height: 150px;
    background-color: #e6e6e6;
}
.team-member:hover {
    background-color: var(--bs-blue);
}
.team-name {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-top: 0;
    transition: 0.7s;
    background-color: var(--bs-blue);
    line-height: 1.3;
    padding: 10px;
}
.team-member:hover .team-name {
    color: #0d6efd;
    background-color: var(--bs-black);
    color: #fff;
    transition: 0.7s;
}
.team-designation {
    font-size: 14px;
    color: #2c2c2c;
    transition: 0.7s;
    text-align: center;
    line-height: normal;
}
.team-member:hover .team-designation {
    color: #fff;
    transition: 0.7s;
}

.team-category-title {
    font-weight: 700;
    font-size: 30px;
}
/* team page css */

/* Team detail page css */
.team-single-detail {
    background-color: #f5f6f8;
    padding: 60px 0;
}

.team-detail-wrap {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 45px;
    overflow: hidden;
}

.single-team-image {
    float: left;
    width: 280px;
    margin: 0 35px 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.single-team-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    object-position: center top;
}

/* Name */
.single-attorney-name {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.2;
}

.attorney-designation {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6a9fb4;
    background-color: rgba(13, 110, 253, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.team-detail-wrap p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4f57;
    margin-bottom: 16px;
}

.team-detail-wrap::after {
    content: "";
    display: table;
    clear: both;
}
/* Team detail page css */

/* Services Page CSS */
.page-template-default .heading {
    font-size: 40px;
}
/* Services Page CSS */

/* default page css */
body.page-template-default > [class*="wp-block-"] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.wp-block-list {
    list-style: disc;
    padding-left: 40px !important;
}

/* default page css */

/* insurance page css */
.logo-item-col .trust-logo {
    height: 100%;
    border: 1px solid #cfcfcf;
    padding: 15px;
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.logo-item-col .trust-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.logo-item-row {
    justify-content: center;
}
/* insurance page css */
/* Blog CSS */

/* BLog Page CSS */
.mobile-search-blog {
    display: none;
}
.blog-list-area {
    padding-right: 15px;
}
.post-and-content-box {
    width: 100%;
    padding: 15px;
    padding-bottom: 55px;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    overflow: hidden;
    background: #F5F5F5;
}
.post-and-content-box:hover {
    background: var(--bs-blue);
    transition: 0.5s;
}
.post-and-content-box .blog-btn {
    position: absolute;
    bottom: 15px;
}
.post-and-content-box:hover span.author-name {
    color: #fff;
}

.post-and-content-box:hover span.author-name:hover {
    text-decoration: underline;
    color: #fff;
    border-color: #fff;
}
.post-and-content-box .blog-post-info {
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
}
.post-and-content-box .post-title {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.post-and-content-box .post-title a {
    position: relative;
    font-size: 24px;
    color: rgba(29, 17, 3, 1);
    font-weight: 500;
    line-height: 1.1;
    transition: 0.5s;
}
.post-and-content-box .blog-btn .read-link {
    color: var(--bs-blue);
    transition: 0.5s;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.post-and-content-box .blog-btn .read-link svg {
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.post-and-content-box .post-title a:hover {
    color: #fff;
    transition: 0.5s;
}
.post-and-content-box:hover .post-title a {
    color: #fff;
    transition: 0.5s;
}
.post-and-content-box .post-title a:hover, .post-and-content-box .blog-btn .read-link:hover {
    text-decoration: underline;
}
.post-and-content-box:hover  .post-short-desc {
    color: #fff;
}
.post-and-content-box:hover .blog-btn .read-link {
    color: #fff;
    transition: 0.5s;
}
.post-and-content-box:hover .read-link svg path {
    transition: 0.5s;
    fill: #fff;
}
.blog-post-list {
    position: relative;
    width: 100%;
    z-index: 1;
}
.blog-post-list .post-col-info {
    display: flex;
}
.post-and-content-box .post-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.post-and-content-box .post-image a {
    height: 280px;
    display: block;
    position: relative;
    background-color: transparent;
    transition: 1s;
    overflow: hidden;
}
.post-and-content-box .post-image a.no-blog-image {
    background-color: #2F2F2F;
}
.post-and-content-box .post-image a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #293a4c;
    content: "";
    opacity: 0.5;
    transition: 1s;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.post-and-content-box:hover .post-image a:after {
    bottom: 0;
    transition: 1s;
    opacity: 0;
}
.post-and-content-box .post-image a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative;
    display: block;
    object-position: center;
    padding: 0;
    transition: 1s;
    border-radius: 10px;
}
.post-and-content-box:hover .post-image a img {
    transition: 1s;
    transform: scale(1.05);
}
.post-and-content-box .post-image a img.no-featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.blog-btn .blog-read-btn {
    font-size: 20px;
    padding: 0;
    display: flex;
    font-weight: 700;
    align-items: center;
}
.blog-btn .blog-read-btn svg {
    margin: 0;
    width: 16px;
    height: 16px;
    position: relative;
    left: 0;
    top: 1px;
    margin-left: 5px;
}
.blog-btn .blog-read-btn:hover svg path {
    stroke: var(--color-1-black);
}
.post-date {
    font-weight: 300;
    color: #c29763;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.blog-list-area .post-date {
    margin-bottom: 10px;
}
/* Blog Page CSS End */



/* Blog Page Search CSS Sidebar */
.searchitem ::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 1);
}
.searchitem ::-moz-placeholder {
    color: rgba(51, 51, 51, 1);
}
.searchitem :-ms-input-placeholder {
    color: rgba(51, 51, 51, 1);
}
.searchitem :-moz-placeholder {
    color: rgba(51, 51, 51, 1);
}
.search-form label {
    width: 100%;
    position: relative;
    display: block;
}
.widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none
}
input.search-field {
    height: 72px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid rgba(243, 243, 243, 1);
    padding: 12px 0;
    padding-right: 15px;
    line-height: 26px;
    background: rgba(243, 243, 243, 1);
    border-radius: 10px;
    padding-left: 15px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}
input.search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 52px;
    padding: 10px;
    font-size: 0px;
    right: 15px;
    background: var(--bs-blue);
    margin: auto;
    border-radius: 10px;
}
.search-form:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 30px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/white-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 0;
    background-position: center;
    border-radius: 10px;
}
input.search-submit:hover {
    background: #2f2f2f;
}
.sidebar.form-sidebar .widget.searchitem {
    margin-bottom: 30px;
}
/* Blog Page Search CSS Sidebar */



/* Sidebar menu css */
.sidebar .widget {
    margin-bottom: 40px;
    z-index: 1;
}

.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget.practice-side ul {
    padding-bottom: 11px;
    margin-bottom: 20px;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    border: 1px solid #787878;
    padding-bottom: 0;
    border-radius: 5px;
    background: #f5f5f5;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    position: relative;
    display: block;
    text-transform: none;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}
.sidebar .widget ul {
    padding-bottom: 40px;
    margin-bottom: 0;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 2px;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 25px;
    position: relative;
    color: #2F2F2F;
    font-size: 16px;
    font-style: normal;
    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-blue.svg);
    content: "";
    position: absolute;
    right: 25px;
    top: 10px;
    height: 14px;
    width: 14px;
}
.sidebar .widget-menu ul li a:hover {
    color: var(--bs-white);
    background: var(--bs-blue);
}
.sidebar .widget-menu ul li a:hover:after {
    background-image: url(../img/white-right-arrow.svg);
}
.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/white-right-arrow.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: var(--bs-white);
    background: var(--bs-blue);
}
/* Sidebar menu */


/* single blog css */
.single-post-wrap {
    padding: 20px;
    position: relative;
    border-radius: 20px;
    background: #f5f5f5;
    width: 100%;
}
.post-full-content {
    width: 100%;
    position: relative;
}

.single-page-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
}

.single-page-image img {
    width: 100%;
    position: relative;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    height: auto;
}

.blog-post-title {
    margin-bottom: 15px;
}

.post-full-content table {
    width: 100%;
}
.post-full-content table tr td a {
    color: var(--bs-blue);
    text-decoration: underline;
}
.post-full-content table tr td a:hover {
    color: var(--bs-blue);
    text-decoration: none;
}
.single .content-parent .content-container ul.wp-block-list {
    padding-left: 15px !important;
}
/* single blog 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 */

/* telemedicine css */
.telemedicine-section .care-card{
    background: #FFFFFF;
    border: 1px solid #E7E3D9;
    border-radius: 18px;
    padding: 18px 18px 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.telemedicine-section .care-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 30px -18px rgba(30,46,44,0.35);
}

.telemedicine-section .care-photo-frame{
    border-radius: 14px;
    padding: 3px;
    margin-bottom: 16px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #6a9fb4, #6a9fb4);
}

.telemedicine-section .care-photo-inner{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #EDEAE2;
}

.telemedicine-section .care-photo-inner img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.telemedicine-section .care-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #1E2E2C;
    margin: 0 0 16px;
    text-align: center;
}

.telemedicine-section .care-actions{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.telemedicine-section .care-btn{
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1.5px solid transparent;
    transition: all .18s ease;
}
.telemedicine-section .care-btn-primary{
    background: #6a9fb4;
    color: #fff;
}
.telemedicine-section .care-btn-primary:hover {
    background: #000000;
    color: #fff;
}
.telemedicine-section .care-btn-secondary{
    background: transparent;
    color: #1E2E2C;
    border-color: #6a9fb4;
}

.telemedicine-section .care-btn-secondary:hover {
    border-color: #6a9fb4;
    background: #6a9fb4;
    color: #fff;
}

.telemedicine-section .care-details {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -40px;
}

.telemedicine-section .care-details p {
    color: #FF0000;
}
.telemedicine-section .care-details p strong {
    color: #000;
    font-size: 35px;
    margin: 0;
    line-height: normal;
}
.telemedicine-item-row .modal-header {
    border: none;
}
/* telemedicine css */

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

.single-post-content img, .static-page-details img {
    border: 1px solid #f2f2f2;
    padding: 5px;
}
/* sidebar form css */
.side-contact-header {
    margin-bottom: 20px;
}
.contact-form-sidebar .wpcf7 {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
}
.contact-form-sidebar .sidebar-form {
    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);
    border-radius: 5px;
}

.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;
    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 {
    padding: 7px 15px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    background: none;
    height: 50px;
    font-weight: 300;
    font-size: 14.5273px;
    line-height: 22px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #F8F8F8;
    border-radius: 30px;
}
.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: 100px;
}

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

.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 28px;
}

.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: -30px;
    padding: 2px 6px;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}
.sidebar .wpcf7 form[data-status="sent"] .wpcf7-response-output {
    color: #00772c !important;
    min-width: 320px !important;
    bottom: 0;
    position: relative;
    opacity: 1;
    padding: 0;
}

.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}
.sidebar .wpcf7 form .btn-wrap {
    background-color: transparent;
    border-radius: 45px;
    width: 100%;
    margin-top: 0;
}
.sidebar .wpcf7 form .btn-wrap .fs-submit-wrapper {
    position: relative;
    width: 100%;
}
.sidebar .wpcf7 form .btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100%;
    text-shadow: none;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 20px;
    z-index: 1;
    color: var(--bs-white);
    background: transparent;
    border: 1px solid var(--bs-white);
    text-indent: -35px;
    font-size: 16px;
}

.sidebar .wpcf7 form .btn-wrap .fs-submit-wrapper:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/button-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 0;
    background-position: center;
    border-radius: 10px;
    left: 70px;
    z-index: 2;
}

.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: #fff;
    border-color: var(--bs-black);
    background-color: var(--bs-black);
}
/* sidebar form css */
/* Error Page CSS */
.error-form {
    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);
    width: 100%;
}
.error-form  div.wpcf7 .wpcf7-form textarea.form-control {
    padding-top: 15px;
}
.contact-form-error .error-form  .wp-form-btn {
    margin-top: 0;
}
/* Error Page CSS */


/* 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-blue);
    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-blue);
    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 */


.telemedicine-item-row {
    justify-content: center;
}

.telemedicine-info-text {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.3;
}
.team-category-list .telemedicine-section .care-name {
    margin: 0 0 10px;
}

.team-category-list .telemedicine-section .care-card:hover .care-name {
    color: var(--bs-blue);
}