@media screen and (max-width: 991px) and (min-width: 320px) {
.top-bar .logo h1{
    font-size: 20px;
}
 .section-header h2{
    font-size: 18px;
 }
.navbar-dark .navbar-nav .nav-link, 
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link.active{
    color: white;
}
.whatsapp_icon {
      /*position: absolute;*/
    left: 10px;
        bottom: 22px;
        animation: unset;
        width: 22%;
        height: 50px;
    border-radius: 0px;
    padding: 5px 0px;
    text-align: center;
    /*background: rgb(0 156 209);*/
    /*box-shadow: 0px 0px 5px 0px black inset;*/
  }
  .whatsapp_icon .laptop_view_section {
    /*display: none !important;*/
    width: 100%;
  }
    .phone_icon {
      /*position: absolute;*/
   left: 30px;
        bottom: 85px;
        animation: unset;
        width: 10%;
        height: 50px;
    border-radius: 0px;
    padding: 5px 0px;
    text-align: center;
    /*background: rgb(0 156 209);*/
    /*box-shadow: 0px 0px 5px 0px black inset;*/
  }
  .phone_icon .laptop_view_section {
    /*display: none !important;*/
    width: 100%;
  }
}