.single-patient_stories .masthead__content .corner__bottom,
.masthead.masthead__profile .masthead__content .corner__bottom {
    display: none !important;
}

/* .patient-reviews {
    padding-bottom: 0px !important;
} */



.fw-bold .txt_primary {
    color: #a36911 !important;
}

.single-patient_stories .patient-reviews__patients-review .patient-reviews__row-inner {
    flex-direction: unset;
    margin: 0;
    background-color: #fff;
}

.single-patient_stories .patient-reviews__patients-review .patient-reviews__img-cont {
    margin-bottom: 0px !important;
    height: 100%;
}

.single-patient_stories .patient-reviews__patients-review .patient-reviews__row-inner:nth-child(odd) .col-lg-6:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 991px) {
    .single-patient_stories .patient-reviews__patients-review .patient-reviews__row-inner {
        flex-direction: unset;
        margin: 0;
        align-items: unset;
    }

    .single-patient_stories .patient-reviews__patients-review .patient-reviews__row-inner .col-lg-6:first-child {
        padding: 0px;
    }

    .single-patient_stories .patient-reviews__patients-review .patient-reviews__img-cont img {
        height: 100% !important;
        object-fit: cover;
    }

    .patient-reviews-content {
        padding: 30px 15px;
    }
}

/* Copy Link Url */
.copy_text {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    margin-left: 10px;
    color: #444750;
    cursor: pointer;
}

.copy_text {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.copy_text img {
    width: 22px !important;
    filter: brightness(0) saturate(100%) invert(37%) sepia(97%) saturate(2426%) hue-rotate(27deg) brightness(90%) contrast(87%);
}

body.page-template-template-ppc li.search_bar {
    display: none !important;
}

h2:hover .copy_text,
h3:hover .copy_text,
h4:hover .copy_text,
h5:hover .copy_text,
h6:hover .copy_text {
    opacity: 1;
}

/* Search Css */
.microphone_search {
    position: relative;
    width: 60px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
}

.microphone_search>img {
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    width: 26px;
    cursor: pointer;
}

/* TTS CSS */
#tts-play-button,
#tts-speed-button {
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

#tts-play-button {
    color: #a36911;
    /* font-size: 45px; */
    width: 55px;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
}

#tts-speed-button {
    color: #a36911;
    font-size: 16px;
    -webkit-appearance: none;
    border: 2px solid #a36911;
    background: transparent;
    padding: 2px 6px;
    margin-left: 10px;
    border-radius: 0;
    cursor: pointer;
}

#tts-speed-display,
#tts-timing-display {
    color: #a36911;
    font-weight: bold;
}

#tts-progress-bar {
    width: 0%;
    height: 100%;
    background-color: #a36911;
    transition: width 0.5s ease-in-out;
}


.text-speech-grid {
    width: 96%;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin: auto;
}

/* Search Bar */
li.search_bar {
    display: inline-flex;
    position: relative;
    margin-bottom: 0;
    padding-left: 10px;
    background-color: transparent !important;
    padding-right: 3px;
    padding-top: 6px;
}

li.search_bar:before {
    display: none !important;
}

.search_bar button {
    padding: 0;
    background-color: transparent !important;
    -webkit-appearance: none;
}

.search_bar img {
    width: 26px !important;
    filter: brightness(0.5) invert(1);
}

.search_result_modal {
    display: none;
}

.search_result_modal {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 999999;
}

.search_result_modal .modal-dialog:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search_bar_modal {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
}

.suggest_list {
    width: 80%;
    margin: auto;
}

.overlay_input_icon {
    position: relative;
    width: 60px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
}

.overlay_input_icon>img {
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    width: 34px;
}

input#search_input {
    border: none !important;
    background: 0 0 !important;
    width: 100%;
    margin-right: 25px;
    outline: 0px;
    margin-bottom: 0;
    height: 100% !important;
    padding-left: 0 !important;
    padding-right: 0px !important;
}

#suggestions {
    list-style: none;
    margin: 0;
    margin-top: 50px;
    padding: 0;
}

#suggestions li {
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

#suggestions li:hover {
    background-color: #a36911;
    color: #fff;
}

