/* Amir css */

/* *{overflow-x: hidden;} */
.img-responsive {
  width: 100% !important;
}

a {
  text-decoration: none;
}

.body-height {
  width: 100%;
  height: 100vh;
}

.left_side {
  background-color: #1673b2;
  margin: auto;
  position: sticky;
  padding: inherit;
  height: 100vh;
  top: 0px;
}

/* Colors */
.txt-white {
  color: #fff !important;
}

.txt-blue1 {
  color: #1673b2 !important;
}

.txt-green {
  color: #83b831 !important;
}

/* background */
.bg-white {
  background-color: #fff !important;
}

.bg-blue1 {
  background-color: #1673b2 !important;
  color: #fff !important;
}

.bg-green {
  background-color: #83b831 !important;
  color: #fff !important;
}

.form_area {
  position: relative;
  width: 50%;
  margin: auto;
}

@media (max-width: 769px) {
  .form_area {
    width: 100%;
  }
}

.form_area .inputbx {
  padding: 5px 0px;
}

.form_area h2 {
  font-size: 2rem;
}

.form-control:hover,
.form-control:focus,
.form-control:visited {
  outline: none;
  box-shadow: none;
}

.forgot {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.google_login {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.g_login.mt-3 {
  display: flex;
  align-items: center;
}

.g_login a {
  padding: 0px 10px;
}

.bar {
  width: 20%;
  height: 1px;
  background: #000;
}

/* About us page */
.section_padding {
  padding: 50px 0px;
}

#bradecrum {
  background-color: #1673b2;
  padding: 40px;
  color: #fff;
}

.bradecrum a {
  color: #fff;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.about_sec {
  background: #f4f4f4;
  padding: 40px;
  border-radius: 20px;
}

.find_treatment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 15px;
  padding: 2rem 0.5rem;
}

.prakartik_natural {
  position: relative;
}

.prakartik_natural {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.natural_tool_img2 {
  transform: scaleX(-1);
}

.prakartik_natural .natu_txt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prakartik_natural .headingbox {
  padding-right: 50px;
}

.psycho_box {
  text-align: center;
  display: block;
  width: 80%;
  margin: auto;
}

.psycho_box img {
  display: inline;
  width: 140px;
  height: 140px;
  margin: auto;
  object-fit: cover;
}

.doc_decp {
  background: #1673b2;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-top: 10px;
  border-radius: 0px 0px 10px 10px;
}

/* Contact us page */
.social ul {
  display: flex;
  align-items: center;
  padding: 0px;
}

.solical_icon {
  width: 40px;
  height: 40px;
  border: 1px solid #696969;
  text-align: center;
  border-radius: 50%;
  margin: 0px 10px;
  padding: 8px;
}

.social li {
  list-style: none;
}

.social li a i {
  font-size: 20px;
  color: #696969;
}

.inputbx {
  padding: 0.5rem 0rem;
}

#catogery {
  font-size: 0.8rem;
  color: #595959;
}

.inputbx label {
  <<<<<<< HEAD color: #53565a !important;
  font-weight: 400;
  padding: 0.3rem 0rem;
  =======color: #53565a !important;
  font-weight: 400;
  padding: 0.3rem 0rem;
  text-align: left;
  >>>>>>>77c012114bae7705bca97f1b1735a66704da6feb
}

.inputbx_fullgrid {
  text-align: left;
}

@media (max-width: 600px) {
  .mh-condition-item {
    display: block !important;
    padding: 2rem 0.5rem !important;
  }

  .headingbx h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section_padding {
    padding: 20px 0px;
  }

  .row.align-items-center.pt-50.reverse {
    flex-direction: column-reverse;
  }

  #bradecrum {
    background-color: #1673b2;
    padding: 20px;
    color: #fff;
  }

  .pt-50 {
    padding-top: 20px;
  }
}

.btnbx {
  z-index: 99;
}

@media (max-width: 600px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }
}


