.news a{
    
    color: #000;
    font-size: 20px;
    
}
 .news{
    margin: 7rem 0rem;
 }
    
 .news {
    padding: 1rem;
    box-shadow: 0px 5px 7px 4px #c1c1c1;
    border-radius: 1rem;
    width:auto;
 }
  
  .top-news{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
 .news .dropdown select {
    width: 100%;
    margin:0;
    background:none;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-size:1.25em;
    color: #444;
    line-height:1.3;
    padding: 1px;

    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    padding: 12px 24px;
 

  }
  .news-drop{
      padding: 0% 1rem !important;
  }
  
  
 
  .news .dropdown::after {
    font: var(--fa-font-solid);
    content: "\f0d7";
     /* background: url(../images/arrow.png); */
    position: absolute;
    font-size: 30px;
    top: 38%;
    right: 0em;
    color: #f9d857;
    margin-top: -12px;
    
}

 


.pagination {
       margin: 3rem 0rem 0rem!important;
    justify-content: center !important;
    display: flex!important;
    padding-left: 0!important;
    list-style: none!important;
    border-radius: 0.25rem!important;
}


.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


 
.pagination>li {
    display: inline;
    box-shadow: 1px 2px 3px #c1c1c1;
}
.pagination>li>a {
    color: #000;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 2px 7px 2px #ddd;
}


.pagination>.active>a{
    background-color: #5DB1E9;
    border-color: #5DB1E9
}

.page-item.disabled .page-link{
    color: #5DB1E9;
    border-color: #ffffff;
}

.new-bt{
    background: #FAFBF9;
    color:#5DB1E9 ;
}
.btn-read a{
    text-decoration: none !important;
    color:#5DB1E9 ;
}
@media (max-width:700px) {
   .top-news{
        display:block;}

.news {
    margin: 0% !important;
    margin-top: 1rem !important;
}
.pagination {
    margin: 2rem 0rem!important;}
    .top-page{
        display: none;
    }
    .news a{
        font-size: 16px !important;
    }
    .top-news .col-md-3{
        padding-left: 15%;
        padding-right: 15%;
        margin-bottom: 1rem;
        margin-top: 2rem;

    }
    .news {
        padding: 0.7rem;
        text-align: center;
    }
    .btn-read{
        text-align: center;
    }
    .news .dropdown select {
   
        padding: 6px 17px;
    }
}
.book-select:after {
    font: var(--fa-font-solid);
    content: "\f0d7";
    font-size: 2rem;
    color: #FFD500;
    right: 25px;
    top: 0px;
    height: 34px;
    padding: 15px 0px 0px 8px;

    position: absolute;
    pointer-events: none;
} 
.book-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


    display: block;
    box-shadow: 0px 3px 4px 2px #c1c1c1;
    width: 240px;
    border-radius: 10px;
    font-size: 2.4rem;
    font-weight: 500;
    height: 43px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 18px;
    line-height: 1.75;
    color: #000;
    background-color: #ffffff;
    background-image: none;

    -ms-word-break: normal;
    word-break: normal;
}

.top-news a:hover{
    text-decoration: none !important;
}