/* fixme: rename choose_slider_items to animated-slider or something */
.outer_pad{
  background-color: #fff;
    font-family: Poppins,sans-serif!important;
    margin: 0;
    margin: 30px 0px 30px;
}
.choose_slider_items li {
 	list-style: none;
	display: none;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  left:calc(50% - 250px);
  box-shadow: 0 0 10px 1px #000;
  width: 500px;
  height: 285px;
  background-color: #ffffff;
}
.choose_slider_items .previous_hidden {
	transform: scale(0.6);
	opacity: 0.0;
	position: absolute;
	z-index: 0;
}

.choose_slider_items .next_hidden {
	transform: scale(0.6);
	opacity: 0.0;
	z-index: 0;
}
.choose_slider_items .previous_item {
/*   left:17%; */
	display: block;
	transform: translateX(-250px) scale(0.6);
	opacity: 1;
	position: absolute;
	z-index: 2;
}
.choose_slider_items .next_item {
/*   left:47%; */
	display: block;
	transform: translateX(250px) scale(0.6);
	opacity: 1;
	position: absolute;
	z-index: 2;
}
.choose_slider_items .previous_item_2 {
/*   left:7%; */
	display: block;
	transform:translateX(-400px) scale(0.5);
	opacity: 1;
	position: absolute;
	z-index: 1;
}
.choose_slider_items .next_item_2 {
/*   left: 59%; */
	display: block;
	transform:translateX(400px) scale(0.5);
	opacity: 1;
	position: absolute;
	z-index: 1;
}
.choose_slider_items .current_item {
	display: block;
	position: absolute;
	transform: scale(.8);
	z-index: 100;
  
  box-shadow: 0 0 10px 1px #000;
}
.prev, .next{
    background: none;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    color: #e0af06;
    font-size: 20px;
    font-weight: 400;
    padding: 2px 9px;
  position: absolute;
    top: 44%;
}
.prev{
  left: 7%;
}
.next{
  right: 7%;
}
.prev:hover, .prev:active , .prev:focus , .next:active , .next:focus , .next:hover{
    opacity: 1;
  font-size: 20px;
    font-weight: 400;
  text-decoration: none;
  color: #e0af06;
}
.choose_slider {
        min-height: 300px;
        position: relative;
/*     padding-top: 20px; */
    }
