
@media (min-width: 1024px) and (max-width: 1366px) {
    
    
}

@media (min-width: 1024px) {
   
}


@media (max-width: 1023px) {
   
   
}


@media (max-width: 739px), (max-width: 992px) {
    .container-fluid {
        display: flex;
        justify-content: space-between !important;
    }
    .logo {
        width: 60px;
    }
    .navbar-text {
        margin: 30px 0px;
    }
    .nav-item {
        padding: 5px 0px !important;
    }
    .main_header .title {
        font-size: 32px;
    }
    .main {
        padding: 0px;
        padding-bottom: 30px;
    }
    .spa_title {
        font-size: 35px;
    }
    .overlay_name {
        display: none;
    }
    .therapists_text {
        display: block;
        top: 60%;
        font-size: 16px;
    }
    .overlay {
        position: unset;
    }
    .footer {
        display: block;
    }
    .footer_left {
        width: 100%;
    }
    .footer_right {
        width: 100%;
        padding-left: 20px;
        height: 500px;
    }
}