.img-comp-container {
  position: relative;
  min-height: 400px;
  height: 100%; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  width: 500px;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  top: 50% !important;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #ef9679;
  opacity: 0.9;
  border-radius: 50%;
}

h1 span,
h2 span,
h3 span,
h4 span {
  color: #956933;
}

.avatar img {
  border-radius: 50%;
}
.aboutCircle,
.aboutCircleMini {
  border-radius: 50%;
  background-color: white;
  border: 1px solid #956933;
}

.aboutCircle {
  padding: 10px;
}
.about-videosList{
  flex: 0 0 calc(100% / 3 - 10px);
  width: 100%;
}
.timer2 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #ffffff;
}
.contact-us-form {
  background-color: var(--white-color);
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 60px !important;
}

.card {
  background-color: var(--white-color);
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 0 20px;
}
.customCard {
  padding: 20px;
  border: 1px solid rgb(149 105 51 / 25%);
  box-shadow: -10px 15px 30px rgb(149 105 51 / 10%);
}
.customCard2 {
  padding: 0px;
  border: 1px solid rgb(149 105 51 / 25%);
  box-shadow: none;
}
.feature-box.feature-box-style-02 .feature-img,
.feature-box.feature-box-style-02 .feature-img img {
  width: 100%;
  height: 330px;
}

.accordion-title {
  background-color: rgb(149 105 51 / 20%);
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgb(149 105 51 / 40%);
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.slide1 {
  background-image: url("../images/slider/nails_banner5.png");
  background-size: cover;
  max-height: 100vh;
  background-position: center;
  background-position-x: 50%;
}
.slide2 {
  background-image: url("../images/slider/nails_banner6.png");
  background-size: cover;
  max-height: 100vh;
  background-position: center;
  background-position-x: 50%;
}
.avneetAvtar {
  border-radius: 50%;
  border: 2px solid lightgray;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item:before {
  color: white;
}
.breadcrumb .breadcrumb-item.active span{
  background: white;
    padding: 4px 18px;
    border-radius: 25px;
}
.breadcrumbTitle{
  color: white;
}
.breadcrumb {
  font-family: sans-serif;
  font-size: 18px;
  padding: 8px 20px !important;
  border-radius: 8px;
}
.serviceBtn {
  background: #956933;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
}
.serviceBtn:hover {
  background-color: black;
  color: white !important;
  transition: 0.4s ease;
}
.lightbox .lb-image {
  border: none;
}
.testimonialContainer{
  background-image: url(../images/bg3.png);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
}
@media (min-width: 1444px) {
  .slide1,
  .slide2 {
    height: 100%;
  }
}
.new-s {
  /* border-radius: 20px;
    box-shadow: 3px 4px 18px gray; */
  border-radius: 20px;
  box-shadow: 10px 15px 30px #c0bdbd;
  border: 1px solid white;
}
.new-s.left {
  box-shadow: -10px 15px 30px #c0bdbd;
}

.bg-darkCard {
  background-image: url(../images/bg/dark-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 60px;
  padding: 20px;
}

@media (max-width: 767px) {
  .bg-darkCard {
    border-radius: 0;
    margin-bottom: 20px;
  }
}
