.location-right {
    float: left;
    width: 100%;
    text-align: center;
  }
  .location-right .rat-fb{
      float: right;
  }
  .location-right p {
    float: left;
    width: 100%;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .fb-rat-star{
      font-size: 17px;
      float: right;
  }
  textarea {
    resize: none;
  }
  .location-right input{
      margin-bottom: 10px;
  }
  .location-right textarea{
      margin-bottom: 10px;
  }
  .location-detail {
    padding: 50px 0 30px 0;
  }
  .font-feed{
      font-size: 16px;
      margin-bottom: 30px;
  }
  .side-img img{
      border-radius: 12px;
      width: 100%;
      height: 442px;
  }
  .alert {
    text-align: left;
    margin-bottom: 0 !important;
  }
  
  .alert {
    border: 1px solid transparent;
    border-radius: 4px;
  }
  @media screen and (max-width: 400px){
  .breadcrumbs {
      padding: 158px 8px 17px 12px;
  }
  }
  @media screen and (min-width: 401px) and (max-width: 767px){
  .breadcrumbs {
      padding: 106px 8px 17px 12px;
  }
  }
  @media screen and (min-width: 768px) and (max-width: 992px){}
  @media screen and (min-width: 1920px) and (max-width: 2500px){
      .side-img img {
        border-radius: 12px;
        width: 100%;
        height: 403px;
      }
  }