.search_bar_continar {
    width: 100%;
    border-radius: 0px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    background: #fff 0 0 no-repeat padding-box;
    position: relative;
    margin-right: 20px;
}

.btn_primary #search-button {
    padding: 15px 45px;
    border-radius: 0;
    background: #a36911;
}

.search_result_modal .modal-content {
    background: rgb(58 58 58 / 78%);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
    width: 80%;
    margin: auto;
}

.search_result_modal .modal-body {
    width: 80%;
    margin: auto;
    padding: 1.25rem;
    padding-top: 3rem;
}

.search_result_modal button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999;
    opacity: 1;
    background-color: #a36910;
    width: 30px;
    height: 30px;
    color: #FFFF;
    border-radius: 50%;
}

/* Suggestions List */
.suggest_list {
    margin-top: 20px;
}

#suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
}

#suggestions li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#suggestions li:hover {
    background-color: #f1f1f1;
}

/* Search Page Result */
.search_top_section {
    padding-top: 150px;
}

.search_top_section h2>span {
    padding: 0px;
    text-transform: capitalize;
    color: #a36911;
}

.search_top_section h2>span::after,
.search_top_section h2>span::before {
    display: none;
}

#accordion_search .accordion-button {
    border-bottom: 2px solid #a36911;
    box-shadow: none !important;
    padding: 15px 0px 15px 0px;
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #a36911;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

#accordion_search .accordion-button:not(.collapsed)::after {
    filter: invert(39%) sepia(55%) saturate(668%) hue-rotate(304deg) brightness(87%) contrast(98%);
}

#accordion_search .accordion-item {
    border: 0px !important;
    margin-bottom: 25px;
}

#accordion_search .accordion-body {
    padding-left: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.accordion-collapse {
    display: none;
}

h2.accordion-header {
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
}

h2.accordion-header img {
    position: absolute;
    right: 10px;
    top: 30%;
    transition: all 0.3s ease-in-out;
}

h2.accordion-header .accordion-button.active+img {
    transform: rotate(180deg);
}

.search_card {
    padding: 2rem;
    margin-bottom: 20px;
    border: 1px solid #a36911;
}

.search_card h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #a36911;
}

.content_search {
    margin: 15px 0px;
}

.read_more {
    background-color: #a36911;
    border: 1px solid #a36911;
    border-radius: 30px;
    color: #fff;
    padding: 9px 22px;
}

.pricing_section {
    margin-top: 60px;
}

.read_more:hover {
    border: 1px solid #a36911;
    color: #a36911;
}

.hotspot-forms {
    padding: 100px 0px;
    background-color: #444750;
}

.hotspot-forms h1 {
    font-size: 3.5rem;
}

.hotspot-forms h1>strong {
    color: #fff;
}


/* After and Before image */

/* Modal Styles */
.img_view {
    position: relative;
}

.img_view img {
    cursor: pointer;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blurry_images .img_view img {
    filter: blur(30px);
    transition: filter 0.5s ease;
}

.blurry_images .img_view .ratio {
    overflow: hidden;
}

.blurry_images .img_wrapper.clicked img {
    filter: unset;
}

.img_view .zoom-icon {
    position: absolute;
    right: 12px;
    bottom: 15px;
    z-index: 9;
    display: block;
    color: #fff;
    cursor: pointer;
    width: 24px;
    height: auto !important;
}

.after_before {
    padding: 70px 0px;
    background-color: #f9f9f9;
}

.after_before h5 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.4;
}

.gallery_modal .modal-content {
    position: relative;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 503px;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 3;
}

.gallery_modal::after {
    content: '';
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery_modal .modal-content h5 {
    position: absolute;
    top: 15px;
    left: 20px;
}

.gallery_modal .close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    z-index: 999;
}

/* Image comparison container */

