body {
  font-family: "Roboto";
}
a {
  text-decoration: none;
}
.privacy_bg {
  height: 75vh;
  background: #2e52d2;
  /* padding-top: 50px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.privacy_bg_2 {
  height: 75vh;
  background: #2e52d2;
  position: relative;
}
.privacy_bold{
  width:98%;
}
.privacy_bold p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.privacy_p p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.p p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
/* .playstore_app {
  display: flex;
  place-items: center;
  align-items: center;
  flex-direction: column;
  vertical-align: middle;
} */
.playstore_app {
  display: flex;
  place-items: center;
  align-items: center;
  flex-direction: column;
  vertical-align: middle;
}
/* .playstore {
  background-color: #fff;
  position: relative;
  bottom: -160px;
  height: 25vh;
} */
.playstore {
  background-color: #fff;
  position: relative;
  /* bottom: -160px; */
  height: 25vh;
  top: 50%;
  display: flex;
  align-items: center;
}
.playstore-2 {
  background-color: #fff;
  position: relative;
  bottom: -113px;
  height: 25vh;
}
.privacy_text a {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #2e52d2;
  margin-bottom: 1rem;
}
.privacy_text {
  width: 152px;
  margin-top: 1rem;
}
.row_1 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.row_2 {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
/* .div {
  position: absolute;
  margin-right: 3rem;
  text-align: right !important;
  right: 50px;
  top: 20px;
} */
.div {
  position: absolute;
  margin-right: 3rem;
  text-align: right !important;
  right: 4%;
  top: 50%;
  display: flex;
}
.div a {
  text-align: right !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #2e52d2;
}
.images img {
  width: auto;
  position: absolute;
  left: 0px;
  bottom: 75%;
}
.images_1 img {
  width: auto;
  position: absolute;
  top: 75%;
}
/* Home Page ENd */
/* Privacy Start */
.privacy_boldd {
  background: #fff;
  text-align: left !important;
  padding: 2rem;
  border-radius: 6px;
}
.privacy_boldd h2 {
  color: #2e52d2;
  font-weight: 600;
}
.images_4 img {
  width: auto;
  position: absolute;
  bottom: 0;
}
.images_2 img {
  width: auto;
  position: absolute;
  top: 0px;
  right: 0;
}
.privacy_info {
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
}
.privacy_info h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 70px;
  color: #2e52d2;
}
.Privacy_head h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #2e52d2;
  text-align: left;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
}
.Privacy_head span {
  margin-left: 1rem;
}
.Privacy_head {
  display: flex;
}
.playstore .div a:hover:after {
  transform: scaleY(1);
  background-color: #2e52d2;
}
.playstore .div a:after {
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 0.3s cubic-bezier(0.694, 0, 0.335, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  display: block;
  height: 2px;
}
.privacy_boldd ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #444444;
}
.privacy_boldd p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #444444;
}
.privacy_head_2 {
  margin-top: 3rem;
}
.mobile_logo{
  display: none;
}
@media screen and (max-width: 425px) {
  .row_1 {
    padding-left: 0px !important;
  }
  .privacy_bg_2 {
    height: 100vh;
    padding-top: 0px;
    position: relative;
    background-color: #fff;
  }
  .privacy_head h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
  }
  .privacy_text a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2e52d2;
    margin-bottom: 5px;
  }
  .privacy_bold p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .privacy_p p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: left;
  }
  .images_1 img {
    display: none;
  }
  .images_4 img {
    display: none;
  }
  .images img {
    display: none;
  }
  .images_2 img {
    width: auto;
    height: 350px;
    position: absolute;
    top: -160px;
    right: 0;
  }
  .privacy_bg {
    padding-top: 80px;
    height: 500px;
  }
  .column {
    padding: 0 20px;
    width: 100% !important;
  }
  .display {
    display: none;
  }
  .row_2 {
    text-align: center;
  }
  .privacy_col {
    text-align: center !important;
    margin-top: 3rem;
  }
  .privacy_text {
    margin: 0 auto;
  }
  .Download_img {
    margin-left: 0 !important;
  }
  .privacy_text {
    width: 112px;
    border-bottom: 3px solid #2e52d2;
    margin-top: 1rem;
  }
  .p p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }
  .Download_img img {
    width: 103px !important;
  }
  .Privacy_head h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 24px;
    color: #2e52d2;
    text-align: center;
    margin-left: 10%;
    margin-bottom: 2rem;
  }
  .privacy_info {
    padding: 1rem;
  }
  .playstore {
    background-color: #fff;
    position: relative;
    bottom: -78px;
    height: 25%;
    top: 45px;
  }
  .div {
    position: absolute;
    margin-right: 3rem;
    right: 80px;
    top: 100px;
  }
  .div a {
    text-align: center !important;
    font-weight: 600!important;
  }
  .mobile_logo{
    display: block;
    margin-bottom:1rem!important;
    width: 180px;
  }
  .mobile_logo_1{
    display: none;
  }
  .privacy_boldd{
    padding: 0.3rem;
  }
  .privacy_boldd ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #444444;
    font-family: 'Roboto';
    margin-bottom: 5px;
}
.privacy_boldd p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #444444;
  font-family: 'Roboto';
}
.privacy_boldd h2 {
  color: #2e52d2;
  font-weight: 600;
}
.privacy_boldd ul{
  padding-left: 20px!important;
}
}