.brand-anchor{
/*   left:calc(49% - 235px); */
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    display: inline-block;
}
.brand-image{
   width: 100%;
  max-width: 200px;
  height: auto;
}
.knowmore-button-new{
width: 100%;
  text-align: center;
}
.know-more-new{
  background-color: #e0af06;
    border: 1px solid #9E9269;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 30px;
    text-decoration: none; 
    text-transform: uppercase;
  letter-spacing: normal;
  display: block;
}
.know-more-new:active , .know-more-new:hover , .know-more-new:focus{
    background-color: #e0af06;
    border: 1px solid #9e9269;
    color: #fff;
    font-size: 12px;
  font-weight: 400;
}
}
.choose_slider_items-2{
  text-align: center;
}
.knowmore-button-new , .ourbrands , .brandname , .brand-description{
  display:none;
}
.choose_slider_items-2 .current_item .ourbrands , .choose_slider_items-2 .current_item .brandname , .choose_slider_items-2 .current_item .brand-description , .choose_slider_items-2 .current_item .knowmore-button-new{
  display:block;
  margin: auto;
    width: 100%;
  position: unset;
}
.content{
text-align: center;
    width: 100%;
  align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*     margin-top: 15px; */
}
.content h1{
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.content .brand-name-form{
  background: #fff!important;
    border: none!important;
    display: block;
    padding-top: 5px;
}
.content h2{
  text-transform: uppercase;
  margin: 0px;
  padding-top: 15px;
}
.content p{
  margin-top:0px;
}
#mySlider2{
  margin:0px;
}
#mySlider2_content{
  display: none;
}
@media (max-width: 1400px){
  .prev{
    left: 4.5%;
  }
  .next{
    right: 4.5%;
  }
}
@media (max-width:1300px){
  .prev{
    left: 6%;
  }
  .next{
    right: 6%;
  }
  .choose_slider {
    min-height: 285px;
  }
  .choose_slider_items .previous_item_2 {
/*     left: 2%; */
    transform: translateX(-320px) scale(0.5);
  }
  .choose_slider_items .next_item_2 {
/*     left: 50%; */
    transform: translateX(320px) scale(0.5);
  }
  .choose_slider_items .next_item {
/*     left: 41%; */
    transform: translateX(200px) scale(0.6);
  }

  .choose_slider_items .previous_item {
/*     left: 11%; */
    transform: translateX(-200px) scale(0.6);
  }
  .content h1{
    font-size: 46px !important;
  }
  .content h2{
    font-size: 24px !important;
  }
  .content p{
    font-size: 15px !important;
  }
}
@media (max-width:1200px){
  .prev {
      left: 3%;
  }
  .next {
    right: 3%;
  }
/*   .content h1{
    font-size: 49px !important;
  } */
}
@media (max-width:1100px){
  .know-more-new:active , .know-more-new:hover , .know-more-new:focus , .know-more-new{
    padding: 8px 25px;
  }
  .prev,.next{
    top: 45%; 
  }
  .prev{
    left: 5%;
  }
  .next{
    right: 5%;
  }
  .choose_slider_items .previous_item_2 {
/*     left: 2%; */
    transform: translateX(-270px) scale(0.5);
  }
  .choose_slider_items .next_item_2 {
/*     left: 50%; */
    transform: translateX(270px) scale(0.5);
  }
  .choose_slider_items .next_item {
/*     left: 41%; */
    transform: translateX(160px) scale(0.6);
  }
  .current_item {
/*     left: calc(49% - 235px); */
  } 
  .choose_slider_items .previous_item {
/*     left: 11%; */
    transform: translateX(-160px) scale(0.6);
  }
}
@media (max-width:991px){
  .outer_pad{
    margin:0px 0px 30px;
  }
  .choose_slider {
    min-height: 230px;
    top: -23px;
  }
  .previous_item_2 , .next_item_2{
    display:none !important;
  }
  .choose_slider_items .previous_item {
/*     left: 5%; */
    transform:translateX(-150px) scale(0.5);
  }
  .choose_slider_items .current_item {
    transform: scale(0.6);
  }
  .choose_slider_items .next_item {
/*     left: 33%; */
    transform:translateX(150px) scale(0.5);
  }
  .content {
    margin-top: 0px;
  }
  .content h1{
    font-size: 44px !important;
  }
  
  .prev{
    left: 12%;
  }
  .next{
    right: 12%;
  }
  .prev,.next{
    top: 56%; 
/*     font-size: 22px;
    padding: 0px 8px; */
  }
}
@media (max-width: 850px){
  .prev{
    left: 7%;
  }
  .next{
    right: 7%;
  }
}
@media (max-width:767px){
  .content h2{
    padding-top:10px;
  }
  .prev{
    left: 7%;
  }
  .next{
    right: 7%;
  }
  .choose_slider_items .next_item {
    /* left: 33%; */
    transform: translateX(120px) scale(0.4);
  }
  .choose_slider_items .previous_item {
    /* left: 33%; */
    transform: translateX(-120px) scale(0.4);
  }
  .choose_slider_items .current_item {
    transform: scale(0.55);
  }
  .content h1{
    font-size: 43px !important;
  }
  .content h2{
    font-size: 22px !important;
    margin: 0px;
  }
  .content p{
    font-size: 14px !important;
  }
  .choose_slider_items li {
    top: 0;
  }
  .choose_slider {
    min-height: 215px;
    top: -30px;
  }
  .prev, .next {
    top: 60%;
  }
}
@media (max-width:600px){
  .prev{
    left: 12%;
  }
  .next{
    right: 12%;
  }
  .choose_slider_items .previous_item , .choose_slider_items .next_item {
      transform: translateX(0px) scale(0.55);
  }
  .choose_slider_items li {
    transition: all 0.001s ease-in-out;
  }    
  .content{
    margin-top: 0px;
  }
  .content h1{
    font-size:40px !important;
  }
  .content h2{
    font-size: 19px !important;
    padding-top: 12px;
  }
  .content p{
    font-size: 12px !important;
    max-width:360px;
  }
}
@media (max-width:550px){
  .content p{
    max-width:320px
  }
  .prev{
    left: 8%;
  }
  .next{
    right: 8%;
  }
}
@media (max-width:450px){
  .outer_pad {
    padding: 0px 0px 30px 0px;
  }
  .choose_slider_items li{
    top:0;
    bottom:0;
  }
  .prev{
    left: 4%;
  }
  .next{
    right: 4%;
  }
.choose_slider_items .previous_item , .choose_slider_items .next_item , .choose_slider_items .current_item{
    transform: translateY(25%) scale(0.4);
  }
  .choose_slider {
    min-height: 170px;
    top: -15px;
  }
  .content{
    margin-top:0px;
  }
  .content p {
    max-width: 290px;
  }
  .content h2 {
    font-size: 18px !important;
  }
  .content h1 {
    font-size: 31px !important;
  }
  .prev, .next {
    top: 55%;
  }
}