.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: #d2ac8b;
}

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

.aboutCircle {
  padding: 10px;
}

.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;
}
.accordion-content {
  margin-left: -20px;
}

.card {
  background-color: var(--white-color);
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 0 20px;
}
.feature-box.feature-box-style-02 .feature-img,
.feature-box.feature-box-style-02 .feature-img img {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.slide1 {
  background-image: url("../images/slider/slide1.webp");
  background-size: cover;
  max-height: 100vh;
  background-position-x: 50%;
}
.slide2 {
  background-image: url("../images/slider/slide2.webp");
  background-size: cover;
  max-height: 100vh;
  background-position-x: 50%;
}
.avneetAvtar {
  border-radius: 50%;
  border: 2px solid lightgray;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item:before{
  color: black;
}
.breadcrumb{
  font-family: sans-serif;
    font-size: 18px;
    background: #ffffff;
    padding: 8px 20px !important;
    border-radius: 8px;
}
.serviceBtn{
  background: #d2ac8b;
    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;
}
@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;
  }
}
/*********************  Whatsapp Floating Button ******************************/
.floating_btn {
  position: fixed;
  bottom: 110px;
  right: 17px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}