.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: -0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }


 .w_menu{
    color: gray !important;
    font-size: 14px !important;
    padding: 0.5em 1em  !important;
 }


 /* .w_menu:hover{
  background-color: #f1f1f1 !important;

 } */

 .w_hover:hover{
  background-color: #f1f1f1 !important;
 }

 .specific_btn{
    background-color: linear-gradient(90deg, #3066df, #4487a6) !important;
 }


 .lenght_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .centred{
    text-align: center;
  }


@media(max-width : '1500px'){
*{
zoom : 0.9;
}