.terms_condition_container {
  margin: 180px 0 40px;
  font-family: var(--font-Nunito);
}
.termsHeading {
  color: var(--color-primary-black);
  text-align: center;
  font-family: var(--font-Plus-Jakarta);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
.termsHeading_sub {
  max-width: 1110px;
  width: 90%;
  margin: 16px auto 0;
  color: #6d6d6d;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.contents_sec {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 80px auto 50px;
}
.listOfContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
.content_left h3 {
  color: var(--color-primary-black);
  font-family: var(--font-Plus-Jakarta);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
.listOfContent li {
  list-style: none;
}
.listOfContent li .conditionTabs {
  text-decoration: none;
  color: var(--color-primary-black);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.conditionTabs_act {
  text-decoration: underline !important;
  color: #ef2929 !important;
}
.content_right {
  width: 66%;
  padding: 24px 40px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 8px 4px 24px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  height: min-content;
}
.cont {
  display: none;
}
.cont_act {
  display: block;
}
.cont h2 {
  color: var(--color-primary-black);
  font-family: var(--font-Plus-Jakarta);
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
.cont p {
  color: #6d6d6d;
  font-size: 18px;
}
.cont p strong {
  color: var(--color-primary-black);
  font-size: 20px;
  font-weight: 700;
}
.cont p b {
  color: var(--color-primary-black);
  font-weight: 600;
}
.cont_span {
  color: var(--color-primary-black);
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.mtp-5 {
  margin-top: 8px;
}
.mtp-15 {
  margin-top: 15px;
}
.mtp-40 {
  margin-top: 40px;
}
.content_lis {
  padding-left: 20px;
}
.content_lis li {
  color: var(--color-primary-black);
  font-size: 18px;
  list-style: disc;
  line-height: 26px;
}
.lisPoint li {
  color: #6d6d6d;
}
.list_points_ul {
  padding: 8px 0 8px 20px;
}
.list_points {
  color: var(--color-primary-black);
  font-size: 18px;
  font-weight: 600;
  list-style: disc;
  margin-bottom: 8px;
}
.mailText {
  color: #eb524b !important;
  font-weight: 600 !important;
}
.list_points:last-child {
  margin-bottom: unset;
}
.list_points span {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.mtp-10 {
  margin-top: 10px;
}
.privacyMore {
  width: 48px;
  height: 48px;
  background-color: var(--color-primary-black);
  box-shadow: 0px 4px 17px 0px #2d2d2d4d;
  border-radius: 50%;
  border: 0;
  outline: 0;
}
.privacyMoreSec {
  position: fixed;
  bottom: 10%;
  display: none;
}
.noScroll {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .contents_sec {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .terms_condition_container {
    margin-top: 130px 0 40px;
  }
  .contents_sec .content_left {
    display: none;
  }
  .termsHeading {
    font-size: 26px;
  }
  .contents_sec {
    width: 90%;
    margin: 35px auto 0;
    font-size: 16px;
  }
  .content_right {
    width: 100%;
    background-color: unset;
  }
  .termsHeading_sub,
  .cont p,
  .content_lis li,
  .cont p strong,
  .cont_span {
    font-size: 16px;
  }
  .mtp-40 {
    margin-top: 20px;
  }
  .cont h2 {
    font-size: 20px;
    text-align: center;
  }
  .d-none {
    display: none;
  }
  .privacyMoreSec {
    display: block;
    right: calc(0% + 50px);
  }
  .privacyMore {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_points span,
  .list_points {
    font-size: 16px;
    line-height: 24px;
  }
  .clseBtn {
    display: none;
  }
  .listOfContMob {
    display: none;
    max-width: 360px;
    min-height: 300px;
    max-height: 50vh;
    height: auto;
    overflow-y: auto;
    border-radius: 12px;
    background-color: var(--color-white);
    padding: 0;
    position: absolute;
    bottom: 60px;
    width: max-content;
    right: 0%;
  }
  .listOfContMob li {
    list-style: none;
    padding: 16px;
    border-bottom: 1px solid #efefef;
  }
  .listOfContMob li a {
    color: var(--color-gray);
    text-decoration: none;
    font-size: 14px;
  }
  .listOfContMob li:last-of-type {
    border: 0;
  }
}
@media (max-width: 767px) {
  .list_points span,
  .list_points {
    font-size: 14px;
    line-height: 20px;
  }
  .termsHeading_sub,
  .contents_sec {
    width: 95%;
    font-size: 14px;
  }
  .termsHeading_sub{
    line-height: 20px;
  }
  .privacyMoreSec {
    right: calc(0% + 20px);
  }
  .termsHeading {
    font-size: 18px;
  }
  .cont h2 {
    font-size: 16px;
  }
  .cont p,
  .content_lis li,
  .cont p strong,
  .cont_span {
    font-size: 14px;
  }
  .content_right {
    padding: 8px 10px;
  }
}
