.continents-wrap {
    float:left;
    width:20%;
    margin:0 5% 0 0;
    padding:0;
 }		
 .flowers-wrap {
 float:left;
 width:20%;
 margin:0 5% 0 0;
 padding:0;
 position:relative;
 }	
 .flowers {
 float:left;
 width:50%;
 }
 .flowers div {
 float:left;
 width:90%;
 height:68px;
 line-height:68px;
 padding:0 5%;
 background:#eee;
 margin:0 0 1px;
 position:relative;
 }	
    .card-title a:hover{
    color:#018997;
    }
    .card-title a{
    color:black;
    }
    .title{
    font-size: 46px;
    position: relative;
    margin: 0;
    font-weight: 800;
    line-height: 1.2;
    }
    a{
    color:black;
    }
    a:hover{
    color:#018997;
    }
    .long-text{
    /* width:70%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    }

    .hidden {
       display: none;
    }

    .header {
       display: flex;
    }

    .header p {
    flex: 1;
    font-weight: bold;
    }

    .results {
    display: flex;
    }

    .results p {
    flex: 1;
    }

    
   .readmore-sh0 {
   font-weight: 600;
   color: #1059a8;
   }
   .short .dynamic-content {
       max-height: 75px;
       overflow: hidden;
   }

   .img-div .rt-categories {
    bottom: 170px;
    left: 15px;
    z-index: 2;
    position: absolute;
 }

 .collapse.show {
    background: #f8f9fa!important;
    color:#000!important;
 }
 .mt-4{
    margin-top: 6rem!important;
 }

 .act-text{
    /* width:70%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
   }

   .list-wrapper {
          
    overflow: hidden;
}

.list-item {
    margin-bottom: 10px;
    padding: 10px;
}

.list-item h4 {
    color: #0ec7c7;
    font-size: 18px;
    margin: 0 0 5px;	
}

.list-item p {
    margin: 0;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #005292;
    border-color: #005292;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #005292;
}