.lds-spinner,
.lds-spinner-overlay,
#response-msg-box {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

#response-msg-box {
  display: block;
  position: fixed;
  padding:1rem 1.5rem;
  color:#fff;
  /* border: 1px solid #2C2F34; */
  top: 50%;
  text-align: center;
  left: 50%;
	font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999;
}

.lds-spinner {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  z-index:999998;
}

.lds-spinner-overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999998;

  background-color: #61616154;
}

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #97c93b;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}




/* Form error msgs */
.error--msg{
	display: none;
	color:red;
	margin-top: 1rem;
    font-size: 80%;
}
.display-error-msg .error--msg{
	display: block;
}
.display-error-msg .g-recaptcha{
	border: 1px solid red;
}
.g-recaptcha{
  width: fit-content;
  margin-top: .5rem;
}
 .error-input--msg{
	display: none;
	color:red;
	margin-top: 1rem;
    font-size: 80%;

 }
 .form__item.display-error-msg .form-control{
	border-color: red!important;
 }
 .form__item.display-error-msg .error-input--msg{
display: block;
 }

 .terms-error-msg{
  margin-top:1rem;
  color:red;
  display: none;
  
}
.error--display.custom-checkbox__label::before{
  border-color:red;
}
.form__item.display-error-msg .form__input{
border-color: red;
}


@media screen and (max-width:600px){
  .footer__credit-link.footer__credit-link-legg img{
    width: 4rem!important;
  }
  .footer__credit-link img{
    width: 8rem!important;
  }
  .dots__title{
    padding-left:3rem!important;
    padding-right: 3rem!important;
  }

  .mob-mt-0{
    margin-top:0!important;
  }
  .mob-mb-0{
margin-bottom: 0!important;
  }
  .mob-pt-0{
    padding-top:0!important;
  }
}

@media screen and (max-width:1000px){
  .footer__credit.footer__credit-luxx{
    justify-content: space-around;
  }
  .header__logo-leftbar.header__transf{
    padding-right: 1rem!important;
      }
.mob-px-0{
  padding-left:0!important;
  padding-right:0!important;
}


.text-sm-center{
  text-align: center!important;
}
}

.luxx-logo-co-exclusive{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel__list img{
height: 280px;
object-fit: cover;
}
.luxx-logo-co-exclusive h6{
  text-align: center;
}


/* Arrows Black */


.carousel__arrow {
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  padding: 1.5rem 2rem;
  position: absolute;

  border-radius: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.5rem 2rem;
  height: 60px;
    line-height: 60px;
    width: 60px;
 
}
.carousel__arrow.-prev {
  left: 0!important;;
  background-image: url("../image/icon/arrow-left-light.svg");
}
.carousel__arrow.-next {
  right: 0!important;
  background-image: url("../image/icon/arrow-right-light.svg");
}




@media screen and (min-width:1100px) {
  .footer__credit.footer__credit-luxx a{
    padding-left:  16px;
    padding-right: 16px;
    }
    .footer__credit.footer__credit-luxx{
      justify-content:center;
    }
  .carousel__arrow.-next {
    right: -2rem!important;
  }
  .carousel__arrow.-prev {
    left: -2rem!important;
  }
  
.carousel__arrow {
  top: 140px;
}
}
@media screen and (max-width:1099px) {
  .carousel__arrow.-next {
    right: 10px!important;
  }
  .carousel__arrow.-prev {
    left: 10px!important;
  }
  .carousel__arrow {
    top: 130px;
  }
  .header__logo.header__logo-leftbar.header__transf.mob-px-0{
    padding: 0!important;
  }
}

@media screen and (max-width:500px) {
  .carousel__arrow {
   transform:translateY(-30%)  scale(0.75);
  }
}