
#exampleSlider, #exampleSlider-second {
  position: relative;
}
@media (max-width: 767px) {
  #exampleSlider, #exampleSlider-second {
    border-color: transparent;
  }
}
#exampleSlider .MS-content, #exampleSlider-second .MS-content {
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content, #exampleSlider-second .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item, #exampleSlider-second .MS-content .item {
  display: inline-block;
  height: auto;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 20%;
}
@media (max-width: 1200px) {
  .MS-content .item, #exampleSlider-second .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
 .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
 .MS-content .item {
    width: 50%;
  }
}
.MS-content .item p {
  text-align: center;
  line-height: 20px;
  white-space:pre-wrap;
  vertical-align: middle;
      margin-bottom: 5px;
    margin-top: 15px;
    min-height: 83px;
}
 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 0; bottom: 0; width: 50px;
}
@media (max-width: 767px) {
   
}
 .MS-controls button:hover {
  cursor: pointer;
}
 .MS-controls .MS-left {
  left: -50px;
}
@media (max-width: 992px) {
   .MS-controls .MS-left {
    left: -2px;
  }
}
 .MS-controls .MS-right {
  right: -50px;
}
@media (max-width: 992px) {
   .MS-controls .MS-right {
    right: -2px;
  }
}

.login_pop_style.show{
    z-index:9999;
}

.well {
    width:100%;
}
