@media screen and (max-width: 480px) {
  .mob_res {
    font-size: 20px !important;
  }

.farming_res{
font-size: 13px !important;
}
.farming_subtitle{
font-size: 10px !important;
}
.beecon-logo{
  max-height: 55px !important;
}
}

.beecon-logo{
max-height: 79px;
}
.Whatsapp_btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.Phone_btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.nav-item a:hover{
color:#1446A0 !important;
}