.Reveal-block-body{position:relative;overflow:hidden;max-height:350px;transition:max-height .5s ease-out}
.Reveal-block-body.open{max-height:2000px}
#read-more-btn{display:block;width:200px;margin:20px auto;border:1px solid #fff;padding:10px 20px;background-color:#5d3ebc;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:700;transition:background-color .3s}
#read-more-btn:hover{background-color:#fff;color:#5d3ebc;border:1px solid #5d3ebc}
.Reveal-block-body:not(.open)::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to top,#fff,rgba(255,255,255,0));pointer-events:none}
.read-more{padding:5px}
.search-header-banner {
  background: #5b3bbb1a;
    padding: 2rem 0 5rem 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #5d3ebc;
    border-top: 1px solid #5d3ebc7d

}
.full-search-2.Reveal-search-radius.box-style {
    background: #ffffff;
    padding: 7px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px rgb(93 62 188 / 36%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(93 62 188 / 36%);
    overflow: inherit;
    border: 2px solid #5d3ebc;
}
.red-skin .image-cover .hero-search h1{
color: #5d3ebc !important;
text-transform: uppercase;
}
a.dSBtn {
  width: 35px;
  height: 35px;
  display: none;
  border-radius: 2px;
  background: #ebeef3;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#breadcrumb{
display:none;
}
@media (max-width: 768px) {
.red-skin .image-cover .hero-search h1{
text-transform: none;
}
  .search-header-banner {
      //display: none;
   padding: 2rem 0 3rem 0;
  }
.red-skin .image-cover .hero-search h1{font-size:30px;}
  a.dSBtn {
      display: inline-flex;
  }
}

