.banner-image-block {
  background-image: url('/assets/images/privacypages-images/Banner-Image.svg');
  background-size: cover;
  aspect-ratio: 1440 / 447;
  align-content: center;
}


.banner-image-block-mobile {
  display: none;
}

.fs-6 {
  font-size: 14px !important;
}
.fs-5 {
  font-size: 16px !important;
}
.fs-4 {
  font-size: 18px !important;
}


.banner-content-section {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-image-block-two {
  background-image: url('/assets/images/privacypages-images/medical-banner.svg');
  background-size: cover;
  aspect-ratio: 1440 / 447;
  align-content: center;
}

.banner-image-block-three {
  background-image: url('/assets/images/privacypages-images/Gdpr-privacy-banner.svg');
  background-size: cover;
  aspect-ratio: 1440 / 447;
  align-content: center;
}

.banner-image-block-four {
  background-image: url('/assets/images/privacypages-images/cookie-privacy-banner.svg');

  background-size: cover;
  aspect-ratio: 1440 / 447;
  align-content: center;
}

.banner-image-block-five {
  background-image: url('/assets/images/privacypages-images/gdpr-client-banner.svg');
  background-size: cover;
  aspect-ratio: 1440 / 447;
  align-content: center;
}


.banner-image-block-six {

  background-image: url('/assets/images/privacypages-images/email-banner.svg');
  background-size: cover;
  /* background-position: center bottom; */
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1440 / 447;
  align-content: center;
}


.backround-container {
  background-image: url('/assets/images/privacypages-images/dot-Background.svg');
  background-size: cover;
  background-position: center top;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;

}

.bannersubimage {
  height: 23.5rem;
  width: 100%;
}



.banner-text {
  white-space: pre-line;
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
}

.info-text {
  white-space: pre-line;
  line-height: 1.3;
}

.topic-card {
  width: 21.75rem;
  height: 12rem;
  background-color: #2681DC;
  position: relative;
  display: flex;
  justify-content: center;

}


.topic-card-parent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 7%;
}

.sub-text-block {
  width: 80%;
  background-color: #0654AB;
  border-radius: 12px;
  height: 4.2rem;
  position: absolute;
  bottom: -19%;
  text-align: center;
  padding: 4%;

}

.sub-text-block a {
  font-weight: 600;
}

.card-image {
  height: 82%;
  padding: 5%;
}

.notice-block {
  border-radius: 15px;
  border: 1px solid #CECECE;
  padding: 20px 30px;
  background-color: #fff;
  margin-bottom: 2%;
}

.privacy-mail-block {
  background-color: #ECECEC;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.data-text {

  font-weight: 600;
}

.email-text {

  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 5px;
}

/* .notice-text{
  text-align: justify;
} */

.semibld-text {
  font-weight: 600;
}

.container-block {
  padding: 5% 0;
}





.icon-image {
  width: 20px;
}

.icon-image-two {
  width: 17px;
}

.rights_list {
  padding-left: 1.5rem !important;
}

.rights_list ::marker {
  font-weight: bold;
}

.title-text {
  font-weight: 600;
}



.table-responsive {
  border: 1px solid #ccc;
  border-radius: 12px;
}

.table-responsive .table {
  border-collapse: separate;
  border-spacing: 0;
}



.table-responsive .table thead {
  border-bottom: 1px solid #ccc;
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px 1px 0px;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: inherit;
}


.table-responsive .table th {
  font-size: 14px;
  font-weight: 600;
  padding: 1.2% !important;
  border-right: 1px solid #ccc;
}

.table-responsive .table td {
  font-size: 13px;
  padding: 2% !important;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}

.custom-row td {
  border-bottom: none;
}

.custom-row td:last-child {
  border: none;
}

.table-responsive .table td:last-child {
  border-right: none;
}

.table-responsive .table th:last-child {
  border-right: none;
}

.topic-conatiner {
  margin-bottom: 5%;
}

#captureicon {
  cursor: pointer;
}

/* hr{
  background-color: #E2E2E2 !important;
 } */

.hr-line {
  margin: 3.2% 0 3% 0 !important;
  background-color: #E2E2E2 ;
  opacity: 0.7;
}


#banner-line{
  border-bottom: 1px solid #196CB8 ;
  padding-bottom: 1.3rem;

  
}

.boldText {
  font-weight: 600;
}

.sub-text-block span {
  font-weight: 600;
}

.topic-text{
  margin-bottom:1.4rem;
  padding-top: 4.2rem;
}

