.slider{
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.dots .dot:hover label{
    border-bottom: 1px solid #b26e30;
    cursor: pointer;
}
.dot.active label{
    border-bottom: 1px solid #b26e30;
}
.slides{
  position: relative;
  height: 750px;
  overflow: hidden;
}
 
.slide{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
 
.slide.active{
  opacity: 1;
}
 
/* dots */
.dots{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 3%;
  color: white;
}
 
.dot{
  height: 10px;
  width: 165px;
  margin: 0 6px;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
 
.dot.active{
  background: transparent;
}
.slider img {
  border-radius: 30px;
  height: 750px;
}
.slidertext {
  position: absolute;
  top: 18%;
  left: 5%;
  color: white;
  text-transform: uppercase;
  z-index: 999999;
}
.slidertext h2 {
  font-size: 62px !important;
  line-height: initial !important;
  font-weight: 500 !important;
  margin-bottom: 0;
}
.slidertext h3 {
  font-size: 44px;
  font-weight: 300;
  margin-top: 0px;
  line-height: normal;
}
.slidertext a {
  background: #b26e30;
  padding: 20px 30px;
  color: white;
  font-size: 21px;
}

.fade-slider {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.fade-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fade 9s infinite;
}

.fade-slider .slide:nth-child(1) { animation-delay: 0s; }
.fade-slider .slide:nth-child(2) { animation-delay: 3s; }
.fade-slider .slide:nth-child(3) { animation-delay: 6s; }

@keyframes fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

.homelan {
  margin-top: 8%;
}
.mobiletextload p {
  font-size: 21px !important;
  line-height: 29px !important;
}
.homeredmor a {
  border-bottom: 1px solid #b26e30;
  color: black;
  margin-top: 1%;
  display: inline-block;
  font-size: 16px;
}
h2 {
  font-size: 44px !important;
  line-height: normal !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.hometestright {
  margin-top: 17% !important;
}
.fadeinouttx h3 {
  font-size: 44px !important;
  line-height: normal !important;
  font-weight: 400 !important;
  color: white;
  text-shadow: 4px -1px 4px #000;
}
.fadeinouttx {
  position: absolute;
  z-index: 9999999999999999999;
  top: 109em;
  left: 8%;
}
.tsbts {
  text-align: center;
}
.tsbts p {
  font-size: 21px !important;
  line-height: 29px !important;
  margin-bottom: 3%;
}
#othersectioncon p {
  font-size: 21px;
  line-height: 29px;
}
.dimensional1 {
  position: absolute;
  right: 14%;
  top: 171.6em;
}
img.thumb12vi {
    width: 100%;
}
img.circlesc {
    width: 60% !important;
}
.wads {
  text-align: center;
  margin-bottom: 7%;
}
.wads1 {
  background: #eaeaea;
  width: 70%;
  margin: 0px auto;
  display: flex;
  padding: 35px;
  border-radius: 34px;
}
.wads1 .col-md-8 {
  width: 50%;
  float: left;
  max-width: 55%;
}
.wads1 p {
  padding-top: 60px;
  padding-left: 15px;
  padding-bottom: 35px;
}
.wads1 p strong {
  margin-top: 24px;
  display: block;
}
.wads1 .col-md-4 {
  width: 50%;
  float: left;
  max-width: 45%;
  flex: auto;
}
.wads1 video {
  width: 100%;
}
.videolast p {
  text-align: center;
  font-size: 28px !important;
}
.videolast video {
    width: 100%;
    border-radius: 30px;
}
#consulnumber05083 span {
  position: relative;
  top: -3px;
  margin-left: 11px;
}
#consulnumber05083 {
  font-size: 16px;
 margin-bottom: 12px;
}
.homelancall {
  width: 12% !important;
}
@media (min-width: 1530px) and (max-width: 1599px) {
.fadeinouttx {
    top: 103em;
}
.dimensional1 p {
    font-size: 15px !important;
    line-height: 22px !important;
}

.dimensional1 {
    position: absolute;
    right: 17%;
    top: 163.5em;
}
}
@media (min-width: 240px) and (max-width: 599px) {
    .slider {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.slides {
  position: relative;
  height: 385px;
  overflow: visible;
}
.slide {
  height: 400px;
}
.slidertext {
  position: relative;
  top: 0;
  left: 0;
  color: black;
}
.hometestright {
  margin-top: 10% !important;
}
.slidertext h2 {
  font-size: 22px !important;
  margin-bottom: 0;
}
.slidertext a {
  padding: 12px 30px;
  font-size: 15px;
}
.slidertext h3 {
  font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 8%;
}
.dots {
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 0;
  color: black;
  margin-top: -7%;
}
.slider img {
  height: auto;
  border-radius: 15px;
}
.slidertext br {
  display: none;
}
ul.alllogo li {
  display: inline-block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 26px;
  width: 100% !important;
}
.fadeinouttx h3 {
  font-size: 30px !important;
}
.alllogo li img {
  width: auto !important;
}
.fadeinouttx {
  top: 121em;
  left: 1%;
}
img.circlesc {
  width: 100% !important;
  margin-top: 8%;
}
.dimensional1 br {
  display: none;
}
.dimensional1 {
  position: relative;
  right: 0;
  top: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.dimensional img {
  width: 90% !important;
  margin: 0px auto;
}
.wads1 br {
  display: none;
}
.wads1 {
  width: 90%;
  margin: 0px auto;
  display: block;
  padding: 15px;
  border-radius: 34px;
}
.wads1 p {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 35px;
}
.wads1 .col-md-4 {
  width: 100%;
  float: none;
  max-width: 100%;
}
.wads1 .col-md-8 {
  width: 100%;
  float: none;
  max-width: 100%;
}
.dot.active {
  color: #b26e30;
}
h2 {
  font-size: 28px !important;
}
.mobiletextload p {
  font-size: 17px !important;
  line-height: 24px !important;
}
.originalproduct {
  width: 85% !important;
}
.tsbts p {
  font-size: 17px !important;
  line-height: 24px !important;
}
.dimensional p {
  font-size: 17px !important;
  line-height: 24px !important;
}
.wads p {
  font-size: 17px !important;
  line-height: 24px !important;
}
.wads1 p {
  font-size: 17px !important;
  line-height: 24px !important;
}
  img.circlesc {
    width: 45% !important;
    margin: 20px auto 10px;
    display: block;
  }
  .circlescmobile3 {
  width: 65% !important;
}
.ourdermob{
    text-align: center;
    background: #b26e30;
 padding: 12px 30px;
    font-size: 15px;
  color: white;
}
.videolast p {
  line-height: 38px !important;
}
.lunologhm {
  padding-top: 5px;
  padding-bottom: 30px !important;
}
}