@media only screen and (max-width: 767px) and (min-width: 320px) {
  .login::before {
    display: none;
  }
  .login-text {
    display: none;
  }
  .h-100 {
    height: auto !important;
  }
  .login-form {
    position: relative;
    width: 90%;
    right: 0;
  }
  .mh-100 {
    height: 100vh !important;
  }
  .login-form a {
    color: #000;
    font-size: 13px;
  }
  .login .form-check {
    font-size: 13px;
  }
  .login .custom-control-label {
    font-size: 13px;
    line-height: 24px;
  }
  .tab-pane li {
    width: 100%;
    margin-bottom: 30px;
  }
  .bacisinfo {
    text-align: center;
  }
  .bacisinfo li {
    width: 100%;
    text-align: center;
  }
  .bacisinforight {
    text-align: center !important;
  }
  .documentphoto {
    margin-bottom: 30px;
  }
  .bgpaymenthistory li {
    width: 100%;
  }
  .bgpaymenthistory {
    height: 250px;
  }
  .d-flex {
    display: block;
  }
  .dt-buttons.btn-group {
    left: 3% !important;
    width: 10%;
  }
  .add-profile-left {
    padding: 20px 0px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
 .container, .container-md, .container-sm {
    max-width: 900px;
  }
  .bgpaymenthistory li {
    width: 33.33%;
  }
  .login-form {
    position: absolute;
    width: 80%;
    right: auto;
  }
  .login-form a {
    color: #000;
    font-size: 14px;
  }
  .login .form-check {
    font-size: 14px;
  }
  .login .custom-control-label {
    font-size: 14px;
    line-height: 24px;
  }
  .tab-pane li {
    width: 33.33%;
    height: 191px;
  }
  .add-profile-left {
    padding: 20px 0px !important;
  }
}
@media only screen and (max-width: 500px) and (min-width: 320px) {
  .navbar form {
    width: 184px !important;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 320px) {
  .diver-profile-left {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) and (min-width: 320px) {
  .booking-history-right li p {
    font-size: 10px;
  }
}

  .add-profile-left {
    padding: 20px 0px !important;
  }

}