.modal-container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.image-container {
    max-height: 100%;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

input.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100% !important;
    height: 100% !important;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

span.before_image,
span.after_image {
    position: absolute;
    bottom: 10px;
    z-index: 99;
}

span.before_image,
span.after_image {
    padding: 5px 15px;
    border: 2px solid #a36911;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    background-color: #a36911;
}

span.after_image {
    right: 10px;
}

span.before_image {
    left: 10px;
}

span.before_image.active,
span.after_image.active {
    border: 2px solid #fff;
    background-color: #fff;
    color: #a36911;
}

/* Fillter Gallery  */
.gallery-filter {
    text-align: center;
    margin-bottom: 20px;
}

.fillter_div {
    margin-bottom: 30px;
}

.filter_button {
    padding: 7px 15px;
    border: none;
    background-color: #f6f6f6;
    border: 2px solid #a36911;
    color: #a36911;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

.filter_button.active,
.filter_button:hover {
    background-color: #a36911;
    color: #fff;
}

.gallery-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.load_more_gallery {
    border: 2px solid #444750;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #ffffff;
    background: #444750;
    font-weight: 500;
    border-radius: 0.8rem;
    display: inline-block;
    white-space: nowrap;
    transition: all 300ms linear;
    width: max-content;
    margin: auto;
    margin-top: 30px;
}

.load_more_gallery:hover {
    background-color: #fff;
}

div.gallery_modal {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

.modal_control_arrow {
    position: absolute;
    bottom: 15px;
    left: 37%;
    z-index: 99;
    display: flex;
    gap: 20px;
}

.modal_control_arrow a {
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
    border-radius: 50%;
    min-width: 46px;
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
}

.modal_control_arrow a>i {
    color: #a36911;
}

/* Patient Section Slider */
.patient_section_slider {
    padding: 70px 0px;
    background-color: #fff;
}

.first_slide_img img {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-radius: 30px 0 30px 0px;
}

.first_slide_img a {
    display: block;
}

.first_slide_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.first_slide_content {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
}

.patient_slider_item .col-sm-7 {
    padding-left: 0px;
}

.first_slide_content h2,
.first_slide_content p {
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0px;
}

.patient_slider_content h3,
.patient_slider_content p {
    color: #fff;
}

.patient_slider_content h3 {
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
}

.patient_slider_content .copy_text img {
    width: 16px !important;
}

.patient_slider_content p {
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.first_slide_content:hover h2 {
    text-decoration: underline;
}

.patient_slider_item {
    background-color: #444750;
    overflow: hidden;
}

.patient_slider_item>a {
    display: block;
    width: 100%;
}

.patient_slider_item span {
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.patient_slider_item:hover span {
    color: #a36910;
}

.patient_slider_img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.patient_slider_img img {
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.patient_slider_item:hover img {
    transform: scale(1.2);
}

.patient_slider_content {
    padding: 1.2rem;
    padding-left: 0px;
}

#patient_slider .owl-nav .owl-prev,
#patient_slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
}

#patient_slider .owl-nav .owl-prev {
    left: -20px;
}

#patient_slider .owl-nav .owl-next {
    right: -20px;
}

#patient_slider .owl-nav button {
    background-color: #a36910;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#insta_feed_slider .owl-nav button svg>path,
#patient_slider .owl-nav button svg>path {
    fill: #FFF;
}

#patient_slider .owl-nav button .fa {
    color: #fff;
    font-size: 12px;
}

.patient_section_slider .btn_primary {
    text-align: center;
    margin-top: 20px;
}

.patient_section_slider .btn_primary>a {
    color: #fff;
    font-size: 16px;
}

/* Instagram new section */
.insta_feed_slider {
    background-color: #f3f3f3;
    padding: 70px 0px;
}

.insta_feed_slider h2 {
    font-size: 2.5rem;
}

.insta_feed_ifram {
    position: relative;
    padding-right: 40px;
    padding-top: 30px;
}

.insta_feed_card {
    background-color: #fff;
    padding: 2rem 3rem;
    position: relative;
}

.insta_feed_card::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #e6e7e8;
}

.insta_feed_heading strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.insta_feed_card h2 {
    z-index: 9;
    margin-bottom: 15px;
    position: relative;
}

#insta_feed_slider .owl-nav button {
    position: absolute;
    top: 50%;
}

#insta_feed_slider .owl-nav button {
    background-color: #a36910;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#insta_feed_slider button.owl-prev {
    left: -65px;
}

#insta_feed_slider button.owl-next {
    right: -65px;
}

#insta_feed_slider .owl-nav button .fa {
    color: #fff;
    font-size: 12px;
}

