/* Amir css */

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

a {
  text-decoration: none;
}

/* 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;
}

.bg-lightblue {
  background-color: #1674b21f !important;
  border-radius: 10px;
}

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

/* .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: 24%;
  height: 1px;
  background: #ababab;
}

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

#bradecrum {
  background-color: #1673b2;
  padding: 40px;
  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;
}

.doc_decp {
  background: #1673b2;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-top: 10px;
  border-radius: 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 {
  color: #53565a !important;
  font-weight: 400;
  padding: 0.3rem 0rem;
  margin-bottom: 0;
}

/*------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/

.blog-details .headingbx {
  padding: 30px 0px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
  padding: 10px 0px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 5px;
}

.post-item a {
  color: #1673b2;
}

.blog .sidebar .recent-posts time {
  display: block;
  font-size: 16px;
}

.btnbx a,
.btnbx a:hover {
  color: #83b831;
}

.sidebar-item.recent-posts {
  padding: 20px 0px;
  border-radius: 10px;
}

/*--------------------------------------------------------------
  # Recent Blog Posts Section
  --------------------------------------------------------------*/

.categoribx {
  border-radius: 0.625rem;
  background: rgba(131, 184, 49, 0.1);
  padding: 1.25rem;
  margin-top: 1.5rem;
}

.cat_txt ul {
  padding: 0px 5px !important;
  line-height: 30px;
}

.cat_txt ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.cat_txt ul li::before {
  position: absolute;
  content: "\221F";
  left: -8px;
  top: 7px;
  transform: rotate(230deg);
  font-size: 12px;
}

.cat_txt ul li a {
  color: #000;
}

.cat_txt ul li a:hover {
  color: #83b831;
}

.cat_txt ul li:hover {
  color: #83b831;
}

/*--------------------------------------------------------------
  # Recent Blog Posts Section
  --------------------------------------------------------------*/
.categoribx {
  border-radius: 0.625rem;
  background: rgba(131, 184, 49, 0.1);
  padding: 1.25rem;
  margin-top: 1.5rem;
}

.categoribx h6 {
  padding-bottom: 1rem;
  color: #83b831;
}

.imagebx img {
  border-radius: 0.625rem;
}

#resources .categoribx {
  min-height: 200px;
}

#resources .categoribx h6 {
  padding-top: 1rem;
  color: #000000;
}

#may_like .categoribx h6 {
  padding-top: 1rem;
  color: #1673b2;
  padding-bottom: 0;
}

#may_like .categoribx p {
  padding: 10px 0px;
}

.categories_list li {
  list-style: none;
  line-height: 50px;
  position: relative;
}

.categories_list li::before {
  position: absolute;
  content: "\221F";
  top: 0;
  left: -35px;
  transform: rotate(230deg);
  font-size: 12px;
  transition: 1ms;
}

.categories_list li a {
  color: #000;
}

.categoribx h6 a {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #83b831;
}

time {
  font-size: 12px;
}

.imagebx img {
  border-radius: 0.625rem;
}

#resources .categoribx {
  min-height: 200px;
}

#resources .categoribx h6 {
  padding-top: 1rem;
  padding-top: 1rem;
  color: #000000;
}

.categoribx h6 {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #83b831;
}

.imagebx img {
  border-radius: 0.625rem;
}

#resources .categoribx {
  min-height: 200px;
}

#resources .categoribx h6 {
  padding-top: 1rem;
  color: #000000;
}

#may_like .categoribx h6 {
  padding-top: 1rem;
  color: #1673b2;
  padding-bottom: 0;
}

#may_like .categoribx p {
  padding: 10px 0px;
}

.categories_list li {
  list-style: none;
  line-height: 50px;
  position: relative;
}

.categories_list li::before {
  position: absolute;
  content: "\221F";
  top: 0;
  left: -35px;
  transform: rotate(230deg);
  font-size: 12px;
  transition: 1ms;
}

.categories_list li a {
  color: #000;
}

/* Assessment Summary */
#summary {
  padding: 0px 20px;
  max-height: 80vh;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
}

.selected_data {
  padding: 10px 0px;
}

.selected_data h6 {
  padding-bottom: 5px;
}

.txt-howtowork.summary .summary div h6::before {
  content: "Question:";
  padding-right: 10px;
}

.txt-howtowork.summary .summary div p::before {
  content: "Answer:";
  padding-right: 10px;
}
.radio_btn label {
  padding-left: 15px;
}

.radio_btn input[type="radio"] {
  width: 1rem;
  height: 1rem;
}

.radio_btn label {
  font-size: 13px;
  color: #696969;
}

.radio_btn input[type="radio"]:checked + label {
  cursor: pointer;
  color: #83b831;
}

.radio_btn {
  margin-bottom: 15px;
}

.radio_btn input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
}

.radio_btn label {
  position: relative;
  cursor: pointer;
}

.radio_btn input[type="radio"]:checked + label {
  cursor: pointer;
  color: #83b831;
}

.radio_btn {
  display: flex;
  align-items: center;
}

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

input[type="radio"]:checked::after {
  background-color: #83b831;
  border-color: #83b831;
}

/*--------------------------------------------------------------
  # Media Query
  --------------------------------------------------------------*/

@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: 30px 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;
  }

  .leftsection img {
    padding-top: 50px;
  }

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

  .reverse {
    flex-direction: column-reverse !important;
  }

  .select_opt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .form-group {
    margin-bottom: 0.5rem !important;
  }
}

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

  .section_padding {
    padding: 20px 0px;
  }

  .mh-conditionbx,
  .prakartik_natural {
    display: block !important;
    text-align: center;
    padding: 20px 0px;
  }

  .prakartik_natural .headingbox {
    padding-right: 0;
  }

  img.natural_tool_img1,
  img.natural_tool_img2 {
    display: none;
  }

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

  .faq_section .card {
    width: 100%;
  }

  .select_opt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 15px;
  }
}

/* 1024 media */
@media (max-width: 1025px) {
  .select_opt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

a {
  text-decoration: none;
}

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

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

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

/* 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%;}} */
@media (max-width: 1024px) {
  /*bof: header Global responsive style*/
  .form_area {
    width: 100%;
  }

  .logo {
    display: none;
  }

  .m-logo {
    display: flex;
  }

  .navbar-collapse .btnbx {
    padding: 1.5rem 0;
    text-align: center;
  }

  /*eof: header Global responsive style*/
}

/* .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;
}

.bar {
  width: 24%;
  height: 1px;
  background: #ababab;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (min-width: 600px) {

  .post-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
  }

  .imagebx img {
    width: 260px;
    height: 140px;
    object-fit: cover;
  }

}

/* 14-02-2024 */

.owl-theme .owl-nav {
  margin-top: 10px;
  z-index: -1 !important;
}

.categoribx .imagebx img {
  border-radius: 0.625rem;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .psycho_box {
    margin-top: 20px !important;
  }
}

@media (max-width: 600px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
.categoribx a h6:hover {
  color: #83b831 !important;
}

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

.btn-bg {
  background: #1e78b5;
  color: #fff;
}