/* Privacy Policy START */
.box-image-bg { background-image: url(../images/faq_term_bg.png);background-repeat: no-repeat;background-size: cover;background-position: 50% 0%; padding: 150px 0 90px;height: 100%; display: flex;align-items: center;border-radius: 30px;position: relative;margin-top: -40px;width: calc(100% - 40px);margin-inline: auto; margin-top: 20px;}
.min-h-430 {min-height: 430px;}
.min-h-510 {min-height: 510px;}
.medium-title {font-family: "Figtree", serif;font-size: 44px;font-weight: 600;line-height: 52px;color: var(--white);margin-bottom: 0;}
.center-title-cont {display: flex;align-items: center;justify-content: center;flex-direction: column; row-gap: 20px;}
.sub-description-text.text-white {font-size: 18px; line-height: 22px; font-family: 'Figtree'; font-weight: 300; text-align: center;margin-bottom: 0;}
.mx-w-760 {max-width: 760px;}
.transform-top-55 {transform: translateY(30px);}
.terms-policy-section {padding-top: 80px;padding-bottom: 120px;}
.list-description-wrp {display: flex;column-gap: 115px; }
.left-list-cont {min-width: 255px;position: sticky; top: 20px; height: 100%;}
.right-list-cont { padding: 30px; border: 1px solid #F5F5F5; border-radius: 20px; box-shadow: 0 4px 15px rgb(42 133 255 / 6%); display: flex ; flex-direction: column; row-gap: 0px;}
.info-title-cont { font-family: 'Figtree';font-size: 24px; font-weight: 600; line-height: 28px; color: #242424; margin-bottom: 16px;}
.info-description-text { font-size: 18px; font-weight: 400; font-family: 'Figtree'; line-height: 28px; color: #85867E; margin-bottom: 15px; }
.info-description-ul { padding-left: 20px; display: flex ; flex-direction: column; row-gap: 5px;margin-bottom: 40px;}
.info-description-ul li .info-description-ul{margin-bottom: 20px;}
.info-li-dot {list-style: disc; color: #85867E;font-size: 18px;}
.info-li-decimal { list-style: decimal; color: #242424; font-weight: 700; font-size: 18px;margin-left: 20px; }
.info-li-lower-alpha { list-style: lower-alpha; color: #242424; font-weight: 700; font-size: 18px; margin-left: 20px; }
/* .info-description-li + li:not(:last-child) { margin-bottom: 12px; } */
.info-description-li > ul { margin-top: 12px; }
.list-point-ul {padding-left: 48px;}
.list-point-li {position: relative; list-style: decimal;font-family: 'Figtree'; font-size: 16px; font-weight: 500; color: #85867E; padding-block: 7px;transition: .4s; }
.list-point-li::before { content: ''; position: absolute; width: 2px; height: 100%; background-color: #e8e7e7; left: -48px; top: 50%; transform: translateY(-50%); }
.list-point-li.active::before { width: 4px; height: 100%; background-color: #2A85FF; }
.list-point-cont { font-family: 'Figtree'; font-weight: 500; font-size: 16px; line-height: 20px; color: #85867E;transition: .4s; } 
.list-point-li.active .list-point-cont,
.list-point-li:hover .list-point-cont,
.list-point-li.active,
.list-point-li:hover {color: #242424;font-weight: 600;}
.bold-dark-text {color: #242424;font-weight: 700;}
.info-description-li p b{color: #242424;}
.mx-w-1060{max-width: 1060px;}

@media(max-width: 767.98px){
  .c-container {max-width: calc(100% - 20px);}
  .box-image-bg { padding: 60px 0 60px; height: 100%; border-radius: 0; position: relative;  width: 100%; margin-inline: auto; margin-top: 0; }
  .min-h-430 {min-height: 375px;}
  .medium-title {font-size: 24px;line-height: 28px;text-align: center;}
  .sub-description-text.text-white {font-size: 16px;line-height: 19px;}
  .center-title-cont {row-gap: 10px;}
  .terms-policy-section {padding-top: 30px;padding-bottom: 60px;}
  .list-description-wrp {flex-direction: column;}
  .left-list-cont {display: none;}
  .right-list-cont {padding: 15px;row-gap: 12px;}
  .info-title-cont {font-size: 14px;line-height: 16px;margin-bottom: 10px;}
  .info-description-text {font-size: 12px; line-height: 16px;}
  .info-li-dot, .info-li-decimal, .info-li-lower-alpha {font-size: 12px;}
}
/* Privacy Policy END */