

.navbar-fixed-top23.scrolled {
    background-color: #fff !important ;
    transition: background-color 200ms linear;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    position: fixed;
    top:0;
    margin-top : 0;
    margin-bottom:0 ;
    padding-top: 0;
    padding-bottom: 0;
  }

.navbar-fixed-top23.scrolled .main_logo{
    width : 40%;
    margin-top : 0;
    margin-bottom:0 ;
    padding-top:0px ;
    padding-bottom:0 ;
}  

.navbar-fixed-top23.scrolled .dash3{
    color : black;
}

.navbar-fixed-top23.scrolled .navlink{
    color: black !important;
    font-size: 16px;
}  

.btn_contact_card{
    border-radius: 15px;
    background-color: white;
    border : #7cbd1e solid 0.5px;
}

.btn_final{
    width : 70px;
    height : 50px;
}

@media screen and (max-width: 773px){
    .table_price_list{
        font-size: 0.5rem !important;
    }
}

@media screen and (max-width: 380px){
    .table_price_list{
        font-size: 0.3rem !important;
    }
}
  