<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html>
<html lang="en-US">
<head>

  <style>
  html{visibility: hidden;opacity:0;}
  </style>
  <meta name="viewport" content="initial-scale=1.0, width=device-width">
  <title>Diana Beauty Spa is a Beauty Spa in New York, NY 10013</title>
  <meta name="Description" content="Diana Beauty Spa - Diana Beauty Spa is a Beauty Spa in New York, NY 10013">
  <link rel="shortcut icon" href="/favicon.ico">
  <link rel="preconnect" href="https://s3.amazonaws.com" crossorigin="">
  <style id="critical-inline-css">
        /**********************************
  NAVBAR
  **********************************/
  .scrolled #header-menu-list > li.hidebutton:first-child > a {
    border-radius: 5px;
  }

  .scrolled > #header-menu-list > li.hidebutton:first-child a:hover {
    border-bottom: none;
    border-radius: 5px;
  }
  .scrolled #header-menu-list > .dropdown > li.hidebutton.dropbtn > a:hover {
    border-radius: 0;
  }
  /**********************************
  PROMO IMAGE
  **********************************/
  #promo-image {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #promo-image picture{
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .4);
  }

  #promo-image > picture > img{
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .4);
    opacity: 100%;
  }


  #promo-image-mobile,
  #promo-image-mobile picture,
  #promo-image-mobile > picture > img {
    display: none;
  }

  /**********************************
  PROUDLY SERVING IMAGE
  **********************************/
  #proud-image {
    background-size: cover;
    background-position: center;
    width: 100wh;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .7);
    position: relative;
  }

  #proud-image > h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 350%;
    text-transform: uppercase;
    text-align: center;
  }

  #areas-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #areas-text > p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 125%;
    padding-top: 15px;
    text-align: center;
  }

  #proud-image > p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*********************************
  PAGE CONTENT
  *********************************/
  .page-content-bg {
    min-height: auto;
    width: 100%;
  }
  #introduction-fg {
    max-width: 960px;
  }

  .page-content-fg {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .text-content.left {
    text-align: left;
    margin-bottom: 50px;
  }

  .text-content h2 {
    font-size: 200%;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: bold;
  }

  .text-content h2 p{
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: unset;
    width: 100%;
  }

  .text-content p {
    margin-top: 20px;
    letter-spacing: 2px;
  }

  div#learn-more-button {
    margin-top: 50px;
    text-align: center;
  }

  #learn-more-button a {
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    border: 2px solid;
  }
  /*********************************
  Services
  *********************************/

  .service-container {
    min-height: 550px;
    display: flex;
  }

  .service-image {
    pointer-events: none;
  }

  .service-container a {
    flex: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-container a img {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
    pointer-events: auto;
    margin-left: 35%;
    object-fit: cover;
  }

  .service-container .text-eighty {
    display: flex;
    flex: 50%;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
  }

  .service-container .text-content {
    width: 90%;
    padding-left: 25px;
  }

  .service-container .text-content h1 {
    font-size: 30px;
  }

  .service-button > a {
    max-width: 130px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    border-radius: 50px;
    margin-left: 25px;
  }

  .service-button > a:hover {
    border: 2px solid;
  }

  .service-button-odd > a:hover {
    border: 2px solid;
  }

  .service-container.odd {
    min-height: 550px;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
  }

  .service-container.odd .text-content {
    width: 90%;
    padding-left: 25px;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
  }

  .service-container.odd > .text-eighty > .service-button-odd {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    padding-left: 25px;
  }

  .service-button-odd > a {
    flex: 50%;
    max-width: 130px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    border-radius: 50px;
  }
  a.service-image.odd {
    overflow-x: hidden;
  }
  .service-container .service-desc-text{
    /* padding-right: 25px; */
  }

  .service-container.odd .service-desc-text {
    width: 450px;
    display: flex;
    justify-content: left;
    align-self: flex-end;
    padding-right: 0;
  }

  .service-container.odd picture {
    /* margin-left: 0; */
    /* margin-right: 35%; */
  }

  .service-container.odd picture img {
    margin-left: 0%;
  }

  .service-desc-text {
    width: 450px;
  }



  /************************************
  Animations
  ************************************/
  @keyframes slide-right {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0%;
    }
  }

  @keyframes slide-left {
    from {
        margin-right: -100%;
    }
    to {
        margin-right: 35%;
    }
  }

  @keyframes fade-in-service {
    from {opacity: 0; transform: scale(.7,.7)}
    to {opacity: 1;}
  }

  @-webkit-keyframes slide-right {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0%;
    }
  }

  @-webkit-keyframes slide-left {
    from {
        margin-right: -100%;
    }
    to {
        margin-right: 35%;
    }
  }

  @-webkit-keyframes fade-in-service {
    from {opacity: 0; transform: scale(.7,.7)}
    to {opacity: 1;}
  }

  .fade-in-element {
    -webkit-animation: fade-in-service 1s;
    animation: fade-in-service 1s;
  }

  .slide-right-element {
    -webkit-animation: slide-right 1s;
    animation: slide-right 1s;
  }

  .slide-left-element {
    animation: slide-left 1s;
    -webkit-animation: slide-left 1s;
  }

  .hidden {
    opacity: 0;
  }

  @media screen and (max-width: 1550px) {

    .service-container a img {
        margin-left: 20%;
    }

    .service-container.odd img {
        margin-left: 0;
        margin-right: 20%;
    }
    @keyframes slide-right {
        from {
            margin-left: -100%;
        }
        to {
            margin-left: 20%;
        }
    }

    @keyframes slide-left {
        from {
            margin-right: -100%;
        }
        to {
            margin-right: 20%;
        }
    }

    @-webkit-keyframes slide-right {
        from {
            margin-left: -100%;
        }
        to {
            margin-left: 20%;
        }
    }

    @-webkit-keyframes slide-left {
        from {
            margin-right: -100%;
        }
        to {
            margin-right: 20%;
        }
    }
  }

  @media screen and (max-width: 1250px) {

    .service-container a img {
        margin-left: 0;
    }

    .service-container.odd img {
        margin-left: 0;
        margin-right: 0;
    }
    @keyframes slide-right {
        from {
            margin-left: -100%;
        }
        to {
            margin-left: 0%;
        }
    }

    @keyframes slide-left {
        from {
            margin-right: -100%;
        }
        to {
            margin-right: 0%;
        }
    }

    @-webkit-keyframes slide-right {
        from {
            margin-left: -100%;
        }
        to {
            margin-left: 0%;
        }
    }

    @-webkit-keyframes slide-left {
        from {
            margin-right: -100%;
        }
        to {
            margin-right: 0%;
        }
    }
  }

  @media screen and (max-width:960px) {
    .service-container a img {
        width: 350px;
        height: 350px;
    }
    .service-desc-text {
        max-width: 350px;
    }
    .service-container.odd picture {
        margin-right: 0%;
    }
  }


  @media screen and (max-width:768px) {
    /************************************
    Promo Image
    ************************************/
    #promo-image picture {
        height: unset;
    }

    #promo-image > picture > img {
        height: unset;
    }

    /************************************
    Service Container
    ************************************/
    .service-container {
        flex-direction: column;
        min-height: 850px;
        text-align: center;
    }
    .service-container.odd {
        flex-direction: column;
        min-height: 850px;
        text-align: center;
    }

    .service-container.odd .text-content {
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
        align-content: center;
    }

    .service-container.odd .text-content .service-desc-text{
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
        align-content: center;
    }
    .service-container a img {
        /* margin-top: 50px;
        margin-right: 20px; */
    }
    .service-container.odd a img {
        /* margin-top: 50px;
        margin-right: 0;
        margin-left: 20px; */
    }
    .service-container .text-eighty {
        display: flex;
        flex: 50%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .service-container.odd .text-eighty {
        margin-top: 20px;
    }
    .service-container .text-content {
        width: 90%;
        padding-left: 0;
    }
    .service-container .text-content h1 {
        font-size: 30px;
    }
    .service-button > a {
        margin-left: 0;
    }
    .service-button-odd > a {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .service-container.odd .text-content {
        margin-left: 0;
        padding-left: 0;
    }
    .service-container.odd > .text-eighty > .service-button-odd {
        justify-content: center;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .service-image.odd {
        /* height: 450px!important; */
        flex: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-desc-text {
        display: flex;
        align-self: center;
        width: 350px;
    }

    .text-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
  }

  @media screen and (max-width:710px) {
    .service-container .service-desc-text {
        padding-right: 0px;
    }
  }

  @media screen and (max-width:500px) {
    #promo-image-mobile {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #promo-image-mobile picture {
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        object-fit: cover;
        background-position: center;
        width: 100vw;
        height: 100vh;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .4);
    }

    #promo-image-mobile > picture > img {
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        object-fit: cover;
        background-position: center;
        width: 100vw;
        height: 100vh;
        opacity: 100%;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .4);
    }
  }

  @media screen and (max-width:400px) {
    .service-container img {
        height: 300px!important;
        width: 300px!important;
    }

    .service-desc-text {
        width: 275px;
    }

    .service-container.odd .service-desc-text {
        width: 275px;
    }
  }

  @media screen and (max-width: 319px) {
    .service-container img {
        height: 250px!important;
        width: 250px!important;
    }
  }
        body {
    color: #000000;
    background-color: #f6f6f6;
    font-family: 'Roboto', 'sans-serif';
  }

  textarea,
  input {
    font-family: 'Roboto', 'sans-serif';
  }

  /****************************************************************
  HEADER
  ****************************************************************/
  #header-menu-list li > a {
    color: #ffffff;
  }

  #header-menu-list li.hidebutton > a:hover {
    background-color: #C8B54E;
    color: #000000;
  }

  .scrolled #header-menu-list li.hidebutton > a:hover {
    background-color: #C8B54E;
    color: #000000;
  }

  #header-phone-text span {
    color: #ffffff;
  }

  #header-phone-img path{
    fill: #ffffff;
  }

  .header-social-media > a > svg {
    fill: #ffffff;
  }

  #social-list svg:hover {
    opacity: .9;
    -webkit-filter: grayscale(100%) sepia(100%);
    filter: grayscale(100%) sepia(100%);
  }

  .homeNonActive:hover {
    background-color: #C8B54E!important;
    color: #000000!important;
  }
  #homeButton .active:hover {
    background-color: #C8B54E!important;
    color: #000000!important;
  }
  #homeButton .active {
    background-color: #C8B54E;
    color: #000000!important;
  }

  #headerServiceButton > a {
    color: #ffffff;
  }

  #serviceButton a {
    color: #ffffff;
    border-radius: 5px;
  }

  #serviceButton:hover {
    background-color: #C8B54E;
  }

  #serviceButton > .dropdown-content a:hover {
    background-color: #ffffff;
    color: #000000;
  }

  #serviceButton > .dropdown-content a {
    color: #ffffff;
  }
  #more-list {
    background-color: #8F1937;
  }

  .menulist {
    background-color: #8F1937;
  }

  .smallmenulist {
    background-color: #8F1937;
  }

  .more-item {
    color: #ffffff
  }

  .more-item:hover {
    background-color: #C8B54E;
    color: #000000!important;
  }

  .menuitems {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .smallmenuitems {
    color: #ffffff;
  }

  #small-menulist > li {
    border-bottom: 2px solid #ffffff;
  }

  #logo a {
    color: #ffffff;
  }

  #logo div {
    color: #ffffff;
  }

  #logo img {
    background-color: transparent;
  }

  .active {
    background-color: #C8B54E!important;
    color: #000000!important;
  }

  .active:hover {
    background-color: #C8B54E!important;
    color: #000000!important;
  }

  .line1, .line2, .line3 {
    background-color: #ffffff;
  }

  .scrolled {
    background-color: #8F1937;
  }

  .scrolled #header-menu-list li.hidebutton > a:hover {
    /* border-bottom: 2px solid #ffffff; */
  }

  .scrolled #header-menu-list li#homeButton.hidebutton:first-child a:hover {
    background-color: #ffffff;
    color: #000000
  }
  .scrolled #header-menu-list li > a {
    color: #ffffff;
  }
  .scrolled .logo-hang {
    /* background-color: #f6f6f6; */
  }

  #header-custom-button{
    background-color: #C8B54E!important;
    color: #000000!important;
  }

  #header-custom-button:hover {
    background-color: #000000!important;
    color: #C8B54E!important;
  }

  #header-custom-button a{
    background-color: #C8B54E!important;
    color: #000000!important;
  }

  #header-custom-button:hover a{
    background-color: #000000!important;
    color: #C8B54E!important;
  }

  /********************************************************************************
  LandingPage PAGE CONTENT
  ********************************************************************************/
  #underline-header-title {
    border-bottom: 1px solid #000000;
  }

  .text-content a {
    color: #000000;
  }

  #page-list h2 {
    border-bottom: 1px solid #000000;
  }

  #learn-more-button a,
  .addedButton a {
    color: #000000;
    background-color: #C8B54E;
    border-color: #C8B54E;
  }

  #learn-more-button a:hover,
  .addedButton a:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #C8B54E;
  }

  /*******************************************************************************
  LandingPage SERVICE
  *******************************************************************************/
  .service-container {
    background-color: #D3BD59;
  }
  .service-container .text-content {
    color: #000000;
  }
  .service-container.odd {
    background-color: #f6f6f6;
  }
  .service-container.odd .text-content {
    color: #000000;
  }
  .service-container.right {
    border-right: 1px solid #000000
  }

  .service-container img {
    background-color: #f6f6f6
  }

  .service-button > a {
    color: #000000;
    background-color: #ffffff;
  }

  .service-button a:hover {
    color: #000000;
    background-color: #C8B54E;
    border-color: #ffffff;
  }
  .service-button-odd a:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #C8B54E;
  }
  .service-button-odd > a {
    color: #000000;
    background-color: #C8B54E;
  }
  /********************************************************************
  LandingPage Proudly Serving
  ********************************************************************/
  #promo-image {
  }


  /*******************************************************************
  PROMO PAGE
  *******************************************************************/
  #promo-image > .promo-text {
    color: #ffffff;
  }

  #promo-image-mobile > .promo-text {
    color: #ffffff;
  }

  /******************************************************************
  Reviews
  ******************************************************************/
  .review-cover {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, #f6f6f6 35%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, #f6f6f6 35%, #f6f6f6 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, #f6f6f6 35%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6f6f6',GradientType=0 );
  }
  .review-more-btn,
  .review-hide-btn {
    background-color: #D3BD59;
    border: 1px solid #D3BD59;
    color: #000000;
  }
  .review-list-item {
    /* border-left: 1px solid #000000 */
  }
  #review-form-submit {
    color: #000000;
    background-color: #C8B54E;
  }
  #review-form-submit:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #C8B54E;
  }
  /*******************************************************************
  Contact Page
  *******************************************************************/
  #form-submit {
    color: #000000;
    background-color: #C8B54E;
  }
  #form-submit:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #C8B54E;
  }
  /*******************************************************************
  Footer
  *******************************************************************/
  .value-listing a {
    color: #000000
  }

  #footer-background {
    background-color: #7F0020
  }

  #footer-copyright-bottom a{
    color: #ffffff
  }

  #footer-wrapper {
    color: #ffffff
  }

  #footer-phone-text span {
    color: #ffffff
  }
  #footer-background #footer-social-list path {
    fill: #ffffff
  }
  #footer-phone-img path {
    fill: #ffffff;
  }
  #footer-social-list svg:hover {
    opacity: .9;
    -webkit-filter: grayscale(100%) sepia(100%);
    filter: grayscale(100%) sepia(100%);
  }
  #footer-hours {
    color: #ffffff;
  }
  #footer-tags {
    color: #ffffff
  }
  #footer-copyright {
    color: #ffffff
  }
  #footer-address {
    color: #ffffff
  }#proud-image {
            background-image: url(/images/1477000/0_0.jpg);
        }

        #proud-image > h1 {
            color: #ffffff;
        }
        #areas-text > p {
            color: #ffffff;
        }
  </style><noscript>
  <link rel="stylesheet" type="text/css" href="/static/3/style/style.css">
  <link rel="stylesheet" type="text/css" href="/static/1/style/fonts.css"></noscript>
  <script>
        requestAnimationFrame(serviceAnimation);
  requestAnimationFrame(textAnimation);
  requestAnimationFrame(setActive);
  window.addEventListener('load', anchorNav);
  window.addEventListener('load', checkHash);
  window.addEventListener('load', makeCloud);

  document.addEventListener("DOMContentLoaded", function() {
    requestAnimationFrame(navScroll);
  });

  var scrollFlag = 0;

  function navScroll() {
    "use strict";
    var myNav = document.getElementById("header");
    var menuList = document.getElementById("header-menu-list");
    if (window.pageYOffset > 0) {
        myNav.classList.add("scrolled");
        myNav.style.transition = "background-color .3s linear";
        myNav.style.paddingTop = "0px";
        myNav.style.height = "150px";
    } else {
        myNav.classList.remove("scrolled");
        myNav.style.height = "90px";
        myNav.style.transition = "background-color .3s linear";
        // myNav.style.transform = "translateY(-3px)";
    }
    requestAnimationFrame(navScroll);
  }

  function loadDeferredStyles()
  // Defer Non-critical CSS to after page load event.
  {
    var links = [];
    regex = /href=\"(.*)\"/g;

    var head = document.getElementsByTagName("head")[0];
    styles = document.getElementById("deferred-styles").innerHTML;

    while (matcher = regex.exec(styles)) {
        linkElm = document.createElement("link");
        linkElm.rel = "stylesheet";
        linkElm.type = "text/css";
        linkElm.href = matcher[1];
        links.push(linkElm);
    }

    for (i = 0; i < links.length; i++) {
        head.appendChild(links[i]);
    }
  }

  function loadDeferredImages() {
    images = document.getElementsByClassName !== undefined ?
        document.getElementsByClassName("defer-image") :
        document.querySelectorAll(".defer-image");

    for (i = 0; i < images.length; i++) {
        fakeHTML = document.createElement("div");
        fakeHTML.innerHTML = images[i].innerHTML;

        images[i].parentElement.appendChild(fakeHTML.children[0]);
    }
  }

  function isIE()
  // If browser is IE, return version number, else 0.
  {
    var ua = window.navigator.userAgent;

    var msie = ua.indexOf('MSIE ');
    if (msie > 0)
    {
        // IE 10 or older => return version number
        return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
    }

    var trident = ua.indexOf('Trident/');
    if (trident > 0)
    {
        // IE 11 => return version number
        var rv = ua.indexOf('rv:');
        return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
    }

    return 0;
  }

  function registerListener(event, func, elm)
  // Generic event listener function.
  {
    if (elm === undefined) {
        elm = window;
    }

    if (elm.addEventListener) {
        elm.addEventListener(event, func)
    } else {
        elm.attachEvent("on" + event, func)
    }
  }

  function deregisterListener(event, func, elm)
  // Generic event listener disable function.
  {
    if (elm === undefined) {
        elm = window;
    }

    if (elm.removeEventListener) {
        elm.removeEventListener(event, func)
    } else {
        elm.detachEvent("on" + event, func)
    }
  }

  var rAnim = window.requestAnimationFrame ||
    window.mozRequestAnimationFrame ||
    window.webkitRequestAnimationFrame ||
    window.msRequestAnimationFrame;

  if (rAnim) {
    rAnim(
        function () {
            window.setTimeout(loadDeferredStyles, 0);
        }
    );
  } else {
    registerListener("load", loadDeferredStyles);
  }

  registerListener("load", loadDeferredImages);

  function getElementWindowTop(elem) {
    return elem && typeof elem.getBoundingClientRect === 'function' ? elem.getBoundingClientRect().top - document.body.getBoundingClientRect().top : 0;
  }

  function serviceAnimation() {
    var elemService = [];
    var topPos = [];
    var botPos = [];
    var list = document.getElementsByClassName("service-image");
    for (var i = 0; i < list.length; i++) {
        elemService[i] = (list)[i].firstElementChild;
        topPos[i] = getElementWindowTop(elemService[i]);
        botPos[i] = topPos[i] + elemService[i].clientHeight;
    }

    var window_bottom_position = window.scrollY + window.innerHeight;
    for (var i = 0; i < list.length; i++) {
        if (i % 2 == 0) {
            if (botPos[i] >= window.scrollY && topPos[i] <= window_bottom_position) {
                elemService[i].classList.add("slide-right-element");
            } else {
                elemService[i].classList.remove("slide-right-element");
            }
        } else {

            if (botPos[i] >= window.scrollY && topPos[i] <= window_bottom_position) {
                elemService[i].classList.add("slide-left-element");
            } else {
                elemService[i].classList.remove("slide-left-element");
            }
        }
    }
    requestAnimationFrame(serviceAnimation);
  };

  function textAnimation() {
    var elem = [];
    var topPos = [];
    var botPos = [];
    var list = document.getElementsByClassName("animate-me");
    for (var i = 0; i < list.length; i++) {
        elem[i] = (list)[i];
        topPos[i] = getElementWindowTop(elem[i]);
        botPos[i] = topPos[i] + elem[i].clientHeight;
    }

    var window_bottom_position = window.scrollY + window.innerHeight;
    for (var i = 0; i < list.length; i++) {
        if (botPos[i] >= window.scrollY && topPos[i] <= window_bottom_position) {
            elem[i].classList.add("fade-in-element");
        } else {
            elem[i].classList.remove("fade-in-element");
        }
    }
    requestAnimationFrame(textAnimation);
  };

  function anchorNav() {
    scrollFlag = 1;
    var elem = [];
    var list = document.getElementsByClassName("myLink");
    for (var i = 0; i < list.length; i++) {
        elem[i] = (list)[i];
        elem[i].addEventListener('click', function (event) {
            if (window.location.pathname == '/') {
                document.getElementById("target").scrollIntoView();
            }
        })
    }
  }

  function checkHash() {
    window.setTimeout(
        function () {
            if (window.location.hash == '#services') {
                document.getElementById("target").scrollIntoView();
            }
        },
        500
    )
  }

  // function toggleNav() {
  //     var element = document.getElementById("small-menulist");
  //     element.classList.toggle("toggleStyle");
  //     element.classList.toggle("slideDown");
  // }

  function toggleNav() {
    var element = document.getElementById("small-menulist");
    var headerHeight = document.getElementById("header");
    var intFrameHeight = window.innerHeight;
    var maxMenuHeight = intFrameHeight - headerHeight.scrollHeight;
    if (element.style.maxHeight) { 
        element.style.maxHeight = null;
    } else {

        if (element.scrollHeight > maxMenuHeight) {
            element.style.maxHeight = maxMenuHeight + "px";
            element.style.position = "absolute";
        }
        else {
            element.style.maxHeight = element.scrollHeight + "px";
            element.style.position = "absolute";
        }
    }
  }

  function setActive() {
    aObj = document.querySelectorAll('a.trigger');
    checkHead = document.getElementById('header');
    homeButton = document.getElementById("homeButton");
    if (homeButton) {
        homeButton = homeButton.getElementsByTagName('a');
    }
    moreListButton = document.getElementById("more-list");
    if (moreListButton) {
        moreListButton = moreListButton.getElementsByTagName('a');
    }
    serviceButton = document.getElementById("headerServiceButton");
    if (serviceButton) {
        serviceButton = serviceButton.getElementsByTagName('a');
    }
    if (homeButton ) {
        if (document.location.href == homeButton[0].href || document.location.href == serviceButton[0].href) {
            if (checkHead.classList.contains('scrolled')) {
                homeButton[0].className = 'active';
            } else {
                homeButton[0].classList.remove('active');
            }
        } else {
            homeButton[0].classList.remove('active');
        }
    }
    for (i = 0; i < aObj.length; i++) {
        if (document.location.href == aObj[i].href) {
            if (checkHead.classList.contains('scrolled')) {
                aObj[i].className = 'active';
                homeButton[0].className = "homeNonActive"
            }
        }
    }
    if (moreListButton) {
        for (i = 0; i < moreListButton.length; i++) {
            if (document.location.href == moreListButton[i].href) {
                if (checkHead.classList.contains('scrolled')) {
                    serviceButton[0].className = 'active';
                    homeButton[0].className = "homeNonActive"
                }
            }
        }
    }
    requestAnimationFrame(setActive);
  }

  function makeCloud() {
    var boldItems = document.getElementById("footer-keys");
    var words = boldItems.innerHTML.split(" ");
    boldItems.innerHTML = "";
    for (i = 0; i < words.length; i++) {
        if (i % 3 == 0) {
            boldItems.innerHTML += '<b style="font-size:14px">' + words[i] + ' ' + '</b>';
        } else {
            boldItems.innerHTML += words[i] + ' ';
        }
    }
  }
  </script>
  <script type="application/ld+json">
  {"@type": "LocalBusiness", "name": "Diana Beauty Spa", "telephone": "+19178705824", "image": ["https://beautyspanewyork.com/images/1477001/0_0.jpg", "https://beautyspanewyork.com/images/1477002/0_0.jpg", "https://beautyspanewyork.com/images/1477003/0_0.jpg", "https://beautyspanewyork.com/images/1477004/0_0.jpg", "https://beautyspanewyork.com/images/1477005/0_0.jpg", "https://beautyspanewyork.com/images/1477006/0_0.jpg", "https://beautyspanewyork.com/images/1477007/0_0.jpg"], "sameAs": ["https://www.pinterest.com/DianaBeautySpa/", "https://www.yelp.com/biz/diana-beauty-spa-new-york"], "description": "Diana Beauty Spa is a Beauty Spa in New York, NY 10013", "areaServed": "New York, NY", "paymentAccepted": ["American Express", "Cash", "Discover", "Mastercard", "Venmo", "Visa", "Zelle"], "openingHoursSpecification": [{"@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday"], "opens": "10:00", "closes": "20:00"}, {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Tuesday"], "opens": "10:00", "closes": "20:00"}, {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Wednesday"], "opens": "10:00", "closes": "20:00"}, {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Thursday"], "opens": "10:00", "closes": "20:00"}, {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Friday"], "opens": "10:00", "closes": "20:00"}, {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Saturday"], "opens": "10:00", "closes": "20:00"}, {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Sunday"], "opens": "10:00", "closes": "20:00"}], "address": {"@type": "PostalAddress", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10013"}}
  </script>
</head>
<body>
  <script id="deferred-styles" type="text/html">
        <link rel="stylesheet" type="text/css" href="/static/3/style/style.css">
        <link rel="stylesheet" type="text/css" href="/static/1/style/fonts.css">
  </script>
  <main>
    <div class="header-wrapper">
      <header>
        <div id="header">
          <div id="header-social-container">
            <ul id="social-list">
              <li class="header-social-media">
                <svg xmlns="http://www.w3.org/2000/svg" height="28" width="28" viewbox="0 0 28 28" role="img">
                <title id="social-media-1">Pinterest</title>
                <path d="M 14.015582,0.10069531 A 13.988916,13.988916 0 0 0 0.02900002,14.086111 c 0,5.926914 3.68448678,10.986957 8.88803708,13.022876 -0.122505,-1.108379 -0.233343,-2.803616 0.04666,-4.0135 l 1.6404019,-6.950123 c 0,0 -0.420018,-0.840035 -0.420018,-2.076753 0,-1.940248 1.128215,-3.395142 2.52944,-3.395142 1.194716,0 1.771073,0.898371 1.771073,1.969415 0,1.201717 -0.761865,2.994959 -1.157381,4.657528 -0.332514,1.391891 0.700029,2.525939 2.070919,2.525939 2.48277,0 4.396183,-2.619276 4.396183,-6.401767 0,-3.336806 -2.406933,-5.6819038 -5.84291,-5.6819038 -3.9668319,0 -6.3119299,2.9891248 -6.3119299,6.0669198 0,1.205216 0.459686,2.50027 1.038378,3.1968 0.116671,0.140006 0.130671,0.262511 0.09917,0.402517 l -0.389683,1.590232 c -0.06184,0.262511 -0.200675,0.315013 -0.466687,0.192508 -1.7442345,-0.816701 -2.8386134,-3.357807 -2.8386134,-5.420559 0,-4.4055164 3.2061334,-8.4610191 9.2403843,-8.4610191 4.851202,0 8.62436,3.4616442 8.62436,8.0771701 0,4.824368 -3.041627,8.706029 -7.272136,8.706029 -1.416393,0 -2.746448,-0.735031 -3.217801,-1.610067 l -0.875037,3.322805 c -0.315012,1.219217 -1.171382,2.744114 -1.7477389,3.670486 1.3102209,0.402517 2.6904449,0.624193 4.1418389,0.624193 7.708488,0 13.983083,-6.259427 13.983083,-13.985416 0,-7.7259884 -6.272262,-13.98424909 -13.980749,-13.98424909 z"></path>
                <image alt="Pinterest" src="/static/2/asset/sm_pinterest.png" title="Pinterest" xlink:href></image></svg>
              </li>
              <li class="header-social-media">
                <svg xmlns="http://www.w3.org/2000/svg" height="28" width="28" role="img">
                <title id="social-media-2">Yelp</title>
                <path d="m 7.6118719,0.81812671 c 1.299325,-1.111479 3.8086591,-1.429044 4.8315321,-1.212136 1.022873,0.216908 1.571524,0.839989 1.575068,1.60200499 l 0.05954,9.7055943 c 0.0035,0.76556 -0.359388,1.46307 -0.811635,1.559474 -0.452247,0.0964 -1.119985,-0.361515 -1.48717,-1.007987 L 7.0823562,3.1389067 C 6.7194243,2.4917247 5.9822188,2.2060577 7.609742,0.81741771 Z M 6.0523984,19.276621 10.777603,17.461961 c 0.659232,-0.253769 1.247578,-0.959076 1.314919,-1.571524 0.06734,-0.612448 -0.415387,-1.339729 -1.047682,-1.618308 L 6.0531072,12.127144 c -0.649308,-0.279996 -1.3999818,0.38278 -1.5977513,1.463069 v 4.546574 c 0.1219224,0.779737 0.954823,1.399982 1.613346,1.141251 z m 8.2439426,0.907329 c 0.01418,-0.747129 -0.362931,-1.424791 -0.837862,-1.470157 -0.474931,-0.04537 -1.226313,0.391995 -1.676433,0.97467 l -3.2926161,4.290679 c -0.448703,0.582675 -0.226833,1.952886 0.427437,2.211616 l 3.4464371,1.299325 c 0.656396,0.260857 1.812533,-0.507538 1.824583,-1.275933 l 0.108454,-6.033744 z m 8.194325,-0.99948 -4.132605,-1.287983 c -0.670573,-0.20982 -1.43188,-0.187137 -1.688484,0.04678 -0.256604,0.23392 -0.19139,0.971126 0.143187,1.642408 l 2.608574,5.181705 c 0.336705,0.666321 1.687067,0.552904 2.055669,-0.09215 0,0 1.571524,-2.519967 1.861445,-3.460613 0.28992,-0.940646 -0.180049,-1.814659 -0.848495,-2.03015 z m 1.006568,-7.284158 C 23.310097,11.248168 22.01857,9.3130037 21.318225,8.6523537 c -0.700345,-0.66065 -1.501347,-0.567081 -1.949342,0.0021 l -2.662446,3.4492723 c -0.453665,0.567081 -0.572752,1.497803 -0.270782,2.037948 0.301971,0.540145 1.103682,0.847077 1.78418,0.680497 l 4.607535,-0.927178 c 0.830774,-0.216908 0.860545,-1.336893 0.670573,-1.991872 z"></path>
                <image alt="Yelp" src="/static/2/asset/sm_yelp.png" title="Yelp" xlink:href></image></svg>
              </li>
            </ul>
          </div>
          <div id="header-phone-container">
            <div id="header-phone-box">
              <a id="header-phone-img" href="tel:+19178705824"><svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" height="20" width="20" version="1.1" aria-label="Phone" viewbox="0 0 20 20" role="img">
              <title>Phone</title>
              <path style="stroke-width:0.03456859" d="M 8.2810275,8.2791777 C 7.0987822,9.4641889 6.4705673,10.183423 5.810411,11.202505 c -0.5882882,0.908186 -0.9784984,1.643736 -1.0835867,1.956512 -0.3042036,0.904176 -0.024786,1.135855 0.3401549,1.409293 0.3649403,0.273437 0.8508709,0.628456 1.1702845,0.762133 0.2130809,0.08919 0.4068032,0.158151 0.7328541,-0.126417 0.3260509,-0.284569 1.3615873,-1.300263 1.6218197,-1.576051 0.4658808,-0.493743 0.2433627,-0.634679 0.066787,-0.922878 -0.1765764,-0.288198 -0.7041621,-0.806243 -0.6910953,-1.1474 0.013585,-0.355123 0.1687985,-0.504218 0.4045217,-0.804273 0.225387,-0.286815 1.083241,-1.1458447 1.1600525,-1.2226905 l 0.00432,-0.00432 C 9.6133353,9.4496009 10.472157,8.5915395 10.759215,8.3663598 11.05927,8.1306021 11.208399,7.9757347 11.563487,7.9618036 11.90468,7.9487714 12.422655,8.4763225 12.710923,8.6528989 12.99919,8.829475 13.140057,9.0519585 13.6338,8.5861123 13.909554,8.32588 14.925282,7.2907584 15.210128,6.9642926 15.494973,6.6378268 15.425732,6.4441045 15.336545,6.2314385 15.202868,5.9120249 14.847849,5.4260943 14.574411,5.0611536 14.300974,4.6962133 14.069295,4.41721 13.165119,4.7209991 12.852343,4.8260874 12.116792,5.2162976 11.208607,5.8045858 10.189525,6.4647421 9.4703599,7.0933024 8.2852795,8.2752023 l -0.00432,0.00432 z M 10.006,1.9308509e-6 c 5.523368,0 10,4.4766317691491 10,10.0000000691491 0,5.523368 -4.476632,10 -10,10 -5.5233683,0 -10,-4.476632 -10,-10 C 0.006,4.4766337 4.4826317,1.9308509e-6 10.006,1.9308509e-6 Z M 10.006,1.2490684 c -4.8326882,0 -8.7510371,3.9180033 -8.7510371,8.7510376 0,4.833033 3.9180035,8.751037 8.7510371,8.751037 4.833034,0 8.751037,-3.918004 8.751037,-8.751037 0,-4.8330343 -3.918003,-8.7510376 -8.751037,-8.7510376 z"></path>
              <image height="0" width="0" y="-558.56" x="0" href src="/static/site/asset/phone_icon_white.png" alt></image></svg></a>
            </div>
          </div>
          <div id="small-header-button-wrapper">
            <span id="toggle-small-header-button" onclick="toggleNav()"><span class="line1"></span> <span class="line2"></span> <span class="line3"></span></span>
            <ul id="small-menulist" class="smallmenulist">
              <li>
                <a class="smallmenuitems" href="/">Home</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/about_us">About</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/facials">Facials</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/head-spa">Head Spa</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/waxing">Waxing</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/skin-rejuvenation">Skin Rejuvenation</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/testimonials">Testimonials</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/gallery">Gallery</a>
              </li>
              <li>
                <a class="smallmenuitems" href="/contact">Contact</a>
              </li>
            </ul>
          </div>
          <div id="header-menu-list">
            <ul id="header-first-half">
              <li id="homeButton" class="hidebutton">
                <a class="" href="/">Home</a>
              </li>
              <li class="hidebutton">
                <a class="trigger" href="/about_us">About</a>
              </li>
              <li id="headerServiceButton" class="hidebutton dropbtn dropdown">
                <a href="/#services" id="serviceLink" class="myLink">Services</a>
                <ul id="more-list" class="dropdown-content menulist">
                  <li class="more-link">
                    <a class="more-item" href="/facials">Facials</a>
                  </li>
                  <li class="more-link">
                    <a class="more-item" href="/head-spa">Head Spa</a>
                  </li>
                  <li class="more-link">
                    <a class="more-item" href="/waxing">Waxing</a>
                  </li>
                  <li class="more-link">
                    <a class="more-item" href="/skin-rejuvenation">Skin Rejuvenation</a>
                  </li>
                </ul>
              </li>
            </ul>
            <div id="headerLogoList">
              <a id="logo" href="/" alt="Diana Beauty Spa"><picture><source type="image/png" srcset="/images/1476999/398_399.png 398w, /images/1476999/0_0.png"><img class="lazyload" alt="Diana Beauty Spa" data-src="/images/1476999/0_0.png" title=""></picture></a>
            </div>
            <ul id="header-second-half">
              <li class="hidebutton">
                <a class="trigger" href="/testimonials">Testimonials</a>
              </li>
              <li class="hidebutton">
                <a class="trigger" href="/gallery">Gallery</a>
              </li>
              <li class="hidebutton">
                <a class="trigger" href="/contact">Contact</a>
              </li>
            </ul>
          </div>
        </div>
      </header>
    </div>
    <div class="wrapper">
      <section>
        <div id="promo-image">
          <picture><source type="image/webp" srcset="/images/1476998/767_399.webp 767w, /images/1476998/0_0.webp"><source type="image/jpeg" srcset="/images/1476998/767_399.jpg 767w, /images/1476998/0_0.jpg"><img class="lazyload" alt="" data-src="/images/1476998/0_0.jpg" title=""></picture>
        </div>
      </section>
      <section>
        <div id="introduction-bg" class="page-content-bg">
          <div id="introduction-fg" class="page-content-fg">
            <div class="text-content left">
              <h2 id="underline-header-title"></h2>
              <p>Welcome to Diana Beauty Spa</p>
              <p><a href="/contact">Diana Beauty Spa</a> is committed to providing a luxurious and relaxing experience that will leave you looking and feeling your best. Our <a href="/facials">beauty spa</a>, located in the heart of New York, NY, offers a wide range of services designed to rejuvenate your skin and help you achieve the natural glow you deserve. With years of experience in the beauty industry, our team of skilled professionals is dedicated to offering the best <a href="/facials">facials</a>, <a href="/head-spa">head spa</a>, <a href="/waxing">waxing</a>, <a href="/skin-rejuvenation">skin rejuvenation</a>, <a href="/skin-rejuvenation">radiofrequency skin tightening treatment</a>, <a href="/facials">facial massage</a>, <a href="/facials">hydrating facials</a>, <a href="/facials">anti-aging facials</a>, and <a href="/facials">shoulder massage</a> services that cater to your unique needs. Our treatments are designed to improve the texture, tone, and overall health of your skin, leaving you looking and feeling refreshed and rejuvenated.</p>
              <p>We use only the highest quality products and advanced techniques to ensure our clients receive the best care. From our relaxing massage techniques to our advanced skin rejuvenation treatments, we take pride in offering you a personalized experience that addresses your specific skincare concerns. At Diana Beauty Spa, we know that a beautiful and healthy complexion starts with a commitment to quality skincare. That's why we are here to help you every step of the way. Schedule an appointment with us today, and experience the transformational power of our beauty spa services.</p>
              <div id="info-content">
                <div id="learn-more-button">
                  <a href="/about_us">About Us</a>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
      <section>
        <a href="#services" id="target"></a>
        <div class="service-container">
          <a class="service-image" alt="Facials" href="/facials"><picture><source type="image/webp" srcset="/images/1477009/400_400.webp 400w, /images/1477009/0_0.webp"><source type="image/jpeg" srcset="/images/1477009/400_400.jpg 400w, /images/1477009/0_0.jpg"><img class="lazyload" alt="Facials" data-src="/images/1477009/0_0.jpg" title=""></picture></a>
          <div class="text-eighty animate-me">
            <div class="text-content">
              <h1>Facials</h1>
              <div class="service-desc-text">
                <p>Diana Beauty Spa is the ultimate destination for those seeking to reduce the effects of aging on their skin. Our experienced beauty therapists offer an array of facials designed to rejuvenate and...</p>
              </div>
            </div>
            <div class="service-button">
              <a href="/facials">
              <p>READ MORE</p></a>
            </div>
          </div>
        </div>
        <div class="service-container odd">
          <a class="service-image odd" alt="Head Spa" href="/head-spa"><picture><source type="image/webp" srcset="/images/1477011/400_400.webp 400w, /images/1477011/0_0.webp"><source type="image/jpeg" srcset="/images/1477011/400_400.jpg 400w, /images/1477011/0_0.jpg"><img class="lazyload" alt="Head Spa" data-src="/images/1477011/0_0.jpg" title=""></picture></a>
          <div class="text-eighty animate-me">
            <div class="text-content">
              <h1>Head Spa</h1>
              <div class="service-desc-text">
                <p>Diana Beauty Spa is the ultimate destination for all your beauty needs. We understand how important it is to take care of not just your face but also your hair and scalp, which is why we offer...</p>
              </div>
            </div>
            <div class="service-button-odd">
              <a href="/head-spa">
              <p>READ MORE</p></a>
            </div>
          </div>
        </div>
        <div class="service-container">
          <a class="service-image" alt="Waxing" href="/waxing"><picture><source type="image/webp" srcset="/images/1477013/400_400.webp 400w, /images/1477013/0_0.webp"><source type="image/jpeg" srcset="/images/1477013/400_400.jpg 400w, /images/1477013/0_0.jpg"><img class="lazyload" alt="Waxing" data-src="/images/1477013/0_0.jpg" title=""></picture></a>
          <div class="text-eighty animate-me">
            <div class="text-content">
              <h1>Waxing</h1>
              <div class="service-desc-text">
                <p>Diana Beauty Spa is a leading name in the beauty industry, offering exceptional skin rejuvenation treatments and waxing. Our team of experts uses the most advanced techniques to deliver an...</p>
              </div>
            </div>
            <div class="service-button">
              <a href="/waxing">
              <p>READ MORE</p></a>
            </div>
          </div>
        </div>
        <div class="service-container odd">
          <a class="service-image odd" alt="Skin Rejuvenation" href="/skin-rejuvenation"><picture><source type="image/webp" srcset="/images/1477015/400_400.webp 400w, /images/1477015/0_0.webp"><source type="image/jpeg" srcset="/images/1477015/400_400.jpg 400w, /images/1477015/0_0.jpg"><img class="lazyload" alt="Skin Rejuvenation" data-src="/images/1477015/0_0.jpg" title=""></picture></a>
          <div class="text-eighty animate-me">
            <div class="text-content">
              <h1>Skin Rejuvenation</h1>
              <div class="service-desc-text">
                <p>Diana Beauty Spa is your go-to destination for advanced skin rejuvenation treatments. Our wide range of services caters to all skin types and conditions, leaving your skin feeling fresh, radiant,...</p>
              </div>
            </div>
            <div class="service-button-odd">
              <a href="/skin-rejuvenation">
              <p>READ MORE</p></a>
            </div>
          </div>
        </div>
      </section>
      <section>
        <div id="proud-image">
          <h1 class="animate-me">Proudly Serving</h1>
          <div id="areas-text"></div>
        </div>
      </section>
      <section>
        <div id="map-wrapper-bg">
          <div id="map-wrapper" class="map-small">
            <iframe class="lazyload" id="map" data-src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3618.71390896955!2d-74.0011845239741!3d40.71523097139318!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a26e2f5ba0d%3A0xc7102ed4402b1e76!2s42%20Mott%20St%202nd%20floor%2C%20New%20York%2C%20NY%2010013%2C%20USA!5e1!3m2!1sen!2sph!4v1723771265426!5m2!1sen!2sph" width="100%" height="100%" frameborder="0" title="Google Map" style="border:0" allowfullscreen name="map"></iframe>
          </div>
        </div>
      </section>
      <nav>
        <div id="value-list">
          <div class="value-listing">
            <a href="/facials">Facials</a>
          </div>
          <div class="value-listing">
            |
          </div>
          <div class="value-listing">
            <a href="/head-spa">Head Spa</a>
          </div>
          <div class="value-listing">
            |
          </div>
          <div class="value-listing">
            <a href="/waxing">Waxing</a>
          </div>
          <div class="value-listing">
            |
          </div>
          <div class="value-listing">
            <a href="/skin-rejuvenation">Skin Rejuvenation</a>
          </div>
        </div>
      </nav>
      <footer>
        <div id="footer-background">
          <div id="footer-wrapper">
            <div id="footer-section-list">
              <div id="footer-section-left">
                <div id="footer-address">
                  <p id="footer-address-title" style="font-weight: bolder; font-size: 16px;">Diana Beauty Spa</p>
                  <p id="footer-address-loc" style="font-size: 14px;">42 Mott St Ste 2/F<br>
                  New York, NY 10013</p>
                </div>
                <div id="footer-hours">
                  <table>
                    <thead></thead>
                    <tr>
                      <td>Monday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                    <tr>
                      <td>Tuesday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                    <tr>
                      <td>Wednesday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                    <tr>
                      <td>Thursday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                    <tr>
                      <td>Friday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                    <tr>
                      <td>Saturday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                    <tr>
                      <td>Sunday</td>
                      <td>10AM - 8PM</td>
                    </tr>
                  </table>
                </div>
              </div>
              <div id="footer-section-middle">
                <div id="footer-phone-container">
                  <a id="footer-phone-img" href="tel:+19178705824"><svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" height="20" width="20" version="1.1" aria-label="Phone" viewbox="0 0 20 20" role="img">
                  <title>Phone</title>
                  <path style="stroke-width:0.03456859" d="M 8.2810275,8.2791777 C 7.0987822,9.4641889 6.4705673,10.183423 5.810411,11.202505 c -0.5882882,0.908186 -0.9784984,1.643736 -1.0835867,1.956512 -0.3042036,0.904176 -0.024786,1.135855 0.3401549,1.409293 0.3649403,0.273437 0.8508709,0.628456 1.1702845,0.762133 0.2130809,0.08919 0.4068032,0.158151 0.7328541,-0.126417 0.3260509,-0.284569 1.3615873,-1.300263 1.6218197,-1.576051 0.4658808,-0.493743 0.2433627,-0.634679 0.066787,-0.922878 -0.1765764,-0.288198 -0.7041621,-0.806243 -0.6910953,-1.1474 0.013585,-0.355123 0.1687985,-0.504218 0.4045217,-0.804273 0.225387,-0.286815 1.083241,-1.1458447 1.1600525,-1.2226905 l 0.00432,-0.00432 C 9.6133353,9.4496009 10.472157,8.5915395 10.759215,8.3663598 11.05927,8.1306021 11.208399,7.9757347 11.563487,7.9618036 11.90468,7.9487714 12.422655,8.4763225 12.710923,8.6528989 12.99919,8.829475 13.140057,9.0519585 13.6338,8.5861123 13.909554,8.32588 14.925282,7.2907584 15.210128,6.9642926 15.494973,6.6378268 15.425732,6.4441045 15.336545,6.2314385 15.202868,5.9120249 14.847849,5.4260943 14.574411,5.0611536 14.300974,4.6962133 14.069295,4.41721 13.165119,4.7209991 12.852343,4.8260874 12.116792,5.2162976 11.208607,5.8045858 10.189525,6.4647421 9.4703599,7.0933024 8.2852795,8.2752023 l -0.00432,0.00432 z M 10.006,1.9308509e-6 c 5.523368,0 10,4.4766317691491 10,10.0000000691491 0,5.523368 -4.476632,10 -10,10 -5.5233683,0 -10,-4.476632 -10,-10 C 0.006,4.4766337 4.4826317,1.9308509e-6 10.006,1.9308509e-6 Z M 10.006,1.2490684 c -4.8326882,0 -8.7510371,3.9180033 -8.7510371,8.7510376 0,4.833033 3.9180035,8.751037 8.7510371,8.751037 4.833034,0 8.751037,-3.918004 8.751037,-8.751037 0,-4.8330343 -3.918003,-8.7510376 -8.751037,-8.7510376 z"></path>
                  <image height="0" width="0" y="-558.56" x="0" href src="/static/site/asset/phone_icon_white.png" alt></image></svg></a>
                </div>
                <div id="footer-social-container">
                  <ul id="footer-social-list">
                    <li class="footer-social-media">
                      <svg xmlns="http://www.w3.org/2000/svg" height="28" width="28" viewbox="0 0 28 28" role="img">
                      <title id="social-media-1">Pinterest</title>
                      <path d="M 14.015582,0.10069531 A 13.988916,13.988916 0 0 0 0.02900002,14.086111 c 0,5.926914 3.68448678,10.986957 8.88803708,13.022876 -0.122505,-1.108379 -0.233343,-2.803616 0.04666,-4.0135 l 1.6404019,-6.950123 c 0,0 -0.420018,-0.840035 -0.420018,-2.076753 0,-1.940248 1.128215,-3.395142 2.52944,-3.395142 1.194716,0 1.771073,0.898371 1.771073,1.969415 0,1.201717 -0.761865,2.994959 -1.157381,4.657528 -0.332514,1.391891 0.700029,2.525939 2.070919,2.525939 2.48277,0 4.396183,-2.619276 4.396183,-6.401767 0,-3.336806 -2.406933,-5.6819038 -5.84291,-5.6819038 -3.9668319,0 -6.3119299,2.9891248 -6.3119299,6.0669198 0,1.205216 0.459686,2.50027 1.038378,3.1968 0.116671,0.140006 0.130671,0.262511 0.09917,0.402517 l -0.389683,1.590232 c -0.06184,0.262511 -0.200675,0.315013 -0.466687,0.192508 -1.7442345,-0.816701 -2.8386134,-3.357807 -2.8386134,-5.420559 0,-4.4055164 3.2061334,-8.4610191 9.2403843,-8.4610191 4.851202,0 8.62436,3.4616442 8.62436,8.0771701 0,4.824368 -3.041627,8.706029 -7.272136,8.706029 -1.416393,0 -2.746448,-0.735031 -3.217801,-1.610067 l -0.875037,3.322805 c -0.315012,1.219217 -1.171382,2.744114 -1.7477389,3.670486 1.3102209,0.402517 2.6904449,0.624193 4.1418389,0.624193 7.708488,0 13.983083,-6.259427 13.983083,-13.985416 0,-7.7259884 -6.272262,-13.98424909 -13.980749,-13.98424909 z"></path>
                      <image alt="Pinterest" src="/static/2/asset/sm_pinterest.png" title="Pinterest" xlink:href></image></svg>
                    </li>
                    <li class="footer-social-media">
                      <svg xmlns="http://www.w3.org/2000/svg" height="28" width="28" role="img">
                      <title id="social-media-2">Yelp</title>
                      <path d="m 7.6118719,0.81812671 c 1.299325,-1.111479 3.8086591,-1.429044 4.8315321,-1.212136 1.022873,0.216908 1.571524,0.839989 1.575068,1.60200499 l 0.05954,9.7055943 c 0.0035,0.76556 -0.359388,1.46307 -0.811635,1.559474 -0.452247,0.0964 -1.119985,-0.361515 -1.48717,-1.007987 L 7.0823562,3.1389067 C 6.7194243,2.4917247 5.9822188,2.2060577 7.609742,0.81741771 Z M 6.0523984,19.276621 10.777603,17.461961 c 0.659232,-0.253769 1.247578,-0.959076 1.314919,-1.571524 0.06734,-0.612448 -0.415387,-1.339729 -1.047682,-1.618308 L 6.0531072,12.127144 c -0.649308,-0.279996 -1.3999818,0.38278 -1.5977513,1.463069 v 4.546574 c 0.1219224,0.779737 0.954823,1.399982 1.613346,1.141251 z m 8.2439426,0.907329 c 0.01418,-0.747129 -0.362931,-1.424791 -0.837862,-1.470157 -0.474931,-0.04537 -1.226313,0.391995 -1.676433,0.97467 l -3.2926161,4.290679 c -0.448703,0.582675 -0.226833,1.952886 0.427437,2.211616 l 3.4464371,1.299325 c 0.656396,0.260857 1.812533,-0.507538 1.824583,-1.275933 l 0.108454,-6.033744 z m 8.194325,-0.99948 -4.132605,-1.287983 c -0.670573,-0.20982 -1.43188,-0.187137 -1.688484,0.04678 -0.256604,0.23392 -0.19139,0.971126 0.143187,1.642408 l 2.608574,5.181705 c 0.336705,0.666321 1.687067,0.552904 2.055669,-0.09215 0,0 1.571524,-2.519967 1.861445,-3.460613 0.28992,-0.940646 -0.180049,-1.814659 -0.848495,-2.03015 z m 1.006568,-7.284158 C 23.310097,11.248168 22.01857,9.3130037 21.318225,8.6523537 c -0.700345,-0.66065 -1.501347,-0.567081 -1.949342,0.0021 l -2.662446,3.4492723 c -0.453665,0.567081 -0.572752,1.497803 -0.270782,2.037948 0.301971,0.540145 1.103682,0.847077 1.78418,0.680497 l 4.607535,-0.927178 c 0.830774,-0.216908 0.860545,-1.336893 0.670573,-1.991872 z"></path>
                      <image alt="Yelp" src="/static/2/asset/sm_yelp.png" title="Yelp" xlink:href></image></svg>
                    </li>
                  </ul>
                </div>
                <div id="footer-copyright">
                  <p>Copyright © 2024 Diana Beauty Spa</p>
                  <p id="footer-copyright-bottom">All Rights Reserved. <a href="/sitemap.xml" target="_blank">Sitemap.</a> <a href="/accessibility_page" target="_blank">Accessibility Statement</a></p>
                </div>
              </div>
              <div id="footer-section-right">
                <div id="footer-tags">
                  <p>Trending Searches:</p>
                  <p id="footer-keys"></p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </footer>
    </div>
  </main>
  <script type="text/javascript" async>
        /*! lazysizes - v5.2.0 */
  !function(a,b){var c=b(a,a.document,Date);a.lazySizes=c,"object"==typeof module&&module.exports&&(module.exports=c)}("undefined"!=typeof window?window:{},function(a,b,c){"use strict";var d,e;if(function(){var b,c={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:!0,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:!0,ricTimeout:0,throttleDelay:125};e=a.lazySizesConfig||a.lazysizesConfig||{};for(b in c)b in e||(e[b]=c[b])}(),!b||!b.getElementsByClassName)return{init:function(){},cfg:e,noSupport:!0};var f=b.documentElement,g=a.HTMLPictureElement,h="addEventListener",i="getAttribute",j=a[h].bind(a),k=a.setTimeout,l=a.requestAnimationFrame||k,m=a.requestIdleCallback,n=/^picture$/i,o=["load","error","lazyincluded","_lazyloaded"],p={},q=Array.prototype.forEach,r=function(a,b){return p[b]||(p[b]=new RegExp("(\\s|^)"+b+"(\\s|$)")),p[b].test(a[i]("class")||"")&&p[b]},s=function(a,b){r(a,b)||a.setAttribute("class",(a[i]("class")||"").trim()+" "+b)},t=function(a,b){var c;(c=r(a,b))&&a.setAttribute("class",(a[i]("class")||"").replace(c," "))},u=function(a,b,c){var d=c?h:"removeEventListener";c&&u(a,b),o.forEach(function(c){a[d](c,b)})},v=function(a,c,e,f,g){var h=b.createEvent("Event");return e||(e={}),e.instance=d,h.initEvent(c,!f,!g),h.detail=e,a.dispatchEvent(h),h},w=function(b,c){var d;!g&&(d=a.picturefill||e.pf)?(c&&c.src&&!b[i]("srcset")&&b.setAttribute("srcset",c.src),d({reevaluate:!0,elements:[b]})):c&&c.src&&(b.src=c.src)},x=function(a,b){return(getComputedStyle(a,null)||{})[b]},y=function(a,b,c){for(c=c||a.offsetWidth;c<e.minSize&&b&&!a._lazysizesWidth;)c=b.offsetWidth,b=b.parentNode;return c},z=function(){var a,c,d=[],e=[],f=d,g=function(){var b=f;for(f=d.length?e:d,a=!0,c=!1;b.length;)b.shift()();a=!1},h=function(d,e){a&&!e?d.apply(this,arguments):(f.push(d),c||(c=!0,(b.hidden?k:l)(g)))};return h._lsFlush=g,h}(),A=function(a,b){return b?function(){z(a)}:function(){var b=this,c=arguments;z(function(){a.apply(b,c)})}},B=function(a){var b,d=0,f=e.throttleDelay,g=e.ricTimeout,h=function(){b=!1,d=c.now(),a()},i=m&&g>49?function(){m(h,{timeout:g}),g!==e.ricTimeout&&(g=e.ricTimeout)}:A(function(){k(h)},!0);return function(a){var e;(a=!0===a)&&(g=33),b||(b=!0,e=f-(c.now()-d),e<0&&(e=0),a||e<9?i():k(i,e))}},C=function(a){var b,d,e=99,f=function(){b=null,a()},g=function(){var a=c.now()-d;a<e?k(g,e-a):(m||f)(f)};return function(){d=c.now(),b||(b=k(g,e))}},D=function(){var g,m,o,p,y,D,F,G,H,I,J,K,L=/^img$/i,M=/^iframe$/i,N="onscroll"in a&&!/(gle|ing)bot/.test(navigator.userAgent),O=0,P=0,Q=0,R=-1,S=function(a){Q--,(!a||Q<0||!a.target)&&(Q=0)},T=function(a){return null==K&&(K="hidden"==x(b.body,"visibility")),K||!("hidden"==x(a.parentNode,"visibility")&&"hidden"==x(a,"visibility"))},U=function(a,c){var d,e=a,g=T(a);for(G-=c,J+=c,H-=c,I+=c;g&&(e=e.offsetParent)&&e!=b.body&&e!=f;)(g=(x(e,"opacity")||1)>0)&&"visible"!=x(e,"overflow")&&(d=e.getBoundingClientRect(),g=I>d.left&&H<d.right&&J>d.top-1&&G<d.bottom+1);return g},V=function(){var a,c,h,j,k,l,n,o,q,r,s,t,u=d.elements;if((p=e.loadMode)&&Q<8&&(a=u.length)){for(c=0,R++;c<a;c++)if(u[c]&&!u[c]._lazyRace)if(!N||d.prematureUnveil&&d.prematureUnveil(u[c]))ba(u[c]);else if((o=u[c][i]("data-expand"))&&(l=1*o)||(l=P),r||(r=!e.expand||e.expand<1?f.clientHeight>500&&f.clientWidth>500?500:370:e.expand,d._defEx=r,s=r*e.expFactor,t=e.hFac,K=null,P<s&&Q<1&&R>2&&p>2&&!b.hidden?(P=s,R=0):P=p>1&&R>1&&Q<6?r:O),q!==l&&(D=innerWidth+l*t,F=innerHeight+l,n=-1*l,q=l),h=u[c].getBoundingClientRect(),(J=h.bottom)>=n&&(G=h.top)<=F&&(I=h.right)>=n*t&&(H=h.left)<=D&&(J||I||H||G)&&(e.loadHidden||T(u[c]))&&(m&&Q<3&&!o&&(p<3||R<4)||U(u[c],l))){if(ba(u[c]),k=!0,Q>9)break}else!k&&m&&!j&&Q<4&&R<4&&p>2&&(g[0]||e.preloadAfterLoad)&&(g[0]||!o&&(J||I||H||G||"auto"!=u[c][i](e.sizesAttr)))&&(j=g[0]||u[c]);j&&!k&&ba(j)}},W=B(V),X=function(a){var b=a.target;if(b._lazyCache)return void delete b._lazyCache;S(a),s(b,e.loadedClass),t(b,e.loadingClass),u(b,Z),v(b,"lazyloaded")},Y=A(X),Z=function(a){Y({target:a.target})},$=function(a,b){try{a.contentWindow.location.replace(b)}catch(c){a.src=b}},_=function(a){var b,c=a[i](e.srcsetAttr);(b=e.customMedia[a[i]("data-media")||a[i]("media")])&&a.setAttribute("media",b),c&&a.setAttribute("srcset",c)},aa=A(function(a,b,c,d,f){var g,h,j,l,m,p;(m=v(a,"lazybeforeunveil",b)).defaultPrevented||(d&&(c?s(a,e.autosizesClass):a.setAttribute("sizes",d)),h=a[i](e.srcsetAttr),g=a[i](e.srcAttr),f&&(j=a.parentNode,l=j&&n.test(j.nodeName||"")),p=b.firesLoad||"src"in a&&(h||g||l),m={target:a},s(a,e.loadingClass),p&&(clearTimeout(o),o=k(S,2500),u(a,Z,!0)),l&&q.call(j.getElementsByTagName("source"),_),h?a.setAttribute("srcset",h):g&&!l&&(M.test(a.nodeName)?$(a,g):a.src=g),f&&(h||l)&&w(a,{src:g})),a._lazyRace&&delete a._lazyRace,t(a,e.lazyClass),z(function(){var b=a.complete&&a.naturalWidth>1;p&&!b||(b&&s(a,"ls-is-cached"),X(m),a._lazyCache=!0,k(function(){"_lazyCache"in a&&delete a._lazyCache},9)),"lazy"==a.loading&&Q--},!0)}),ba=function(a){if(!a._lazyRace){var b,c=L.test(a.nodeName),d=c&&(a[i](e.sizesAttr)||a[i]("sizes")),f="auto"==d;(!f&&m||!c||!a[i]("src")&&!a.srcset||a.complete||r(a,e.errorClass)||!r(a,e.lazyClass))&&(b=v(a,"lazyunveilread").detail,f&&E.updateElem(a,!0,a.offsetWidth),a._lazyRace=!0,Q++,aa(a,b,f,d,c))}},ca=C(function(){e.loadMode=3,W()}),da=function(){3==e.loadMode&&(e.loadMode=2),ca()},ea=function(){if(!m){if(c.now()-y<999)return void k(ea,999);m=!0,e.loadMode=3,W(),j("scroll",da,!0)}};return{_:function(){y=c.now(),d.elements=b.getElementsByClassName(e.lazyClass),g=b.getElementsByClassName(e.lazyClass+" "+e.preloadClass),j("scroll",W,!0),j("resize",W,!0),j("pageshow",function(a){if(a.persisted){var c=b.querySelectorAll("."+e.loadingClass);c.length&&c.forEach&&l(function(){c.forEach(function(a){a.complete&&ba(a)})})}}),a.MutationObserver?new MutationObserver(W).observe(f,{childList:!0,subtree:!0,attributes:!0}):(f[h]("DOMNodeInserted",W,!0),f[h]("DOMAttrModified",W,!0),setInterval(W,999)),j("hashchange",W,!0),["focus","mouseover","click","load","transitionend","animationend"].forEach(function(a){b[h](a,W,!0)}),/d$|^c/.test(b.readyState)?ea():(j("load",ea),b[h]("DOMContentLoaded",W),k(ea,2e4)),d.elements.length?(V(),z._lsFlush()):W()},checkElems:W,unveil:ba,_aLSL:da}}(),E=function(){var a,c=A(function(a,b,c,d){var e,f,g;if(a._lazysizesWidth=d,d+="px",a.setAttribute("sizes",d),n.test(b.nodeName||""))for(e=b.getElementsByTagName("source"),f=0,g=e.length;f<g;f++)e[f].setAttribute("sizes",d);c.detail.dataAttr||w(a,c.detail)}),d=function(a,b,d){var e,f=a.parentNode;f&&(d=y(a,f,d),e=v(a,"lazybeforesizes",{width:d,dataAttr:!!b}),e.defaultPrevented||(d=e.detail.width)&&d!==a._lazysizesWidth&&c(a,f,e,d))},f=function(){var b,c=a.length;if(c)for(b=0;b<c;b++)d(a[b])},g=C(f);return{_:function(){a=b.getElementsByClassName(e.autosizesClass),j("resize",g)},checkElems:g,updateElem:d}}(),F=function(){!F.i&&b.getElementsByClassName&&(F.i=!0,E._(),D._())};return k(function(){e.init&&F()}),d={cfg:e,autoSizer:E,loader:D,init:F,uP:w,aC:s,rC:t,hC:r,fire:v,gW:y,rAF:z}});
  </script>
</body>
</html>
