.rs-breadcrumbs .breadcrumbs-text{
	top: 67% !important;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-title{
	font-size: 17px !important;
}
.footer_sticky_btn_group {
  display: none;
}

@media (max-width: 600px) {
  .float {
      display: none !important;
  }
  .footer_sticky_btn_group {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #25d366;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_sticky_btn_group a {
  width: 49.5%;
  background: #25d366;
  text-align: center;
  min-height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
  .footer_sticky_btn_group a:first-child{
    border-right: 2px solid #fff;
}
  .footer_sticky_btn_group a .fa-phone{
      margin-top: 6px;
      display: inline-block;
  }
  .footer_sticky_btn_group a:first-child i {
    transform: rotate(90deg);
    font-size: 15px !important;
}

  .footer_sticky_btn_group i {
    color: #fff;
    font-size: 18px !important;
}