.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal.fade {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 999999;
}

.modal-dialog {
  position: relative;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  /* background: linear-gradient(180deg, #474747 -30.98%, #e2bb87 217.43%, #424345 218.85%); */
  background-color: white;
  color: black;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  text-align: center;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.modal-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.modal-body h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.modal-body p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.p_modal_button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.text-center {
  text-align: center !important;
}

.p_modal h2 {
  font-size: min(max(21px + 4 * (100vw - 768px) / 672, 21px), 25px);
  font-weight: 700;
  text-align: center;
  text-transform: none;
  position: relative;
  margin: 25px 0 10px;
  padding: 0;
  display: block;
  color: #000000;
}

.p_modal p {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #000000;
}

.p_modal img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 20vh;
}

.btn-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0.527px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  color: #000;
  padding: min(max(8px + 1 * (100vw - 768px) / 672, 8px), 9px)
    min(max(23px + 2 * (100vw - 768px) / 672, 23px), 25px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 5px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid black;
}

.btn-modal:hover {
  font-weight: bold;
}

.stars {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  display: flex;
  gap: 10px;
}

.comments {
  background-color: #ffffff;
  padding: 50px 0;
}

.footerCont p {
  color: #000000;
  margin-bottom: 15px;
}

.footerCont {
  padding-top: 50px;
}

.footerCont img {
  width: 200px;
  height: auto;
  padding: 10px 0;
}

.title {
  padding-top: 25px;
}

.stars .revSize {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

   .header__login{
  width: 150px;
}
}

@media screen and (min-width: 1550px) {
  .p_modal h2 {
    font-size: 30px;
  }
  .p_modal p {
    font-size: 1.2rem;
  }
}

.advan__inner {
  padding-bottom: 0 !important;
}

@media (max-width: 576px) {
  .advan__inner {
    justify-content: space-between;
  }

 
}

@media (max-width: 415px) {
  .advan__inner {
    justify-content: center;
  }

   
}