#insta_feed_slider {
    position: relative;
}

.insta_feed_content .row {
    position: relative;
    z-index: 99;
    align-items: center;
}

.insta_feed_heading {
    margin-right: 30px;
    margin-bottom: 50px;
}

.insta_bottom_content {
    margin-top: 20px;
}

.video-thumbnail,
.video-iframe {
    position: relative;
}

.video-iframe p>iframe {
    position: unset !important;
    min-height: 365px !important;
}

.video-iframe p {
    margin-bottom: 0px;
}

.btn-primary.btn {
    border-radius: 34px;
    font-size: 16px;
    border: 2px solid #444750;
}

.video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.video-thumbnail .play-button img {
    width: 70px;
}

.single-post .copy_text img {
    width: 16px !important;
}

#patient_slider {
    margin-bottom: 30px;
}

.professional-profile .copy_text img {
    width: 18px !important;
}

.popular__row {
    margin-top: 20px;
}

.before-after__content h4 {
    display: flex;
}

/* Responsive Css */
@media (max-width:1199px) {
    .patient_slider_img {
        height: 180px;
    }
}

@media (min-width:1199px) {
    section#section-home-trust {
        padding-bottom: 0px;
    }
}

@media (min-width:992px) {
    #section-stick-menu {
        position: unset !important;
    }
}

@media (max-width:992px) {
    .search_result_modal .modal-content {
        width: 95%;
    }

    .search_result_modal .modal-body {
        width: 100%;
    }

    .search_bar_modal {
        width: 90%;
    }
}

@media(max-width:991px) {
    .single-post {
        padding-top: 0;
    }

    li.search_bar {
        display: none;
    }

    .masthead.masthead__patient-review.masthead__single-post .masthead__img-cont {
        height: 570px;
    }

    .masthead__shape-cont img {
        height: 470px;
        object-fit: cover;
    }

    .header .nav-main .menu-item .sub-menu {
        height: 100% ! IMPORTANT;
    }

    .patient_slider_item .col-sm-7 {
        padding-left: 15px;
    }

    .patient_slider_content {
        padding-left: 1.2rem;
    }

    .insta_feed_card::after {
        display: none;
    }

    #insta_feed_slider .owl-nav button {
        top: 20%;
    }

    .insta_feed_content .row {
        flex-direction: column-reverse;
    }

    .video-iframe p>iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
    }

    .insta_feed_heading {
        margin-right: 0;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .insta_feed_ifram {
        padding-right: 0px;
    }

    #insta_feed_slider button.owl-next {
        right: -45px;
    }

    #insta_feed_slider button.owl-prev {
        left: -45px;
    }
}

@media (max-width:768px) {
    .search_bar_modal {
        flex-wrap: wrap;
        width: 100%;
    }

    .search_bar_continar {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .search_bar_modal .btn_primary {
        text-align: center;
        width: 100%;
    }

    .hotspot-forms h1 {
        font-size: 2.4rem;
    }

    .header {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:575px) {
    .masthead.masthead__patient-review.masthead__single-post .masthead__img-cont {
        height: 460px;
    }

    .masthead__slider {
        height: 580px;
    }

    .masthead__slider .masthead__slider-img {
        width: 100%;
        height: 570px;
    }

    .filter_button {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 6px 10px;
    }

    .page-id-2226 .modal-content h5 {
        font-size: 18px;
        padding-right: 25px;
    }

    .page-id-2226 .modal-content {
        padding-top: 80px;
    }

    span.before_image,
    span.after_image {
        padding: 3px 10px;
        font-size: 14px;
    }

    .banner_img img.img-fluid {
        object-fit: contain;
    }

    .banner_img {
        height: 100%;
    }
}

/*  Doctify Start*/
.doctify_micro_star_widget_link_4d2cedc0,
.doctify_micro_star_widget_link_4d2cedc0:active,
.doctify_micro_star_widget_link_4d2cedc0:focus,
.doctify_micro_star_widget_link_4d2cedc0:hover,
.doctify_micro_star_widget_link_4d2cedc0:visited {
    color: #fff !important;
}

.doctify_micro_stars_style_wrapper_4d2cedc0 {
    justify-content: start !important;
}