/* Inner banner css */
.inner-banner-section {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 392px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    justify-content: flex-end;
}
.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-wrap .banner-right-top-img {
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 377px;
    width: 378px;
    background-position: bottom right;
}

.inner-banner-info {
    width: auto;
    margin-left: 0;
    max-width: calc(100% - 476px);
    top: -15px;
    position: relative;
}

.inner-banner-section .inner-banner-title {
    color: var(--color-2);
    margin: 0;
    font-size: 50px;
    line-height: 55px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-ivyora);
}
.inner-banner-section .inner-banner-title span {
    color: var(--color-2);
    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(--color-3);
    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 */

/* Contact Page CSS */
.contact-col-right .w-100 {
    padding-left: 50px;
}
.contact-col-left .wpcf7 .contact-btn {
    margin-top: 20px;
}
.address-col-left .address-detail .heading {
    font-size: 40px;
    line-height: 1.3;
}

.address-section .address-map-wrap {
    width: 100%;
}
.address-section .address-col-left {
    align-items: center;
}

.address-section .address-map-wrap iframe {
    width: 100%;
    max-height: 440px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 11px #00000017;
}

.address-section .address-text {
    width: 100%;
    position: relative;
    max-width: 373px;
    font-size: 20px;
    line-height: 1.5;
}
.address-section.section-pd {
    padding-bottom: 92px;
}
/* Contact Page CSS */

/* team list css */
.team-list-row {
    justify-content: center;
}

.team-list-row .attorney-wrap {
    width: 100%;
    position: relative;
    text-align: center;
}

.team-list-row .attorney-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.team-list-row .attorney-wrap a img {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    transition: 0.5s;
}
.team-list-row .attorney-wrap a:hover img {
    transition: 0.5s;
    transform: scale(1.05);
}
.name-and-designation {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.name-and-designation .attorney-name {
    font-size: 32px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-ivyora);
    color: #fff;
}
.name-and-designation .attorney-designation {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    line-height: 1.3;
}
.team-list-row .attorney-wrap .page-button a {
    display: inline-block;
    width: auto;
}
.staff-list-row {
    justify-content: center;
}

.staff-list-row .staff-wrap {
    width: 100%;
    position: relative;
    text-align: center;
}

.staff-list-row .staff-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}
.staff-list-row .staff-wrap a.no-link-item {
    pointer-events: none;
}
.staff-list-row .staff-wrap a img {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    transition: 0.5s;
}
.staff-list-row .staff-wrap a:hover img {
    transition: 0.5s;
    transform: scale(1.05);
}

.staff-list-row .staff-name-and-designation {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.staff-list-row .staff-name-and-designation .staff-name {
    font-size: 28px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-ivyora);
    color: #fff;
}
.staff-list-row .staff-name-and-designation .staff-designation {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    line-height: 1.3;
}

.staff-section.section-pd {
    padding-bottom: 105px;
}
/* team list css */