.iconblock{
  padding: 5px;
  border-radius: 5px;
  height:30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.tooltip-inner{
  background-color: #359EFF !important;
}
.tooltip-arrow::before
{
  border-top-color: #359EFF !important;
}

.grid-gap {
  margin-top: 24px;
}
@media (max-width: 767px) {


  .banner-image-block,
  .banner-image-block-three,
  .banner-image-block-four,
  .banner-image-block-five,
  .banner-image-block-two,
  .banner-image-block-six {
    display: none;
  }





  .mobile-line{
    display: block !important;
  }

  .grid-gap {
    margin-top: 0 !important;
  }

  .banner-image-block-mobile {
    background-image: url('/assets/images/privacypages-images/mobile-banner.svg');
    background-size: cover;
    align-content: center;
    aspect-ratio: 430 / 385;
    display: block;
  }

  .backround-container {

    background-size: auto;
  }

  .topic-text {
        margin-bottom: 1.2rem !important;
    padding-top: 3rem !important;
  }

  .topic-card-parent{
    padding-top: 0 !important;
  }

  .banner-content-section {
    flex-direction: column;
  }

  .privacy-block {
    padding: 0 5% 0 5% !important;
    margin: 8% 0 5% 0;
  }

  .bannersubimage {
    height: 12rem;
    margin-top: 2.9rem;
  }

 
  .banner-text {
    font-size: 17px;
    text-align: center;
  }

  .info-text {
    font-size: 15px !important;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;

  }

  .info-text-two{
       font-size: 15px !important;
    text-align: center;
    line-height: 1;
    margin-top: 1.3rem;
  }

  .topic-conatiner {
    margin-bottom: 10%;
  }

  .notice-block {
    margin-bottom: 5%;
    padding: 20px 20px;
  }

  .title-text {
    font-size: 1.1rem;
  }

  .privacy-mail-block {
    flex-direction: column;
    padding: 10px;
  }

  .table-responsive .table th {
    font-size: 13px;
    padding: .5rem .5rem !important;
    vertical-align: middle;
  }

  .table-responsive .table td {
    font-size: 12px;
    padding:8px !important;
  }

  .data-text {
    margin-bottom: 5px !important;
  }

  .privacy-container {
    margin: 5% 0% 0% 0% !important;
  }

  .title-block {
    margin-top: 2% !important;
  }

  .privacy-lists,
  .rights_list {
    padding-left: 1rem !important;
  }

  .privacy-lists li {
    margin-bottom: 0.5rem !important;
  }

  .complaint-link {
    margin-left: 0 !important;
    line-height: 1;
  }

  .service_provider_text {
    margin-left: 0 !important;
  }

  .read-text {
    font-size: 15px !important;
  }

  .grp-block{
    margin-bottom: 4% !important;
  }

 .grp-block-two{
      padding-bottom: 6%;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 6%;

 }

  .grp-block-three{
        padding-top: 6%;
    border-top: 1px solid #E2E2E2;
    margin-top: 2%;
    padding-bottom: 2%;
  
 }
#head-text{
  font-size: 1.7rem !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .topic-card {
    width: 19rem;
  }
   .topic-card-parent{
    padding-top: 0 !important;
  }
  
  .head-text{
  font-size: 1.7rem;
  text-align: center;
  color:#fff;
}


  .banner-image-block,
  .banner-image-block-three,
  .banner-image-block-four,
  .banner-image-block-five,
  .banner-image-block-two,
  .banner-image-block-six {
    display: none;
  }

  .banner-image-block-mobile {
    background-image: url('/assets/images/privacypages-images/Banner.svg');
    background-size: cover;
    aspect-ratio: 1440 / 447;
    align-content: center;
    display: block;
  }

  .bannersubimage {
    height: 14rem;
    padding-right: 8%;
  }

  .privacy-block {
    padding: 0 5% 0 5% !important;
    margin: 5% 0 5% 0;
  }



  .banner-text {

    font-size: 25px;
    margin-bottom: 2% !important;
    line-height: 1;
  }

  .info-text,.info-text-two{
    font-size: 15px !important;
    white-space: normal;
    margin-bottom: 2% !important;
  }

  .topic-conatiner {
    margin-bottom: 10%;
  }

  .topic-text {
    margin-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .title-block {
    margin-top: 0 !important;
  }

  .privacy-lists,
  .rights_list {
    padding-left: 1rem !important;
  }

  .table-responsive .table th {
    font-size: 13px;
    padding: .5rem .5rem !important;
    vertical-align: middle;
  }

  .privacy-lists li {
    margin-bottom: 0.5rem !important;
  }

  .complaint-link {
    margin-left: 0 !important;
    line-height: 1;
  }

  .privacy-container {
    margin: 5% 0% 0% 0% !important;
  }

  .service_provider_text {
    margin-left: 0 !important;
  }

  .notice-block {
    margin-bottom: 5%;
    padding: 20px 20px;
  }

  #banner-line{
    border-bottom: none;
    padding-bottom: 0;
  }
  .grp-block-two,.grp-block-three{
    padding: 0;
    margin: 0;
    border: none;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .title-block {
    margin-top: 2% !important;
  }

   .topic-card-parent{
    padding-top: 0 !important;
  }

  .privacy-lists,
  .rights_list {
    padding-left: 1rem !important;
  }

  .privacy-lists li {
    margin-bottom: 0.5rem !important;
  }

  .complaint-link {
    margin-left: 0 !important;
    line-height: 1;
  }

  .privacy-container {
    margin: 5% 0% 0% 0% !important;
  }

  .service_provider_text {
    margin-left: 0 !important;
  }

  .title-text {
    font-size: 1.1rem;
  }

  .notice-block {
    padding: 20px 20px;
  }

  .read-text {
    font-size: 15px !important;
  }



  .banner-text {
    font-size: 27px;
  }

  .info-text {
    font-size: 16px !important;
  }

   #banner-line{
    border-bottom: none;
    padding-bottom: 0;
  }

   .grp-block-two,.grp-block-three{
    padding: 0;
    margin: 0;
    border: none;
  }

}

.mobile-line{
  display: none;
}