.page-item.active .page-link{
    background-color:#1c2747;
    border-color:#1c2747;
}

.fa-chevron-up {
  font-size: 30px !important;
}

.scrollbutton :hover{
 
  background-color: #d8c16f;
 transition: ease 0.5s;
}

.bottom {
  width: 100%;
  float: left;
  min-height: 44px;
  background: #1c2747;
}

.copyright_text {
  color: white !important;
  font-size: 12px !important;
  text-align: center;
  margin-bottom: 0;
}

.bottomlinks {
  padding: 0px;
}
.bottomlinks li {
  float: left;
  margin-right: 10px;
  margin-top: 22px;
  text-transform: uppercase;
}

.bottomlinks a:link,
.bottomlinks a:visited {
  color: #fff;
  text-transform: none;
  font-size: 14px;
}

.copyrightwrapper {
  color: #fff;
  font-size: 12px;
}

.scrollbutton {
  text-align: center;
}

.scrollbutton a {
  padding-top: 8px;
  width: 50px;
  height: 50px;
  background: #fff;
  display: inline-block;
  margin-top: 22px;

  margin-bottom: 22px;
  transition: all 0.1s;
}

.scrollbutton {
    position: absolute;
    right: 20px; /* Adjusted to ensure it fits within the container */
    bottom: 70px; /* Adjusted to fit within footer */
    z-index: 1000;
}

.scrollbutton a {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    margin-top: 10px; /* Reduce margin */
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.scrollbutton a:hover {
    background-color: #d8c16f;
}


@media only screen and (min-width: 320px) and (max-width: 425px) {
    .float{
        bottom: 163px !important;
         right: 14px  !important;
    }
}



  @media only screen and (min-width: 320px) and (max-width: 419px) {
     .mp3_social_icons{
         justify-content:center !important;
     }
     
     /*#slideToggle{*/
     /*    margin-top:10px!important*/
     /*}*/
     
     
     #box {
    position: fixed !important;
   
    width: 100%!important;
  
   
    bottom: 77px !important;
    height: 282px !important;
    overflow-y: scroll;
}
  }
  
  
  @media only screen and (min-width: 420px) and (max-width: 768px) {
      
      
       .mp3_social_icons{
         justify-content:center !important;
       
     }
     
     /*#slideToggle{*/
     /*    margin-top:20px!important*/
     /*}*/
     
     
       #box {
    position: fixed !important;
   
    width: 100%!important;
  
   
    bottom: 50px !important;
    height: 282px !important;
    overflow-y: scroll;
}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1440px) {
      
       .mp3_social_icons{
         justify-content:center !important;
         flex-direction: row-reverse;
     }
  }