html {
 
  font-family: sans-serif;
}
/*html h1 {
  text-align: center;
}
html h2 {
  text-align: center;
  color: grey;
}*/
#exampleSlider {
  position: relative;
  /*border: 1px solid black;*/
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  /*margin: 15px 5%;*/
  overflow: hidden;
  white-space: nowrap;
  /*border: 1px solid red;*/
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 300px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  /*border: 1px solid green;*/
  border-right: none;
  width: 45%;
  margin-right:10px;
  border-radius: 0;
}
.slider-hea{
        font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 0px 15px;
    background: #fff;
    color: #0f6b21;
    font-family: sans-serif;
        text-align: left !important;
}
#exampleSlider .MS-content .item p {
 font-size: 15px;
 font-weight:500;
    text-align: left;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
    color: #000;
    background: #ffffff;
    padding: 8px 15px;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 99px;
  color:#000;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 99px;
  color:#000;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
