@media (min-width: 1000px) {
    .box-layout-rework{
        flex-direction: row!important;
    }

}
.box-layout-rework{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.box-layout-rework-error{
    display:flex;
    justify-content: center;
    text-align: center;
}
@media (min-width: 1000px) {
    .box-unsubscribe-rework{
        flex-direction: row!important;
    }

}
.box-unsubscribe-rework{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-unsubscribe-rework-message{
    display:flex;
    justify-content: center;
    text-align: center;
}

.button-rework-leftBlock{
    justify-content: center;
    display: flex;
    background-color: black;
}

#get-sales{ background: #1f56a5; margin-top: 20px; width: 278px; height: 240px; padding: 20px; }

.btn-get-sales{ background-color: black; border-radius: 10px; padding: 5px 15px; font-family: Verdana, Geneva, sans-serif; }
.btn-get-sales:hover{ color: #E9C006;}
.btn-get-sales:focus{ color: #E9C006;}

.txt-sales{ padding: 0px 25px; line-height: 30px; }
.white{color: white;}
.fs20 { font-size: 20px; }
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.mt20{margin-top: 20px;}
.text-justify {
  text-align: justify;
}

.fs22 { font-size: 22px; } 
.fs33 { font-size: 33px; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.carousel {
  position: relative;
}

.div-adviser{ margin-top: 20px; width: 278px; }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 100px;
  left: 1%;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.fs24 { font-size: 24px; }
.padd0{ padding: 0 0;}