/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* reset css */

* {
    box-sizing: border-box;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}

button,
input,
textarea,
select {
    font-family: "Heebo", sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: transparent !important;
}

button {
    cursor: pointer;
}

/* reset css */

:root {
    --black: #000000;
    --white: #ffffff;
    --lightgrey: #f5f5f5;
    --primary: #ece2d6;
    --secondary: #CFA2B8;
    --btns: #8E6FA8;
    --btns-dark: #6b478a;
    --maintitle: #2B2B2B;
    --sitename: #4A4A4A;
    --doctorname: #6A5A6F;
    --bannerdesc: #666666;
    --logocolor: #c85c78;
}

body {
    margin: 0;
    font-family: "Heebo", sans-serif !important;
    color: var(--black);
}

.container {
    max-width: 1254px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.align-item-center {
    align-items: center;
}

.align-item-start {
    align-items: flex-start;
}

.align-item-end {
    align-items: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

b {
    font-weight: 700;
}

.color-white {
    color: var(--white);
}

/* Header css */

body.admin-bar .site-header {
    margin-top: 25px !important;
}

.site-header .site-description {
    display: none;
}

.site-header .header-inner .show-logo {
    width: 280px;
    padding-left: 20px
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 25px 0;
}

.site-navigation {
    width: calc(100% - 280px);
    justify-content: flex-start;
}

.site-navigation ul.menu li a {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}

.site-header .header-inner {
    max-width: 1254px;
    padding: 0 15px;
}

.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li a:active,
.site-navigation ul.menu li a:focus,
.site-navigation ul.menu li.current-menu-item a {
    color: var(--logocolor);
}

/* hero section */

.hero-section {
    background-image: url('./assets/images/hero-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    position: relative;
    animation: animateBackground infinite ease-in-out 55s;
}

.breadcrum-section.hero-section {
    min-height: unset;
}

.breadcrum-section.hero-section .hero-section-data {
    min-height: unset;
    padding: 100px 0;
}

@keyframes animateBackground {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 200% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

.hero-section::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(1turn, var(--secondary) -260%, var(--primary) 60%, var(--secondary) 490%);
    opacity: 0.8;
}

.hero-top-data {
    gap: 20px;
}

.hero-top-data>* {
    width: 100%;
}

.schedule-btn-wrapper .schedule-btn {
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    transition: background-color .4s ease;
    background-color: #c85c7878;
    border-radius: 10px;
    border: 1px solid var(--logocolor);
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
    min-height: 50px;
}

.treatments-offer-section .common-title {
    padding: 0 15px;
}

.schedule-btn-wrapper .schedule-btn:hover,
.schedule-btn-wrapper .schedule-btn:active,
.schedule-btn-wrapper .schedule-btn:focus {
    background-color: var(--logocolor);
}

.hero-section-data {
    min-height: 100vh;
    position: relative;
}

.hero-section-data>* {
    width: 100%;
    color: var(--black);
}

.title {
    font-size: 80px;
    line-height: 80px;
    color: var(--maintitle);
}

.home .title {
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
}

.site-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--sitename);
}

.doctor-name {
    font-size: 45px;
    line-height: 40px;
    color: var(--doctorname);
}

.threapy-name {
    font-size: 60px;
    margin: 40px 0;
    line-height: 55px;
}

.description {
    font-size: 45px;
}

.description-bottom {
    font-size: 18px;
    color: var(--bannerdesc);
}

.schedule-btn.common-btn {
    font-size: 30px;
    border-radius: 12px;
}

.schedule-btn.common-btn:hover,
.schedule-btn.common-btn:active,
.schedule-btn.common-btn:focus {
    background: var(--btns-dark);
    color: var(--white);
}

.hero-bottom-button {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    transition: background-color .4s ease;
    background-color: #c85c7878;
    border-radius: 15px;
    border-color: var(--logocolor);
}

.hero-bottom-button:hover,
.hero-bottom-button:active,
.hero-bottom-button:focus {
    background-color: var(--logocolor);
}

.hero-bottom-button svg path {
    fill: var(--white);
}

.hero-bottom-data {
    position: absolute;
    bottom: 40px;
}

.hero-btn-img {
    width: calc(100% - 70px);
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.hero-lear-more-section {
    width: 70px;
    text-align: left;
}

.hero-btn-image {
    width: 50px;
    display: inline-flex;
}

.hero-btn-name {
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.hero-btn-image>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.hero-bottom-detail {
    box-shadow: 0 1px 20px #e1bfbf26 inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #0000000a;
    transition: all .8s cubic-bezier(0.54, -.4, .36, .94);
    max-width: 700px;
    margin: 0 auto 20px;
    border-radius: 15px;
    border: 1px solid #e1e0e02b;
}

/* hero popup design */
.popup-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.popup {
    width: 100%;
    max-width: 700px;
    height: 90vh;
    background: rgb(255 255 255 / 9%);
    backdrop-filter: blur(25px);
    border-radius: 24px 24px 0 0;
    overflow-y: auto;
    padding: 2.3rem;
    transform: translateY(100%);
    color: var(--white);
    border: 1px solid #e1e0e02b;
}

.popup::-webkit-scrollbar {
    display: none;
}

.close {
    background: none;
    border: none;
    font-size: 26px;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 30px;
    padding: 0;
}

.close:hover,
.close:active,
.close:focus {
    background-color: transparent;
}

.modal-header {
    margin-bottom: 20px;
}

.modal-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-images>img {
    border-radius: 20px;
    margin-bottom: 10px;
}

.modal-data {
    margin-bottom: 40px;
}

.modal-data:last-child {
    margin-bottom: 0;
}

/* hero popup design */

/* what-treatment-section  */

.what-treatment-section {
    background-color: var(--primary);
}

.what-treatment-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: var(--secondary);
    margin-bottom: -50px;
    opacity: 0.2;
    margin-top: 50px;
}

.treatment-li {
    background-color: var(--primary);
    border-radius: 10px;
    box-shadow: 0px 10px 70px -5px rgba(149, 164, 175, 0.4);
    padding: 30px;
    width: calc(25% - 15px);
}

.treatment-ul {
    gap: 20px;
}

.treatment-icons svg {
    width: 50px;
    height: 50px;
    stroke: var(--secondary);
}

.treatment-description {
    font-size: 16px;
    line-height: normal;
    color: grey;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    min-height: 76px;
}

.treatment-title {
    font-size: 20px;
    margin: 10px 0 5px;
}

.treatment-icons {
    position: relative;
}

.treatment-icons::before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    background: var(--secondary);
    z-index: 1;
    opacity: 0.15;
    border-radius: 50%;
}

.hourglass-spin {
    transform-origin: center;
    animation: hourglass-flip 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes hourglass-flip {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gauge-needle {
    transform-origin: 12px 12px;
    animation: gauge-bounce 3s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate;
}

@keyframes gauge-bounce {
    0% {
        transform: rotate(-180deg);
    }

    70% {
        transform: rotate(10deg);
    }

    85% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.checkmark {
    stroke-dasharray: 10;
    stroke-dashoffset: 10;
    animation: draw-check 1.8s ease-out forwards;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
}

@keyframes draw-check {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes alert-shake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    10%,
    30%,
    50% {
        transform: rotate(-8deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(8deg);
    }

    70% {
        transform: rotate(0deg);
    }
}

.icon-alert-shake {
    transform-origin: center;
    animation: alert-shake 2.8s ease-in-out infinite;
}

.video-section iframe {
    max-width: 800px;
    height: 400px;
    width: 100%;
    margin: 0 auto 15px;
}

.video-section-wrapper {
    margin-top: 100px;
}

.treatment-wrapper {
    border-top: 2px solid var(--secondary);
    padding-top: 40px;
}

/* what-treamtment-section  */

.item h2,
.item h3,
.item p {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: #ff5733;
    color: white;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 50%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    right: 10px;
}

.owl-theme .owl-nav .owl-next {
    left: 10px;
}

.owl-theme .owl-nav button span {
    font-size: 27px;
    font-weight: 700;
    line-height: 18px;
}

.owl-theme .owl-nav button[class*='owl-'] {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    position: absolute;
    margin: 0;
}

.owl-theme .owl-nav button[class*='owl-']:hover {
    background-color: var(--black);
}

.owl-theme .owl-nav button[class*='owl-']:focus-visible {
    outline: none;
}

.common-title {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.common-description {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 20px;
}

.margin-10 {
    margin: 0 auto 10px;
}

#form-loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.owl-dots {
    margin-top: 30px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 2px;
    width: 70px;
    height: 3px;
    border-radius: 0;
    background: var(--primary);
    opacity: 1;
    visibility: visible;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}

.section-padding {
    padding: 50px 0;
}

.what-treatment-section {
    padding-bottom: 0;
}

/* tab section css */
.tabs {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style: none;
    /*  border-bottom: 1px solid #80808054; */
    overflow: auto;
    white-space: nowrap;
}

.tabs li {
    background: none;
    display: inline-block;
    padding: 0 0 10px 0px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

.tabs li.current {
    color: var(--secondary);
    border-bottom: 5px solid;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.tab-inner-content li {
    list-style: circle;
}

.tab-inner-content>p {
    font-weight: 700;
}

.tab-inner-content ul {
    padding-right: 20px;
}

.tab-inner-content li::marker {
    color: var(--btns-dark);
}

.tab-inner-content {
    width: calc(100% - 350px);
    font-size: 18px;
    font-weight: 400;
}

.tab-inner-data {
    gap: 50px;
}

.tab-image {
    width: 300px;
}

.tab-image img {
    border-radius: 20px;
}

.tab-section {
    position: relative;
    background: #e7d5d0;
    margin-top: -1px;
    padding-top: 10px;
}

.tab-section .common-title {
    position: relative;
    z-index: 1;
}

.tab-section::before {
    content: '';
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background-color: var(--primary);
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
    border-radius: 25px;
    filter: blur(40px);
}

.tab-section .container {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* tab section css */

/* treament offer section */
.treatments-offer-listing {
    width: calc(25% - 37.6px);
}

.treatments-offer-orderlist {
    gap: 30px;
    perspective: 1000px;
}

.treatments-offer-icon {
    height: 170px;
    margin-bottom: 30px;
    position: relative;
}

.treatments-offer-icon>img {
    height: 100%;
    width: auto;
}

.treatments-offer-section {
    position: relative;
    overflow: hidden;
    background-color: #ece2d629;
}

.treatments-offer-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    top: -100px;
    left: -100px;
    border-radius: 50%;
    filter: blur(50px);
}

.treatments-offer-orderlist {
    gap: 30px;
    perspective: 1000px;
}

.treatments-offer-listing {
    width: 270px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 70px 70px 30px 30px;
    padding: 30px 30px 20px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    text-align: center;
}

.treatments-offer-listing:hover {
    transform: translateY(-20px) rotateX(5deg) rotateY(-5deg);
    background: rgba(255, 255, 255, 0.8);
    border-color: var(--secondary);
    box-shadow: 0 10px 30px #e8609e24;
}

.treatments-offer-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
}

.offer-inner-section::before,
.offer-inner-section::after {
    left: auto;
    right: -160px;
    top: auto;
    bottom: -115px;
}

.offer-inner-section::after {
    right: -180px;
    bottom: -125px;
}

.offer-inner-section .container::before,
.offer-inner-section .container::after {
    content: '';
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%);
    background: var(--secondary);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(100px);
    animation: moveLeftToRight 8s ease-in-out infinite alternate;
    z-index: -1;
}

.offer-inner-section .container::after {
    left: auto;
    right: 50%;
    top: 5%;
    animation: moverightToleft 8s ease-in-out infinite alternate;
}

@keyframes moveLeftToRight {
    0% {
        left: -10%;
        opacity: 0.6;
    }

    100% {
        left: 80%;
        opacity: 0.7;
    }
}

@keyframes moverightToleft {
    0% {
        right: -10%;
        opacity: 0.7;
    }

    100% {
        right: 80%;
        opacity: 0.6;
    }
}

/* treament offer section */

/* FAQ css */
.faq-section {
    position: relative;
    background: linear-gradient(0deg, #e8609e26, #ece2d600);
    overflow: hidden;
}

.faq-title-section .common-title {
    margin-bottom: 30px;
    font-size: 50px;
}

.common-btn {
    border-radius: 50px;
    background-color: var(--btns);
    color: var(--white);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid var(--btns);
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: 0.5s all;
}

.common-btn:hover,
.common-btn:active,
.common-btn:focus {
    color: var(--btns);
    background-color: var(--white);
    border-color: var(--btns);
}

.faq-title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    gap: 50px;
}

.faq-title-section {
    width: 30%;
    position: sticky;
    top: 20px;
    height: 100%;
    padding-left: 20px;
}

.faq-question-section {
    width: calc(100% - 30% - 50px);
}

.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: var(--secondary);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-container h2 {
    text-align: center;
    color: var(--black);
    margin-bottom: 30px;
    font-size: 2em;
}

.faq-item {
    border-bottom: 1px solid var(--secondary);
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-question {
    display: block;
    padding: 20px 0px 20px 40px;
    font-weight: 600;
    font-size: 21px;
    color: var(--black);
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: color 0.3s;
}

.faq-question::after {
    content: '+';
    position: absolute;
    left: 0;
    top: 30%;
    font-size: 30px;
    transform: translateY(-25%);
    color: var(--secondary);
    transition: transform 0.3s ease;
}

.faq-question:focus {
    border: 0;
    outline: unset;
}

.faq-item[open] .faq-question::after {
    content: '−';
    transform: rotate(0deg) translateY(-25%);
}

.faq-answer {
    padding: 0px 0 10px;
    color: var(--black);
    line-height: 1.6;
    opacity: 0;
    animation: fadeIn 0.4s forwards;
    font-size: 18px;
    color: grey;
    white-space: normal;
    word-break: break-word;
}

.faq-answer>span {
    margin-bottom: 10px;
    display: block;
}

.faq-section::before {
    content: '';
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    left: -100px;
    bottom: -160px;
    border-radius: 50%;
    background: linear-gradient(266deg, var(--secondary), var(--primary));
    border: 20px solid var(--secondary);
    box-shadow: 0px 10px 70px -5px #e8609e;
    opacity: 0.2;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Blog css */

.blog-content-ul {
    gap: 25px;
}

.blog-data-li {
    width: calc(33.33% - 17px);
    background-image: linear-gradient(#ffffffb3, #fbfbfbb3);
    border-radius: 28px;
    padding: 20px;
    text-decoration: none;
    transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    box-shadow: 0 0 #0a052300, inset 1.5px 1.5px 1.5px #bdb6b638, 0 20px 40px #a7a6ab3d;
    overflow: hidden;
}

.blog-li-image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-li-image {
    height: 146px;
    position: relative;
    z-index: 11;
}

.blog-text {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 74px;
}

.blog-description {
    color: grey;
    font-size: 18px;
    margin: 0 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    min-height: 55px;
}

.blog-btn-area {
    text-align: left;
}

.blog-data-li::before {
    content: '';
    width: 180px;
    height: 180px;
    display: block;
    background: #cfa2b87a;
    position: absolute;
    right: -90px;
    bottom: -120px;
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed var(--secondary);
    opacity: 0.2;
    animation: spin-only 10s infinite;
}

@keyframes spin-only {
    0% {
        transform: 0;
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.blog-section .common-title,
.treatments-offer-section .common-title {
    margin-bottom: 20px;
}

.blog-data-li::after {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background: #cfa2b87a;
    position: absolute;
    left: -30px;
    top: -30px;
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed var(--secondary);
    opacity: 0.2;
    animation: spin-only 10s infinite;
}

.blog-btn-area>a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    color: var(--btns);
    border: 1px solid var(--btns);
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s all;
}

.blog-btn-area>a:hover,
.blog-btn-area>a:active,
.blog-btn-area>a:focus {
    background-color: var(--btns);
    color: var(--white);
}

.blog-learn-more {
    margin-top: 30px;
}

.blog-learn-more .blog-btn-area {
    text-align: center;
}

.blog-learn-more .blog-btn-area>a {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}

.common-btn::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: var(--primary);
    position: absolute;
    bottom: 5px;
    right: -15px;
    border-radius: 50%;
    opacity: 0.2;
}

.common-btn:hover {
    transform: scale(1.08);
    background: var(--white);
    color: var(--btns);
}

/* Footer css */
.site-footer {
    padding: 0;
    background-color: var(--white);
}

.copyright {
    background-color: var(--secondary);
    color: var(--white);
    padding: 10px;
    font-size: 15px;
}

.site-footer .footer-inner {
    padding: 40px 30px;
    max-width: 100%;
}

.location-data {
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.site-footer .footer-inner>div {
    width: 20%;
    position: relative;
    padding-left: 40px;
}

.site-footer .footer-inner>div:not(:last-child)::after {
    content: '';
    left: 20px;
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, var(--secondary) -10%, var(--secondary) 34.28%, rgb(65 111 130 / 0%) 100%);
    top: -7px;
    position: absolute;
}

.site-footer .site-navigation {
    width: 100%;
}

.site-footer .site-footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.site-footer .site-footer-social-links .site-footer-social-link svg.icon-tabler-brand-pinterest {
    width: 33px;
    height: 33px;
}

.site-footer .site-branding {
    display: block;
}

.site-footer .footer-inner .site-navigation ul.menu li a {
    color: grey;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 5px;
}

.site-footer .site-footer-social-links .site-footer-social-link svg {
    stroke: var(--secondary);
    transition: 0.3s all;
    width: 30px;
    height: 30px;
}

.site-footer .site-footer-social-links .site-footer-social-link:hover svg {
    stroke: var(--btns);
    transform: scale(1.3);
}

.site-footer .footer-inner .site-branding .site-description {
    font-size: 25px;
    color: var(--black);
    margin: 10px 0 40px;
    font-weight: 700;
}

.footer-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--black);
}

.site-footer .site-navigation ul.menu {
    display: block;
    width: 100%;
}

.location-data>svg {
    width: 25px;
    stroke: var(--secondary);
}

.location-detail {
    width: calc(100% - 40px);
}

.site-footer .site-footer-social-links .site-footer-social-link svg.icon-tabler-brand-pinterest {
    width: 33px;
    height: 33px;
}

.location-detail a,
.location-detail p {
    color: grey;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 5px;
}

.site-footer-social-link {
    position: relative;
}

.site-footer-social-link::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: var(--secondary);
    position: absolute;
    bottom: 0px;
    right: -5px;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.2;
}

.location-data:last-child {
    margin-bottom: 0;
}

.site-footer .footer-inner .site-navigation ul.menu li a:hover,
.site-footer .footer-inner .site-navigation ul.menu li a:active,
.site-footer .footer-inner .site-navigation ul.menu li a:focus,
.location-detail a:hover {
    color: var(--secondary);
}

/* Footer css */
/* Custom review css */

.owl-carousel .customer-review-inner .customer-image>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.customer-review-inner {
    backdrop-filter: blur(50px);
    background: linear-gradient(273deg, #ece2d654 25%, #cfa2b84d 100%);
    border: 2px solid #cfa2b84f;
    border-radius: 10px;
    opacity: 1;
    padding: 30px 40px;

}

.customer-review-section {
    background: radial-gradient(circle, #ece2d6f5 0%, #ffffff 100%);
    background-size: 200% 200%;
    animation: shimmer 5s ease infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.customer-detail .customer-name {
    display: block;
    margin: 10px 0 0;
    font-size: 30px;
    line-height: normal;
}

.customer-designation {
    font-size: 16px;
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 400;
}

.customer-inner-content {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(232 96 158) 30.5%, rgb(232 96 158) 66.5%, rgba(0, 0, 0, 0) 100%);
}

.customer-description {
    font-size: 15px;
    line-height: normal;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Custom review css */
/* Contact form css */
.contact-form-section {
    position: relative;
}

.contact-inner {
    max-width: 700px;
    margin: 0 auto;
}

.contact-detail {
    border: 1px solid #69c6f266;
    border-radius: 15px;
    padding: 30px;
    color: var(--black);
    width: 100%;
    box-shadow: 0 0 #0a052300, inset 3.5px 2.5px 11.5px #69c6f24d, 0 0px 3px #a7a6ab3d;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.w-50-contact .form-grp {
    width: calc(50% - 10px);
}

.form-contact {
    gap: 20px;
    width: 100%;
}

.w-100-contact .form-grp {
    width: 100%;
}

.form-grp label {
    margin-bottom: 10px;
}

.form-grp input,
.form-grp textarea {
    border: 1px solid #ebebeb;
    color: var(--black);
    border-radius: 5px;
    padding: 10px 10px;
}

.form-grp input::placeholder,
.form-grp textarea::placeholder {
    color: #808080d9;
}

.email-img svg {
    fill: var(--secondary);
}

/* Contact strip css */
.contact-strip {
    background: radial-gradient(circle at top left, #cfa2b878, var(--primary));
}

.contact-strip .contact-bottom,
.subscription-bottom {
    max-width: 700px;
    margin: 0 auto;
}

.button-strip-area {
    justify-content: center;
    gap: 40px;
}

.button-strip-area .video-btn {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s all;
}

.button-strip-area .video-btn:hover {
    transform: scale(1.08);
}

.button-strip-area .video-img {
    display: flex;
    width: 40px;
    height: 40px;
    background: var(--white);
    padding: 10px;
    border-radius: 50px;
}

.button-strip-area .video-img .fa-play {
    transform: rotate(180deg);
    margin-right: 3px;
}

.video-text {
    font-size: 18px;
    font-weight: 600;
}

.button-strip-area .video-img .fa-play path {
    fill: var(--secondary);
}

.subscription-btn-wrapper {
    width: 150px;
}

.subsribe-contact {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.subsribe-contact .form-grp {
    width: calc(50% - 10px);
}

form.subscription-form {
    align-items: flex-end;
    gap: 20px;
}

.subscription-btn-wrapper .subscription-btn {
    width: 100%;
    background-color: var(--btns);
    border-color: var(--btns);
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
}

.subsribe-contact input {
    border-radius: 10px;
    height: 50px;
}

.subsribe-contact label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .site-main {
    margin-top: 100px;
    max-width: 1254px !important;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-medica-info .main-content {
    margin-top: 100px;
}

body.home .site-main {
    margin-top: 0;
}

body .site-main .single-article .container {
    padding: 0;
}

.single-article ul {
    margin: 0 0 30px 0px;
    padding-right: 20px;
}

.single-article ul li {
    list-style: circle;
}

.single-article h1,
.single-article h2,
.single-article h3,
.single-article h4,
.single-article h5,
.single-article h6,
.single-article p {
    margin: .9rem 0 .9rem .9rem;
}

.single-article .entry-title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 60px;
    -webkit-text-stroke: 1px var(--secondary);
    color: #cfa2b852;
    line-height: 60px;
}

.single-article .entry-meta {
    display: inline-flex;
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 500;
    background: #cfa2b833;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.single-post-top-data {
    gap: 50px;
    margin: 50px 0 100px;
}

.single-post-top-data .single-post-image {
    width: 500px;
}

.single-post-top-data .sigle-post-content {
    width: calc(100% - 550px);
}

.single-featured-image {
    backdrop-filter: blur(50px);
    box-shadow: -20px -10px 0px 4px #0a052300, inset -1px 0px 17.5px var(--secondary), 1px 3px 8px #f7f6fb;
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
}

.archive-button-wrap {
    margin-bottom: 20px;
}

.single.single-post::before {
    content: '';
    background-image: radial-gradient(at top right, #cfa2b88f -30%, var(--white) 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single .site-main::after {
    content: '';
    background-color: #cfa2b88f;
    height: 650px;
    width: 650px;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
    display: block;
    filter: blur(300px);
}

.single .site-main {
    position: relative;
}

.nav-links .nav-previous a,
.nav-links .nav-next a,
.archive-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--secondary);
    font-size: 17px;
    font-weight: 600;
}

.nav-links .nav-previous svg,
.nav-links .nav-next svg,
.archive-button svg {
    width: 17px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    border-radius: 50px;
    background-color: var(--secondary);
    color: var(--white);
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--secondary);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    transition: 0.5s all;
}

.nav-links .nav-previous a::after,
.nav-links .nav-next a::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: var(--secondary);
    position: absolute;
    bottom: 5px;
    right: -15px;
    border-radius: 50%;
    opacity: 0.2;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    transform: scale(1.08);
    background: var(--white);
    color: var(--secondary);
}

/* article page css */

/* Treatment section css */
.treatment-section {
    background-color: #f5f5f5db;
}

.treatment-underlist {
    gap: 30px;
}

.treatment-listing {
    width: calc(33.33% - 20px);
}

.treatment-image {
    width: 150px;
    margin: 0 auto;
}

.treatment-listing h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0 30px;
    color: var(--secondary);
}

/* Treatment section css */
/* Medical information page */

body.page-template-medica-info {
    background: linear-gradient(180deg, var(--secondary) 25%, var(--white) 100%);
    overflow-x: hidden;
    color: var(--white);
}

#animatedBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.medical-top-section .title {
    font-weight: 800;
}

.medical-right-image {
    width: 550px;
    background-color: var(--secondary);
    border-radius: 50px;
    padding: 20px 20px 0 20px;
    display: inline-flex;
    overflow: hidden;
    border-bottom: 5px solid var(--white);
}

.medical-information {
    gap: 50px;
    margin: 30px 0 50px;
}

.medical-left-content {
    width: calc(100% - 600px);
}

.medical-right-image img {
    border-radius: 40px 40px 0;
    transition: 0.5s all;
    height: 100%;
    object-fit: cover;
}

.medial-inner-image {
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
}

.medical-right-image img:hover {
    transform: scale(1.05);
}

.medical-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.medical-subtitle {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.sub-description {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}

.medical-top {
    border-radius: 20px;
    margin-bottom: 20px;
}

.medical-des {
    font-size: 22px;
    line-height: normal;
}

.medical-des p {
    margin: 0 0 20px;
    display: block;
    width: 100%;
}

/* Medical information page */

/* Stress incontinence treatment Page */
/* Stress incontinence treatment banner  */
.stress-hero-section {
    background-image: url('./assets/images/stress-incontinence-treatment-banner.png');
    animation: unset;
}

.stress-hero-section .description {
    font-size: 20px;
    font-weight: 600;
}

.stress-hero-section .hero-top-data .title {
    margin-bottom: 60px;
}

.stress-hero-section .description>p:first-of-type {
    margin-bottom: 30px;
}

.stress-hero-section .hero-top-data {
    margin: 100px 0 0;
}

/* Stress incontinence treatment banner  */
/* what-stress-incontinence-section */
.stress-incontinence-section-li {
    width: calc(20% - 16px);
    gap: 20px;
}

.stress-incontinence-section-ul {
    gap: 20px;
    margin: 30px 0 0;
    align-items: flex-start;
    align-content: flex-start;
}

.stress-incontinence-section-li>img {
    border-radius: 50%;
    border: 4px solid var(--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    transition: .3s all;
}

.stress-incontinence-section-li h3 {
    font-size: 20px;
    width: 100%;
    transition: .3s all;
}

.stress-incontinence-section-li:hover>img {
    border: 4px solid var(--secondary);
    box-shadow: 0 4px 10px #f14c9747;
}

.stress-incontinence-section-li:hover h3 {
    color: var(--secondary);
}

.top-bottom-title {
    text-align: center;
    padding: 15px 40px !important;
    background: linear-gradient(135deg, #c85c788a, #c85c78);
    border-radius: 50px;
    color: var(--white);
    margin: 30px auto 0;
    box-shadow: 0 8px 24px rgb(0 0 0 / 23%);
    font-size: 17px;
    animation: glow 4s ease-in-out infinite alternate;
    animation: softGlow 1s ease-in-out infinite alternate;
    max-width: 600px;
}


@keyframes softGlow {
    0% {
        box-shadow: 0 0 10px rgb(200 92 120 / 51%);
    }

    100% {
        box-shadow: 0 0 30px rgb(200 92 120);
    }
}

/* what-stress-incontinence-section */
/* treatment-section */
.lightest-bg {
    background: linear-gradient(135deg, #f7edf3 0%, var(--white) 50%, #f1e9f8 100%);
}

.stress-treatment-listing {
    margin-top: 30px;
}

.stress-treatment-listing>li {
    padding: 20px 50px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff3d;
    background: linear-gradient(180deg, #f7edf3 20%, #cfa2b88c 100%, #cfa2b838 100%);
    margin-bottom: 10px;
}

.stress-treatment-listing>li::before {
    content: '✓';
    margin-left: 10px;
    font-weight: bold;
    color: var(--btns);
    font-size: 25px;
}

.what-stress-incontinence-arrow>svg {
    width: 55px;
    margin: 30px auto 0;
    display: block;
}

/* treatment-section */
/* Stress incontinence treatment Page */

/* FAQ page */

.page-template-faq-template .faq-section {
    padding: 200px 0 100px;
}

.page-template-faq-template .faq-section .faq-question-section {
    width: 100%;
}

/* FAQ page */

section.archive-page {
    padding: 150px 0;
}

.archive-post-title a {
    color: var(--secondary);
}

.site-footer .site-logo.show {
    margin-bottom: 20px;
}

.stress-incontinence-section-ul.owl-carousel .stress-incontinence-section-li {
    width: 100%;
}

.shockwave-therapy-section h4,
.treatment-process-section h4 {
    padding-right: 0;
    text-align: center;
}

.faq-button-container {
    margin-top: 40px;
}

.faq-section .container {
    max-width: 100%;
    padding: 0 30px;
}

/* Modal UI */

.modal-open {
    overflow: hidden;
}

.modal-main {
    display: none;
    transition: 0.5s all;
}

.modal-open .modal-main {
    display: block;
}

.main-modal {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background: #0000004a;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.contactus-modal {
    background: radial-gradient(circle at top left, #ebcada, var(--primary));
    padding: 50px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 0 #efedf742, inset 1.5px 1.5px 1.5px #bdb6b6, 0 20px 40px #ffffff59;
    max-height: 90vh;
    overflow: auto;
    max-width: 700px;
}

.close-btn {
    border: 0;
    padding: 0;
    height: auto;
    display: flex;
    position: absolute;
    left: -20px;
    top: -20px;
}

.close-btn>svg {
    width: 30px;
    height: 30px;
}

.contactus-header {
    position: relative;
}

.contactus-header h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contactus-header h2 {
    font-size: 20px;
}

.modal-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.modal-contact .form-grp {
    width: 100%;
}

.contactus-footer {
    font-size: 15px;
}

.privacy-notes {
    position: relative;
}

.privacy-notes::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(267deg, #cfa2b800 10%, #d0a4b9 50.28%, rgb(65 111 130 / 0%) 80%);
    margin: 5px 0;
}

.close-btn:focus-visible {
    border: 0;
    outline: unset;
}

.success {
    color: green;
    margin: 30px 0 -10px;
}

/* Archive page */

.margin-whole-site {
    margin: 130px 0 100px;
}

.blog-grid {
    gap: 20px;
    margin: 50px 0;
    grid-row-gap: 40px;
}

.blog-card {
    width: calc(33.33% - 13.29px);
    background-image: linear-gradient(#f3b7c929, #ffedf2);
    border-radius: 28px;
    padding: 20px 20px 30px;
    text-decoration: none;
    transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    box-shadow: 0 0 #c85c780d, inset -4px 2px 1px #c85c7842, 0 10px 20px #ce708829;
    overflow: hidden;
}

.blog-card a .blog-thumb img {
    transition: 0.5s all;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card a:hover .blog-thumb img {
    transform: scale(1.08);
}

.blog-card a .blog-thumb {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 146px;
}

.blog-card a {
    color: var(--black);
}

.blog-content .blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 74px;
    color: grey;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination a,
.blog-pagination span {
    padding: 8px 14px;
    border: 1px solid var(--logocolor);
    margin: 3px;
    text-decoration: none;
    border-radius: 5px;
}

.blog-pagination .current {
    background: var(--logocolor);
    color: var(--white);
}


/* responsive section */

@media (max-width: 1199px) {
    .advantages-detail-li {
        width: calc(33.33% - 14px);
        padding: 30px 20px;
    }

    .advantages-details,
    .treatments-offer-orderlist {
        gap: 20px;
    }

    .treatments-offer-listing {
        width: calc(25% - 15px);
    }

    .treatments-offer-icon {
        height: 140px;
    }

    .expressivebig .current,
    .faq-title-section .common-title {
        font-size: 42px;
    }

    .bodylarge {
        font-size: 20px;
    }

    .faq-question {
        padding: 15px 0px 15px 30px;
        font-size: 18px;
    }

    .faq-question::after {
        font-size: 25px;
    }

    .single-article .entry-title {
        font-size: 55px;
        line-height: 55px;
    }

    .treatment-listing h2 {
        padding: 0;
    }

    .single-post-top-data {
        gap: 30px;
        margin: 20px 0 60px;
    }

    .single-post-top-data .single-post-image {
        width: 440px;
    }

    .single-post-top-data .sigle-post-content {
        width: calc(100% - 470px);
    }

    .treatment-li {
        width: calc(50% - 15px);
    }

    .tab-inner-content {
        font-size: 20px;
    }

    .tab-inner-data {
        gap: 30px;
    }

    .tab-inner-content {
        width: calc(100% - 330px);
    }

    .doctor-name {
        font-size: 45px;
    }

    .schedule-btn.common-btn {
        font-size: 25px;
    }

    .title {
        font-size: 70px;
        line-height: 70px;
    }

    .hero-top-data {
        gap: 15px;
    }

    .site-header {
        padding: 16px 0;
    }

    .hero-bottom-data {
        bottom: 20px;
    }

    .site-footer .footer-inner>div {
        width: calc(33.33% - 14px);
    }

    .site-footer .footer-inner {
        gap: 20px;
        justify-content: flex-start;
        padding: 40px 15px;
    }

    .site-footer .footer-inner>div:nth-of-type(3)::after {
        background: transparent;
    }

    .site-header .header-inner .show-logo {
        width: 200px;
    }

    .site-navigation {
        width: calc(100% - 200px);
    }

    .blog-card {
        width: calc(33.33% - 13.3px);
    }
}

@media (max-width: 1024px) {
    .blog-content-ul {
        gap: 15px;
    }

    .blog-data-li {
        width: calc(33.33% - 10px);
        padding: 15px;
        border-radius: 15px;
    }

    .blog-li-image img {
        border-radius: 15px;
    }

    .blog-title {
        letter-spacing: 0;
        font-size: 20px;
        min-height: 58px;
    }

    .blog-description {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: normal;
        min-height: 43px;
    }

    .blog-btn-area>a {
        font-size: 16px;
        padding: 3px 10px;
    }

    .owl-carousel.owl-theme .owl-dots .owl-dot span {
        width: 30px;
    }

    .medical-information {
        gap: 30px;
    }

    .medical-right-image {
        width: 500px;
    }

    .medical-left-content {
        width: calc(100% - 530px);
    }

    .treatments-offer-listing {
        width: calc(33.33% - 14px);
    }

    .stress-incontinence-section-li h3 {
        font-size: 17px;
    }

    .stress-incontinence-section-ul {
        gap: 10px;
    }

    .stress-incontinence-section-li {
        width: calc(20% - 8px);
    }

    .stress-treatment-listing>li {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 16px;
    }

    .top-bottom-title {
        font-size: 17px;
    }

    .title {
        font-size: 60px;
        line-height: 60px;
    }

    .doctor-name {
        font-size: 40px;
    }

    .schedule-btn.common-btn {
        font-size: 20px;
    }

    .shockwave-therapy-section h4,
    .treatment-process-section h4 {
        padding-right: 40px;
        font-size: 18px;
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .footer-inner .site-branding .site-description {
        font-size: 20px;
        text-align: right;
        margin: 0 0 20px;
    }

    .footer-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .location-detail a,
    .location-detail p {
        line-height: normal;
    }

    .site-footer .site-footer-social-links .site-footer-social-link svg {
        width: 25px;
        height: 25px;
    }

    .site-footer .site-footer-social-links .site-footer-social-link svg.icon-tabler-brand-pinterest {
        width: 27px;
        height: 27px;
    }

    .advantages-detail-li {
        width: calc(50% - 10px);
    }

    .site-navigation-toggle-holder .site-navigation-toggle-icon {
        color: var(--black);
    }

    .site-navigation-toggle-holder .site-navigation-toggle,
    .site-navigation-toggle-holder {
        padding: 0;
    }

    .site-navigation-toggle-holder .site-navigation-toggle:hover,
    .site-navigation-toggle-holder .site-navigation-toggle:active,
    .site-navigation-toggle-holder .site-navigation-toggle:focus {
        background: transparent;
    }

    .hero-btn-image {
        width: 40px;
        height: 40px;
    }

    .hero-btn-name {
        width: calc(100% - 60px);
    }

    .site-navigation-dropdown ul.menu li a {
        padding: 10px;
        font-size: 17px;
        font-weight: 600;
        color: var(--black);
    }

    .expressivebig .current {
        font-size: 40px;
    }

    .the-problem-grid-wrapper {
        padding: 60px 0;
    }

    .customer-inner-content {
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 6.5%, rgb(0 0 0) 95.5%, rgba(0, 0, 0, 0) 100%);
    }

    .site-header .site-navigation-dropdown ul {
        background: radial-gradient(circle at top left, #ffd0e5, #dbc0cd);
        border: 1px solid var(--secondary);
        box-shadow: 0 18px 50px #ffffff12;
    }

    .site-header .site-navigation-dropdown ul.menu li a {
        background-color: transparent;
    }

    .background-img-absolute {
        background-position: right center;
    }

    .hero-section {
        background-position: left center;
        animation: unset;
    }

    .modal-header>h2 {
        font-size: 23px;
    }

    .modal-header>p {
        font-size: 15px;
    }

    .modal-title,
    .modal-content {
        font-size: 16px;
        line-height: normal;
    }

    body .site-main,
    .page-template-medica-info .main-content {
        margin-top: 90px;
    }

    .single-article .entry-title {
        font-size: 50px;
        line-height: 50px;
    }

    .treatment-listing h2 {
        font-size: 22px;
    }

    .treatment-image {
        width: 120px;
    }

    .single-post-top-data .single-post-image,
    .single-post-top-data .sigle-post-content,
    .medical-right-image,
    .medical-left-content {
        width: 100%;
        text-align: center;
    }

    .medical-right-image {
        border-radius: 30px;
        padding: 10px 10px 0 10px;
    }

    .medical-right-image img {
        border-radius: 20px 20px 0;
    }

    .page-template-faq-template .faq-section {
        padding: 100px 0;
    }

    .threapy-name {
        font-size: 45px;
        line-height: 40px;
    }

    .blog-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .schedule-btn-wrapper .schedule-btn {
        max-width: 300px;
    }

    .site-footer .footer-inner>div,
    .faq-title-container>div {
        width: 100%;
        padding: 0;
    }

    .faq-title-container>div {
        position: static;
    }

    .site-footer .footer-inner {
        gap: 40px;
    }

    .hero-bottom-detail,
    .popup {
        max-width: 300px;
    }

    .popup {
        padding: 20px;
        border-radius: 10px;
    }

    .close {
        font-size: 20px;
        left: 10px;
        top: 10px;
    }

    .description-bottom {
        font-size: 15px;
    }

    .description {
        font-size: 45px;
        line-height: normal;
    }

    .title {
        font-size: 55px;
    }

    .site-name {
        font-size: 20px;
        line-height: 20px;
    }

    .doctor-name {
        font-size: 35px;
        line-height: 35px;
    }

    .threapy-name {
        font-size: 33px;
        line-height: 30px;
        margin: 30px 0;
    }

    .card-title {
        font-size: 22px;
        margin: 10px 0;
    }

    .card-text {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .card-btn {
        padding: 7px 15px;
    }

    .the-problem-grid-wrapper {
        text-align: center;
    }

    .bodylarge {
        max-width: 100%;
    }

    .common-title {
        font-size: 30px;
    }

    .common-description {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .advantages-section .common-description {
        padding-bottom: 20px;
    }

    .section-padding,
    .the-problem-grid-wrapper {
        padding: 30px 0;
    }

    .faq-title-container {
        gap: 20px;
    }

    .faq-title-section .common-title {
        margin-bottom: 10px;
    }

    .faq-answer {
        font-size: 15px;
    }

    .blog-data-li::before {
        width: 80px;
        height: 80px;
        right: -40px;
        bottom: -30px;
        border-width: 1px;
    }

    .blog-data-li::after {
        border-width: 1px;
    }

    .blog-data-li {
        width: calc(50% - 8px);
    }

    .blog-content-ul {
        justify-content: center;
    }

    .owl-carousel.owl-theme .owl-dots .owl-dot span {
        width: 15px;
    }

    .customer-detail .customer-name {
        font-size: 25px;
    }

    .customer-designation {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .customer-description {
        font-size: 17px;
        min-height: 70px;
        margin-bottom: 20px;
    }

    .customer-review-inner {
        padding: 30px;
    }

    .w-50-contact .form-grp {
        width: 100%;
    }

    .contact-detail {
        padding: 20px;
    }

    .common-btn {
        padding: 7px 20px;
    }

    .site-footer .footer-inner>div:not(:last-child)::after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -25px;
        right: 0;
        background: linear-gradient(267deg, var(--secondary) -10%, var(--secondary) 34.28%, rgb(65 111 130 / 0%) 100%);
    }

    .button-strip-area {
        gap: 30px;
    }

    .single-featured-image {
        height: 200px;
    }

    .single-article .entry-title {
        font-size: 37px;
        line-height: 40px;
    }

    .nav-links .nav-previous a,
    .nav-links .nav-next a,
    .archive-button {
        font-size: 16px;
    }

    .nav-links .nav-previous svg,
    .nav-links .nav-next svg,
    .archive-button svg {
        width: 17px;
    }

    .single-article p {
        font-size: 17px;
        line-height: 22px;
    }

    .single-article .wp-block-heading {
        margin: 30px 0 10px;
        font-size: 27px;
    }

    .single-article .wp-block-image img {
        padding: 15px;
    }

    .single-article .entry-meta {
        padding: 5px 15px;
    }

    .treatment-listing {
        width: 100px;
    }

    .subscription-btn-wrapper .subscription-btn {
        font-size: 17px;
    }

    .subsribe-contact,
    .subsribe-contact .form-grp {
        width: 100%;
    }

    .medical-title {
        font-size: 50px;
        line-height: 50px;
    }

    .medical-subtitle {
        font-size: 40px;
        line-height: 40px;
    }

    .sub-description {
        font-size: 30px;
        line-height: 40px;
    }

    .medical-des {
        font-size: 20px;
    }

    .what-treatment-bottom {
        margin-bottom: -30px;
        margin-top: 30px;
    }

    .what-treatment-bottom svg {
        height: 80px;
    }

    .expressivebig .current,
    .faq-title-section .common-title {
        font-size: 36px;
    }

    .tab-inner-data>div {
        width: 100%;
        line-height: normal;
        font-size: 15px;
    }

    .tab-inner-data {
        gap: 15px;
    }

    .tabs li {
        font-size: 16px;
        margin-left: 20px;
    }

    .treatment-icons {
        width: 70px;
        margin: 0 auto;
    }

    .tab-section .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .treatments-offer-listing {
        width: calc(50% - 10px);
        min-width: 250px;
        margin: 0 auto;
    }

    .stress-incontinence-section-li {
        width: calc(25% - 8px);
        gap: 10px;
    }

    .video-section-wrapper {
        margin-top: 70px;
    }

    .hero-top-data {
        gap: 10px;
        margin-top: -110px;
    }

    .treatment-wrapper {
        padding-top: 30px;
        margin-top: 20px;
    }

    .home .title {
        font-size: 20px;
        line-height: 15px;
    }

    .tabs {
        justify-content: flex-start;
    }

    .site-footer .site-logo.show {
        max-width: 350px;
        padding: 0;
    }

    .faq-section .container {
        padding: 0 15px;
    }

    .social-footer {
        text-align: right;
    }

    .site-footer .site-footer-social-links {
        justify-content: flex-start;
    }

    .hero-bottom-data {
        bottom: 150px;
    }

    .contactus-modal {
        width: 90%;
        padding: 40px 30px;
        border-radius: 20px;
    }

    .contactus-header h1 {
        font-size: 27px;
    }

    .contactus-header h2 {
        font-size: 15px;
    }

    .modal-contact {
        margin: 30px 0 20px;
    }

    .privacy-notes::after {
        background: linear-gradient(267deg, #cfa2b800 -10%, #d0a4b9 60.28%, rgb(65 111 130 / 0%) 100%);
    }

    .contactus-footer {
        font-size: 13px;
    }

    .blog-grid {
        margin: 20px 0;
        grid-row-gap: 30px;
    }

    .margin-whole-site {
        margin: 100px 0 50px;
    }
}

@media (max-width: 650px) {
    .treatment-li {
        width: 100%;
        text-align: center;
    }

    .treatment-description {
        min-height: unset;
        display: block;
        -webkit-line-clamp: unset;
    }
}

@media (max-width: 576px) {
    .site-footer .footer-inner .site-navigation ul.menu li {
        display: block;
        text-align: right;
    }

    .advantages-detail-li,
    .blog-data-li {
        width: 100%;
    }

    .threapy-name {
        font-size: 25px;
    }

    .title {
        font-size: 40px;
        line-height: 40px;
    }

    .description {
        font-size: 22px;
        line-height: 25px;
        margin: 10px 0 50px;
    }

    .expressivebig .current {
        font-size: 26px;
    }

    .bodylarge {
        font-size: 16px;
    }

    .customer-review-section {
        padding: 30px 15px;
    }

    .stress-hero-section .hero-top-data .title {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 40px;
    }

    .stress-incontinence-section-li {
        width: calc(33.33% - 7px);
    }

    .stress-hero-section .description {
        margin: 30px 0;
    }

    .stress-hero-section .description>p:first-of-type {
        margin-bottom: 10px;
    }

    .doctor-name {
        font-size: 20px;
        line-height: 20px;
    }

    .schedule-btn.common-btn {
        font-size: 18px;
    }

    .video-section iframe {
        height: 240px;
    }

    .home .title {
        font-size: 17px;
    }

    .blog-li-image {
        height: auto;
        max-height: 170px;
    }

    .popup .modal-content h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .blog-card {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .threapy-name {
        font-size: 18px;
        line-height: 20px;
    }

    .site-header .header-inner .show-logo {
        width: 250px;
    }
}

@media (max-width: 400px) {

    .hero-bottom-detail,
    .popup {
        max-width: 290px;
    }

    .stress-incontinence-section-li {
        width: calc(50% - 5px);
    }

    .description-bottom {
        font-size: 14px;
    }

    .hero-top-data {
        margin-top: -130px;
    }

}