@media only screen and (max-width: 425px) {
  
  .title h1{
    letter-spacing: 0px;
    font-size: 32px;
    text-align: center;
  }
  .title h5{
    letter-spacing: 0px;
    font-size: 15px;
     text-align: center;
  }
  .title h6{
     letter-spacing: 0px;
    font-size: 15px;
  text-align: center;
  }
  .address li a{
    font-weight: 400;
  }
  .logoblock{
    text-align: center;
  }


}

@media only screen and (max-width: 425px) {

.one, .dropdown-menu{
  position: absolute !important;
  top: 73px ;
  left: 54%;
  right: auto;
}

}