.loader-overlay {
  margin: 14% auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-description {
  background: #ffffff;
  box-shadow: 0px 0px 42px -5px rgb(196 196 196 / 40%);
  border-radius: 14px;
  padding: 72px 65px;
}

.privacy-title-row {
  margin-bottom: 39px;
}

.privacy-second-section {
  padding: 73px 0px 120px 0px;
}

.privacy-second-main-container {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 5%;
}

.privacy-desc p {
  color: #7e7e7e;
}

.thard-section .container {
  max-width: 1519px !important;
}

.privacy-desc a {
  color: #424cba;
  word-break: break-word;
}

.m-bold-text {
  color: #2b2e39 !important;
}

.privacy-capitalize {
  text-transform: uppercase;
}

.privacy-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px !important;
  line-height: 35px !important;
  color: #2b2e39 !important;
  font-family: "Poppins";
}

.policy-title {
  margin: 10px 0px;
  font-weight: bolder;
  font-size: 20px !important;
  line-height: 25px !important;
  padding-top: 20px;
  padding-bottom: 10px;
}

.policy-sub-title {
  margin: 10px 0px;
  font-weight: bolder;
  font-size: 16px !important;
  line-height: 25px !important;
}

.privacy-desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #7e7e7e;
  text-align: justify;
}

.privacy-desc p {
  font-size: 16px;
}

.privacy-sub-desc li::marker {
  color: #2b2e39;
  font-size: 24px;
  border-radius: 50%;
}

.privacy-main-container {
  background-repeat: no-repeat;
  background-size: 100% 25%;
}

.privacy-modal-title {
  justify-content: center;
}

@media (max-width: 768px) {
  .privacy-description {
    padding: 45px 29px;
  }

  .privacy-title {
    font-size: 22px;
    line-height: 24px;
  }

  .privacy-desc {
    font-size: 14px;
    line-height: 25px;
  }

  .policy-title {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .policy-sub-title {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .privacy-title-row {
    margin-bottom: 29px;
  }

  .privacy-main-container {
    background-repeat: no-repeat, no-repeat;
    background-position: center top, top bottom;
    background-size: 100% 5%, 100% 97%;
  }

  .privacy-second-section {
    padding: 0px 0px 120px 0px;
  }

  .privacy-second-main-container {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 4%;
  }

  .privacy-desc p {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .privacy-main-container {
    background-repeat: no-repeat, no-repeat;
    background-position: center top, top bottom;
    background-size: 100% 5%, 100% 97%;
  }

  .privacy-second-main-container {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2%;
  }

  .privacy-second-section {
    padding: 0px 0px 120px 0px;
  }
}
