.rts-header-style-one {
  padding: 5px 80px;
}
.btn-hover-black:hover {
  background: #000000;
}
.btn-hover-success:hover {
  background: #4caf50;
}
.form-mobile {
  display: none;
  background: #222431;
  margin-bottom: 60px;
}
.form-mobile .title-style-left .title {
  color: #ffffff;
}
.form-mobile input {
  background: #ffffff;
  padding: 10px 15px !important;
  border-radius: 25px;
}
.form-mobile .easy-appoinment-area form button {
  margin-top: 0;
}
.cover-desk {
  display: block;
}
.cover-mob {
  display: none;
}
.rts-btn {
  right: -94px;
}
.freeze-footer {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rts-header-style-one {
    padding: 10px 15px;
  }
  .rts-banner-area-start-one {
    padding-bottom: 0 !important;
  }
  .popup {
    height: auto;
  }
  .form-mobile {
    display: block;
  }
  .cover-desk {
    display: none;
  }
  .cover-mob {
    display: block;
  }
  .rts-btn {
    right: -94px;
  }
  .freeze-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    /* background-color: #34355e; */
    height: 45px;
    font-size: 20px;
  }
  .freeze-footer a.btn1 {
    width: 50%;
    height: 45px;
    padding: 10px 0;
    float: left;
    text-align: center;
    color: #fff;
    background: #000000;
    font-size: 18px;
  }
  .freeze-footer a.btn2 {
    width: 50%;
    background-color: #b68c37;
    height: 45px;
    padding: 10px 0;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .floatwhatsapp {
    right: 0;
    left: auto;
    bottom: 116px;
  }
  .progress-wrap {
    bottom: 55px;
    right: 5px;
  }
  .copyright-style-one {
    margin: 0 0 45px 0;
  }
}
