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

}

@media only screen and (min-width: 991px) {

}

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

}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .media-library-view--widget .view-header a,
  .media-library-view--widget .view-header .navbar-expand-lg .navbar-nav a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 16px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .media-library-view--widget .view-header a,
  .media-library-view--widget .view-header .navbar-expand-lg .navbar-nav a {
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 14px;
    font-weight: 600;
  }

  .home-img {
    background-position: 55%;
  }
}

@media only screen and (max-width: 991px) {
  .path-frontpage .navbar-toggler {
    color: #0000 !important;
    background-color: #fff !important;
  }

  .navbar-toggler {
    border-radius: 0px !important;
  }

  .path-frontpage .navbar-collapse {
    background-color: #000;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 107px;
  }

  .navbar-collapse {
    z-index: 99;
    border-bottom: 1px solid #ccc;
  }

  .resources-area,
  .area-serve-row {
    width: calc(50% - 20px);
  }

  .home-img {
    background-position: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    z-index: 99;
    border-bottom: 1px solid #ccc;
  }

  .image-container-services {
    width: 100%;
    float: none;
  }

  .full-grid-container .field--name-field-service-description-part-1 {
    padding: 30px 0px;
    float: none;
    width: calc(100% - 0%);
  }

  .full-grid-container {
    margin-left: -15px;
    margin-right: -15px;
  }

  #block-beauty-services,
  #block-beauty-contactus,
  .node-13 #block-beauty-content {
    width: 100%;
    float: none;
  }

  .node-13 #block-beauty-webform {
    width: 100%;
    float: none;
    margin-top: 25px;
  }

  #block-beauty-contactus {
    margin-top: 30px;
  }

  .resources-area,
  .area-serve-row {
    width: calc(100% - 20px);
  }

  .navbar-brand img {
    height: 79px !important;
  }

  .path-frontpage .dialog-off-canvas-main-canvas header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #000;
  }

  .home-img {
    height: 365px;
  }

  .home-banner-text-inner {
    width: 80%;
  }

  .navbar-toggler {
    border-radius: 0px !important;
  }

  .path-frontpage .navbar-toggler {
    color: #0000 !important;
    background-color: #fff !important;
  }

  ul.dropdown-menu:before {
    display: none;
  }

  .navbar-nav .nav-item span.nav-link {
    background: #801B1B;
    border-radius: 10px;
    margin-left: 0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
}

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

}

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

}