/*------ popup -------*/
#get-a-free-quote {
  display: none;
  width: 1100px;
  background-color: #eafbff !important;
  padding: 0 !important;
  border-radius: 10px;
}
.enquire-wrap {
  display: flex;
  flex-wrap: wrap;
  .heading-40 {
    margin-bottom: 40px;
  }
  .whychoose-list {
    .choose-block {
      width: 100%;
      margin: 0 0px 30px;
      display: flex;
      & .choose-icon {
        margin-bottom: 20px;
        width: 50px;
      }
      .choose-text {
        flex: 1;
        padding-left: 20px;
        & .heading-18 {
          padding-bottom: 0;
          margin-bottom: 10px;
          &::after {
            content: none;
          }
        }
      }
      &:not(:last-of-type) {
        border-bottom: 1px solid #efefef;
        padding-bottom: 30px;
      }
    }
  }
}
.enquire-left,
.enquire-right {
  width: 45%;
  padding: 50px;
}
.enquire-right {
  width: 55%;
  .heading-46 {
    margin-bottom: 10px;
  }
  p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  p.privacy_text {
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 0;
  }
}

.carousel {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}

.group {
  will-change: transform;
  animation: scrolling 30s linear infinite;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.carousel {
  &:hover .group {
    animation-play-state: paused;
  }
}

.group {
  display: flex;
}

.experties-box {
  position: relative;
  overflow: hidden;
}

.experties-list {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #d1e0e5;
  align-items: center;
  line-height: 0;
  width: max-content;
}

.experties-list p {
  display: inline-flex;
  gap: 6px;
  color: #000000;
  line-height: 1.2;
  align-items: center;
  font-size: 16px;
}

.experties-list p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 5px;
}

@media (max-width: 1199.98px) {
  .enquire-left,
  .enquire-right {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .enquire-left {
    display: none;
  }
  .enquire-right {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .enquire-right {
    padding: 30px;
  }
}
@media (max-width: 576.98px) {
  .enquire-right {
    padding: 20px;
  }
}
.fancybox-close-small:hover {
  background: var(--theme);
}
