:root {
  --white: white;
  --black: black;
}

.body {
  font-family: Montserrat, sans-serif;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.navbarsection {
  z-index: 30;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section.herosection {
  background-image: url('../images/hero-background.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.section.footer {
  background-color: #6a81c0;
  padding-bottom: 10px;
}

.section.features {
  padding-top: 60px;
}

.section.services {
  padding-bottom: 0;
}

.section.bio {
  padding-top: 0;
}

.section.accsection {
  padding-top: 0;
  display: block;
}

.section.trophy-section {
  padding-top: 0;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.hero-container {
  justify-content: center;
  align-items: center;
  display: block;
}

.container.owner {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.container.navbar-container, .navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navlink {
  color: #294ba4;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.navlink.w--current {
  font-family: Montserrat, sans-serif;
}

.navbtn {
  color: #fff;
  background-color: #294ba4;
  border: 1px solid #294ba4;
  border-radius: 20px;
  padding: 15px 55px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s;
}

.navbtn:hover {
  color: #294ba4;
  background-color: #fff;
}

.navbtn.menubtn {
  display: none;
}

.navlistitem {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 62px;
}

.divider {
  background-color: #fff;
  height: 2px;
}

.link-block {
  color: #294ba4;
  background-color: #fff;
  text-decoration: none;
}

.link-block.navbtn.herobtn {
  text-align: center;
  margin-left: 0;
  font-weight: 600;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.textdivider {
  background-color: #294ba4;
  border-radius: 20px;
  width: 80px;
  height: 15px;
}

.heading-2 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.services-wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.services-wrapper.flex-rew {
  width: 92%;
}

.image {
  width: 55%;
  max-width: 700px;
  height: 100%;
}

.service-wrapper {
  color: #fff;
  background-color: rgba(41, 75, 164, .7);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px 20px;
}

.service-wrapper.secondd, .service-wrapper.haircut, .service-wrapper.ceratin {
  border-radius: 0 20px 20px 0;
}

.service-block-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.service-block-wrapper.second {
  justify-content: flex-start;
  align-items: center;
}

.div-block-5 {
  width: 66%;
  display: inline-block;
}

.services-image {
  background-image: url('../images/man-from-profile.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding: 220px;
}

.services-image.firstimg {
  background-image: url('../images/academy-curly-hair-blonde.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.services-image.firstimg.third-service {
  background-image: url('../images/academy-curly-hair-blonde-from-back.png');
  background-position: 50% 85%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 220px;
}

.services-image.rew {
  background-image: url('../images/academy-straight-hair-blonde.jpg');
  background-position: 50%;
  background-size: cover;
}

.oddo-text-divider {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.link {
  color: #294ba4;
  font-weight: 600;
  text-decoration: none;
}

.card {
  z-index: 15;
  background-color: #fff;
  border: 1px #294ba4;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding: 0 20px;
  display: block;
  position: relative;
}

.card.card-border {
  border: 1px solid #000;
  border-radius: 20px;
}

.card.card-border.no-border {
  border-color: #294ba4;
  border-bottom-left-radius: 0;
  padding: 20px;
}

.card.card-border.no-border.padding {
  border-style: none;
  width: 33%;
  padding: 0 20px;
}

.card.card-border.no-border-2 {
  border-color: #294ba4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 22px;
  padding-right: 0;
}

.card.card-border.no-border-3, .card.card-border.no-border-3-copy {
  background-color: #fff;
  border-color: #294ba4;
  border-bottom-right-radius: 0;
  padding-left: 22px;
  padding-right: 0;
}

.card.lastcard {
  border-style: none;
  border-bottom-left-radius: 0;
}

.heading-3 {
  color: #6880bf;
  font-weight: 600;
}

.features-cards-wrapper {
  border: 1px #294ba4;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 0 0;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.features-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.feature-left-heading {
  color: #294ba4;
  font-size: 14px;
  font-weight: 500;
}

.feature-left-text {
  font-size: 14px;
  font-weight: 400;
}

.features-side-image {
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: -84%;
}

.owner-quote {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 35%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.owner-years {
  background-color: #6a81c0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding-top: 37px;
  padding-bottom: 40px;
  display: flex;
}

.owner-name {
  color: #6a81c0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.owner-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.year-text {
  color: #fff;
  font-size: 42px;
}

.quote2 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.footer-text {
  color: #fff;
  font-weight: 500;
}

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: underline;
}

.oddo-text {
  color: #fff;
  text-align: center;
}

.oddo-link {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.columns {
  justify-content: space-between;
  padding-bottom: 60px;
  display: block;
}

.instagram {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 2px;
}

.link-block-2 {
  text-decoration: none;
}

.oddo {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.service-heading {
  font-size: 18px;
  font-weight: 500;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-4 {
  font-size: 13px;
  font-weight: 400;
}

.feature-card-text {
  margin-bottom: 51px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.text-span {
  color: #294ba4;
  font-weight: 700;
}

.paragraph-6, .paragraph-7 {
  font-size: 13px;
}

.paragraph-8 {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.overlay {
  background-color: rgba(0, 0, 0, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.tab-item-wrap {
  width: 45%;
  min-width: 45%;
}

.image-3 {
  border-radius: 8px;
}

.acc-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.acc-item-2 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 12px;
}

.acc-item-2:hover, .acc-item-2.active {
  background-color: #000;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.section-wrap {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('../images/Background-2_1Background 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 12px;
  padding: 40px 60px 100px;
}

.togglefaq {
  grid-column-gap: 10px;
  align-items: center;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.acc-body-2 {
  width: 100%;
  padding: 0 18% 12px 15px;
}

.acc-body-2.active {
  display: block;
}

.acc-head-2 {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.toggle-arrow {
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform .3s;
}

.q-wrapper {
  align-items: center;
  display: flex;
}

.tab-section-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.acc-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.acc-item {
  width: 100%;
}

.b-content-icon {
  filter: invert();
  width: 20px;
}

.img {
  width: 50%;
  margin-top: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.img.acc-body-3.active {
  display: block;
}

.img.acc-body-3.active.test {
  background-image: url('../images/WhatsApp-Image-2024-07-11-at-10.09.19_590c2264.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-top: 0;
}

.img.acc-body-3.test5 {
  background-image: url('../images/WhatsApp-Image-2024-07-11-at-10.09.19_d6464577.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.img.acc-body-3.test3 {
  background-image: url('../images/WhatsApp-Image-2024-07-11-at-10.09.20_3c85ce58.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.img.acc-body-3.test.test2 {
  background-image: url('../images/WhatsApp-Image-2024-07-11-at-10.09.19_0e1b9d7c.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.img.acc-body-3.test4 {
  background-image: url('../images/WhatsApp-Image-2024-07-11-at-10.09.20_06299e0b.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.acc-text {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-weight: 500;
}

.acc-body {
  width: 100%;
  padding: 0;
}

.acc-body.active {
  display: block;
}

.section-2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: none;
}

.txt {
  text-align: center;
  max-width: 950px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.container-2 {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
}

.bold-text {
  font-weight: 500;
  line-height: 24px;
}

.bold-text-2 {
  font-weight: 500;
  display: inline;
}

.bold-text-3 {
  font-weight: 400;
}

.paragraph-9 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.service-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-11 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.features-left {
  width: 93%;
}

.section-3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-wrap-2 {
  background-image: linear-gradient(132deg, #1c59e7, #fff 90%);
  border-radius: 12px;
  padding: 40px 60px 100px;
}

.acc-item-2-2 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}

.image-4 {
  border-radius: 8px;
  max-width: 80%;
}

.image-4.test, .image-4.test3 {
  display: none;
}

.acc-head-2-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.image-5 {
  border-radius: 8px;
  max-width: 80%;
}

.image-5.test, .image-5.test3 {
  display: none;
}

.section-4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.image-6 {
  border-radius: 8px;
}

.section-wrap-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('../images/Background-2_1Background 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 12px;
  padding: 40px 60px 100px;
}

.acc-item-2-3 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 12px;
}

.acc-item-2-3:hover, .acc-item-2-3.active {
  background-color: #000;
}

.acc-head-2-3 {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.text-span-2 {
  color: #294ba4;
  font-weight: 600;
}

.bio-img {
  background-image: url('../images/vladimir-vergas-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding: 71% 50% 50%;
}

.bio-heading {
  color: #6a81c0;
  font-size: 18px;
  font-weight: 500;
}

.bio-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.academy {
  background-image: url('../images/vergas-red-logo.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 11%;
}

.div-block-19 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-20, .image-7 {
  width: 50%;
}

.add-ons_accordion-title {
  color: #6a81c0;
  flex: 1;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.add-ons_accordion-body {
  padding-left: 3.2rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding-bottom: 2rem;
  padding-left: 0;
}

.add-ons_accordion {
  display: block;
}

.add-ons_accordion.add-ons_js-accordion {
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.add-ons_image-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.add-ons_component {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.add-ons_accordion-item {
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #cdd0d7;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  box-shadow: none;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body-contents {
  opacity: 1;
}

.add-ons_title-icon-wrapper {
  background-color: #b5c462;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: none;
}

.add-ons_tick-icon {
  width: 12px;
}

.add-ons_image {
  object-fit: fill;
  object-position: 0% 50%;
  border-radius: 20px;
  flex: 0 auto;
  width: 440px;
  height: 440px;
  overflow: clip;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.quote {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: 23px;
}

.feature-card-heading {
  color: #6880bf;
  font-size: 18px;
  font-weight: 500;
}

.oddo-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.oddoimg {
  width: 32px;
}

.owner-img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.acc-paragraph {
  line-height: 23px;
}

.trophy {
  width: 300px;
}

.oddoimglink {
  transition: all .2s;
}

.oddoimglink:hover {
  background-color: #6880bf;
  padding-left: 40px;
}

.flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.trophyimg {
  border-radius: 20px;
  width: 100%;
  height: 70%;
  max-height: 400px;
  margin-left: 0;
}

.trophy-heading {
  color: #6a81c0;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.div-block-22 {
  text-align: center;
}

.div-block-23 {
  text-align: center;
  margin-left: 0;
}

.div-block-24 {
  text-align: center;
}

.logo {
  width: 71px;
  height: 71px;
}

@media screen and (min-width: 1280px) {
  .owner-quote {
    padding-top: 21px;
    padding-bottom: 33px;
  }

  .quote {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .trophy {
    height: 100%;
    max-height: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .container.navbar-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container.navbar-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.herosection {
    background-position: 50%;
  }

  .section.accsection {
    padding-top: 60px;
  }

  .container, .container.hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .navbtn {
    display: none;
  }

  .navbtn.menubtn {
    margin-bottom: 20px;
    display: inline-flex;
  }

  .heading {
    font-size: 24px;
  }

  .link-block.navbtn.herobtn {
    display: block;
  }

  .heading-2 {
    font-size: 18px;
  }

  .services-wrapper {
    flex-flow: row;
    width: 100%;
  }

  .services-wrapper.flex-rew, .service-wrapper, .service-wrapper.ceratin {
    width: 100%;
  }

  .service-block-wrapper {
    margin-bottom: 20px;
  }

  .services-image {
    background-image: url('../images/academy-straight-hair-blonde.jpg');
    padding-right: 100px;
  }

  .services-image.firstimg.third-service {
    object-fit: fill;
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    padding-left: 220px;
  }

  .oddo-text-divider {
    font-size: 18px;
  }

  .card {
    width: 100%;
  }

  .card.card-border.no-border.padding {
    width: 100%;
    padding-left: 18px;
  }

  .card.card-border.no-border-3, .card.card-border.no-border-3-copy {
    width: 33%;
    padding-right: 29px;
  }

  .card.lastcard {
    border-bottom-left-radius: 20px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .features-cards-wrapper {
    flex-flow: column;
  }

  .feature-left-heading, .feature-left-text {
    line-height: 23px;
  }

  .features-side-image {
    height: 55%;
    bottom: -45%;
  }

  .owner-years {
    padding-top: 65px;
    padding-bottom: 51px;
  }

  .owner-name {
    font-size: 18px;
  }

  .owner-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .quote2 {
    width: 78%;
    margin-top: 35px;
    font-size: 14px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .menu-button.w--open {
    color: #294ba4;
    background-color: #fff;
  }

  .tab-main-wrap {
    width: 100%;
  }

  .service-text {
    font-size: 14px;
  }

  .bio-img {
    background-size: cover;
  }

  .columns-2 {
    flex-flow: column;
  }

  .columns-3 {
    flex-flow: row-reverse wrap-reverse;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-left: 0;
  }

  .add-ons_accordion.add-ons_js-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-ons_image-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    position: static;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
  }

  .add-ons_image.firstaccimage {
    height: 440px;
  }

  .feature-card-heading {
    line-height: 23px;
  }

  .flex-wrapper {
    flex-flow: column;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .trophyimg {
    width: 60%;
    height: 60%;
  }

  .div-block-22, .div-block-23, .div-block-24 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .tab-item-wrap {
    width: 100%;
  }

  .acc-item-2 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-wrap {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acc-body-2 {
    padding-right: 20%;
  }

  .acc-head-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-section-wrap {
    flex-direction: column;
  }

  .img {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .txt {
    font-size: 16px;
    line-height: 30px;
  }

  .h1 {
    font-size: 30px;
    line-height: 54px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-wrap-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acc-item-2-2 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .acc-head-2-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-wrap-3 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acc-item-2-3 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .acc-head-2-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .add-ons_accordion-title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_accordion {
    width: 100%;
  }

  .add-ons_image-wrapper {
    height: 22rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
    margin-right: 1rem;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.owner, .section.features, .section.accsection {
    padding-top: 0;
  }

  .heading {
    line-height: 43px;
  }

  .link-block.navbtn.herobtn {
    display: block;
  }

  .heading-2 {
    font-size: 18px;
  }

  .services-wrapper {
    flex-flow: row-reverse wrap-reverse;
  }

  .services-wrapper.flex-rew {
    flex-flow: column;
  }

  .service-wrapper {
    border-radius: 20px;
    margin-bottom: 0;
    display: block;
  }

  .service-wrapper.secondd {
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-wrapper.haircut {
    border-radius: 20px;
    margin-top: 20px;
  }

  .service-wrapper.ceratin {
    border-radius: 20px;
  }

  .service-block-wrapper {
    margin-bottom: 20px;
  }

  .div-block-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .services-image {
    border-radius: 0 0 20px 20px;
    padding: 100px 140px;
    display: none;
  }

  .services-image.firstimg {
    border-radius: 20px 20px 0 0;
    width: 100%;
    display: none;
  }

  .services-image.firstimg.third-service {
    background-position: 50% 100%;
    padding-top: 220px;
    padding-bottom: 220px;
    padding-left: 140px;
  }

  .services-image.rew {
    background-position: 36%;
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding-top: 220px;
    padding-bottom: 220px;
    display: none;
  }

  .oddo-text-divider {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
    line-height: 29px;
  }

  .card {
    width: 100%;
  }

  .card.card-border.no-border.padding {
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
  }

  .card.card-border.no-border-2 {
    border-radius: 20px;
  }

  .card.card-border.no-border-3, .card.card-border.no-border-3-copy {
    width: 100%;
  }

  .features-cards-wrapper, .div-block-8, .features-wrapper {
    flex-flow: column;
  }

  .features-side-image {
    display: none;
  }

  .owner-quote {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .owner-years {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
  }

  .owner-wrapper {
    flex-flow: column;
  }

  .div-block-13 {
    margin-bottom: 20px;
  }

  .oddo-text {
    text-align: left;
    margin-bottom: 20px;
  }

  .oddo {
    flex-flow: column;
  }

  .div-block-16 {
    border-bottom-left-radius: 2020px;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #294ba4;
    background-color: #fff;
  }

  .paragraph-3, .feature-card-text {
    margin-bottom: 20px;
  }

  .h1 {
    line-height: 40px;
  }

  .bio-img {
    background-position: 43%;
    background-size: cover;
    width: 100%;
    height: 600px;
    padding: 0%;
  }

  .add-ons_accordion-title {
    text-align: left;
    font-size: 18px;
  }

  .add-ons_accordion-title.trophy-title {
    text-align: left;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .add-ons_image-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .add-ons_image {
    width: 100%;
    height: 100%;
  }

  .add-ons_image.firstaccimage {
    object-fit: fill;
    width: 100%;
    height: 350px;
    overflow: clip;
  }

  .add-ons_image.firstaccimage.trophy {
    width: 90%;
    height: 100%;
  }

  .add-ons_image.trophy {
    object-fit: fill;
    width: 90%;
    height: 100%;
    overflow: hidden;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .oddo-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .trophyimg {
    width: 80%;
  }

  .trophy-heading {
    text-align: center;
  }

  .div-block-22, .div-block-23, .div-block-24 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


