@media screen and (max-width:1370px) {
    .hometextcont {
    background-image: url("../images/bg-hero-medium.jpg");
}
}



@media screen and (max-width:1270px) {
    .footbox {
        width: 50%;
    }
    .footerrightborder {
    border-right: none;
}
}


@media screen and (max-width:1070px) {
  .burgerlink {
    display: block;
  }
    .menucont {
        padding-top: 15px;
        padding-bottom: 10px;
    }
  #cssmenu {
    display: none;
  }
  .logocont {
    margin-right: 20px;
  }
  .logo {
    height: 50px;
  }
    #announcement  {
    font-size: 14px;
    font-weight: bold;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
}
    
}
@media screen and (max-width:960px) {
  .headerimage {
    display: none;
  }
  .containeroverlap {
    margin-top: 0px;
  }
  .largephotofixed {
    height: 400px;
    background-attachment: initial;
  }
  .footbox {
    font-size: 15px;
  }
  .footerinner {
    padding: 0px 0px;
  }
  .servicesection .contentleft, .servicesection {
    margin-bottom: 50px;
  }
  #header, .contentcontainer, #footer, .hometextboxcont {}
  #homemenucont {
    display: block;
    height: auto;
  }
  .hometextcont {
    font-size: 18px;
  }
    .hometextcont {
        background-color: #4a5640;
        background-image: none;
        margin-top: -110px;
    }
    .hometextintro {
        width: 100%;
    }
    .homeherosmall {
    display: block;
}
    .homeherosmall img {
        margin: 0 auto;
    }
}
@media screen and (max-width:767px) {
  .contentleft, .contentright {
    padding: 0px;
  }
  .mobileonly {
    display: block;
  }
  .headline, .headline a:link, .headline a:visited {
    font-size: 26px;
  }
  #cookiebarcont {
    display: none;
  }
  .hometextcont {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
    .hometextcont a:link.btn, .hometextcont a:visited.btn {
    margin-right: 5px;
    margin-top: 20px;
    width: 148px;
        font-size: 13px;
        padding: 10px 15px !important;
        text-align: center;
}
  .largephotofixed {
    height: 300px;
    background-attachment: scroll;
  }
  .homeboxesinner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
    .hometextcont {
        padding-top: 70px;
    }
    .hometext h1 {
        font-size: 24px;
    }
    .owl-testimonial {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #hometestimonials .item {
        padding: 0px 40px 30px 40px;
    }
    #hometestimonials {
        font-size: 18px;
    }
    .footbox {
        width: 100%;
    }
    .herolady {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: -1;
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
}
.treatmentphotogrid {
    padding-top: 50px;
    padding-bottom: 50px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.treatmentoverview {
    border-right: none;
}

}
@media screen and (max-width:599px) {
  #header {
    margin-top: 0px !important;
  }
  .largephotofixed {
    height: 200px;
    background-attachment: scroll;
  }
}