.detail-banner {
  margin-top: 121px;
  height: 400px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9f9f9;
  position: relative;
  font-size: 36px;
  z-index: -1;
}
#dtr-header-global .logo-default {
  max-height: 50px;
}
#dtr-header-global .logo-default img {
  height: 100%;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.payment_radio {
  cursor: pointer;
  user-select: none;
}

.payment_radio input {
  width: auto;
  margin-right: 10px;
}
.dtr-hero-section-top-padding {
  padding-top: 150px;
}

.dtr-img-slider-1col .slick-next.slick-arrow {
  right: -90px;
}

.dtr-img-slider-1col .slick-prev.slick-arrow {
  left: -90px;
}

.toastify.on {
  z-index: 99999999;
}

.custom-scroll::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar-thumb {
  visibility: hidden;
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
  background-color: #e8e4f4;
}

.custom-scroll:hover::-webkit-scrollbar,
.custom-scroll:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.sendContact {
  display: inline-flex;
  align-items: center;
}

.sendContact:disabled {
  opacity: 0.6;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.sendContact:disabled .spinner-border {
  display: block;
  margin-right: 6px;
}

.one-line-text {
  z-index: 99;
  background: #e2d5ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 22px;
  margin-bottom: 10px;
}

.one-line-text:hover {
  width: auto;
  text-overflow: clip;
  overflow: auto;
  white-space: normal;
  border-radius: 6px;
}

.product-row {
  min-height: 640px;
  /* height: 640px; */
}

.product-row .dtr-pricing {
  height: 100%;
}
#home .slick-prev,
#home .slick-next {
  opacity: 1;
}

section {
  scroll-margin: 100px;
}

@media (max-width: 992px) {
  #home .slick-prev,
  #home .slick-next {
    display: none !important;
  }

  #about .dtr-pr-30 {
    padding-right: 0 !important;
  }
  .detail-banner {
    margin-top: 70px !important;
  }
}
