.main-header .logo.logo_align_wrapper img {
    max-width: 100%;
    height: 90px !important;
}

.main-header  .logo.inner_page_logo img {
    max-width: 100%;
    height: 75px !important;
}
.pt-60{
  padding-top: 60px;
}
.pb-60{
  padding-top: 60px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.whatsaapp_messaage   .btn-style-one{
      font-size: 23px;
}


@media (max-width: 520px){
  .main-header .logo.logo_align_wrapper img {
    max-width: 100%;
    height: 75px !important;
    padding: 2px 17px;
  }
  .main-header .header-lower .logo-box {
    position: relative;
    padding: 3px 0 !important;
  }
  .main-header .logo.inner_page_logo img {
    max-width: 100%;
    height: 75px !important;
    padding: 2px 17px;
   }
}