/* w3s form wizerd style */
#regForm {
  width: 100%;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}
.tab-link-disabled a {
  color: #888 !important;
}
.tab-link-disabled:hover::after {
  visibility: hidden !important;
}
button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}
/* w3s form wizrd style */
/* categories section start */

.categories-outer {
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
  margin-top: 99px;
}
.categories {
  padding-top: 130px;
  padding-bottom: 140px;
  padding-left: 161px;
}
.categories .row {
  padding-left: 80px;
}

.category-heading {
  color: #131313;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 900;
  line-height: 50px;
  padding-bottom: 56px;
}
.categories-packages--styles .common {
  width: 100%;
}
.categories-packages--styles .categories .row {
  padding-left: 0px;
}
.categories-packages--styles .common h3 {
  font-size: 20px !important;
  font-family: "Poppins";
}
.categories-packages--styles .col-packages .common:hover {
  background-color: #131313;
  box-shadow: 0 18px 40px 0 rgb(82 83 85 / 0.35);
}
.tab-packages .selectLocationCard {
  background-color: #131313;
  box-shadow: 0 18px 40px 0 rgb(82 83 85 / 0.35);
}
.tab-packages .selectLocationList a:hover {
  background-color: #131313;
  box-shadow: 0 18px 40px 0 rgb(82 83 85 / 0.35);
}
.common {
  width: 360px;
  height: 406px;
  padding: 40px 34px 32.5px 35px;
  position: relative;
}
.common img {
  width: 84.48px;
  height: 80px;
  object-fit: fill;
  object-position: center;
  margin-bottom: 30.5px;
  filter: invert(0);
}
.beard.common img {
  height: 80px;
  width: 80.11px;
}
.machine.common img {
  height: 80px;
  width: 106.69px;
}
.chair.common img {
  height: 80px;
  width: 62.82px;
}
.beard-styletext {
  height: 57px !important;
  font-family: "Indigo Outline" !important;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  opacity: 0.5;
  color: #fff;
  display: none;
  position: absolute;
  top: 40px;
  right: 34px;
  left: auto;
}
.common h2 {
  font-size: 20px !important;
  font-weight: 900;
  line-height: 30px;
  font-family: "Poppins";
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.common p {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "Poppins";
}
.common span {
  font-size: 30px;
  font-weight: 900;
  font-family: "Poppins";
  line-height: 30px;
  color: #df1f2d;
}
.common .btn-custom {
  display: none;
}
.beard img {
  filter: invert(1) !important;
}
.common:hover {
  color: #fff;
  background-color: #df1f2d;
  box-shadow: 0px 0px 29px 13px rgba(176, 30, 41, 0.35);
}
.categories .common:hover img {
  filter: invert(1);
}
.categories .beard:hover img {
  filter: invert(0) !important;
}
.common:hover .beard-styletext {
  display: inline;
}
.common:hover span {
  color: #fff;
}

/* categories section end */
@media only screen and (max-width: 1000px) {
  .categories {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .categories-packages--styles .col-styles,
  .categories-packages--styles .col-packages {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .categories-packages--styles .col-packages .common:hover {
    background-color: transparent;
    box-shadow: none;
  }
  /* categories section responsive start */
  .categories {
    padding-top: 62px;
    padding-bottom: 0px;
    width: 100%;
    padding-left: 0px !important;
    margin: 0 auto;
  }
  .categories .row {
    padding-left: 0px !important;
  }
  .category-heading {
    padding-bottom: 42px;
    padding-left: 49px !important;
  }
  .common {
    max-width: 291px;
    height: 100%;
    padding: 0px 0px 0px 49px !important;
  }
  .common .btn-custom a {
    text-decoration: none;
    color: #fff !important;
  }
  .col-packages .common .btn-custom {
    background-color: #131313;
  }
  .common .btn-custom {
    width: 100%;
    max-width: 261px;
    height: 56px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
    background-color: #df1f2d;
    margin-top: 28px;
    margin-bottom: 57px;
    border: none;
  }
  .common p {
    margin-bottom: 20px;
  }
  .common h4 {
    font-size: 18px !important;
    padding-bottom: 0em;
    margin-bottom: 0 !important;
  }
  .common img {
    margin-bottom: 12.2px;
    margin-left: -10px;
  }
  .common:hover {
    color: #101525;
    background-color: #f8f8f8;
    box-shadow: none;
  }
  .categories .common:hover img {
    filter: invert(0);
  }
  .categories .beard:hover img {
    filter: invert(1) !important;
  }
  .common:hover .beard-styletext {
    display: none;
  }
  .common:hover span {
    color: #df1f2d;
  }
  .categories-outer::after {
    display: none;
  }
  .categories-outer::before {
    max-width: 300px !important;
    left: 15px !important;
  }
  /* categories section end */
}
/* <!-- style select location section start --> */

.selectLocationOuter {
  padding: 130px 211px 191px 161px;
  background-color: #f8f8f8;
  margin-top: 99px;
  position: relative;
}

.selectCatagory {
  display: none;
}
.heading {
  height: 62px;
  text-align: left;
  color: #131313;
  font-family: "Poppins Black";
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}
.selectLocationCard {
  padding: 34px 228px 78px 35px;
  background-color: #df1f2d;
  box-shadow: 0 18px 40px 0 rgba(176, 30, 41, 0.35);
  color: #fff;
  height: 260px;
  max-width: 955px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 83px;
  margin-top: 62px;
}

.selectLocationCard .location-Image {
  height: 80px;
  width: 80.11px;
  margin-right: 16.89px;
}
.selectLocationCard .location-Image img.duster {
  object-position: center;
  object-fit: cover;
  filter: invert(1);
  width: 80.11px;
  height: 100%;
}
.selectLocationCard .location-Image img.seasor {
  object-position: center;
  object-fit: cover;
  filter: invert(1);
  width: 42.24px;
  height: 100%;
  display: none;
}
.location-Content h2 {
  color: #f8f8f8;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0px;
}
.location-Content p {
  color: #f8f8f8;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.location-Content span.price {
  color: #f8f8f8;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}
.selectLocationCard .feature {
  height: 57px;
  color: #fff;
  font-family: "Indigo Outline";
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 40px;
  right: 38px;
}
.selectLocationList {
  max-width: 1013px;
  width: 100%;
  margin-left: 72px;
  margin-top: 179px;
  margin-bottom: 83px;
}
.selectLocationList .list1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selectLocationList .list1 a:nth-child(2) {
  margin-left: 102px;
}
.selectLocationList .list1 a:nth-child(5) {
  margin-right: 103px;
}
.selectLocationList .list1 a {
  height: 67px;
  width: 190px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0px;
  color: #131313;
  font-family: "Poppins Black";
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 16px;
  padding: 0px;
}
.selectLocationList .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selectLocationList .list a:first-child {
  margin-left: 102px;
}
.selectLocationList .list a:nth-child(4) {
  margin-right: 103px;
}
.selectLocationList .list a {
  height: 67px;
  min-width: 190px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0px;
  color: #131313;
  font-family: "Poppins Black";
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 16px;
  padding: 0px 10px;
}
.selectLocationList a:hover {
  background-color: #df1f2d;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(176, 30, 41, 0.45);
}
.selectLocationOuter a.goBackBtn {
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.selectLocationOuter a.goBackBtn img {
  height: 24.94px;
  width: 34px;
  /* transform: rotate(180deg); */
  object-fit: cover;
  object-position: center;
  margin-bottom: -8.94px;
}
.selectLocationOuter a.goBackBtn p.btn {
  color: #df1f2d;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  text-decoration: underline;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.mobileBtn {
  display: none;
}
@media only screen and (max-width: 1400px) and (min-width: 300px) {
  .selectLocationList .list a:first-child {
    margin-left: 0px;
  }
  .selectLocationList .list a:nth-child(4) {
    margin-right: 0px;
  }
  .selectLocationList .list1 a:nth-child(2) {
    margin-left: 0px;
  }
  .selectLocationList .list1 a:nth-child(5) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .selectLocationOuter {
    padding: 24.95px 18px 89.05px 18px;
    margin-top: 411.05px;
    margin-bottom: 89.95px;
  }
  .selectLocationCard {
    padding: 22px 20.76px 50px 43px;
    box-shadow: none;
    position: absolute;
    top: -411.05px;
    left: 0px;
    height: 300px;
    max-width: 767px;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
  }
  .selectCatagory {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 160px;
    height: 44px;
    justify-content: space-between;
  }
  .selectCatagory .category3 a,
  .selectCatagory .category2 a,
  .selectCatagory .category1 a {
    text-decoration: none;
    color: #df1f2d;
    font-family: "Poppins Black";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
  .category3,
  .category2,
  .category1 {
    position: relative;
  }
  .category1:hover a,
  .category2:hover a,
  .category3:hover a {
    color: #131313;
  }
  .category1:hover::after,
  .category2:hover::after,
  .category3:hover::after {
    visibility: visible;
  }

  .category1:after,
  .category2:after,
  .category3:after {
    content: "";
    background-color: #df1f2d;
    height: 48px;
    width: 12px;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 4px;
  }

  .heading {
    text-align: center;
    height: 38px;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 58px;
    margin-bottom: 0px;
  }
  .selectLocationCard:after {
    display: none;
  }
  .location-Content {
    margin-top: 50px;
  }
  .location-Content h2 {
    font-size: 18px;
  }
  .location-Content span.price {
    font-size: 22px;
    text-decoration: underline;
  }
  .selectLocationCard .location-Image {
    position: absolute;
    right: 20.76px;
    top: 22px;
    height: 40px;
    width: 42.24px;
    margin-right: 0px;
  }
  .selectLocationCard .location-Image img.duster {
    display: none;
  }
  .selectLocationCard .location-Image img.seasor {
    display: block;
  }
  .selectLocationOuter:after {
    width: 216.65px;
    height: 86px;
    top: -99px;
    left: 10px;
  }
  .selectLocationOuter:before {
    display: none;
  }
  .selectLocationCard .feature {
    top: 28px;
    left: 43px;
    font-size: 26px;
    line-height: 30px;
  }
  .selectLocationList {
    max-width: 1013px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 33px;
    margin-bottom: 43px;
  }
  .selectLocationList .list1 {
    justify-content: space-evenly;
  }
  .selectLocationList .list1 a {
    height: 50px;
    width: 160px;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .selectLocationList .list {
    justify-content: space-evenly;
  }
  .selectLocationList .list a {
    height: 50px;
    width: 160px;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .selectLocationList a:hover {
    box-shadow: none;
  }
  .tab-packages .selectLocationOuter a.goBackBtn {
    background-color: #131313;
  }
  .selectLocationOuter a.goBackBtn {
    height: 56px;
    width: 260px;
    background-color: #df1f2d;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .selectLocationOuter a.goBackBtn img {
    display: none;
  }
  .selectLocationOuter a.goBackBtn p.btn {
    display: none;
  }
  .mobileBtn {
    display: none;
  }
  .selectLocationOuter a.goBackBtn span.mobileBtn {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    display: block;
  }
}

/* <!-- select location section end --> */

.body {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.selectbarberOuter {
  padding: 130px 211px 190px 161px;
  background-color: #f8f8f8;
  margin-top: 99px;
  position: relative;
}

.selectCatagory {
  display: none;
}
.heading {
  height: 62px;
  text-align: left;
  color: #131313;
  font-family: "Poppins Black";
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}
.selectLocationCard {
  padding: 55px 223px 57px 35px;
  background-color: #df1f2d;
  box-shadow: 0 18px 40px 0 rgba(176, 30, 41, 0.35);
  color: #fff;
  height: 260px;
  max-width: 950px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 83px;
  margin-top: 62px;
}

.selectLocationCard .location-Image {
  height: 80px;
  width: 80.11px;
  margin-right: 16.89px;
}
.selectLocationCard .location-Image img.duster {
  object-position: center;
  object-fit: cover;
  width: 80.11px;
  filter: invert(1);
  height: 100%;
}
.selectLocationCard .location-Image img.seasor {
  object-position: center;
  object-fit: cover;
  filter: invert(1);
  width: 42.24px;
  height: 100%;
  display: none;
}
.location-Content h2 {
  color: #f8f8f8;
  font-family: "Poppins Black";
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0px;
}
.location-Content p {
  color: #f8f8f8;
  font-family: "Poppins Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.location-Content span.price {
  color: #f8f8f8;
  font-family: "Poppins Black";
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}
.selectLocationCard .feature {
  height: 57px;
  color: #fff;
  font-family: "Indigo Outline";
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 40px;
  right: 38px;
}
.selectLocationCard .featureBtn {
  height: 67px;
  background-color: #131313;
  color: #fff;
  padding: 20px 34px 19px 33.5px;
  position: absolute;
  bottom: 40px;
  right: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectLocationCard .featureBtn img {
  height: 20px;
  width: 20px;
  filter: invert(1);
  object-position: center;
  object-fit: contain;
  margin-right: 9.25px;
}
.selectLocationCard .featureBtn span.text {
  font-family: "Poppins Black";
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.barberProfileCard {
  margin-top: 146px;
  margin-left: 64px;
  max-width: 990px;
}
.profileCard {
  height: 423px;
  max-width: 240px;
  width: 100%;
  margin-bottom: 45px;
}
.profileCard .cardHead {
  width: 100%;
  height: 280px;
  max-width: 240px;
}
.profileCard .cardHead img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.profileCard .cardBody {
  height: 125px;
  max-width: 240px;
  color: #000;
  margin-top: 18px;
  text-transform: uppercase;
}
.profileCard .cardBody h4 {
  font-family: "Poppins Black";
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 0px;
  line-height: 24px;
  text-transform: uppercase;
}
.profileCard .cardBody p.detail {
  font-style: italic;
}
.profileCard .cardBody p {
  font-family: "Poppins Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0px;
}

.profileCard .cardBody span.btn {
  margin-left: 0px;
  padding: 0px;
  margin-top: 25px;
}
.profileCard .cardBody span.btn:hover .bookNow {
  display: none;
}
.profileCard .cardBody span.btn:hover .selectBtn {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileCard .cardBody span.btn a {
  text-decoration: underline;
}
.profileCard .cardBody span.btn .bookNow {
  color: #df1f2d;
  display: block;
  font-family: "Poppins Black";
  font-size: 15px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  line-height: 24px;
  height: 36px;
  width: 140px;
}
.profileCard .cardBody .selectBtn {
  display: none;
  background-color: #131313;
  box-shadow: 0 5px 10px 0 rgba(82, 83, 85, 0.55);
  color: #fff;
  font-family: "Poppins Black";
  font-size: 15px;
  font-weight: 900;
  line-height: 24px;
  height: 36px;
  width: 140px;
  margin-top: -6.7px;
}

.selectbarberOuter a.goBackBtn {
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.selectbarberOuter a.goBackBtn img {
  height: 24.94px;
  width: 34px;
  /* transform: rotate(180deg); */
  object-fit: cover;
  object-position: center;
  margin-bottom: -8.94px;
}
.selectbarberOuter a.goBackBtn p.btn {
  color: #df1f2d;
  font-family: "Poppins Black";
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  text-decoration: underline;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.mobileBtn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .selectbarberOuter {
    padding: 24.95px 17.5px 89.05px 18.5px;
    margin-top: 411.05px;
    margin-bottom: 88.95px;
  }

  .selectLocationCard {
    padding: 22px 20.76px 50px 43px;
    box-shadow: none;
    position: absolute;
    top: -411.05px;
    left: 0px;
    height: 300px;
    max-width: 767px;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
  }
  .selectCatagory {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 160px;
    height: 44px;
    justify-content: space-between;
  }
  .selectCatagory .category3 a,
  .selectCatagory .category2 a,
  .selectCatagory .category1 a {
    text-decoration: none;
    color: #df1f2d;
    font-family: "Poppins Black";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
  .category3,
  .category2,
  .category1 {
    position: relative;
  }
  .category1:hover a,
  .category2:hover a,
  .category3:hover a {
    color: #131313;
  }
  .category1:hover::after,
  .category2:hover::after,
  .category3:hover::after {
    visibility: visible;
  }
  .category1:after,
  .category2:after,
  .category3:after {
    content: "";
    background-color: #df1f2d;
    height: 48px;
    width: 12px;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 4px;
  }
  .heading {
    text-align: center;
    height: 38px;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 58px;
    margin-bottom: 0px;
  }
  .selectLocationCard:after {
    display: none;
  }
  .location-Content {
    margin-top: 50px;
  }
  .location-Content h2 {
    font-size: 18px;
  }
  .location-Content span.price {
    font-size: 22px;
    text-decoration: underline;
  }
  .selectLocationCard .location-Image {
    position: absolute;
    right: 20.76px;
    top: 22px;
    height: 40px;
    width: 42.24px;
    margin-right: 0px;
  }
  .selectLocationCard .location-Image img.duster {
    display: none;
  }
  .selectLocationCard .location-Image img.seasor {
    display: block;
  }
  .selectLocationCard .feature {
    top: 28px;
    left: 43px;
    font-size: 26px;
    line-height: 30px;
  }
  .selectLocationCard .featureBtn {
    height: 50px;
    padding: 14px 29px 14px 29px;
    bottom: 0px;
    right: 0px;
  }
  .selectLocationCard .featureBtn img {
    margin-right: 8.75px;
  }
  .selectLocationCard .featureBtn span.text {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
  }
  .barberProfileCard {
    margin-top: 33px;
    margin-left: 0px;
    margin-bottom: 43px;
  }
  .profileCard {
    height: 120px;
    max-width: 100%;
    width: 100%;
    display: flex;
    margin-bottom: 6px;
  }
  .profileCard .cardHead {
    height: 120px;
    max-width: 103px;
    width: 100%;
  }
  .profileCard .cardBody {
    height: 120px;
    max-width: 100%;
    margin-top: 0px;
    padding: 42px 36px 19px 20px;
  }
  .profileCard .cardBody h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.86px;
    line-height: 16px;
    text-transform: uppercase;
  }
  .profileCard .cardBody p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.86px;
    line-height: 20px;
  }
  .profileCard .cardBody span.btn {
    display: none;
  }
  /* new add */
  /* .tab-packages .selectbarberOuter a.goBackBtn {
     background-color: #131313; 
  } */
  .selectbarberOuter a.goBackBtn {
    height: 56px;
    width: 260px;
    background-color: #df1f2d;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .selectbarberOuter a.goBackBtn img {
    display: none;
  }
  .selectbarberOuter a.goBackBtn p.btn {
    display: none;
  }
  .mobileBtn {
    display: none;
  }
  .selectbarberOuter a.goBackBtn span.mobileBtn {
    color: #fff;
    font-family: "Poppins Black";
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    display: block;
  }
}
