@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("styles.css");

@font-face {
  font-family: "Soleil";
  src: url("../fonts/Soleil-Regular.eot");
  src: url("../fonts/Soleil-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Soleil-Regular.woff2") format("woff2"),
    url("../fonts/Soleil-Regular.woff") format("woff"),
    url("../fonts/Soleil-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soleil";
  src: url("../fonts/Soleil-Bold.eot");
  src: url("../fonts/Soleil-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Soleil-Bold.woff2") format("woff2"),
    url("../fonts/Soleil-Bold.woff") format("woff"),
    url("../fonts/Soleil-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soleil Bk";
  src: url("../fonts/Soleil-Book.eot");
  src: url("../fonts/Soleil-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Soleil-Book.woff2") format("woff2"),
    url("../fonts/Soleil-Book.woff") format("woff"),
    url("../fonts/Soleil-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soleil Lt";
  src: url("../fonts/Soleil-Light.eot");
  src: url("../fonts/Soleil-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Soleil-Light.woff2") format("woff2"),
    url("../fonts/Soleil-Light.woff") format("woff"),
    url("../fonts/Soleil-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  --Blue: #0091f9;
  --Dark: #090024;
}
.textBlue {
  color: var(--Blue);
}
.textDark {
  color: var(--Dark);
}
body,
html {
  font-family: "Inter", sans-serif;
  min-height: 100%;
  height: auto;
  background: #fff;
  scroll-behavior: smooth;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.89px;
  scroll-margin-top: 80px;
}
.swiper-slide.timesLogo img {
  max-width: 49px;
}
html {
  scroll-margin-top: 80px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}

/* button style */
.themeBtnBlue {
  width: 328px;
  height: 83px;
  border-radius: 6.92px;
  background: var(--Blue);
  border-radius: 6px;
  border: none;
  color: white;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30.45px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transform-origin: center;
}
.add_animation {
  -webkit-animation: pulse-horizontal 2s infinite;
  animation: pulse-horizontal 2s infinite;
  animation: pulse-horizontal 2s ease-in-out infinite;
}
.themeBtnBlue:hover {
  text-decoration: none;
  color: white;
}
/* @-webkit-keyframes pulse-effect {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 145, 249, 0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 145, 249, 0.8);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 145, 249, 0.3);
    -webkit-box-shadow: 0 0 0 15px rgba(0, 145, 249, 0.3);
  }
} */
@-webkit-keyframes pulse-horizontal {
  0%,
  100% {
    transform: scaleX(1);
    box-shadow: 0 0 0 0 rgba(0, 145, 249, 0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 145, 249, 0.8);
  }
  50% {
    transform: scaleX(1.07);
    box-shadow: 0 0 0 10px rgba(0, 145, 249, 0.3);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 145, 249, 0.3);
  }
}
.invalid-feedback {
  text-align: left;
}
.brandLogo {
  width: 100%;
  padding: 20px 0;
}

.brandLogo img {
  width: auto;
  margin: auto;
  display: block;
}
.swiper-wrapper {
  align-items: center;
}
@keyframes pulse-horizontal {
  0%,
  100% {
    transform: scaleX(1);
    box-shadow: 0 0 0 0 rgba(0, 145, 249, 0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 145, 249, 0.8);
  }
  50% {
    transform: scaleX(1.07);
    box-shadow: 0 0 0 10px rgba(0, 145, 249, 0.3);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 145, 249, 0.3);
  }
}
/* font-size */
.f74 {
  font-weight: 800;
  font-family: "Soleil";
  font-size: 74px;
  line-height: 108%;
  letter-spacing: 0%;
}
.f52 {
  font-family: "Soleil";
  font-weight: 800;
  font-size: 52px;
  line-height: 99%;
  letter-spacing: 0%;
}
.f62 {
  font-family: "Soleil";
  font-weight: 700;
  font-size: 62px;
  line-height: 127%;
  letter-spacing: 0%;
}
.f43 {
  font-family: "Soleil";
  font-weight: 700;
  font-size: 43px;
  line-height: 108%;
  letter-spacing: 0%;
}
.f34 {
  font-family: "Soleil";
  font-weight: 700;
  font-size: 34.48px;
  line-height: 90%;
  letter-spacing: 0%;
}
.f20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.89px;
  letter-spacing: 0%;
}

.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.mb-24 {
  margin-bottom: 24px;
}

/* banner-css */
.theme-container {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1450px;
}
.bannerWrap {
  background: url("../images/bannerImg.png");
  min-height: 563px;
  display: flex;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.mainWrap {
  background: url("../images/KevinDurkinBg.png");
  background-size: cover;
  background-position: center;
}
p {
  margin: 0;
}
.bannerContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bannerContent h1 {
  margin-bottom: 0;
}
/* KevinDurkin-content */
.KevinDurkinWap {
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}
.KevinDurkinWap::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  background: url(../images/KevinDurkin.png);
  width: 346px;
  height: 403px;
}
.KevinDurkin-content {
  max-width: 554px;
  margin: 0 auto;
  text-align: center;
}
.KevinDurkin-content h2 {
  margin-bottom: 0;
}
.KevinDurkin-content p {
  margin: 25px 0 40px;
}
/* AsSeenIn */
.AsSeenIn p {
  font-weight: 600;
  font-style: Italic;
  font-size: 16.81px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 558px;
  margin: 0 auto;
  overflow: hidden;
}
.AsSeenIn p span {
  position: relative;
  width: 158px;
  display: inline-block;
}
.AsSeenIn p span:after {
  content: "";
  width: 1200px;
  height: 2px;
  background: rgba(9, 0, 36, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 158px;
}
.AsSeenIn p span::before {
  content: "";
  width: 1200px;
  height: 2px;
  background: rgba(9, 0, 36, 1);
  right: 158px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.w50 {
  width: 50px;
}
.brandLogo ul li {
  text-align: center;
}
.brandLogo ul {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 700px;
  margin: 35px auto 0;
  justify-content: space-between;
}
.brandLogo {
  max-width: 700px;
  margin-top: 20px;
}

/* WinningLawyerContent */
.WinningLawyerWrap {
  background: #f5f5f5;
}
.WinningLawyerInner .WinningLawyerImg img {
  height: 792px;
  max-width: 792px;
  padding-right: 100px;
}
.WinningLawyerContent {
  max-width: 600px;
  padding: 35px 0;
}
.WinningLawyerContent h3 {
  margin-bottom: 30px;
}
.WinningLawyerContent p {
  margin-bottom: 20px;
}

/* .WinningLawyerInner .WinningLawyerImg {
  padding-right: 55px;
} */
.WinningLawyerInner {
  display: flex;
  align-items: center;
  padding-right: 95px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 1px;
}
.mt-30 {
  margin-top: 30px;
}

/* JusticeDelayed */
.JusticeDelayed {
  background: var(--Dark);
  min-height: 474px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.JusticeDelayedInner {
  padding: 40px 25px;
}
.JusticeDelayed::after {
  content: "";
  position: absolute;
  background: url(../images/justicedenied.png);
  width: 405px;
  height: 429px;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.JusticeDelayed h4 {
  max-width: 515px;
  margin: 0 auto;
}
.JusticeDelayed p {
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
}

/* NeedToKnow-Card */
.NeedToKnow-Card {
  border: 1px solid rgba(0, 145, 249, 1);
  box-shadow: 8px 8px 0px 0px rgba(0, 145, 249, 0.4);
  background: rgba(244, 248, 254, 1);
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  height: 100%;
}
.NeedToKnowHead {
  text-align: center;
  margin-bottom: 40px;
}
section.NeedToKnow {
  padding: 90px 0;
}

/* getInTouch form */
.form-control {
  border: 2px solid rgba(157, 155, 155, 1);
  height: 60px;
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 400;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--Blue);
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #cecece;
}
textarea.form-control {
  height: auto;
  min-height: 225px;
}
.form-control::-ms-input-placeholder {
  color: #cecece;
}
.getInTouch .WinningLawyerInner .WinningLawyerImg img {
  height: auto;
  width: auto;
  padding-right: 100px;
}
/* YourConsumerChampions */
.NeedToKnowWrap {
  background: url("../images/NeedToKnow.png");
  background-size: cover;
}
.NeedToKnow {
  padding: 70px 0 70px;
}
button:focus {
  outline: none;
  outline: none;
}
.YourConsumerChampions {
  background: url(../images/consumer-champions-bg.svg);
  background-size: cover;
  /* min-height: 853px; */
  padding-top: 67px;
}
.YourConsumerChampions .NeedToKnowHead {
  max-width: 695px;
  margin: 0 auto 0px;
}
.reviewWrap {
  position: relative;
  bottom: -65px;
  z-index: 2;
}
.YourConsumerChampions .NeedToKnowHead h5 {
  margin-bottom: 30px;
}
.YourConsumerChampions .NeedToKnowHead p {
  margin-bottom: 20px;
}
.YourConsumerChampions .NeedToKnowHead p:last-child {
  margin-bottom: 0;
}
.reviewCard .starImg {
  margin-bottom: 25px;
}
.reviewCard {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(245, 245, 245, 1);
  padding: 41px;
  text-align: center;
  height: 100%;
}
.reviewCard p {
  margin-bottom: 25px;
}
.reviewCard p:last-child {
  margin-bottom: 0;
}

/* PcpClaimNow */
.PcpClaimNow {
  background: url(../images/PcpClaimNow-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 176px 0 90px;
  position: relative;
  z-index: 1;
}
.PcpClaimNow::after {
  content: "";
  position: absolute;
  background: rgba(9, 0, 36, 0.3);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* footerWrap */
img.SRA_Logo {
  margin-left: 30px;
}
.footerWrap {
  background: var(--Dark);
  padding: 27px 0;
}
.footerWrap p {
  font-size: 14px;
  color: white;
  margin-bottom: 18px;
}
.footerWrap a {
  color: white;
  font-size: 14px;
}
.footerWrap a:hover {
  text-decoration: none;
  color: var(--Blue);
}
.brandlogo-wrap img.logo {
  width: 50px;
}

.JusticeDelayedContent {
  text-align: center;
}
.WinningLawyerMb {
  display: none;
}
.PcpClaimNow-inner .WinningLawyerImg img {
  height: auto;
}
.mb_text_hd {
  display: none;
}

.footerList span {
  display: block;
  color: white;
  margin: 0 14px;
}
.footerList {
  display: flex;
  align-items: center;
}
hr {
  border: none;
  border-top: 1px solid #a0a0a0; /* Blue line */
  margin: 20px 0; /* Add vertical spacing */
}

/* responsiveness css */
@media (max-width: 1460px) {
  .WinningLawyerInner .WinningLawyerImg {
    padding-right: 55px;
  }
  .WinningLawyerInner .WinningLawyerImg img {
    padding-right: 55px;
  }
}

@media (max-width: 1368px) {
  .f74 {
    font-size: 60px;
  }
  .KevinDurkinWap::after {
    /* background: url(../images/KevinDurkin.png); */
    width: 261px;
    height: 342px;
    background-size: cover;
  }
  .WinningLawyerInner .WinningLawyerImg {
    padding-right: 0;
  }
  .WinningLawyerInner {
    padding-right: 35px;
  }
  .WinningLawyerInner .WinningLawyerImg img {
    height: 699px;
    max-width: 717px;
  }
  .f62 {
    font-size: 52px;
  }
  .JusticeDelayed p {
    font-size: 23px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .brandLogo ul {
    gap: 20px;
    max-width: 584px;
  }
  .brandLogo {
    max-width: 584px;
  }

  .f20 {
    font-size: 18px;
  }
  .themeBtnBlue {
    width: 331px;
    height: 75px;
    font-size: 25px;
  }
  .f52 {
    font-size: 44px;
  }
  .WinningLawyerInner .WinningLawyerImg img {
    padding-right: 21px;
  }
  .PcpClaimNow-inner .WinningLawyerImg img {
    max-width: 494px;
    height: auto;
  }
}

@media (max-width: 1080px) {
  .f74 {
    font-size: 52px;
  }
  .brandLogo ul {
    gap: 13px;
    max-width: 524px;
  }
  .brandLogo {
    max-width: 524px;
  }
  .themeBtnBlue {
    width: 331px;
    height: 70px;
    font-size: 22px;
  }

  .KevinDurkinWap::after {
    display: none;
  }
  .f74 {
    font-size: 45px;
  }
  .KevinDurkinWap {
    padding: 40px 25px 40px;
  }
  .KevinDurkin-content {
    max-width: 100%;
  }
  .f52 {
    font-size: 36px;
  }
  .WinningLawyerInner .WinningLawyerImg img {
    height: 666px;
    max-width: 717px;
  }
  .WinningLawyerInner .WinningLawyerImg {
    display: none;
  }
  .WinningLawyerInner {
    grid-template-columns: repeat(1, 1fr);
  }
  .WinningLawyerContent {
    max-width: 100%;
    padding: 37px 31px;
  }
  .JusticeDelayed {
    justify-content: start;
  }
  .JusticeDelayedContent h4 {
    margin-left: 0;
    text-align: left;
  }
  .JusticeDelayedContent p {
    text-align: left;
  }
  .f43 {
    font-size: 31px;
  }
}

@media (max-width: 991px) {
  .PcpClaimNow-inner .WinningLawyerContent.getInTouch-Content {
    padding: 0 20px;
  }
  .PcpClaimNow-inner .WinningLawyerContent.getInTouch-Content p {
    text-align: center;
  }
  .PcpClaimNow-inner .WinningLawyerContent h3 {
    text-align: center;
  }
  .PcpClaimNow {
    padding: 116px 0 48px;
  }
  .PcpClaimNow-inner .getInTouchHead h3 span {
    display: inline !important;
  }
  .JusticeDelayed::after {
    width: 373px;
    height: 359px;
    /* transform: scaleX(-1);
    left: 0; */
  }
  .f74 {
    font-size: 42px;
  }
  .KevinDurkin-content p {
    margin: 13px 0 25px;
  }
  section.JusticeDelayed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 973%;
    top: 0;
    background: linear-gradient(90deg, rgba(9, 0, 36, 0) 0%, #090024 100%);
    z-index: 9;
  }
  .JusticeDelayed {
    justify-content: center;
  }
  .JusticeDelayedContent h4 {
    margin-left: auto;
    text-align: center;
  }
  .JusticeDelayedContent p {
    text-align: center;
  }
  .JusticeDelayedInner {
    padding: 0px 25px;
    z-index: 9;
  }
  .f62 {
    font-size: 37px;
  }
  .reviewCard {
    height: auto;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .footerWrap p {
    font-size: 13px;
  }
  .footerWrap {
    padding: 40px 21px;
  }
  .footerWrap a {
    color: white;
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .footerWrap p {
    text-align: center;
  }
  .footerWrap .row {
    flex-direction: column-reverse;
  }
  .brandlogo-wrap {
    justify-content: center !important;
    margin-bottom: 30px;
  }
  .NeedToKnowWrap {
    background: white;
    background-size: cover;
  }
  .NeedToKnow-Card {
    box-shadow: 8px 8px 0px 0px rgba(0, 145, 249, 0.4);

    text-align: center;
    padding: 30px;
    height: auto;
    margin-bottom: 40px;
  }
  .f43 {
    font-size: 26px;
  }
  .starImg img {
    max-width: 154px;
  }
  .reviewWrap {
    position: static;
    margin-top: 65px;
  }
  .footerList {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 578px) {
  .WinningLawyerContent {
    padding: 34px 25px;
  }

  .getInTouch .WinningLawyerMb {
    position: relative;
    top: -14px;
    z-index: 1;
  }
  .PcpClaimNow {
    padding: 0 0 65px;
  }
  .PcpClaimNow-inner .WinningLawyerContent.getInTouch-Content {
    padding: 45px 25px 0;
  }
  .reviewCard {
    height: auto;
    margin-bottom: 40px;
    text-align: left;
    padding: 0;
    background: none;
    color: white;
  }
  .f20 {
    font-size: 16px;
  }
  .reviewCard h6 {
    color: white;
  }
  li.mb-none {
    display: none;
  }
  .bannerWrap {
    background: url(../images/bannerImgMb.png);
    min-height: 492px;
    display: flex;
    padding: 0px 0;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .themeBtnBlue {
    width: 237px;
    height: 60px;
    font-size: 22px;
  }
  .bannerWrap p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .mb-block {
    display: block;
  }
  .logoWrap img {
    max-width: 57px;
  }
  .mainWrap {
    background: none;
  }
  .KevinDurkinWap::after {
    background: url(../images/KevinDurkinMb.png);
    width: 173px;
    height: 179px;
    display: block;
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    top: 47px;
  }
  .KevinDurkin-content p,
  .KevinDurkin-content h2 {
    margin-top: 0;
    max-width: 233px;
    margin-left: 0;
  }
  .AsSeenIn {
    margin-top: 39px;
  }
  .KevinDurkin-content {
    text-align: left;
  }
  .AsSeenIn p {
    max-width: 100%;
  }
  .WinningLawyerMb {
    display: block;
  }
  .WinningLawyerInner {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    text-align: center;
  }
  .WinningLawyerMb img {
    display: block;
    width: 100%;
  }
  .WinningLawyerContent .btnWrap {
    display: flex;
    justify-content: center;
  }
  .WinningLawyerWrap {
    background: white;
  }
  .JusticeDelayed {
    min-height: 420px;
  }
  .JusticeDelayedContent p {
    text-align: left;
    max-width: 181px;
    margin-right: 0;
    font-size: 20px;
  }
  .JusticeDelayedContent h4 {
    margin-bottom: 30px;
  }
  .JusticeDelayed::after {
    width: 251px;
    height: 233px;
    /* transform: scaleX(-1); */
    background: url(../images/justicedeniedMb.png);
    left: -34px;
    background-size: contain;
    background-position: left !important;
    background-repeat: no-repeat;
  }
  .WinningLawyerContent {
    max-width: 100%;
    padding: 55px 25px;
  }
  .f52 {
    font-size: 42px;
  }
  .YourConsumerChampions {
    background: var(--Dark);
  }
  .NeedToKnow {
    padding: 50px 0 50px;
  }
  .YourConsumerChampions .NeedToKnowHead {
    text-align: left;
  }
  .KevinDurkinWap h2.f52.textDark {
    font-size: 34px;
  }
  .disk_text_hd {
    display: none;
  }
  .mb_text_hd {
    display: block;
  }
  .YourConsumerChampions .NeedToKnowHead h5 .your_cus {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .WinningLawyerContent h3 {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .NeedToKnowHead {
    text-align: center;
    margin-bottom: 40px;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
  }
  .NeedToKnowHead h5 span {
    display: inline !important;
  }
  .NeedToKnow-Card {
    box-shadow: 8px 8px 0px 0px rgba(0, 145, 249, 0.4);
    text-align: center;
    padding: 21px 21px;
    height: auto;
    margin-bottom: 40px;
    max-width: 311px;
    margin-left: auto;
    margin-right: auto;
  }
  .NeedToKnowHead span.mb_text {
    display: block !important;
  }
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: none;
}

/* CMS pages */
table {
  border-collapse: collapse;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.privacy-section .landingPage_heading {
  font-size: 40px;
  color: #172b76;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border-bottom: 5px solid;
}
.privacy-section .mini-heading {
  margin: 30px 0 20px 0;
  font-size: 25px;
  font-weight: 600;
  color: #040f31;
}
.custom_lisiting,
.privacy-section p {
  font-size: 19px;
  color: #040f31;
  margin-bottom: 20px;
  line-height: normal;
}
.privacy-section .custom_lisiting {
  list-style: circle;
  padding-left: 21px;
}
.privacy-section .custom_lisiting li {
  margin-bottom: 20px;
}
.privacy-section {
  padding: 50px 0;
}
.privacyWrap .bannerWrap {
  min-height: 400px;
}
.BadgeLogo {
  width: 93px;
  margin-left: 19px;
}
@media (max-width: 569px) {
  .privacyWrap .bannerWrap {
    min-height: 283px;
  }
  .privacy-section {
    padding: 21px 0;
  }
  .privacy-section .landingPage_heading {
    font-size: 23px;
  }
  .custom_lisiting,
  .privacy-section p {
    font-size: 16px;
  }
  .privacy-section .mini-heading {
    font-size: 20px;
  }
  .chaseid_wrap .banner-main-heading {
    max-width: 100%;
  }
  .reg_box_wrap.landing__wrper .check_for_free {
    text-align: center;
    margin: 0 auto 21px;
    font-weight: bold;
    color: black;
  }
}

/* .BadgeLogo {
  display: none;
} */