/* team detail page */
.team-col-item {
    align-items: center;
}
.team-col-item .team-detail-wrap .heading {
    margin-bottom: 5px;
    letter-spacing: -0.1px;
}
.team-col-item .team-detail-wrap .attorney-designation {
    margin-bottom: 25px;
    position: relative;
    display: block;
    color: #4B686A;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    font-size: 30px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
}
.team-image-col img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
}
.team-image-col  .w-100 {
    padding-left: 70px;
    max-height: 640px;
    overflow: hidden;
}
/* FAQs*/
.faq-detail-section.section-pd {
    margin-bottom: 30px;
}
.faq-row-list .accordion .accordion-item {
    box-shadow: 4px 4px 20px 8px #0000000F;
    margin-top: 25px;
    border: none;
    border-radius: 16px;
}
.faq-row-list .accordion .accordion-item p a {
    text-decoration: var(--color-3);
    text-decoration: underline;
}
.faq-row-list .accordion .accordion-item p a:hover {
    text-decoration: none;
}
.faq-row-list .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    color: #424141;
    font-weight: 800;
    background: #fff;
    border-radius: 15px;
    border: none;
    box-shadow: none;
    outline: none;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.faq-row-list .accordion .accordion-item .accordion-body {
    border-radius: 0;
    padding-top: 0;
    padding-left: 34px;
    padding-right: 74px;
    padding-bottom: 22px;
}
.membership-detail ul {
    column-count: 2;
}
.membership-detail {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}
.society-membership-section  {
    background: #F5F5F5;
}
/* team detail page */
.book-item-info {
    width: 100%;
    position: relative;
}
.book-item-info .heading {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.book-item-info p {
    max-width: 284px;
}
.book-item-info .book-btn {
    margin-top: 25px;
}
.book-list-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.book-list-wrap .book-image-wrap {
    width: 100%;
}
.book-list-wrap .book-image-wrap .bg-shadow-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -110px;
    right: 0;
    height: 333px;
    width: 454px;
    z-index: -1;
    top: 30px;
    bottom: 0;
}
.attoreny-detail-section {
    background: #f5f5f5;
    position: relative;
    width: 100%;
}
.training-col-info .heading {
    font-size: 38px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.team-col-item p a {
    text-decoration: underline;
}
.team-col-item p a:hover {
    text-decoration: none;
}

/* award logo css */
.trust-logos-section {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.trust-logos-section .trust-slider-track {
    display: flex;
    width: max-content;
    animation: trust-scroll 25s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
}

.trust-logos-section .trust-slider-wrap {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    padding-right: 80px; /* gap between the two copies */
}

.trust-logos-section .award-item {
    flex: 0 0 auto;
    flex-shrink: 0;
}

.trust-logos-section .award-image img {
    width: auto;
    height: auto;
    max-height: 100px;
    display: block;
}

.trust-logos-section:before {
    content: "";
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(270deg, #FFFFFF 22.6%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(180deg);
}

.trust-logos-section:after {
    content: "";
    background: linear-gradient(270deg, #FFFFFF 22.6%, rgba(255, 255, 255, 0) 100%);
    width: 150px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.trust-logos-section:hover .trust-slider-track {
    animation-play-state: paused;
}

@keyframes trust-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to   {
        transform: translate3d(-50%, 0, 0);
    }
}
/* award logo css */
.html5lightbox .play-icon {
    transition: 0.7s;
}
.html5lightbox:hover .play-icon {
    transform: scale(1.08);
    transition: 0.7s;
}
.team-video-col {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.team-video-item {
    margin: 0 auto;
    display: block;
    max-width: 1077px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.team-video-item img {
    width: 100%;
    border-radius: 10px;
}
.team-video-col .page-button {
    margin-top: 60px;
}

.doctor-name-info {
    position: absolute;
    text-align: left;
    color: #fff;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    height: 130px;
    width: 350px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    line-height: 1.3;
}
.doctor-name-info:after {
    position: absolute;
    content: "";
    height: 4px;
    background-image: linear-gradient(89.81deg, #795D2B 17.52%, #C2A168 193.84%);
    width: 100%;
    bottom: 0;
    right: 0;
}

.doctor-name-info .doctor-name {
    font-size: 40px;
    line-height: 1.3;
}

.doctor-name-info  .doctor-sub-name {
    font-size: 36px;
    line-height: 1.3;
}

/* team page css end */
/* med spa page css  */
.linklist p strong {
    color: #000;
}
.linklist p a, .linklist ul li a {
    text-decoration: underline;
}
.linklist p a:hover, .linklist ul li a:hover {
    text-decoration: none;
}
.content-multi-col-right .image-med-spa {
    padding-left: 40px;
}
.content-multi-col-left .heading span {
    display: block;
    font-size: 38px;
    font-style: normal;
}
.content-multi-col-right {
    align-items: center;
}
.content-multi-col-right .image-med-spa, .content-multi-col-right .image-med-spa .image-col-item, .content-multi-col-right .image-med-spa .image-col-item img {
    width: 100%;
    position: relative;
}
.content-multi-col-right .image-med-spa .image-col-item {
    margin-top: 40px;
}
.content-multi-col-right .image-med-spa .image-col-item:first-child {
    margin-top: 0px;
}
.content-multi-col-right .image-med-spa .image-col-item img {
    border-radius: 15px;
}
.fullwidth-info-section {
    width: 100%;
    position: relative;
}
.fullwidth-info-section .fullwidth-detail-with-bg {
    background: #f5f5f5;
    padding: 70px;
    width: 100%;
    position: relative;
}

.fullwidth-info-section .fullwidth-detail-with-bg h5 {
    color: #424141;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 700;
    font-family: var(--font-urbanist);
}
.fullwidth-info-section .fullwidth-detail-with-bg ul {
    column-count: 2;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-image-info-section {
    position: relative;
    z-index: 0;
    width: 100%;
    background-image: linear-gradient(to right, #ebebeb, #eeeeee, #f1f1f1, #f5f5f5, #f8f8f8);
}
.content-image-col-left img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: calc(100% + 70px);
    margin-top: -70px;
}
.content-image-info-section .image-in-right-side {
    flex-direction: row-reverse;
}

.common-detail-section {
    position: relative;
    z-index: 0;
    width: 100%;
    background: #ffffff;
}
.common-detail-top-row {
    margin-bottom: 20px;
}
.box-item-row {
    margin-top: 0px;
    justify-content: center;
}
.common-detail-section .box-item-row {
    margin-top: 20px;
}
.box-item-row .box-item-detail {
    border: 1px solid #9D9D9D;
    padding: 25px;
    border-radius: 10px;
    background: #F5F5F5;
    width: 100%;
    position: relative;
    text-align: left;
}
.box-item-row .box-item-detail .small-heading {
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #4B686A;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    font-size: 38px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
}
.common-detail-section + .content-image-info-section {
    margin-top: 70px;
}
.team-info-section .team-info-wrap-contain {
    width: 100%;
    max-width: 977px;
    margin: 0 auto;
    border: 1px solid #79999B;
    padding: 50px;
    padding-top: 35px;
    border-radius: 10px;
}
.team-info-item-col a {
    display: block;
    width: 100%;
    position: relative;
}

.team-info-item-col a img {
    width: 100%;
}
.team-info-wrap-contain .heading {
    margin: 0;
    margin-bottom: 30px;
}
.team-info-item-col a .team-name {
    font-family: var(--font-ivyora);
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 55px 20px;
    padding-top: 0;
}
.team-info-item-col  .instagram-icon {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -34px;
}

.team-info-item-col .instagram-icon img, .team-info-item-col .instagram-icon svg {
    width: 64px;
    height: 64px;
}
.team-info-item-col:hover .instagram-icon svg {
    transition: 0.5s;
    transform: scale(1.1);
}
.team-info-item-col .instagram-icon svg {
    transition: 0.5s;
}
.team-info-wrap-contain .page-button {
    margin-top: 50px;
}
.grey-box-color {
    background-color: #f5f5f5;
}
.normal-left-right-section +  .trusted-excellence {
    margin-top: 100px;
}
.grey-box-color .box-item-row .box-item-detail {
    border: 1px solid #9D9D9D;
    background: #ffffff;
}
.faq-row-list .accordion .accordion-item .accordion-body figcaption {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 600;
}
.faq-row-list .accordion .accordion-item .accordion-body figure img {
    width: 100%;
}
/* med spa page css end */


/* Gallery Page CSS  */
.gallery-listing-section{
    background:#fff;
}
.gallery-category-col-content {
    align-items: center;
}
.gallery-category-box {
    background: #f7f7f5;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 50px;
}
.gallery-category-image {
    width: 100%;
    position: relative;
}
.gallery-category-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    height: 100%;
    object-position: center;
}

.gallery-category-box .gallery-title{
    font-size: 38px;
    line-height: 1.3;
    margin-bottom:30px;
} 

.gallery-links{
    margin:0;
    padding:0;
    list-style:none;
}

.gallery-links li{
    position:relative;
    padding-left:22px;
    margin-bottom:12px;
}

.gallery-links li a{
    text-decoration:none;
    color:#444;
    transition:.3s;
}

.gallery-links li a:hover{
    padding-left: 5px;
}
.linklist .gallery-links li a {
    text-decoration: none;
}
.gallery-links ul.gallery-sublinks {
    margin: 0; margin-top: 10px;
}

.gallery-links ul.gallery-sublinks li:last-child {
    margin: 0;
}
/* taxonomy page css */
.gallery-taxonomy {
    background:#fff;
}

.gallery-heading {
    font-size: 48px;
    color:#5f7877;
    margin-bottom:50px;
}

.gallery-card{
    background:#fafafa;
    border-radius:8px;
    padding:12px;
    text-align:center;
    transition:.3s;
    height:100%;
    border:1px solid #ececec;
}

.gallery-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gallery-images img{

    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:5px;
}

.gallery-content{
    padding:20px 10px 10px;
}

.gallery-content .h3 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #000;
}

.gallery-content p {
    font-size: 18px;
    color: #4B686A;
    margin-bottom: 18px;
    line-height: 1.3;
}

.gallery-taxonomy .heading {
    margin-bottom: 70px;
}
/* gallery and taxonomy page css */


/* Pagination CSS */
.gallery-taxonomy {
    width: 100%;
    position: relative;
}
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
}
.paging-new .page-numbers {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #787878;
    height: 52px;
    width: 80px;
    text-align: center;
    border: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f5f5f5;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 5px;
}
.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    display: inline-block;
    box-shadow: none;
    color: #ffffff;
    height: 52px;
    line-height: 50px;
    background: #787878;
    transition: 0.5s;
}
.paging-new .prev.page-numbers {
    position: absolute;
    font-size: 0px;
    margin: 0;
    left: 0;
}
.paging-new .next.page-numbers {
    position: absolute;
    margin: 0;
    right: 0;
}
.paging-new .prev.page-numbers:before {
    position: absolute;
    content: "Prev";
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.paging-new .page-numbers:hover {
    color: #787878;
    background-color: #f5f5f5;
    transition: 0.5s;
}

.paging-new .page-numbers.current {
    color: #ffffff;
    border-color: #787878;
    background-color: #787878;
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none
}

.paging-new .pagination {
    margin-top: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 978px;
    position: relative;
}

.paging-new .page-numbers.dots {
    background-color: transparent;
    color: #080808;
    padding: 0;
    width: 12px;
    border: none;
    pointer-events: none;
}

.paging-new .page-numbers:hover {
    background: #787878;
    color: #fff;
}
.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
    background: #f5f5f5;
    color: #787878;
}
/* Pagination CSS */

/* Gallery detail page css */
.breadcrumbs-block div#breadcrumbs {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4B686A;
    font-weight: 400;
}
.gallery-single{
    padding:80px 0;
}

.gallery-title{
    font-size:42px;
    margin-bottom:10px;
}

.gallery-tagline{
    font-size:18px;
    color:#666;
    margin-bottom:0;
}

.gallery-breadcrumb{
    font-size:15px;
}

.gallery-breadcrumb a{
    color:#000;
    text-decoration:none;
}

.gallery-breadcrumb span {
    margin:0 8px;
    color:#999;
}

/* gallery detail */
.heading-col-gallery {
    margin-bottom: 15px;
}

.patient-label-detail .patient-label-name {
    font-weight: 700;
    color: #000;
}

.patient-label-detail {
    font-size: 20px;
    display: flex;
    gap: 15px;
}

.patient-info {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    gap: 25px;
}

.gallery-single .btn {
    border-radius:0;
    padding:12px 24px;
    font-weight:600;
}

.btn-gallery{
    background:#000;
    color:#fff;
}

.btn-gallery:hover{
    color:#fff;
}

/* Before After Images */

.gallery-pair{
    margin-bottom:50px;
}

.image-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}


.image-box img{
    width:100%;
    display:block;
    transition:.35s;
}

.image-box:hover img{
    transform:scale(1.05);
}

.gallery-pair .image-label {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #0000008a;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    line-height: normal;
    border-radius: 5px;
}
.gallery-pair .before-image-col .image-box {
    border-radius: 10px 0px 0px 10px;
}

.gallery-pair .after-image-col .image-box {
    border-radius: 0px 10px 10px 0px;
}
.gallery-list-item-row {
    justify-content: center;
}
.gallery-list-item-row > .row {
    justify-content: center;
}
/*======================================
Description
======================================*/

.gallery-single .case-description {
    background: #F5F5F5;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    position: relative;
    margin: 0;
}

.section-title{
    font-size:32px;
    margin-bottom:25px;
    font-weight:700;
}

.description-content{
    font-size:17px;
    line-height:1.9;
}

.description-content p:last-child{
    margin-bottom:0;
}

/*======================================
Other Description
======================================*/

.other-description-box{
    border:1px solid #eee;
    padding:30px;
    margin-bottom:30px;
}

.other-description-box h3{
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
}

.other-description-box p{
    margin:0;
    line-height:1.9;
}

/*======================================
Related Cases
======================================*/

.related-gallery{
    margin-top:80px;
}

.related-card{
    border:1px solid #eee;
    transition:.3s;
    background:#fff;
    height:100%;
}

.related-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.related-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.related-content{
    padding:25px;
}
.related-content h3 {
    font-size:22px;
    margin-bottom:20px;
    min-height:58px;
}
.description-content a {
    text-decoration: underline;
}
/* Pagination Buttons */
.gallery-single .btn-dark{
    background:#000;
    border-color:#000;
}
.gallery-single .btn-dark:hover {
    background: #4B686A;
    border-color: #4B686A;
}
.gallery-single .btn-outline-dark:hover{
    background:#000;
}
/* about page css */
.about-detail-section {
    width: 100%;
    position: relative;
    background: #F9F9F9;
}
.about-image-col img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.about-image-col .w-100 {
    padding-left: 50px;
}
.about-col-item  .small-text {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.page-template-template-about .latest-testimonial-section {
    padding-bottom: 100px;
}
.gallery-taxonomy + .trusted-excellence {
    margin-top: 30px;
}
/* about page 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: #787878;
    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(--color-3);
    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-weight: 300;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}
input.search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 52px;
    padding: 10px;
    font-size: 0px;
    right: 15px;
    background: #4B686A;
    margin: auto;
    border-radius: 10px;
}
.search-form:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 30px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 45px;
    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;
    color: #2F2F2F;
    text-transform: none;
    font-size: 35px;
    line-height: 1.3;
    font-family: var(--font-ivyora);
    text-align: center;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.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/blue-right-arrow.svg);
    content: "";
    position: absolute;
    right: 25px;
    top: 10px;
    height: 14px;
    width: 14px;
}
.sidebar .widget-menu ul li a:hover {
    color: var(--color-2);
    background: var(--color-3);
}
.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(--color-2);
    background: var(--color-3);
}
/* 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: 35px;
}

.post-full-content table {
    width: 100%;
}
.post-full-content table tr td a {
    color: var(--color-3);
    text-decoration: underline;
}
.post-full-content table tr td a:hover {
    color: var(--color-3);
    text-decoration: none;
}
/* single blog css */

/* Video Page CSS */
.main-video-section .featured-heading {
    margin-bottom: 30px;
}
.video-box-wrap {
    width: 100%;
    position: relative;
}
.video-box-wrap a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.video-box-wrap a img {
    width: 100%;
    position: relative;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.video-box-wrap .play-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 110px;
    height: 110px;
    font-size: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    background-image: url("../img/youtube-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 1s;
}
.video-box-wrap .html5lightbox:hover .play-icon {
    transition: 1s;
    transform: scale(1.1);
}
/* Video Page CSS */

/* services page css */
.content-image-info-section.dr-team-section {
    margin-top: 65px;
}
.dr-team-section .content-image-col-right {
    align-items: center;
}
.page-template-template-services .heading.border-center {
    min-width: 40%;
}
.dark-bg-section {
    background: #737373;
}
.white-color-sec p a, .white-color-sec ul li a {
    color: #ffffff;
    text-decoration: underline;
}
.white-color-sec p a:hover, .white-color-sec ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.service-list-row {
    justify-content: center;
}
.service-top-row {
    margin-bottom: 40px;
}

.service-list-col a {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.7s;
    z-index: 0;
}

.service-list-col a:after {
    background: linear-gradient(188.25deg, rgba(1, 8, 9, 0) 6.33%, rgba(1, 12, 13, 0.28) 39.87%, #021214 88.14%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    z-index: 0;
}
.service-list-col a:hover:after{
    transition: 0.5s;
    background: linear-gradient(178.39deg, rgba(0, 0, 0, 0) -0.02%, #000000 98.63%);
}
.service-list-col a img {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: 0.7s;
}
.service-list-row .service-name {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    padding: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
}

.service-list-col a:hover .service-name {
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
}

.service-list-col a .service-bottom-info {
    width: 100%;
    position: absolute;
    padding: 30px;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.service-list-col a:hover .service-bottom-info {
    bottom: 0;
    transition: 0.5s;
    opacity: 1;
}

.service-list-col a .service-bottom-info, .service-list-col a .service-bottom-info p, .service-list-col a .service-bottom-info .service-title {
    color: #fff;
}
.service-list-col a .service-bottom-info p {
    line-height: 27px;
    font-size: 16px;
}
.service-list-col a .service-bottom-info .service-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}
.service-list-col a .service-bottom-info .learn-btn {
    border-radius: 10px;
    padding: 11px 34px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    min-width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--font-urbanist);
    border: 1px solid #FFFFFF4D;
    background: transparent;
    margin-top: 10px;
}
.service-wrapper {
    border-radius: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 25px;
}

.services-col-right .small-text {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 2px;
}
.service-wrapper .services-image-col-left img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-wrapper .services-col-right {
    align-items: center;
    padding-left: 80px;
    padding-right: 70px;
}

.box-item-row .box-item-detail blockquote {
    background: transparent;
    border: 0;
    color: #3f444b;
    font-size: 100%;
    font-style: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    quotes: none;
    vertical-align: baseline;
}

.box-item-row .box-item-detail blockquote:before {
    color: var(--color-3);
    content: "“";
    display: block;
    font-family: Times New Roman, Times, serif;
    font-weight: 900;
    height: .6em;
    line-height: 1;
    font-size: calc(1px * 100);
    margin-bottom: 10px;
}

.box-item-row .box-item-detail blockquote cite {
    font-weight: 700;
    font-style: normal;
    color: #000;
}

.service-wrapper .services-col-right .w-100 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-wrapper .service-image-in-right-side {
    flex-direction: row-reverse;
}
/* services page css */


/* Sidebar Form CSS Only */
.contact-form-sidebar {
    background: var(--color-3);
    width: 100%;
    position: relative;
    padding: 50px 25px;
    border-radius: 10px;
    padding-bottom: 50px;
    padding-top: 38px;
}
.sidebar-form .sidebar-heading {
    position: relative;
    display: block;
    color: #ffffff;
    text-transform: none;
    font-size: 38px;
    line-height: 1.3;
    font-family: var(--font-ivyora);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}
.contact-form-sidebar div.wpcf7 .common-label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}
.contact-form-sidebar div.wpcf7 .btn-wrap {
    width: 100%;
    position: relative;
}

.contact-form-sidebar div.wpcf7 .btn-wrap .fs-submit-wrapper {
    width: 100%;
}

.contact-form-sidebar div.wpcf7 .btn-wrap .wpcf7-submit, .contact-form-sidebar div.wpcf7 .btn-wrap span .wpcf7-submit {
    color: #4B686A;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
.contact-form-sidebar div.wpcf7 .btn-wrap .wpcf7-submit:hover, .contact-form-sidebar div.wpcf7 .btn-wrap span .wpcf7-submit:hover {
    color: #fff;
    background: #2F2F2F;
}
.contact-form-sidebar div.wpcf7 .wpcf7-form .form-control, .contact-form-sidebar .common-form-style .form-group .form-control, .contact-form-sidebar select {
    padding: 0;
    font-size: 16px;
    text-transform: none;
    height: 55px;
    border-radius: 10px;
    background: transparent;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #F5F5F5;
    padding-left: 15px;
    padding-right: 15px;
}
.contact-form-sidebar div.wpcf7 .wpcf7-form textarea.form-control {
    height: 100px;
    padding-top: 10px;
}
.contact-form-sidebar .wpcf7 .btn-wrap .wpcf7-submit:hover {
    transition: 0.5s;
    background: #ffffff;
    color: #00aeef;
}
.sidebar-form .wpcf7 .quizmath .wpcf7-quiz-label {
    font-size: 14px;
    color: #fff;
}
.sidebar-form .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
    display: inline-block !important;
    opacity: 1 !important;
    transition: none !important;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
}
.sidebar-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-quiz {
    background: transparent;
    color: #ffffff;
    border: 1px solid #F5F5F5;
}
/* placeholder */
.sidebar-form .wpcf7 ::-webkit-input-placeholder {
    color: #F5F5F5;
}
.sidebar-form .wpcf7 select {
    color: #ffffff;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #ffffff 0), linear-gradient(135deg, #ffffff 50%, #ffffff00 0), linear-gradient(267deg, #4b686a, #4b686a00);
    background-position: calc(100% - 16px) 50%, calc(100% - 12px) 50%, 100% 0;
    background-repeat: no-repeat;
    background-size: 4px 5px, 4px 5px, 1.5em 3.5em;
    cursor: pointer;
    padding-right: 0;
    border: 1px solid #F5F5F5;
    opacity: 1;
}

.sidebar-form .wpcf7 select option {
    color: #000;
}
.sidebar-form .wpcf7 ::-moz-placeholder {
    color: #F5F5F5;
}

.sidebar-form .wpcf7 :-ms-input-placeholder {
    color: #F5F5F5;
}

.sidebar-form .wpcf7 :-moz-placeholder {
    color: #F5F5F5;
}
/* Sidebar Form CSS Only */


/* Static Page CSS */
.static-page-details {
    padding-right: 15px;
}
.static-page-details .border-left {
    position: relative;
    display: block;
    color: #4B686A;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    text-transform: none;
    font-weight: 400;
    padding-bottom: 18px;
}
.static-page-details .border-left:before {
    background: linear-gradient(90deg, #96897E 0%, rgba(150, 137, 126, 0) 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
}
.static-page-details .image-left-right-info .border-left {
    margin-bottom: 40px;
}
.static-page-details .image-left-right-info {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.page-content-with-image h2, .page-content-with-image h3, .page-content-with-image h4, .page-content-with-image h5, .page-content-with-image h6{
    margin-bottom: 25px;
}

.page-content-list-info {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-content-list-info .heading-text a {
    font-size: 24px;
    color: #4B686A;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: underline;
}

.page-content-list-info .heading-text a:hover {
    text-decoration: underline;
}
.page-content-list-info  .heading-text {
    margin-bottom: 10px;
}
.page-content-list-info {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-content-list-info .row.g-4 {
    margin-top: 0;
}

.page-fullwidth-info {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.page-fullwidth-info.bg-color-sec {
    background: #efefef;
    border-radius: 16px;
    padding: 40px;
}
.page-left-right-info {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.page-left-right-info h2, .page-left-right-info h3, .page-left-right-info h4, .page-left-right-info h5, .page-left-right-info h6{
    margin-bottom: 0px;
}
.page-content-with-image {
    position: relative;
    margin-top: 40px;
    width: 100%;
}
.static-page-details img {
    border-radius: 10px;
}
.static-page-details img.size-full {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.static-page-details .image-right-sec {
    flex-direction: row-reverse;
}
.static-page-details .page-image-right-col img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.static-page-details .page-content-with-image .border-left {
    margin-bottom: 40px;
}
.static-page-details img {
    border-radius: 10px;
}
.static-page-details .image-left-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.static-page-details .image-left-right-col img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.static-page-details.full-width-static {
    padding-right: 15px;
}
/* Static page css */
/* area served detail */
.location-list {
    justify-content: center;
}

.area-served-info-wrap {
    width: 100%;
    position: relative;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
}
.location-list {
    justify-content: center;
}
.area-heading {
    font-weight: 400;
    font-family: var(--font-ivyora);
    font-size: 27px;
    color: #4B686A;
    margin-bottom: 20px;
    border-bottom: 1px solid #96897E;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.area-served-listing {
    margin-bottom: 30px;
}

.area-served-info-wrap .html5lightbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    transition: 0.5s;
    border-radius: 10px;
}
.area-served-info-wrap .html5lightbox  img {
    border-radius: 10px;
    transition: 0.5s;
}
.area-served-info-wrap .html5lightbox:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.areas-served-page .areas-info-wrap h2, .areas-served-page .areas-info-wrap h3, .areas-served-page .areas-info-wrap h4, .areas-served-page .areas-info-wrap h5, .areas-served-page .areas-info-wrap h6 {
    position: relative;
    display: block;
    color: #4B686A;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    text-transform: none;
    font-weight: 400;
    padding-bottom: 18px;
}
.areas-served-page .areas-info-wrap h2:before, .areas-served-page .areas-info-wrap h3:before, .areas-served-page .areas-info-wrap h4:before, .areas-served-page .areas-info-wrap h5:before, .areas-served-page .areas-info-wrap h6:before {
    background: linear-gradient(90deg, #96897E 0%, rgba(150, 137, 126, 0) 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
}
/* area served detail */

/* review page css */
.review-content-with-image {
    width: 100%;
    position: relative;
}
.review-content-with-image .review-info-wrap {
    padding-left: 50px;
}
.image-in-right-side {
    flex-direction: row-reverse;
}
.review-image-left-col img {
    height: 100%;
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
.review-content-with-image .image-in-right-side .review-info-wrap {
    padding-left: 0;
    padding-right: 50px;
}
.google-info-section {
    margin-top: 35px;
    width: 100%;
    position: relative;
}

.google-info-section .google-detail {
    max-width: 602px;
    background: #FAF8F5;
    padding: 35px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.google-info-section .google-detail .google-img {
    width: 40%;
    border-right: 1px solid #1C2B3A1A;
    padding-right: 40px;
}

.google-info-section .google-detail .google-img img {
    width: auto;
    height: auto;
}

.google-info-section .google-detail .google-button {
    padding-left: 40px;
    width: 50%;
}

.google-info-section .google-detail .google-button .btn {
    min-width: 266px;
}

.three-col-content-section {
    background: #F5F5F5;
    width: 100%;
    position: relative;
}
.three-list-detail-row .three-info-wrap {
    background: #4B686A;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 30px;
    transition: 0.7s;
}

.three-list-detail-row .three-info-wrap:hover {
    background: #000;
    transition: 0.7s;
}
.three-list-detail-row .three-info-wrap.no-link {
    pointer-events: none;
}
.three-list-detail-row .three-info-wrap .heading-text {
    font-weight: 500;
    margin-top: 25px;
}
/* instagram css sectrion */
/* instagram css */
.instagram-shoutouts-section .heading.border-center {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 100px;
    margin-bottom: 50px;
}
.instagram-detail-row .instagram-info-wrap {
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid #6B8C7E;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: #FAF8F5;
    transition: 0.7s;
}
.instagram-detail-row .instagram-info-wrap:hover {
    transition: 0.7s;
    transform: scale(1.02);
}
.instagram-detail-row .instagram-info-wrap img {
    width: 100%;
    margin-bottom: 15px;
}

.instagram-detail-row .instagram-info-wrap.no-link {
    pointer-events: none;
}

.instagram-detail-row .instagram-info-wrap .instagram-text {
    color: #424141;
    font-size: 18px;
    display: flex;
    font-weight: 500;
    align-items: center;
    transition: 0.7s;
}
.instagram-detail-row .instagram-info-wrap:hover .instagram-text {
    color: var(--color-3);
    transition: 0.7s;
}
.instagram-detail-row .instagram-info-wrap .instagram-text svg, .instagram-detail-row .instagram-info-wrap .instagram-text img {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}
/* review page css */
/* fullwidth parent child css */
.parent-child-full-width {
    background: #f7f7f7;
    padding: 70px 0;
    text-align: center;
    padding-bottom: 100px;
}
.parent-child-full-width .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.parent-child-full-width .widget-menu .widget-title {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 100px;
    margin-bottom: 50px;
    color: #4B686A;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    font-size: 50px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}
.parent-child-full-width .widget-menu .widget-title:before {
    background: linear-gradient(90deg, #96897E 0%, rgba(150, 137, 126, 0) 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(150, 137, 126, 0) 0%, #96897E 50%, rgba(150, 137, 126, 0) 100%);
}

.parent-child-full-width .practice-side {
    width: 100%;
    margin: 0;
}

.parent-child-full-width ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.parent-child-full-width ul li {
    list-style: none;
    margin: 10px;
}
.parent-child-full-width ul li a {
    display: inline-block;
    background: #4b686a;
    border: 1px solid #4b686a;
    font-size: 18px;
    padding: 15px 30px;
    font-weight: 500;
    color: #fff;
    min-width: 150px;
    text-align: center;
}
.parent-child-full-width ul li a:hover {
    background: #5c5c5c;
    border-color: #5c5c5c;
}
.parent-child-full-width ul li.activeChild a {
    background: #5c5c5c;
    border-color: #5c5c5c;
}
.instagram-btn-row {
    text-align: center;
    margin-top: 20px;
}
.instagram-shoutouts-section.section-pd {
    padding-bottom: 30px;
}


/* slide css */
.additional-review-section {
    background: #4B686A;
    width: 100%;
    position: relative;
    z-index: 0;
}
.review-detail-row .owl-carousel .owl-item img {
    width: auto;
}

.additional-review-section .review-col-item {
    width: 100%;
    position: relative;
    text-align: center;
}

.additional-review-section .review-text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    font-family: var(--font-ivyora);
    font-weight: 400;
    padding-bottom: 25px;
    position: relative;
}

.additional-review-section .review-text:before {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(150, 137, 126, 0) 0%, #96897E 50%, rgba(150, 137, 126, 0) 100%);
}
/* fullwidth parent child css */



/* Faq Page CSS */
.faq-video-item .faq-video-box-wrap {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: #FAF8F5;
    transition: 0.7s;
}
.faq-video-item .faq-video-box-wrap:hover {
    transition: 0.7s;
    background: #2F2F2F;
}
.faq-video-item .faq-video-box-wrap .faq-video-name {
    color: #2F2F2F;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: var(--font-ivyora);
}
.faq-video-item .faq-video-box-wrap:hover .faq-video-name {
    color: #fff;
}
.faq-video-item .faq-video-box-wrap .faq-video-thumb {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s;
}

.faq-video-item .faq-video-box-wrap .faq-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.faq-video-item .faq-video-box-wrap .faq-video-thumb .play-icon svg {
    height: 90px;
    width: 90px;
}

.faq-video-item .faq-video-box-wrap .faq-video-thumb .play-icon {
    height: 90px;
    width: 90px;
    display: inline-block;
}
/* Faq Page CSS */

.review-slide-Section {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.review-slide-Section .owl-nav {
    position: absolute;
    width: calc(100% + 120px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 86px;
    bottom: 0;
    left: -60px;
    right: 0;
    top: 44%;
    transform: translateY(-10%);
    z-index: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
}
/* card slider */
.patient-note-section {
    position: relative;
    width: 100%;
    height: 100%;
}
.patient-note-section .owl-nav {
    position: relative;
    width: calc(100% + 0px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 86px;
    top: inherit;
    left: 0px;
    right: 0;
    bottom: -40px;
    z-index: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
}
.card-detail-Section {
    width: 100%;
    position: relative;
}
.card-detail-Section .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 10px;
    gap: 10px;
}
.card-detail-Section .owl-carousel .owl-dots .owl-dot {
    border: 1px solid #FFFFFF4D;
    background: #d9d9d9;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.card-detail-Section .owl-carousel .owl-dots .owl-dot.active  {
    border: 1px solid #2F2F2F;
    background: #2F2F2F;
}

.card-detail-Section .owl-carousel .owl-dots .owl-dot span {
    display: none;
}
/* card slider */
/* Note slider */
.card-detail-row {
    margin-top: 50px;
}
.note-detail-Section {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.note-detail-Section .patient-title {
    font-size: 24px;
    font-family: var(--font-ivyora);
    line-height: normal;
    margin-bottom: 15px;
}
.note-detail-Section .patient-card {
    background: #4B686A;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    min-height: 340px;
    width: 100%;
}
.note-detail-Section .owl-nav {
    position: absolute;
    width: calc(100% + 120px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 86px;
    bottom: 0;
    left: -60px;
    right: 0;
    top: 44%;
    transform: translateY(-10%);
    background: 0 0;
    border: 0;
    cursor: pointer;
    z-index: -1;
}
.note-detail-Section .owl-carousel .owl-stage {
    position: relative;
    z-index: -1;
    height: auto;
}
.note-detail-Section .client-name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
/* Note slider */
.faq-pages-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}
.faq-pages-section h2.heading {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 60px;
    width: 50%;
}
.faq-page-item .faq-page-link {
    display: flex;
    position: relative;
    padding: 10px;
    background: #fff;
    width: 100%;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
}
.faq-page-item .faq-page-link:hover {
    transition: 0.5s;
    background: #2F2F2F;
}
.faq-page-item .faq-page-link img {
    width: 267px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.faq-page-item .faq-item-name {
    color: #2F2F2F;
    font-size: 28px;
    font-family: var(--font-ivyora);
    font-weight: 400;
    line-height: 1.4;
    padding-left: 35px;
}
.faq-page-item .faq-page-link:hover .faq-item-name {
    color: #fff;
}

.faq-page-item .faq-page-link:after {
    width: 106px;
    height: 133px;
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/question-mark-icon.svg);
    background-position: top center;
}

.content-image-info-section + .trusted-excellence {
    margin-top: 90px;
}
.financial-solution-col a .financial-name {
    font-style: italic;
    color: #2F2F2F;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
}

.financial-solution-col a {
    display: block;
    text-align: center;
}

.financial-solution-col a img {
    height: 114px;
    width: auto;
    object-fit: contain;
    object-position: center;
}
.financial-solution-section {
    margin-bottom: 60px;
    margin-top: 25px;
}
.financial-solution-col a .learn-btn {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 15px;
}
.financial-solution-col a:hover .learn-btn {
    text-decoration: none;
}
.financial-solution-section .financial-list-row {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Left Side Iamge CSS */
.pricing-and-financing {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 60px;
}
.pricing-and-financing .pricing-right-col {
    margin-left: auto;
}
.pricing-and-financing .pricing-left-image {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.pricing-and-financing .pricing-left-image img {
    width: 100%;
    position: relative;
    height: 115%;
    object-fit: cover;
    object-position: right bottom;
    margin-left: auto;
}
.procedure-list-item {
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 44px 0px #B7C4C480;
    background: #fff;
    padding: 30px 50px;
    line-height: normal;
}

.pricing-right-info {
    width: 100%;
    position: relative;
}
.pricing-right-info .page-button {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.pricing-right-info .procedure-title {
    font-size: 32px;
    color: #2F2F2F;
    font-weight: 500;
    display: inline-block;
    font-family: var(--font-ivyora);
    width: 50%;
    padding-left: 0px;
}

.pricing-right-info .procedure-title span {
    color: #2F2F2F;
    font-weight: 500;
    border-bottom: 1px solid #4B686A;
    display: inline-block;
    padding-bottom: 8px;
}
.pricing-right-info .procedure-name, .procedure-wrap .procedure-fees {
    color: #4B686A;
    font-size: 24px;
    font-weight: 600;
}
.procedure-wrap-title {
    padding-bottom: 10px;
    width: 100%;
    display: flex;
}
.procedure-wrap {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #2F2F2F1A;
    line-height: 1.3;
}
.procedure-wrap {
    margin-top: 20px;
    padding-bottom: 10px;
}
.procedure-wrap:first-child {
    margin-top: 0;
}
.procedure-wrap .procedure-name, .procedure-wrap .procedure-fees {
    width: 50%;
}
.procedure-wrap .procedure-fees {
    padding-right: 15px;
    padding-left: 15px;
}
.procedure-wrap .procedure-name {
    padding-left: 0px;
}
.pricing-right-info .procedure-title:last-child {
    padding-left: 15px;
}
/* Left Side Iamge CSS */

.bg-grey {
    background: #F5F5F5;
}
.fullwidth-info-section .fullwidth-border {
    border: 1px solid #9D9D9D;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.fullwidth-info-section .fullwidth-border p strong {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}

.fullwidth-info-section + .trusted-excellence {
    margin-top: 30px;
}

/* skin care products */
.skin-care-products .nav-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
}
.skin-care-products .nav-tabs li {
    border: none;
    padding: 0 6px;
}
.skin-care-products .nav-tabs .nav-item .nav-link {
    color: #2F2F2F;
    font-size: 18px;
    background: #E1E4E4;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}
.skin-care-products .nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    background: #4B686A;
}
.product-info-top {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.product-info-top .product-info {
    width: 100%;
    max-width: 81%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.product-info-top .product-info .heading {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 35px;
}

.product-info-top .product-info ul {
    column-count: 2;
    text-align: left;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.skin-care-products .card {
    background: #F5F5F5;
    border: none;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}
.skin-care-products .card img {
    border-radius: 10px;
    width: 100%;
    height: 422px;
    object-fit: cover;
    object-position: center;
    background-color: #efefef;
}
.skin-care-products .card .card-body {
    padding-left: 0;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 25px;
}
.skin-care-products .card .card-title {
    color: #424141;
    font-size: 18px;
    font-weight: 500;
}
.skin-care-products .card .card-text {
    font-size: 26px;
    color: #2F2F2F;
    font-weight: 700;
    margin: 0;
}
.products-list-row {
    justify-content: center;
}

/* skin care products */
.content-image-info-section .image-in-right-side .content-image-col-right {
    align-items: center;
}
/* resource page css */
.resource-card {
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.7s;
}

.resource-card img {
    width: 100%;
    max-height: 280px;
    border-radius: 10px;
    object-fit: cover;
}
.resource-card .resource-title {
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 500;
    font-family: var(--font-ivyora);
    color: #2F2F2F;
    line-height: 1.3;
}
.resource-card:hover .resource-title {
    color: #ffffff;
}
.resource-card:hover {
    transition: 0.7s;
    background: #2F2F2F;
}

/* resource page css */

/* recovery Page CSS */

.grid-recovery {
    display: grid;
    gap: 20px;
}
.grid-recovery .recovery-item {
    border: 1px solid #9D9D9D;
    padding: 25px;
    border-radius: 10px;
    background: #F5F5F5;
    width: 100%;
    position: relative;
}

.grid-recovery .recovery-item .recovery-title{
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #4B686A;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
    font-size: 48px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
}
.grid-recovery .recovery-item:nth-child(1)  {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.grid-recovery .recovery-item:nth-child(2)  {
    grid-column: 4 / 6;
    grid-row: 1 / 3;
}
.grid-recovery .recovery-item:nth-child(3)  {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.grid-recovery .recovery-item:nth-child(4)  {
    grid-column: 1 / 6;
    grid-row: 4 / 5;
}
/* Recovery Page CSS */

.default-content-info {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
/* nurse injection page */

.nurse-left-image {
    width: 100%;
    position: relative;
    padding-right: 50px;
}
.nurse-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nurse-right-info-col {
    align-items: center;
}
.nurse-right-content-info {
    width: 100%;
    position: relative;
}
.nurse-right-content-info .small-text {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.nurse-content-wrap-sec {
    width: 100%;
    position: relative;
}
.instgram-feed-id-sec {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.nurse-right-content-info .instgram-button {
    margin-top: 30px;
}
.nurse-right-content-info .instgram-button a {
    box-shadow: none;
    text-decoration: none;
    align-items: center;
    background-color: #262626;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    border-radius: 10%;
    padding: 15px;
    transition: 0.5s;
}
.nurse-right-content-info .instgram-button a:hover {
    background-color: #000;
    transition: 0.5s;
    transform: scale(1.1);
}
/* nurse injection page */


/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--color-2-beige);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 0px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
.wpcf7 .form-group .wpc-form-links a {
    margin-right: 4px;
    margin-left: 4px;
}
.wpcf7 .form-group .wpc-form-links a:first-child {
    margin-left: 0;
}
.trust-logos-section + .site-schema {
    margin-top: 0;
}
.static-page + .site-schema {
    margin-top: 70px;
}
.static-page + .site-schema + .main-footer .footer-wrapper {
    padding-top: 0;
}
/*  Site Schema Styling End */

.single-image-height .image-med-spa {
    height: 100%;
}

.single-image-height .image-med-spa > div {
    height: 100%;
}

.single-image-height .image-med-spa img {
    object-position: center;
    height: 100%;
    object-fit: contain;
}

/* instagram section css */
.instagram-info-section  +  .trusted-excellence {
    margin-top: 30px;
}

.instagram-wrapper {
    width: 100%;
    position: relative;
}

.instagram-wrapper .btn svg, .instgram-wrapper .btn img {
    height: 24px;
    width: 24px;
    margin-right: 7px;
}

.instagram-wrapper .heading {
    padding-left: 45px;
    padding-right: 45px;
}
.instagram-wrapper .page-button {
    margin-top: 0;
}
.instagram-wrapper p + .page-button {
    margin-top: 40px;
}
/* instagram section css */
.common-detail-section.grey-box-color + .trusted-excellence {
    margin-top: 100px;
}
.common-detail-section + .trusted-excellence {
    margin-top: 30px;
}
/* three column section section css */
.three-column-section {
    width: 100%;
    position: relative;
}
.three-column-section + .trusted-excellence {
    margin-top: 30px;
}
.three-column-section.grey-box-color + .trusted-excellence {
    margin-top: 100px;
}
.three-column-top-row {
    margin-bottom: 50px;
}
.three-col-item-info {
    text-align: left;
    border: 1px solid #9D9D9D;
    padding: 25px;
    border-radius: 10px;
    background: #F5F5F5;
    width: 100%;
    position: relative;
}
.three-col-item-info .small-heading {
    font-size: 27px;
    margin-bottom: 15px;
    position: relative;
    color: var(--color-3);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: var(--font-ivyora);
}
.three-column-section.grey-box-color .three-col-item-info {
    background: #fff;
}
/* three column section section css */
.normal-left-right-section  + .content-image-info-section {
    margin-top: 70px;
}
.static-page-details h2 strong, .static-page-details .wp-block-heading strong, .post-full-content h2 strong, .post-full-content .wp-block-heading strong {
    font-weight: 400;
}

.fullwidth-info-section + .content-image-info-section {
    margin-top: 62px;
}

.attorney-designation.border-left {
    padding-bottom: 18px;
}
.attorney-designation.border-left:before {
    background: linear-gradient(90deg, #96897E 0%, rgba(150, 137, 126, 0) 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
}

.education-and-training-section .education-col-item p {
    text-wrap: balance;
}
.education-and-training-section .education-col-item:first-child {
    padding-right: 50px;
}
.contact-col-left .heading {
    margin-bottom: 40px;
    padding-bottom: 8px;
}

.page-template-template-med-spa-detail .parent-child-full-width {
    background: #fbfbfb;
}

.normal-left-right-section .normal-left-col-item {
    padding-right: 20px;
}
.normal-left-right-section .normal-right-col-item {
    padding-left: 30px;
}
.fullwidth-info-section .fullwidth-detail-with-bg p strong {
    color: #424141;
    font-weight: 700;
}

.faq-pages-section + .trusted-excellence {
    margin-top: 90px;
}

.common-detail-section .simple-bottom-content {
    margin-top: 40px;
}
.normal-content-with-image-sec .normal-top-heading {
    margin-bottom: 20px;
}
.normal-content-with-image-sec {
    width: 100%;
    position: relative;
}
.normal-content-with-image-sec .normal-bottom-content {
    margin-top: 40px;
}
.normal-content-with-image-sec .normal-image-col-left img {
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.normal-content-with-image-sec .normal-image-col-left {
    align-items: center;
    padding-right: 35px;
}
.normal-content-with-image-sec .content-content-col-right {
    align-items: center;
}
.normal-content-with-image-sec .content-content-col-right ul:last-child {
    margin-bottom: 0;
}
.normal-content-with-image-sec .image-in-right-side .normal-image-col-left {
    padding-left: 35px;
    padding-right: 15px;
}
.list-col-2 ul {
    column-count: 2;
}
.video-info-fullwidth {
    position: relative;
    width: 100%;
}
.section-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 35px auto;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-bottom: 0px;
    margin-top: 0;
}
.section-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.trusted-excellence + .site-schema {
    margin-top: 70px;
}
.normal-left-right-section figure img {
    width: 100%;
}
.normal-left-right-section figure figcaption {
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
}
.fullwidth-info-section .fullwidth-detail-with-bg .page-button + h2 {
    margin-top: 30px;
}

.normal-right-col-item p strong, .normal-right-col-item p strong a {
    color: #424141;
    font-weight: 700;
}
.normal-right-col-item p strong:hover, .normal-right-col-item p strong a:hover {
    color: var(--color-3);
}
.left-image-before-container .right-side-info {
    width: 100%;
}
.left-image-before-container .right-side-info .heading {
    width: 100%;
    display: block;
}
.product-info-top .product-info ul li {
    padding-right: 34px;
}

.video-info-fullwidth .video-content-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.section-video-wrapper .html5lightbox:after {
    position: absolute;
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    font-size: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    background-image: url(../img/youtube-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 1s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-video-wrapper .html5lightbox:hover:after {
    transform: scale(1.1);
    transition: 1s;
}

.fullwidth-info-section.col-list-1  .fullwidth-detail-with-bg ul {
    column-count: 1;
}
.video-section-button {
    margin-top: 50px;
}


/* for gallery slider */
.before-and-after-item .ba-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.before-and-after-item .ba-link-wrap .before-img {
    border-radius: 10px 0px 0px 10px;
    margin-right: 1px;
}
.before-and-after-item .ba-link-wrap .after-img {
    border-radius: 0px 10px 10px 0px;
    margin-left: 1px;
}
.before-and-after-item .ba-link-wrap .before-img, .before-and-after-item .ba-link-wrap .after-img {
    width: 50%;
    position: relative;
    object-fit: cover;
    object-position: center;
}
.before-and-after-item .ba-link-wrap .single-image {
    width: 100%;
    border-radius: 10px;
}
/* for gallery slider */
.contact-col-left {
    position: relative;
    top: -3px;
}

.post-full-content .single-content img {
    border-radius: 10px;
}
/* for quizmath css */
.quizmath {
    width: 100%;
    position: relative;
}
.quizmath .wpcf7-form-control-wrap label {
    display: block;
    text-align: left;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-quiz {
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
    background: #ffffff;
    height: 49px;
    border-radius: 12px;
    color: #212121;
    border: 1px solid #787878;
    margin: 0;
}
.quizmath .wpcf7-quiz-label {
    font-size: 14px;
}
.contact-info-section .wpcf7 .wpcf7-form-control.wpcf7-select {
    text-transform: capitalize;
    border: 1px solid #212121;
}
/* for quizmath css */


/* gallery modal css */
/* ==========================================================================
   Before / After Popup — styles
   ========================================================================== */

:root{
    --ba-ink:#15161b;
    --ba-paper:#fdfcfa;
    --ba-muted:#8b8d94;
    --ba-line:#ecebe7;
    --ba-accent:#b98d4f;
    --ba-accent-soft:rgba(185,141,79,.14);
}

/* ===== modal backdrop ===== */
#baModal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(15,15,18,.9);
    z-index:99999;
    justify-content:center;
    align-items:center;
    padding:20px;
    backdrop-filter:blur(2px);
}

/* ===== modal card ===== */
.ba-modal-content {
    position: relative;
    width: 100%;
    max-width: 1080px;
    background: var(--ba-paper);
    border-radius: 0;
    padding: 22px 22px 18px;
    animation: baPopIn .35s cubic-bezier(.2,.8,.3,1);
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
@keyframes baPopIn{
    from{
        opacity:0;
        transform:scale(.94) translateY(8px);
    }
    to{
        opacity:1;
        transform:scale(1) translateY(0);
    }
}

/* ===== close button ===== */
.ba-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--ba-accent);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    line-height: 4px;
}
.ba-close:hover {
    background: #000;
    color: #fff;
}

/* ===== stage: prev/next + sliding track ===== */
.ba-stage{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
}
.ba-track-wrap{
    flex:1;
    overflow:hidden;
    border-radius:10px;
}
.ba-track{
    display:flex;
    transition:transform .5s cubic-bezier(.65,0,.35,1);
}
.ba-track.ba-no-transition{
    transition:none !important;
}
.ba-slide{
    flex:0 0 100%;
}
.ba-pair{
    display:flex;
    gap:14px;
}
.ba-col{
    flex:1;
    position:relative;
    text-align:center;
}
.ba-col img {
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 200px);
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
/* ===== before/after tags ===== */
.ba-tag{
    position:absolute;
    top:12px;
    left:12px;
    font-size:13px;
    letter-spacing:.03em;
    padding:5px 12px;
    border-radius:99px;
    background:rgba(253,252,250,.92);
    color:var(--ba-ink);
}
.ba-after .ba-tag{
    background:var(--ba-accent);
    color:#fff;
}

/* ===== prev / next buttons ===== */
.ba-prev,
.ba-next{
    flex:0 0 auto;
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid var(--ba-line);
    background:var(--ba-paper);
    font-size:18px;
    cursor:pointer;
    color:var(--ba-ink);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 14px rgba(0,0,0,.12);
    transition:background .2s, transform .15s;
}
.ba-prev:hover,
.ba-next:hover{
    background:var(--ba-accent-soft);
}
.ba-prev:active,
.ba-next:active{
    transform:scale(.92);
}

/* ===== footer: counter + autoplay progress bar ===== */
.ba-footer {
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding: 0 4px;
    display: none;
}
.ba-counter{
    font-style:italic;
    color:var(--ba-muted);
    font-size:14px;
    white-space:nowrap;
}
.ba-counter-current{
    color:var(--ba-ink);
}
.ba-progress{
    position:relative;
    flex:1;
    height:3px;
    background:var(--ba-line);
    border-radius:99px;
    overflow:hidden;
}
.ba-progress-bar{
    position:absolute;
    inset:0;
    width:0%;
    background:var(--ba-accent);
    border-radius:99px;
}
.ba-progress-bar.ba-run{
    animation:baProgress 4.5s linear;
}
.ba-modal-content:hover .ba-progress-bar{
    animation-play-state:paused;
}
@keyframes baProgress{
    from{
        width:0%;
    }
    to{
        width:100%;
    }
}

/* ===== accessibility: respect reduced motion ===== */
@media(prefers-reduced-motion:reduce){
    .ba-track{
        transition:none;
    }
    .ba-progress-bar.ba-run{
        animation:none;
        width:100%;
    }
    .ba-modal-content{
        animation:none;
    }
}

/* ===== mobile ===== */
@media(max-width: 991px){
    .ba-col img {
        height: 37vh;
        object-position: center;
    }
    .ba-prev, .ba-next{
        width:38px;
        height:38px;
        font-size:15px;
    }
}
@media(max-width: 767px){
    .ba-col img {
        height: auto;
        max-height: inherit;
    }
}
@media(max-width: 480px){
    .ba-pair{
        flex-direction:column;
    }
}
/* gallery model css */


/* nudity css popup */

.nudity-modal .modal-dialog{
    max-width:620px;
}

.nudity-modal .modal-content{
    border-radius:0;
    border:none;
}

.nudity-modal .modal-header {
    background: #5f7576;
    padding: 18px 25px;
    border-radius: 0;
}

.nudity-modal .modal-header h3{
    color:#fff;
    margin:0;
}

.nudity-modal .modal-body{
    font-size:18px;
    padding:25px;
}

.nudity-modal .modal-footer{
    padding:20px 25px;
}

.nudity-modal .btn{
    min-width:120px;
    border-radius:0;
    font-weight:600;
}

.nudity-modal .btn-success{
    background:#52a255;
    border-color:#52a255;
}

.nudity-modal .btn-danger{
    background:#a64646;
    border-color:#a64646;
}
/* End Popup*/
