/* Responsive Styles */

@media (max-width: 1400px) {
    .location-banner-image {
        height: 750px;
        width: 100%;
    }

    .review-slider .slick-slide {
        height: 343px;
    }
	.review-slider .slick-slide
 {
    height: 345px;
}
	.step-desc br {
		display:none;
	}
	.trusted-partner .image-wrapper img {
    height: 510px;
}
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1366px) {
.contact-info-card {
    padding: 33px 31px;
}
    .navbar .dropdown-item {
        padding: 10px 15px;
    }

    .respect-journey-content {
        margin-top: 150px;
    }

    /* .page-header .btn.btn-primary {
        height: 49px;
        padding: 12px 19px;
        font-size: 14px;
    } */

    .navbar .nav-link {
        padding: 0 5px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .grid-item {
        padding: 25px 10px;
    }

    .results h2 br {
        display: none;
    }

    .we-care-box p {
        margin-bottom: 2rem !important;
    }

    .we-care-content {
        padding-left: 0 !important;
    }

    .we-care-box p {
        margin-bottom: 2rem !important;
        max-width: 520px;
    }

    .we-care-box p br {
        display: none !important;
    }

    .we-care-img-wrapper {
        width: 390px;
        margin-top: -40px;
    }

    /* .we-care-features li {
        flex: 1;
    } */

    .we-care-features svg {
        margin-right: 6px;
        min-width: 20px;
        width: 20px;
    }

    .we-care-features li span {
        font-size: 14px;
        line-height: normal;
    }

    /* .we-care-features {
        gap: 5px 0 !important;
    } */

    .we-care-content .mb-5 {
        margin-bottom: 2rem !important;
    }

    .specialist-section-location h2 {
        font-size: clamp(2.3rem, 2vw + 1rem, 3rem);
    }

    .our-clinic-section h2 {
        font-size: clamp(2.3rem, 2.2vw + 1rem, 3rem);
    }

    .our-mission-n .slider-item img {
        height: 580px;
    }

    .col-lg-6.our-mission-n-left {
        padding: 54px 60px 60px 61px;
    }
	.our-mission-n.about-space .slider-item img {
    height: 549px;
}
	.review-slider .slick-slide {
    height: 345px;
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

    img.flag-map {
        display: none;
    }

    main.page-section {
        overflow: hidden;
    }


    /* 
    .navbar-brand img {
        height: 50px;
    } */

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    .navbar .nav-link {
        padding: 0 16px !important;
        font-weight: 500 !important;
        /* font-size: 15px !important; */
    }

    .navbar .dropdown-item {
        padding: 0 15px;
    }

    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        transition: transform 0.3s ease;
    }

    .site-header.is-fixed {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .offcanvas-body {
        padding: 50px 10px 25px 10px;
    }

    .page-header .btn.btn-primary {
        height: 54px;
        padding: 12px 24px;
        font-size: 18px;
        font-weight: 600;
    }


    .navbar .offcanvas-body .navbar-nav {
        align-items: flex-start !important;
        gap: 0;
        height: 100%;
    }

    .navbar .offcanvas-body .navbar-nav li {
        display: flex;
        border-bottom: 1px solid #eee;
        width: 100%;
        padding: 15px 0;
        margin-top: 0;
        flex-direction: column;
    }
	
    .navbar .offcanvas-body .navbar-nav li a {
        font-size: 16px;
    }

    .navbar .offcanvas-body .navbar-nav li:last-child {
        border-bottom: none;
        margin-top: 4px !important;
    }

    .navbar .offcanvas-body .nav-link {
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .navbar .offcanvas-body .navbar-nav .nav-item.phone-number {
        border: none;
        justify-content: center;
        margin-top: auto;
        flex-direction: row;
        border: 1px solid #284D06;
    }

    .navbar .offcanvas-body .navbar-nav .nav-item.phone-number a {
        justify-content: start;
        width: auto;
        padding: 0 5px !important;
    }


    .navbar .offcanvas-body .dropdown-menu li {
        padding: 0;
    }

    .navbar .offcanvas-body .dropdown-menu {
        padding: 4px 0;
    }

    .offcanvas-header .btn-close {
        border: 2px solid #284d06;
        background-color: #284d06 !important;
        border-radius: 100%;
        padding: 10px;
        width: 35px;
        height: 35px;
        padding: 0;
        margin: 0 0 0;
        margin-left: auto;
        opacity: 1;
        background: url(../images/close-icon.svg) no-repeat center center;
        background-size: 34%;
    }

    .navbar-toggler-icon {
        background: url(../images/menu-icon.svg) no-repeat center center;
        background-size: 64%;
        border: 2px solid var(--primary);
        background-color: var(--primary);
        border-radius: 8px;
        padding: 10px;
        width: 45px;
        height: 45px;
        opacity: 1;
    }


    ul.dropdown-menu .dropdown-item {
        padding: 11px 18px !important;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}

@media (max-width: 767px) {

    .location-banner-image {
        height: auto;
    }

    .location-banner-details .location-btn-two {
        padding: 0 10px;
        margin: 0;
    }


    .location-banner-details {
        margin-bottom: 30px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-hours li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    img.flag-map {
        display: none;
    }

    /* section.hero {
        background-image: url('/wp-content/uploads/Frame-2147228135-scaled.jpg') !important;
    } */

    h5.footer-title.mb-3.hidden-title {
        visibility: visible !important;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .we-care-img-wrapper {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .we-care-features li {
        flex: 0 0 100%;
    }

    .we-care-features li span {
        font-size: 16px;
    }

    .we-care-features {
        gap: 15px 0 !important;
        max-width: 86%;
        margin-bottom: 0 !important;
    }

    .hero h1 {
        /* margin-bottom: 2rem !important; */
        color: #000;
    }

    .avatar-group img {
        height: 33px;
    }

    .hero {
        background: url(../images/mobile-banner-1.jpg) no-repeat center center / cover !important;
        background-size: cover;
        background-position: center;
        height: 1020px;
        background-position: -120px 41px !important;
    }

    .rating-content .text-black.fw-600 {
        font-size: 15px;
    }

    .hero p {
        /* margin-bottom: 2rem !important; */
        color: #000;
    }

    .feature-list.list-unstyled li {
        align-items: flex-start !important;
    }

    .specialist-section-location .container.mt-4 {
        margin-top: 0 !important;
    }

    .specialist-section-location .col-lg-6:first-child {
        order: 2;
        margin-bottom: 0;
    }

    .services-section-location h2 {
        margin-bottom: 30px !important;
    }

    .specialist-section-treatment p {
        font-size: 16px;
        line-height: 160%;
        opacity: 0.8;
        margin-bottom: 2rem !important;
    }

    .location-section-btn .btn.btn-outline--secondary,
    .location-section-btn .btn.btn-primary {
        height: 57px;
        max-width: 220px;
        width: 100%;
        justify-content: center;
    }

    .location-section-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .specialist-section-treatment h2 {
        font-size: clamp(2.1rem, 2.5vw + 1rem, 3rem);
    }

    .services-section-location h2 {
        font-size: clamp(2.2rem, 2.5vw + 1rem, 3rem);
    }

    .location-banner-title {
        font-size: 38px;
    }

    .location-banner-para {
        margin-bottom: 2rem !important;
    }

    .our-clinic-section h2 {
        font-size: clamp(2.1rem, 2.2vw + 1rem, 3rem);
    }

    .specialist-section-location h2 {
        font-size: clamp(2.2rem, 2vw + 1rem, 3rem);
    }

    .we-care-box {
        padding: 40px 20px 0 20px;
    }

    /* .page-template-home-page-template .faq {
        margin-top: 0;
    } */

    .about-us-banner,
    .contact-section,
    .faqs-section,
    .blog--us-banner {
        height: 400px !important;
    }

    .about-us-banner .container,
    .contact-section .container,
    .faqs-section .container,
    .blog--us-banner .container {
        margin-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .our-mission-n.about-space {
        padding: 70px 20px 0;
    }


    .col-lg-6.our-mission-n-left {
        margin-top: 45px;
        padding: 45px 25px 25px 25px;
    }

    .our-mission-n .slider-item img {
        height: auto;
    }

    .our-mission-n .col-lg-6.text-center.position-relative {
        padding: 0;
    }

    .our-mission-n h2 {
        margin-bottom: 22px;
        font-size: 31px;
    }

    .our-mission-n p {
        font-size: 16px;
        line-height: 25px;
    }

    .our-value-n .col-lg-3:nth-child(2n) .br-r {
        border-right: none;
    }

    .page-template-about-us-template .our-clinic-section.a-b-p {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    .our-clinic-section .col-lg-4.col-md-6.col-6 {
        margin-bottom: 0 !important;
    }

    .journey-section {
        background-size: contain;
        margin-bottom: 70px;
        height: 460px;
        background-position: bottom;
        padding-top: 1rem !important;
    }


    .our-value-n-card {
        text-align: center;
    }

    .our-value-n-icon {
        margin: auto;
    }

    .contact-page .header.text-left.mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .contact-page-sm-des {
        padding: 30px 20px;
        margin-bottom: 36px;
    }

    .contact-page .btn.btn-primary {
        font-size: 14px;
        height: 54px;
        padding: 18px 19px;
    }

    .contact-page .contact-info-card {
        padding: 30px 30px 30px;
        gap: 20px;
    }

    .contact-page .contact-info-card a {
        height: auto;
        font-size: 20px;
        line-height: 28px;
    }

    .contact-page h2 {
        font-size: clamp(2.1rem, 2.5vw + 1rem, 3rem);
    }

    .contact-page .contact-card {
        padding: 26px 26px 0 26px !important;
    }

    .page-template-faq-template .we-care {
        margin-top: 1rem !important;
    }

    .page-template-location-page-template .contact h2 {
        font-size: clamp(1.9rem, 2.5vw + 1rem, 3rem);
    }

    .location-dev {
        margin-bottom: 16px;
    }

    .page-template-location-page-template .contact .col-lg-4.col-md-6.col-6 {
        padding: 0 7px;
    }

    .page-template-location-page-template .contact .row {
        margin: 0 -7px;
    }

    .privacy-banner.d-flex.align-items-end {
        margin-bottom: 0 !important;
    }

    .pr-block p:has(&nbsp) {
        display: none;
    }

    .blog-block {
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .blog-block .col-lg-8 {
        order: 2;
        margin-top: 30px;
    }

    .blog-block .row .row .row {
        margin: 0;
    }

    .blog-block .row .row .row .col-lg-6 {
        padding: 0;
    }

    .blog-block .row .row .row {
        margin: 0 !important;
    }

    .blog--detail-block {
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .blog--detail-block .col-lg-8 {
        order: 2;
        margin-top: 30px;
    }

    .blog--detail-block h2 {
        font-size: clamp(1.8rem, 2.5vw + 1rem, 2rem);
    }

    .blog-banner-detail-title {
        font-size: 35px;
        line-height: 44px;
        margin-bottom: 40px !important;
        text-align: left;
    }

    .blog--detail--us-banner .sub-title.breadcrumb-text.b-n-g-n {
        justify-content: flex-start;
    }

    .blog--detail--us-banner {
        height: 550px;
    }

    .about--us-banner.programe-banner .about--us-banner-title {
        font-size: 42px;
        line-height: 57px;
    }

    .programe-banner .container {
        margin-top: 50px;
    }

    .treatment-steps-programe h2 {
        font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
    }

    .respect-journey-content {
        margin-top: 0;
    }

    .respect-journey .row {
        flex-direction: column-reverse;
    }

    .respect-journey {
        padding: clamp(5rem, 5vw + 1rem, 5rem) 0;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .treatment-steps-programe {
        padding-bottom: 5rem;
    }

    /* 
    .faq h2 {
        font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
    } */

    .we-care-box {
        padding: 40px 20px 0;
    }

    .help.programme-help:after {
        width: 100%;
    }

    /* Programe page start here */
    .about--us-banner.programe-banner .about--us-banner-title {
        font-size: 42px;
        line-height: 57px;
    }

    .programe-banner .container {
        margin-top: 50px;
    }

    .treatment-steps-programe h2 {
        font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
    }

    .respect-journey-content {
        margin-top: 0;
    }

    .respect-journey .row {
        flex-direction: column-reverse;
    }

    .respect-journey {
        padding: clamp(5rem, 5vw + 1rem, 5rem) 0;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .treatment-steps-programe {
        padding-bottom: 5rem;
    }

    /* .faq h2 {
        font-size: clamp(2rem, 2.5vw + 1rem, 3rem);
    } */

    .we-care-box {
        padding: 40px 20px 20px;
    }


    .support-card {
        padding: 30px 20px !important;
    }

    .support-card-title {
        font-size: 18px;
    }

    .help.programme-help:after {
        width: 100%;
    }

    .respect-journey.whole-respect-resources .respect-journey-content {
        margin-top: 0;
    }

    .specialist-section.specialist-section-treatment .row {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .specialist-section.specialist-section-treatment.pt-4 {
        padding-top: 0 !important;
    }

    .feature-list .feature-text {
        font-size: 16px;
    }

    .feature-icon svg {
        margin-top: -4px;
    }

    .respect-journey.whole-respect-resources .respect-journey-img {
        margin-top: 29px;
    }

    .respect-journey-content p {
        margin-bottom: 28px;
    }

    .about-us-banner-title {
        font-size: 34px;
        line-height: 126%;
    }

    .treatment-steps-programe .mt-5.pt-3 {
        margin-top: 1.8rem !important;
    }

    .respect-journey-content h2 {
        font-size: clamp(2.1rem, 2.5vw + 1rem, 3rem);
    }

    .help.programme-help h2 {
        font-size: clamp(1.8rem, 2.5vw + 1rem, 3rem);
    }

    .specialist-section.specialist-section-treatment .row {
        flex-direction: column-reverse;
        margin: 0 -20px;
    }

    .specialist-section.specialist-section-treatment .col-lg-6 {
        margin-top: 0;
        padding: 0 20px;
    }

    .support-options-resource h2 {
        font-size: clamp(2.2rem, 2.5vw + 1rem, 3rem);
    }

    .support-options-resource .row {
        margin: 0 -7px;
    }

    .support-options-resource .col-lg-3.col-md-6.col-6 {
        padding: 0 8px;
        margin-top: 18px;
    }

    .support-options-resource .support-card {
        border-radius: 27px;
    }

    .support-options-resource .support-card-title {
        font-size: 18px;
    }

    .support-options-resource .support-card-title br {
        display: none;
    }

    .support-options-resource .text-center.mt-5 {
        margin-top: 1.2rem !important;
    }

    .our-value-n .col-lg-3.col-md-6.col-6:nth-child(odd) {
        padding-right: 0px;
    }

    .respect-journey-content p {
        font-size: 16px;
    }

    .page-id-842 .pr-block {
        margin-top: 0;
    }

    .privacy-banner {
        height: 230px;
    }

    .specialist-section.specialist-section-location .row {
        margin: 0 -20px;
        gap: 20px;
    }

    .specialist-section.specialist-section-location .col-lg-6 {
        margin-top: 0;
    }

    .specialist-section.specialist-section-location .btn.btn-primary {
        font-size: 16px;
        height: 55px;
        padding: 22px 19px;
    }

    .specialist-section.specialist-section-treatment .feature-list li {
        align-items: flex-start !important;
    }

    .specialist-section.specialist-section-treatment .feature-icon {
        margin-top: -3px;
    }

    .faq .accordion-body p {
        font-size: 14px;
    }

    .results.reslut-about-us img {
        height: 422px;
    }

    .find-nearest-location .row {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .google-map-location iframe {
        height: 500px;
    }

    .clinic-location-list a {
        gap: 18px;
        font-size: 16px;
    }

    .services-section h2 {
        margin-bottom: 2rem !important;
    }

    .we-care-person {
        width: 100%;
        height: 353px;
    }

    .page-header .btn.btn-primary {
        justify-content: center;
    }

    .navbar .dropdown-item {
        white-space: normal;
    }

    .areas-we-serve .list-unstyled:after {
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.15);
        right: 0;
        top: auto;
        bottom: -22px;
    }

    .areas-we-serve .area-item {
        font-size: 1rem;
        align-items: flex-start !important;
    }

    .we-care .row {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .we-care-features.list-unstyled li {
        width: 100%;
        text-align: left;
    }

    .we-care-content .mt-5 {
        margin-top: 2.5rem !important;
    }

    .areas-we-serve .col-lg-3.col-md-6.col-6.mb-4:nth-child(3) .list-unstyled:after {
        display: none;
    }

    .areas-we-serve {
        padding-bottom: 1rem;
    }

    .google-map-frame iframe {
        height: 450px;
    }

    .why-choose-sec .service-card {
        height: 508px;
    }

    .why-choose-sec .service-card {
        height: 474px !important;
    }

    .service-card-image img {
        width: 70px;
        height: 70px;
    }

    .service-card-image {
        margin-bottom: 34px;
    }

    .our-clinic-section .row {
        gap: 20px 0;
    }

    .our-clinic-title {
        font-size: 24px;
    }

    .service-card-image {
        margin-bottom: 44px;
    }

    .results.reslut-about-us h2 {
        font-size: 29px;
    }

    .results.reslut-about-us p {
        font-size: 16px;
    }

    .areas-we-serve p br {
        display: none;
    }

    /* .we-care-content h2 {
        font-size: 33px;
    } */

    .contact-title {
        font-size: 34px;
    }

    .blog-banner-title {
        font-size: 34px;
    }

    .hero .btn.btn-primary {
        padding: 22px 30px 22px 9px;
    }

    .recent-work .row {
        margin: 0 -8px;
    }

    .recent-work .row .col-lg-4.px-2.mb-3.col-md-4.col-6 {
        padding: 0 0.35rem !important;
        margin-bottom: 0.7rem !important;
    }

    .service-card-content {
        padding: 0;
    }

    .service-card .img-wrapper {
        height: 160px;
    }

    .reviews-container {
        padding-top: 2.5rem !important;
    }

    .trusted-partner.py-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .experience-stats {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .find-treatment {
        padding-top: clamp(5rem, 6vw + 1rem, 6rem);
        padding-bottom: clamp(5rem, 6vw + 1rem, 6rem);
    }

    .we-care {
        margin-top: clamp(5rem, 7vw + 1rem, 7rem);
    }

    .we-care-box {
        margin-bottom: clamp(5rem, 7vw + 1rem, 8rem);
    }

    .step-desc br {
        display: none;
    }

    .faq .accordion-button {
        padding: 22px 22px 22px 22px;
        font-size: 19px;
    }

    .faq .accordion-body {
        padding: 0 79px 22px 22px;
        font-size: 15px;
        line-height: 141%;
    }

    .why-choose-sec {
        padding: clamp(5rem, 5vw + 1rem, 6.5rem) 0;
    }

    .services-section .section-title {
        margin-bottom: 0 !important;
    }

    .services-section .text-center.mb-5 {
        margin-bottom: 1rem !important;
    }

    .recent-work {
        padding: clamp(5rem, 5vw + 1rem, 6rem) 0;
    }

    .services-section .text-center.mt-5 {
        margin-top: 1.8rem !important;
    }

    .feature-list {
        margin-top: 32px !important;
    }

    .feature-list.list-unstyled li {
        align-items: flex-start !important;
        font-size: 15px;
        line-height: 21px;
    }

    .rating-content {
        line-height: 17px;
    }

    .rating-content .text-black.fw-600 {
        font-size: 14px;
        margin-top: 5px !important;
        display: block;
    }

    .hero .d-flex.align-items-center.gap-3.mt-5 {
        margin-top: 2rem !important;
    }

    .benefit-list {
        margin-bottom: 2rem !important;
    }

    .service-card p {
        font-size: 14px;
        line-height: 20px;
    }

    .benefit-list li {
        align-items: flex-start !important;
    }

    .trusted-partner .icon-check-green {
        width: 21px;
        height: 21px;
    }

    .services-section {
        padding-bottom: 5rem !important;
    }

    .services-hero.hero {
        background: url(../images/mobile-banner-1.jpg) no-repeat center center / cover !important;
        padding-bottom: 80px;
        height: auto;
    }

    .quote-section .container {
        padding: 0;
    }

    .quote-card {
        padding: 34px 28px;
    }

    .quote-card .quote-title p {
        font-size: 15px;
    }

    .quote-card .quote-title h2 {
        font-size: 25px;
    }

    .recent-work-services .text-center.mt-5 {
        margin-top: 2rem !important;
    }
	.trusted-partner .row {
    flex-direction: column-reverse;
}
	    .our-mission-n.about-space .slider-item img {
        height: 400px;
    }
	.our-mission-n.about-space .slider-item {
    margin-top: 0;
}
	    section.road-to-recovery {
        padding-top: 80px;
    }
	.col-lg-6.our-mission-n-left {
        margin-top: 65px;
    }
	.our-mission-n.about-space .container.mb-4
 {
    margin-bottom: 0 !important;
}
	    .trusted-partner .image-wrapper img {
        height: auto;
    }
	    .quote-card {
        padding: 34px 28px 4px 28px;
    }
	.hero {
        height: auto;
        padding-bottom: 80px;
    }
	    .areas-we-serve {
        padding-bottom: 3rem;
    }
	.area-we-cover-widget {
    padding: 20px;
}
	.areas-we-serve .area-item
 {
    max-width: 100%;
    width: 100%;
}
	.custom-offer-price-new {
    font-size: 31px !important;
}
	#countdown ul {
    font-size: 15px;
}
}