

@media (min-width: 992px) {

    .treatments .accordion .accordion-body {
        padding: 0rem 4rem 3rem 4rem;
    }
    .faq .spa-wrap.pt-lg-240 {
        padding-top: 240px;
    }
    
    .faq .spa-wrap.pt-lg-180 {
        padding-top: 180px;
    }
}

@media (max-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 2rem;
    }
   
}

@media (max-width:1440px) {
    html {
        font-size: 14px;
    }

    /* .treatments .accordion .accordion-body {
        min-height:20%;
    } */
}
@media (max-width:1200px) {
    .contact-form .contact-details .contact-box{
        margin-top: 1rem;
        height: auto;
    }
    .services .services-item .services-details h3 ,
    .treatments .accordion .accordion-button,
    .treatments .accordion .accordion-button  {
        font-size: 2rem;
    }
    .services .services-item .services-details p {
        font-size: 1.2rem;
    }
    .treatments .accordion .accordion-item:not(:has(.collapsed)) {
        height: calc(100% - 13rem);
    }
   
}

@media (max-width: 992px) {

    .mt-md-3{
        margin-top: 10px;
    }
    .faq .spa-wrap{
        height: 100%;
    }
    .spa-gallery .col-md-6{
        margin-bottom: var(--bs-gutter-x);
    }
    .hero h2{
        font-size: 2.5rem;
    }
    .hero-bg img{
       height: 200px;
    }
    .about p {
        font-size: 1rem;
    }
    .btn-primary{
        font-size: 1rem;
    }
    .btn-primary i svg{
        height: 0.8rem;
    }
    .promo .content h3,
    .services .content h3  {
        font-size: 2.5rem;
    }
   
    .about,.selfcare,footer  {
        padding: 3.25rem 3rem;
    }
    .promo .content {
        padding: min(150px, 3.5rem) min(150px, 3rem);
    }
    .services .content{
        padding: min(3.25rem, 3rem);
    }
    .faq .spa-wrap img {
        width: 100%;
    }
    .faq .spa-gallery {
        padding: 1rem 0;
    }
    .divider-line{
        margin: 50px 0;
    }
    .treatments .accordion  {
        height: auto;
    }
    .treatments .accordion .accordion-item:not(:has(.collapsed)) {
        height: auto;
    }
    .treatments .accordion .accordion-body {
        padding: 0rem 5rem 3rem 4rem;
    }
}
@media (max-width:767px) {
    html {
        font-size: 12px;
    }

    .services .services-item {
        min-height: fit-content;
    }

    .services .services-item .services-details {
        padding-top: 30px;
    }
    footer{
        padding: 4.25rem 6.25rem;
    }
    footer .footer-top{
        margin: 0;
        padding: 0;
    }
    footer .footer-top p {
        padding-top: 20px;
        text-align: left;
    }
    footer .footer-top .footer-location {
        margin-bottom: 10px;
    }
    footer .footer-bottom .social-media-wrap{
        
        order: 2;
        padding-top: 20px;
    }
    footer .footer-bottom .footer-link{
        order: 1;
        text-align: left;
    }
    footer .footer-bottom .footer-link a{
        padding-left: 0;
        padding-right: 10px;
    }
    .hero {
        padding: 30vh 0;
    }
    
    .about,.selfcare,footer  {
        padding: 40px;
    }
    .promo .content {
        padding: min(150px, 40px) min(150px,  40px);
    }
    .services .content{
        padding: min( 40px,  40px);
    }
    .treatments .accordion .accordion-body {
        padding: 0rem 40px 40px 40px;
    }
    .divider-line {
        margin: 40px 0 40px 0;
    }
    .divider-line.line2 {
        margin: 40px 0 30px 0;
    }
    .contact {
        padding: 70px;
    }
    footer .footer-top img{
        height: 120px;
    }
}
@media (max-width:480px) {
    footer .footer-bottom .footer-link ul{
        padding-left: 0;
    }
    .p-link-0{
        padding: 0;
    }
}