
.gamesrn-body {
  background-image: url(../../assets/images/homescreen/body-bg.svg);
  background-position: center center;
  height: 100%;
  width: 100%;
}

.gamesrn-body-main {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  box-sizing: border-box;
  padding: 1rem;
  gap: 0.4rem;
  /* overflow: hidden; */
}
.body-main-header {
  display: grid;
  grid-template-columns: 1fr 23.5%;
  gap: 1rem;
}
.body-main-content {
  display: grid;
  grid-template-columns: 1fr 24%;
  gap: 0.4rem;
  overflow: hidden;
  height: 100%;
}
.left-stats-and-events {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.4rem;
  /* height: 100%; */
  overflow: hidden;
}
.flag-and-logout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  flex: 1;
}
.event-window {
   display: grid; 
   grid-template-rows: auto 1fr auto auto; 
   gap: 1rem; 
   padding: 0.8rem; 
   height: 70%;
   background-color: rgb(3, 30, 39,0.5);
   overflow:hidden;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;    }
       
   .main-events { 
    display: flex;
     align-items: center;
  height: 100%; 
  overflow: hidden; }
  
.section-background {
  background: #032029;
  border-radius: 10px;
  padding: 8px 15px;
}
.section-bg-btm {
  border-bottom: 1px solid #0c6f7c;
}

.left-userinfo-outer {
  display: flex;
}

.user-col {
  width: 25%;
}
.user-info-col {
  width: 25%;
}
.age-col{
width: 5%;
}

.location-col {
  width: 30%;
}

.family-info-col {
  width: 15%;
}
.text-decoration-none {
  text-decoration: none !important;
}
.me-2 {
  margin-right: .2rem !important;
}
.logo-img {
  height: 36px;
}
.text-light-blue {
  color: #03DEFC !important;
}

.text-pinkcontent-font {
  color: #d35bd8 !important;
}

.family-info-col {
  
  width: 22%;
}
.family-grp-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.family-grp-holder {
  display: flex !important;
  column-gap: 6px;
  align-items: flex-end;
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}

.aged-icon {
  height: 32px;
}

.footer-icon-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  top: 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.progress-box {
  width: 68px;
  cursor: pointer;
}
.blue-title {
  color: #0CC4DE !important;
}
.progress-box .progress-icon {
  height: 14px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}


.yourfamily {
  text-align: center;
}
.width {
  width: 100%;
}
.digital-icon-row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 11px;
}
.section-bg-btm {
  border-bottom: 1px solid #0c6f7c;
}
.digital-icon-outer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.digital-icon-row {
  text-align: center;
  font-size: 11px;
}
.digitalno-icons .nobg-btn {
  position: relative;
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 3px;
  color: #fff;
}
.digitalno-icons .nobg-btn {
  color: #fff;
}
.eco-status-box {
  border: 1px solid #0c6f7c;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 6px;
  margin-right: 3px;
}
.eco-table-border {
  border-color: #184D5F !important;
}
.eco-table-tdborderright {
  border-right-color: #D3270D !important;
}
.eco-table-tdborder {
  border: 1px solid #D3270D !important;
}

.text-blue {
  color: #0CC4DE !important;
}
.gap-2 {
  gap: .5rem !important;
}
.eco-rightsec td,
th {
    padding: 0.6rem 0.5rem !important;
}
.eco-table-style tbody,
td,
tfoot,
th,
thead,
tr {
    font-weight: 400 !important;
}
.footer-textbutton-holder {
  column-gap: 15px;
}

.footer-textbutton-holder button {
  font-size: 11px;
  color: #33A5B5;
  padding: 0.2rem 0.75rem;
}

.footer-textbutton {
  font-size: 12px !important;
  color: #33A5B5 !important;
  padding: 0.2rem 0.75rem !important;
  border: none;
  outline: none;
}

.footer-textbutton:hover {
  color: #fff !important;
}

.footer-blank-box {
  width: 100%;
  height: 100px;
}

.footer-flexbox {
  width: 15%;
}

.footer-flexbox-inner {
  display: flex;
  row-gap: 5px;
  flex-direction: column;
  position: absolute;
  bottom: 98%;
  margin: auto;
  /* background: #fff; */
  text-align: center;
  width: 15%;
  padding: 0 10px;
}

/* footer navigation bar start */
.footer-holder {
  /* position: fixed; */
  bottom: 0;
  /* width: 73.5%; */
  margin: auto;
  /* margin-bottom: 4%; */
}

.bottom-nav {
  display: flex;
  z-index: 99;
  will-change: transform;
  transform: translateZ(0);
  justify-content: center;
  padding: 0.6rem 0;
  border-radius: 10px;
  /* background-color: #013e5f; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  background: rgb(2 40 74 / 49%);
  background: linear-gradient(0deg, rgb(1 37 70) 0%, rgb(1 65 97) 60%, rgba(0, 139, 191, 1) 100%);
}

.bottom-nav-item {
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  z-index: 999;

  display: flex;
}

.bottom-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-nav-link-btn {
  color: #02e0ff !important;
  font-size: 13px;
}

.bottom-nav-link img {
  width: 28px;
}

.bottom-nav .active {
  /* color: #d32f2f; */
  background-color: #0D7684;
}

.bottom-nav p {
  padding: 0px 3px;
  /* width: 68px; */
  /* bottom: -9px; */
  position: relative;
  font-size: 14px;
}

/* footer circle style start */

.bottom-nav .footer-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* width: 130px;
  height: 60px; */
  border-radius: 100%;
  color: white;
  text-align: center;
  /* box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44); */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  line-height: 60px;
  width: 12%;
  /* margin-bottom: 51px; */
}

.bottom-nav .footer-icon {
  /* width: 106px;
  height: 54px; */
  margin-bottom: 40px;
}

.bottom-nav .footer-icon img {
  width: 82px;
}

.footer-icon-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  top: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}

.footer-icon-text-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  top: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}

.footer-icon-text-red {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.footer-redicon-toptext {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.footer-redicon-btmtext {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  top: 53px;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
}
.testimonials-slider {
  /* max-width: 1000px; */
  padding: 0 16px 0px;
  margin: 0 auto 8px auto;
  /* background: #0072E0; */
  border-radius: 8px;
  /* background: #00376c;
  background: -moz-linear-gradient(top, #00376c 0%, #0072e0 100%);  
  background: -webkit-linear-gradient(top, #00376c 0%,#0072e0 100%);  
  background: linear-gradient(to bottom, #00376c 0%,#0072e0 100%); */
  display: flex;
  align-items: center;
  position: absolute;
  /* position: relative; */
  top: 52%;
  width: 73%;
}

.single-item {
  /* background: #fff; */
  color: #fff;
  /* padding: 5px 2px 2px;
  margin: 15px 10px; */
  border-radius: 6px;
}

.testimonials-slider-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 2px solid transparent;
  border-image-slice: 1;
  width: 100%;
  padding: 7px 35px 7px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: left;
  line-height: 0;
}

.testimonials-slider-content {
  font-size: 15px;
  padding: 0 40px;
}

.testimonials-slider-content p {
  text-align: justify;
}

.testimonials-slider-info {
  background: #4F4F4F;
  color: #fff;
  /* z-index: 999; */
  position: relative;
  padding: 10px 5px 10px 10px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 10px;
  /* border-top: 1px solid #04E0FF;
  border-radius: 6px; 
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; 
  background: #0066c9; 
  background: -moz-linear-gradient(top,  #0066c9 0%, #00376c 100%); 
  background: -webkit-linear-gradient(top,  #0066c9 0%,#00376c 100%); 
  background: linear-gradient(to bottom,  #0066c9 0%,#00376c 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c9', endColorstr='#00376c',GradientType=0 );   */
  display: flex;
  gap: 20px;

}

.testimonials-slider-readmore {
  color: #05D4F0;
  text-decoration: none;
}

.testimonials-slider .carousel-control-next-icon,
.testimonials-slider .carousel-control-prev-icon {
  /* background-color: #0072E0; */
  width: 2.5rem;
  height: 2rem;
}

.testimonials-slider .carousel-control-next-icon {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.testimonials-slider .carousel-control-prev-icon {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto !important;
}

.testimonials-slider .carousel-control-prev {
  left: -18px;
}

.testimonials-slider .carousel-control-next {
  right: -18px;

}

.testimonials-slider-btn-outer {
  display: flex;
  justify-content: center;
}

.testimonials-slider-btn-icon {
  border: none;
  background: none;
}

.testislider-form {
  display: flex;
  /* align-items: center; */
  /* margin-top: 3rem; */
}

.testislider-form textarea {
  background: none !important;
  border: 0;
  border-bottom: 1px solid #0a6683 !important;
  color: #fff !important;
  font-size: 11px !important;
}

.testislider-form textarea::placeholder {
  font-size: 11px !important;
  color: #A9A9A9 !important;
}

/* slider end */

.logo-holder {
  text-align: end;
}

.logo-holder img {
  width: 40%;
}
.tab-panel-outer {
  margin-top: 34px;
}

.tab-panel-holder {
  background: #032029;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 1rem 10px 0rem;
  /* height: calc(100vh - 13rem);
  overflow: hidden;
  overflow-y: auto; */
}

.tabnav-btn .nav-item .active {
  background-color: #062e3b !important;
  color: #0CC4DE !important;
  border: none;
  border-bottom: 2px solid #0CC4DE !important;
}

.rightside-tab {
  border-bottom: 1px solid #0c6f7c !important;
}

#myTab {
  /* background-color: #dee2e6; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 3px;
}

.tabnav-btn .nav-item .nav-link {
  color: #848484;
  border-radius: 7px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-weight: 400;
}

/* .tab-content-outer{
  padding-top: 9px; 
  overflow-y: auto;
  height: calc(100vh - 15.5rem);
} */
.tab-content-title {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.tab-inner-content {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.tab-content-row {
  display: flex;
  justify-content: space-between;
}
.flag-holder img {
  width: 5rem;
}
.tablepadding {
  padding: 0.6rem 0.3rem !important;
}
.gender-col {
  width: 33%;
}
.digital-icon_badge-green {
  width: 7px;
  height: 7px;
  background: #00BF2A;
  display: inline-block;
  border-radius: 50%;
  margin-right: 2px;
}


.digital-icon_badge-red {
  width: 7px;
  height: 7px;
  background: #FF0000;
  display: inline-block;
  border-radius: 50%;
  margin-right: 2px;
}
/* diary tab start  */
.diarytab-row-outer {
  padding-top: 15px;
  overflow-y: auto;
  height: calc(100vh - 16rem);
}

.diarytab-row-holder {
  border-bottom: 1px solid #0c6f7c;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-right: 0.3rem;
}

.diarytab-row-holder:last-child {
  margin-bottom: 5px;
  border-bottom: 0;
}

.diarytab-row-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.diarytab-row-head i {
  font-size: 9px;
}

.diarytab-row-content {
  text-align: center;
}

/* diary tab end  */


.business-tab-outer {
  padding-top: 10px;
  overflow-y: auto;
  height: calc(100vh - 18rem);
}
/* certificate popup start */
.crft-popup2-bg {
  margin: 0;
  padding: 0;
  background: url("../../assets/images/homescreen/charity-bg.jpeg");
  background-size: cover;
  background-position: center;
}

.crft-closebtn {
  background: rgb(2 43 62 / 75%) !important;
  /* padding: 5px !important; */
  border-radius: 25px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
}

.crft-title {
  font-size: 36px;
  font-weight: 500;
  border-bottom: 2px solid #184D5F;
  margin-bottom: 10px;
}

.crft-midtext {
  font-size: 18px;
  font-weight: 600;
}

.crft-donarname {
  font-size: 32px;
  font-weight: 600;
}

.crft-subtext {
  font-size: 16px;
  font-weight: 500;
}

.crft-btmtext {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; /* Aligns items vertically in the center */
  justify-content: flex-start; /* Adjust this to 'center' or 'flex-end' as needed */
  gap: 10px;
  flex-direction: column;
}

/* tab panel start */
.tab-panel-outer {
  margin-top: 34px;
}

.tab-panel-holder {
  background: #032029;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 1rem 10px 0rem;
  /* height: calc(100vh - 13rem);
  overflow: hidden;
  overflow-y: auto; */
}

.tabnav-btn .nav-item .active {
  background-color: #062e3b !important;
  color: #0CC4DE !important;
  border: none;
  border-bottom: 2px solid #0CC4DE !important;
}

.rightside-tab {
  border-bottom: 1px solid #0c6f7c !important;
}

#myTab {
  /* background-color: #dee2e6; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 3px;
}

.tabnav-btn .nav-item .nav-link {
  color: #848484;
  border-radius: 7px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-weight: 400;
}

.tab-content-title {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.tab-inner-content {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.tab-content-row {
  display: flex;
  justify-content: space-between;
}
 /* dead home page */
 .obituary-main {
  display: grid;
  grid-template-columns: 33% 1fr;
  box-sizing: border-box;
  gap: 10px;
  overflow: hidden;
}
.obituary-rightouter-obituary {
  padding: 15px;
  background: #032029;
  border-radius: 10px;
  /* display: grid; */
  /* grid-template-rows: auto 1fr auto; */
  overflow: auto;
  height: 100%;
  gap: 8px;
}
.obituary-main-2 {
  display: grid;
  grid-template-columns: 65% 1fr;
  box-sizing: border-box;
  gap: 10px;
  overflow: hidden;
}
.obituary-rightouter-obituary {
  padding: 15px;
  background: #032029;
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: auto;
  gap: 8px;
}
.see-your-life-action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.obituary-rightouter-cards {
  padding: 15px;
  background: #032029;
  border-radius: 10px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  overflow: auto;
  gap: 16px;
}
.obituary-contentbox-outer {
  border-radius: 10px;
  padding: 0px 0 5px 0;
  background: #002f3e;
  border: 1px solid #184D5F;
  /* box-shadow: rgb(14 110 255 / 40%) 0px 2px, rgb(0 65 170 / 30%) 0px 5px, rgb(0 46 170 / 20%) 0px 8px, rgb(0 46 170 / 10%) 0px 12px, rgb(0 46 170 / 5%) 0px 15px; */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.obituary-contentbox-head {
  font-size: 15px;
  font-weight: 500;
  height: 38px;
  background: #002e71;
  color: #fff;
  padding: 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.obituary-contentbox {
  font-size: 14px;
  color: #6A6A6A;
  padding: 8px 10px 0;
}
.bg-green-1 {
  background-color: #04aa6d !important;
}
.bottom-nav-obituary {
  display: grid;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 10px;
  gap: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  background: rgb(2 40 74 / 49%);
  background: linear-gradient( 0deg, rgb(1 37 70) 0%, rgb(1 65 97) 60%, rgba(0, 139, 191, 1) 100% );
  align-items: center;
}
.bottom-nav-links {
  display: grid;
  grid-template-columns: repeat(5,auto);
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.obituary-contentbox {
  font-size: 14px;
  color: #6A6A6A;
  padding: 8px 10px 0;
}
.obituary-rightcontentbox-holder {
  height: 70px;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: auto;
  padding: 7px;
}
.text-content {
  overflow-y: scroll;
  font-size: 14px;
}

.see-your-life-action-buttons button {
  display: flex;
  flex: 1;
  justify-content: center;
}
.scrollbar-2 {
  scrollbar-width: thin;
  scrollbar-color: #066c8e #bbb;
}
/* end */


.content-font {
  font-size: 12px !important;
}
.summary-sublogo2{
    width: 80%!important;
}


.new-home_dashboard{
    display: flex;
    align-items: center;
}

.new-container{
    background-color: #010e12 !important;
  height: 100% !important;
}
.gpt-bag{
  background: linear-gradient(to right, #022B3E, #044C72);
  border: 1px solid #00DFFD;
}

.skeleton {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  margin: 0 auto;
  height: 100%;
  width: 100vw;
  box-sizing: border-box;
  padding: 1.25rem;
  gap: 1.25rem;
  font-size: var(--body-font);
}

  .broken-ladder-content {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
  }

  .pointer{
    cursor: pointer
  }

  .skeleton-2 {
    display: grid;
    grid-template-rows: auto 1fr;
    margin: 0 auto;
    height: 100%;
    width: 95vw;
    box-sizing: border-box;
    padding: 1.25rem;
    gap: 1.25rem;
    font-size: var(--body-font);
  }


  .new-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    background-color: #141414;
    border-radius: 40px;
  }

  input[type="search"] {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    width: 100%;
  }


  .top-nav-left{
    position: absolute;
  left: 1rem;
  display: flex;
  height: 100%;
  align-items: center;
  top: 0;
  }

  .completed-lives-main {
    display: grid;
    grid-template-rows: auto 1fr;
    color: #fff;
    overflow: hidden;
  }
  .completed-lives-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: min-content;
    overflow: auto;
    gap: 12px;
  }

  .new-container{
    background-color: #010e12 !important;
  height: 100% !important;
}

.new-container-black{
  background-color: black !important;
height: 100% !important;
}

.serchBtm{
  margin-bottom: 28px;
}

.outer{
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
}
  
.data-tools-sdg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-auto-rows: min-content;
}

.tools-sdg-card {
  padding: 20px;
  background-color: #032029;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.tools-sdg-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.action-primary, .action-secondary {
  cursor: pointer;
  display: flex;
  padding: 10px 28px;
  border-radius: 20px;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: var(--button-font);
  color: #fff;
}
.action-primary {
  border: none;
  background-image: linear-gradient(to bottom, #0c6af4, #004bba);
  color: #fff;
}
.tools-sdg-card-header {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.normal-font {
  font-size:1.1rem;
  line-height: clamp(1.4, 1.6, 1.8);
}
a {
  text-decoration: none;
  color: inherit;
}

.tools-sdg-card img {
  width: 10%;
}

button:hover{
  color: white;
}

.new-action-btn{
  display: flex; gap: 20px; justify-content: center
}

.passport-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: min-content;
  gap: 1rem;
  overflow: auto;
}

.passport-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #184D5F;
  border-radius: 6px;
  padding: 1rem;
  gap: 1rem;
  background: rgb(2 43 62 / 75%);
}
.passport-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.passport-box-head {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
}
.passport-box-content {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.passport-main {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  overflow: hidden;
}
.action-primary-1, .action-secondary-1 {
  cursor: pointer;
  display: flex;
  padding: 8px 20px;
  border-radius: 20px;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: var(--button-font-secondary);
  color: #fff;
}

.action-primary-1 {
  border: none;
  background-image: linear-gradient(to bottom, #0c6af4, #004bba);
  color: #fff;
}

.btn-close {
  color: #fff;
  background: transparent;
  border: 1px solid white;
  font-size: 1.4rem;
  border-radius: 50%;
  width: 2.4rem; /* Set width to make it circular */
  height: 2.4rem; /* Set height to make it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* Remove extra padding */
  margin: 0 !important;
}

.bg-blue {
  background-color: #013e5f !important;
  background: linear-gradient( to bottom, #0d6efd 0%, #0a58ca 45%, #0351a0 100% ) !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.finance-inputfild {
  background: none !important;
  border-bottom: 1px solid #0a6683 !important;
  color: #fff !important;
  font-size: 11px !important;
}
.broken-ladder-content {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  gap: 2rem;
}
.new-bg{
  background: #021e26;
  color: #fff;
}

.btn-style {
  border-radius: 50px !important;
}

.new-search-box-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  background-color: #00161c;
  border-radius: 40px;
  border: 1px solid #005b75;
  width: 50%;
  text-align: center;
  justify-content: center;
}

.bRedious{
  border-radius: 8px;
}

.h-98{
  height: 98%!important;
}

.bg-new{
  background-color: #022838;
}

.scrollable-div {
  overflow-y: auto;
  padding-right: 5px; 
  max-height: 35rem;
  /* Optional: adds space for scrollbar */
}

.border-none{
  border: none;
}

.main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  background-color: #032029;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  gap: 20px;
  padding: 1.25rem;
}

.footer-new {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.main-name {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #032029;
  border-radius: 12px;
  box-sizing: border-box;
  gap: 2.5rem;
  padding: 1.25rem;
  color: #fff;
}

.action-secondary {
  background-color: transparent;
  border: 1px solid #0c6af4;
  outline: none;
}

.action-primary, .action-secondary {
  cursor: pointer;
  display: flex;
  padding: 10px 20px;
  border-radius: 30px;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: var(--button-font);
  color: #fff;
}
.action-primary {
  border: none;
  background-image: linear-gradient(to bottom, #0c6af4, #004bba);
  color: #fff;
  outline: none;
}

.containt-bg{
  background-color: #032029;
  border-radius: 12px;
}

.content-scrollable{
  overflow-y: auto;
  overflow-x: hidden;
 }
 .action-primary:disabled {
  cursor: not-allowed; /* Change the cursor to indicate disabled state */
  opacity: 0.65; /* Slight transparency */
}

.box-gloss {
  padding: 10px;
  background: rgb(0 102 137 / 43%);
  border-radius: 6px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.headingimage {
  height: 35px;
}

.btn-close-warr {
  color: #fff;
  background: none;
  border: 1px solid gray;
  font-size: 1rem;
  padding: 0; /* Remove extra padding */
  margin: 0 !important;
  border: none;
  padding: 7px;

}

.font-normal{
 font-size: 12px;
}
.font-medium{
  font-size: 14px;

}
.font-large{
  font-size: 16px;

}

.findjob-inputlabel {
  color: #fff;
  font-weight: 500;
  border: 1px solid #00485F;
  border-radius: 6px;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #012838;
  /* box-shadow: 0 4px 30px rgb(0 0 0 / 80%); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(8px);
}

.findjob-inputbtn input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.findjob-inputlabel {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
input:checked + .findjob-inputlabel {
  background-color: #076C88;
  border: 1px solid #022C3F;
  border: 1px solid #02eaff ;
}
.popup-window {
  border: 1px solid #00DFFD !important;
  box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(8px);
}

.popup-window .modal-header {
  border-bottom: 1px solid #184D5F;
}
.popup-warning {
  background: #013E5F;
  color: #03DEFC;
  font-size: 1rem;
}

.career-leftcontentbox-outer {
  border-radius: 6px;
  padding: 0px 0 5px 0;
  background: #022C3F;
  border: 1px solid #184D5F;
  box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgb(2 43 62 / 75%);
  /* display: grid; */
}
.career-contentbox-head {
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  background: #012e3c;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-contentbox {
  font-size: 14px;
  color: #fff;
  padding: 8px 10px 0;
}

.career-popup-outer {
  display: flex;
  /* grid-column-gap: 12px;
  grid-row-gap: 15px; */
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.subheadingimage {
  height: 2rem;
}

.popupbox-footer {
  border-top: 1px solid #3a6f81;
}
.border-blue {
  color: #cacacabd !important;
}

.ps-3 {
  padding-left: 1rem !important;
}
.scrollbar-hidden {
  scrollbar-width: thin;
  scrollbar-color: #066c8e #bbb;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.me-2 {
  margin-right: .2rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.pd-right{
  padding-right: 1rem;
}
.digitalno-icons img {
  height: 20px;
}

button {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
}

.height-scrool-hidden{
  height: 100%;
overflow: hidden;
}
.height-scrool{
  height: 100%;
overflow: auto;
}

.font_b8 {
  font-size: 1.8rem;
}
.gptWidthPopup{
  max-width: 42vw!important;
}
.sdggimg {
  height: 8rem !important;
  width: 8rem !important;
}
.deadScreenLeftgrid{
  display: grid;grid-template-columns: 11% auto 11% ;gap: 10px;height: 100%;overflow: hidden;
}

.newFetureGrid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem
}

.action-card-img{
  width: 2rem!important;
}
 .action-title-font{
  font-size: 1rem!important;
 }
 
 .custom-checkbox span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  transition: all 0.3s ease;
  background-color:transparent;
  border: 2px solid gray;
}
.custom-checkbox input:checked+span::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.custom-checkbox input:checked+span {
  background-color: rgb(12, 161, 12);
  border-color: rgb(12, 161, 12);
}
.smallPopupwidth{
  max-width:900px!important;
  padding: 2rem!important;
  font-size: 1.1rem!important;



}

@keyframes blink {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .text-content {
    overflow-y: scroll;
    font-size: 20px;
  }
  .subheadingimage {
    height: 1rem;
  }
  .bottom-nav .footer-icon img {
    width: 150px;
  }
  .next-popbtn {
    font-size: 19px !important;
  }

  .content-medium-font {
    font-size: 21px !important;
  }
  .content-font {
    font-size: 16px !important;
  }
  .modal-section-title {
    font-size: 22px !important;
  }
  .modal-content-font {
    font-size: 16px !important;
  }
  .modal-btn-text {
    font-size: 15px !important;
  }
  .righttop-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 38px;
    font-size: 28px;
    font-weight: 600;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 38px;
    font-size: 28px;
    font-weight: 600;
  }
  .svg-image1 {
    width: 90% !important;
  }
  .svg-image {
    width: 100% !important;
  }

  .footer-holder {
    position: fixed;
    bottom: 0;
    width: 74.1%;
    margin: auto;
    margin-bottom: 15px;
  }

  .tab-panel-outer {
    margin-top: 64px;
  }


  .footer-icon-text-dead {
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 67px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .footer-textbutton {
    font-size: 16px !important;
    color: #33a5b5 !important;
    padding: 0.2rem 0.75rem !important;
    border: none;
    outline: none;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-weight: 400;
  }

  .digital-icon-row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
  }
  .testimonials-slider {
    padding: 0 16px 0px;
    margin: 0 auto 8px auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: absolute;
    /* position: relative; */
    top: 50%;
    width: 72%;
    background-color: #031e27;
  padding: 1rem;
  }
  .testimonials-slider-content {
    font-size: 30px;
    padding: 0 40px;
    line-height: 42px;
  }
  .testimonials-slider-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 2px solid transparent;
    border-image-slice: 1;
    width: 100%;
    padding: 0px 35px 7px;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: left;
    line-height: 30px;
  }
  .testislider-form {
    display: flex;
    /* align-items: center; */
    /* margin-top: 3rem; */
  }
  .testislider-form textarea {
    background: none !important;
    border: 0;
    border-bottom: 1px solid #0a6683 !important;
    color: #fff !important;
    font-size: 19px !important;
  }
  .bottom-nav p {
    padding: 0px 3px;
    /* width: 68px; */
    /* bottom: -9px; */
    position: relative;
    font-size: 20px;
  }

  .bottom-nav-link img {
    width: 36px;
    height: 36px;
  }
  .footer-textbutton-holder button {
    font-size: 18px;
    color: #33a5b5;
  }
  .digitalno-icons img {
    height: 27px;
  }
  .progress-box .progress-icon {
    height: 30px;
  }

  
  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }

  .circle-singleline-red {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #be0511;
    border: 4px solid #be0511;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2px !important;
  }

  .circle-singleline-green {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #3ddc84;
    border: 4px solid #3ddc84;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem!important;
  }

  .circle-singleline-blue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #03defc;
    border: 4px solid #03defc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem !important;
  }
  .circle-singleline {
    width: 50px;
    height: 50px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 17px;
    font-size: 28px;
    padding: 4px !important;
  }

  .yourfamily {
    padding-top: 3px;
    /* width: 13%; */
    text-align: center;
  }

  .progress-box {
    width: 100px;
  }

  .logo-img {
    height: 80px;
  }
  .me-2 {
    margin-right: 0.9rem !important;
  }

  .family-grp-img img {
    height: 52px;
  }

  .gender-col {
    width: 36%;
  }

  /* .family-grp-img img{
        height: 22px;
    } */

  .family-image-center {
    margin-left: auto;
    margin-right: auto;
  }

  .family-member-count {
    font-size: 17px;
    color: #03defc;
    margin-bottom: 0;
  }
  .child-icon {
    height: 38px !important;
  }
  .aged-icon {
    height: 48px !important;
  }
  .digital-icon-outer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
  }
  .digitalno-icons img {
    height: 20px;
  }
  .digitalno-icons .nobg-btn {
    position: relative;
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 3px;
    color: #fff;
  }
  .digital-icon_badge-red {
    width: 7px;
    height: 7px;
    background: #ff0000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 2px;
  }
  .digital-icon_badge-green {
    width: 7px;
    height: 7px;
    background: #00bf2a;
    display: inline-block;
    border-radius: 50%;
    margin-right: 2px;
  }
  .eco-status-box {
    border: 1px solid #0c6f7c;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 6px;
    margin-right: 3px;
  }

  .financial-status-tab-outer {
    padding-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 19.5rem);
  }
  .country-tab-outer {
    padding-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 19.5rem);
  }
  .diarytab-row-outer {
    padding-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 19.5rem);
  }
  .business-tab-outer {
    padding-top: 10px;
    overflow-y: auto;
    height: calc(100vh - 19.5rem);
  }

  .educationpopup-box-head {
    font-size: 18px;
  }
  .educationpopup-warning {
    font-size: 14px;
  }

  .career-contentbox {
    font-size: 16px;
    /* color: #6A6A6A; */
    padding: 8px 10px 0;
  }
  .career-contentbox-holder {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    /* height: 30.9rem; */
  }
  .career-contentbox-head {
    font-size: 18px;
  }

  .finance-contentbox-head {
    font-size: 18px;
  }
  .finance-contentbox-head1 {
    font-size: 18px;
  }
  .expenditure-tophead {
    font-size: 18px;
  }
  .finance-inputfild {
    font-size: 16px !important;
  }

  .leisure-box-holder label .icon-box {
    width: 141px;
    height: 141px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    background: #ffffff;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }

  .lang-logo-holder {
    padding: 30px 24px;
    margin-top: 30%;
  }
  .select-lang-info {
    font-size: 18px;
  }
  .check-default-lang {
    font-size: 16px;
    margin-top: 30px;
  }
  .langscreen-lefttop-img {
    height: auto;
  }
  .langscreen-person-info {
    line-height: 32px;
  }
  .langscreen-content-outer {
    overflow-y: auto;
    height: calc(100vh - 16rem);
  }
  .langscreen-right-btn img {
    width: 226px;
  }

  .choosecharacter-opt {
    padding: 10px;
    border: 1px solid #184d5f;
    border-radius: 10px;
    /* height: calc(100vh - 40rem); */
    height: 358px;
    overflow: hidden;
    overflow-y: auto;
  }
  .characterbox-height {
    height: calc(100vh - 45rem);
    overflow: hidden;
    overflow-y: auto;
  }

  .designlife-color-box {
    padding: 0 !important;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    /* height: 154px;
        width: 154px; */

    display: flex;
    justify-content: space-between;
  }
  .designlife-outer-btn {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    /* color: #fff !important;
        font: inherit !important;
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between; */
  }
  .designlife-goal-box-text {
    margin-bottom: 3px;
    height: 80px;
    text-align: left;
  }
  .designlife-color-box img {
    height: 106px;
    width: 106px;
    border-radius: 10px;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .strsrn-topsec a,
  .strsrn-topsec button {
    font-size: 24px !important;
    padding: 0 !important;
  }
  .amenities-holder {
    font-size: 21px !important;
    border-radius: 6px;
    color: #fff !important;
    /* width: 135px;
        height: 82px; */
    padding: 15px 12px;
    text-align: center;
    cursor: pointer;
    /* display: flex !important;
        align-items: center;
        justify-content: center; */
    background-color: #012838 !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(8px);
  }
  .aminities-title {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #006787;
  }
  .stcrn-headline {
    font-size: 30px;
    text-align: center;
  }
  .box-title-headouter {
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 18px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 82px;
  }
  .action-card-img{
    width: 1rem!important;
  }

  .action-title-font{
    font-size: 0.8rem!important;
   }
  
}

@media only screen and (min-width: 2560px) {
  .text-content {
    overflow-y: scroll;
    font-size: 20px;
  }
  .subheadingimage {
    height: 1rem;
  }
  /* .normal-font {
    font-size: 16px !important;
  } */
  .action-title-font{
    font-size: 0.8rem!important;
   }
  .next-popbtn {
    font-size: 16px !important;
  }
  .modal-content-font {
    font-size: 15px !important;
  }
  .modal-btn-text {
    font-size: 15px !important;
  }
  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .strsrn-topsec a,
  .strsrn-topsec button {
    font-size: 24px !important;
    padding: 0 !important;
  }
  .amenities-holder {
    font-size: 21px !important;
    border-radius: 6px;
    color: #fff !important;
    padding: 15px 12px;
    text-align: center;
    cursor: pointer;
    background-color: #012838 !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(8px);
  }
  .aminities-title {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #006787;
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-weight: 400;
  }

  /* .choosecharacter-opt {
        padding: 10px;
        border: 1px solid #184D5F;
        border-radius: 10px;
        height: calc(100vh - 46rem);
        overflow: hidden;
        overflow-y: auto;
    }
    .characterbox-height {
        height: calc(100vh - 51rem);
        overflow: hidden;
        overflow-y: auto;
    } */
  .box-title-headouter {
    font-size: 19px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 18px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 82px;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }

  .circle-singleline-red {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #be0511;
    border: 4px solid #be0511;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2px !important;
  }

  .circle-singleline-green {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #3ddc84;
    border: 4px solid #3ddc84;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem!important;
  }

  .circle-singleline-blue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #03defc;
    border: 4px solid #03defc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem !important;
  }
  .action-card-img{
    width: 1rem!important;
  }
  
}

@media (max-width: 1728px) {
  .text-content {
    overflow-y: scroll;
    font-size: 20px;
  }
  /* .normal-font {
    font-size: 16px !important;
  } */
  .next-popbtn {
    font-size: 16px !important;
  }
  .content-medium-font {
    font-size: 19px !important;
  }
  .content-font {
    font-size: 13px !important;
  }
  .modal-content-font {
    font-size: 15px !important;
  }
  .modal-btn-text {
    font-size: 15px !important;
  }
  .righttop-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }


  .circle-singleline-red {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #be0511;
    border: 4px solid #be0511;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2px !important;
  }

  .circle-singleline-green {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #3ddc84;
    border: 4px solid #3ddc84;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem!important;
  }

  .circle-singleline-blue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #03defc;
    border: 4px solid #03defc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem !important;
  }
  .circle-singleline {
    width: 50px;
    height: 50px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 17px;
    font-size: 28px;
    padding: 4px !important;
  }
  .testimonials-slider-content {
    font-size: 18px;
    padding: 0 40px;
  }
  .testislider-form {
    display: flex;
    /* align-items: center; */
    /* margin-top: 3rem; */
  }

  .footer-textbutton {
    font-size: 14px !important;
    color: #33a5b5 !important;
    padding: 0.2rem 0.75rem !important;
    border: none;
    outline: none;
  }

  .career-contentbox {
    font-size: 15px;
    /* color: #6A6A6A; */
    padding: 8px 10px 0;
  }
  .career-contentbox-holder {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    /* height: 29.9rem; */
  }

  .designlife-color-box {
    padding: 0 !important;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    /* height: 154px;
        width: 154px; */

    display: flex;
    justify-content: space-between;
  }
  .designlife-outer-btn {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    /* color: #fff !important;
        font: inherit !important;
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between; */
  }
  .designlife-goal-box-text {
    margin-bottom: 3px;
    height: 80px;
    text-align: left;
  }
  .designlife-color-box img {
    height: 106px;
    width: 106px;
    border-radius: 10px;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .gptWidthPopup{
    max-width: 42vw!important;
  }
}

@media (max-width: 1668px) {
  .text-content {
    overflow-y: scroll;
    font-size: 18px;
  }
  /* .normal-font {
    font-size: 17px !important;
  } */
  .next-popbtn {
    font-size: 16px !important;
  }
  .content-medium-font {
    font-size: 14px !important;
  }
  .content-font {
    font-size: 12px !important;
  }
  .modal-content-font {
    font-size: 14px !important;
  }
  .modal-btn-text {
    font-size: 14px !important;
  }
  .righttop-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .tab-panel-outer {
    margin-top: 18px;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }

  .circle-singleline-red {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #be0511;
    border: 4px solid #be0511;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2px !important;
  }

  .circle-singleline-green {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #3ddc84;
    border: 4px solid #3ddc84;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem!important;
  }

  .circle-singleline-blue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #03defc;
    border: 4px solid #03defc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 13px;
    font-size: 28px;
    padding: 2rem !important;
  }

  .testimonials-slider {
    padding: 0 16px 0px;
    margin: 0 auto 8px auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: absolute;
    /* position: relative; */
    top: 50%;
    width: 73%;
    background-color: #031e27;
  padding: 1rem;
  }
  .testimonials-slider-content {
    font-size: 18px;
    padding: 0 40px;
  }
  .testislider-form {
    display: flex;
    /* align-items: center; */
    /* margin-top: 3rem; */
  }

  .footer-textbutton {
    font-size: 12px !important;
    color: #33a5b5 !important;
    padding: 0.2rem 0.75rem !important;
    border: none;
    outline: none;
    background-color: transparent;
  }

  .career-contentbox {
    font-size: 14px;
    /* color: #6A6A6A; */
    padding: 8px 10px 0;
  }
  .career-contentbox-holder {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    /* height: 28.9rem; */
  }

  .designlife-color-box {
    padding: 0 !important;
    font-size: 9px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    /* height: 96px;
        width: 96px; */

    display: flex;
    justify-content: space-between;
  }
  .designlife-outer-btn {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    /* color: #fff !important;
        font: inherit !important;
    
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between; */
  }
  .designlife-goal-box-text {
    margin-bottom: 3px;
    height: 42px;
    text-align: left;
  }
  .designlife-color-box img {
    height: 110px;
    width: 110px;
    border-radius: 10px;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .gptWidthPopup{
    max-width: 42vw!important;
  }
}

@media (max-width: 1440px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  /* .normal-font {
    font-size: 17px !important;
  } */
  .next-popbtn {
    font-size: 16px !important;
  }
  .testimonials-slider-content {
    font-size: 18px;
    padding: 0 40px;
  }
  .testislider-form {
    display: flex;
    /* align-items: center; */
    /* margin-top: 3rem; */
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }.gptWidthPopup{
    max-width: 42vw!important;
  }
}

@media (max-width: 1368px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
    }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .footer-textbutton {
    font-size: 11px !important;
    color: #33a5b5 !important;
    padding: 0.2rem 0.75rem !important;
    border: none;
    outline: none;
  }
  .gptWidthPopup{
    max-width: 42vw!important;
  }
}

@media (max-width: 1280px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  .deadScreenLeftgrid{
    display: grid;grid-template-columns: 12% auto 11% ;gap: 10px;height: 100%;overflow: hidden;
  }
  .footer-icon-text-btn {
    position: absolute;
    left: 19px;
    right: 5px;
    bottom: 0;
    color: #fff;
    top: 41px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
  }
  /* .normal-font {
    font-size: 14px !important;
  } */
  .next-popbtn {
    font-size: 14px !important;
  }
  .content-font {
    font-size: 10px !important;
  }
  .content-medium-font {
    font-size: 11px !important;
  }

  .modal-content-font {
    font-size: 13px !important;
  }
  .modal-btn-text {
    font-size: 14px !important;
  }
  .righttop-btn {
    font-size: 11px !important;
    font-weight: 500 !important;
  }
  .family-grp-img img {
    height: 32px;
  }
  .child-icon {
    height: 24px !important;
  }

  .progress-box {
    width: 52px;
  }
  .progress-box .progress-icon {
    height: 14px;
  }

  .digitalno-icons img {
    height: 18px;
  }

  .testimonials-slider {
    top: 50%;
    width: 72%;
    position: absolute;
    background-color: #031e27;
  padding: 1rem;
  }
  .testimonials-slider-content {
    font-size: 16px;
  }

  .tabnav-btn .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .circle-singleline {
    width: 47px;
    height: 47px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 17px;
    font-size: 23px;
    padding: 4px !important;
  }

  .finance-contentbox-holder {
    padding: 10px 5px;
  }
  .expenditure-table td,
  th {
    padding: 10px 5px !important;
  }
  .expenditure-table .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
  }

  /* .country-flag-link{
        width: 107px;
    } */
  .country-flag-img img {
    height: 40px;
    margin-bottom: 10px;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead{
    position: absolute;
    left: 13px;
    right: 0px;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .footer-textbutton-holder {
    column-gap: 15px;
  }
  
  .footer-textbutton-holder button {
    font-size: 11px;
    color: #33A5B5;
    padding: 0.2rem 0.75rem;
  }
  
  .footer-textbutton {
    font-size: 11px !important;
    color: #33A5B5 !important;
    padding: 0.2rem 0.75rem !important;
    border: none;
    outline: none;
  }
  
  .footer-textbutton:hover {
    color: #fff !important;
  }
}

@media (max-width: 1199px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  .deadScreenLeftgrid {
    display: grid;
    grid-template-columns: 13% auto 11%!important;
    gap: 10px;
    height: 100%;
    overflow: hidden;
  }
  
  /* .normal-font {
    font-size: 14px !important;
  } */
  .next-popbtn {
    font-size: 14px !important;
  }
  .content-font {
    font-size: 10px !important;
  }
  .content-medium-font {
    font-size: 11px !important;
  }
  .modal-content-font {
    font-size: 13px !important;
  }
  .righttop-btn {
    font-size: 10px !important;
    font-weight: 500 !important;
  }
  .family-grp-img img {
    height: 28px;
  }

  .progress-box {
    width: 52px;
  }
  .progress-box .progress-icon {
    height: 13px;
  }
  

  .digital-icon-row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
    font-size: 9px;
  }

  .digitalno-icons img {
    height: 16px;
  }
  .testimonials-slider-title {
    font-size: 13px;
  }
  .testimonials-slider-content {
    font-size: 18px;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .circle-singleline {
    width: 42px;
    height: 42px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 13px;
    font-size: 20px;
    padding: 4px !important;
  }

  .finance-contentbox-holder {
    padding: 10px 5px;
  }
  .expenditure-table td,
  th {
    padding: 5px 5px !important;
  }
  .expenditure-table .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .amenities-holder {
    font-size: 13px !important;
    border-radius: 6px;
    color: #fff !important;
    padding: 15px 12px;
    text-align: center;
    cursor: pointer;
    background-color: #012838 !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(8px);
  }
  .aminities-title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #006787;
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0px!important;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
      position: absolute;
      left: 15px!important;
      right: 0px;
      bottom: 0;
      color: #fff;
      top: 13px;
      font-size: 12px;
      font-weight: 600;
      line-height: 15px;
      }
  .obituaryBtnTOp {
    top: 28px;
  }
  .gptWidthPopup{
    max-width: 42vw!important;
  }
}

@media (max-width: 1180px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }

  .deadScreenLeftgrid{
    display: grid;grid-template-columns: 13% auto 11% !important;gap: 10px;height: 100%;overflow: hidden;
  }
  /* .normal-font {
    font-size: 14px !important;
  } */
  .next-popbtn {
    font-size: 14px !important;
  }
  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .gptWidthPopup{
    max-width: 42vw!important;
  }
}

@media (max-width: 1104px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  .deadScreenLeftgrid{
    display: grid;grid-template-columns: 15% auto 11%!important ;gap: 10px;height: 100%;overflow: hidden;
  }
  .gptWidthPopup{
    max-width: 65vw!important;
  }
  /* .normal-font {
    font-size: 14px !important;
  } */
  .next-popbtn {
    font-size: 14px !important;
  }
  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .amenities-holder {
    font-size: 13px !important;
    border-radius: 6px;
    color: #fff !important;
    padding: 15px 12px;
    text-align: center;
    cursor: pointer;
    background-color: #012838 !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(8px);
  }
  .aminities-title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #006787;
  }
  .passport-box-inner {
    text-align: center;
    border: 2px solid #0c6f7c;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(2 43 62 / 75%);
  }
  .passport-box-flag {
    margin-top: 10px;
    text-align: center;
  }
  .passport-box-flag img {
    width: 80%;
  }
  .passport-box-head {
    font-size: 16px;
    text-align: center;
  }
  /* .passport-box-stamp img {
    width: 70%;
  } */
  .passport-box-content {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 100%;
  }
  .stcrn-headline {
    font-size: 20px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 16px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding: 10px;
  }
  .obituarybtn {
    margin-top: 5px;
  }
  .summary-sublogo2{
    width: 80%!important;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 36%!important;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-btn {
    position: absolute;
    left: 36%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 41px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
  }

  .digital-icon-row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 9px;
    width: 100%;
  }


.skeleton {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  margin: 0 auto;
  height: 100%;
  width: 100vw;
  box-sizing: border-box;
  padding-bottom: 3.5rem;
  gap: 1.25rem;
  font-size: var(--body-font);
}
.flag-holder img {
  width: 50px;
}
.gptWidthPopup{
  max-width: 42vw!important;
}
}

@media (max-width: 1024px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  .newFetureGrid{
    display: grid; grid-template-columns: auto; gap: 1rem
  }
  .deadScreenLeftgrid{
    display: grid;grid-template-columns: 15% auto 11%!important ;gap: 10px;height: 100%;overflow: hidden;
  }
  .gptWidthPopup{
    max-width: 65vw!important;
  }
  .font_b8 {
    font-size: 1.5rem;
  }
  /* .normal-font {
    font-size: 13px !important;
  } */
   .summary-sublogo2{
    width: 80%!important;
  }

  .new-search-box-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    background-color: #00161c;
    border-radius: 40px;
    border: 1px solid #005b75;
    width: 60%;
    text-align: center;
    justify-content: center;
  }
  .next-popbtn {
    font-size: 13px !important;
  }
  .content-font {
    font-size: 10px !important;
  }
  .content-medium-font {
    font-size: 11px !important;
  }
  .modal-content-font {
    font-size: 12px !important;
  }
  .righttop-btn {
    font-size: 8.5px !important;
    font-weight: 500 !important;
  }

  /* .testimonials-slider {
        top: 28%;
        width: 100%;
    } */

  .tab-panel-outer {
    margin-top: 28px;
  }

  .footer-textbutton {
    font-size: 11px !important;
    color: #33a5b5 !important;
    padding: 0.2rem 0.75rem !important;
    border: none;
    outline: none;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }
  .circle-singleline {
    width: 42px;
    height: 42px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 8px;
    font-size: 23px;
    padding: 4px !important;
  }

  .expenditure-table td,
  th {
    padding: 5px 5px !important;
  }
  .expenditure-table .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
  }

  .choosecharacter-opt {
    padding: 10px;
    border: 1px solid #184d5f;
    border-radius: 10px;
    /* height: calc(100vh - 24.8rem); */
    height: 352px;
    overflow: hidden;
    overflow-y: auto;
  }
  .characterbox-height {
    /* height: calc(100vh - 28.3rem); */
    height: 340px;
    overflow: hidden;
    overflow-y: auto;
  }

  .obituary-leftcontentbox-holder {
    /* height: 15rem; */
    overflow: hidden;
    overflow-y: auto;
  }
  .obituary-rightouter {
    /* height: ; */
    overflow: hidden;
    overflow-y: auto;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .amenities-holder {
    font-size: 13px !important;
    border-radius: 6px;
    color: #fff !important;
    padding: 15px 12px;
    text-align: center;
    cursor: pointer;
    background-color: #012838 !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(8px);
  }
  .aminities-title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #006787;
  }
  .passport-box-inner {
    text-align: center;
    border: 2px solid #0c6f7c;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(2 43 62 / 75%);
  }
  .passport-box-flag {
    margin-top: 10px;
    text-align: center;
  }
  .passport-box-flag img {
    width: 80%;
  }
  .passport-box-head {
    font-size: 16px;
    text-align: center;
  }
  /* .passport-box-stamp img {
    width: 70%;
  } */
  .passport-box-content {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 100%;
  }
  .fontheading {
    font-size: 1.2rem !important;
  }
  .countrygroupBack {
    margin-top: 22px;
  }
  .stcrn-headline {
    font-size: 18px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 15px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 45%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-btn {
    position: absolute;
    left: 45%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 41px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .flag-holder img {
    width: 5vh;
  }
  .sicon1 {
    width: 0% !important;
  }
  .sicon2 {
    width: 100% !important;
  }
  .bottonBtnWid {
    width: 30%;
  }
  .lang-col {
    width: 40%;
  }
  .digital-icon-row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    font-size: 10px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .text-content {
    overflow-y: scroll;
    font-size: 14px;
  }
  .deadScreenLeftgrid{
    display: grid;grid-template-columns: 18% auto 11% !important;gap: 10px;height: 100%;overflow: hidden;
  }
  .gptWidthPopup{
    max-width: 65vw!important;
  }
  .font_b8 {
    font-size: 1.3rem;
  }
  .summary-sublogo2{
    width: 80%!important;
  }
  /* .normal-font {
    font-size: 13px !important;
  } */
  .next-popbtn {
    font-size: 13px !important;
  }
  .content-font {
    font-size: 10px !important;
  }
  .content-medium-font {
    font-size: 11px !important;
  }
  .righttop-btn {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
  .religion-col {
    width: 14%;
  }

  .location-col {
    width: 20%;
  }
  .family-info-col {
    width: 24%;
  }
  .family-grp-img img {
    height: 32px;
  }

  .progress-box {
    width: 52px;
  }
  .progress-box .progress-icon {
    height: 13px;
  }

  .digital-icon-row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    font-size: 10px;
    width: 100%;
  }
  .digitalno-icons img {
    height: 18px;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }

  .testimonials-slider {
    top: 50%;
    width: 100%;
    position: relative;
    background-color: #031e27;
  padding: 1rem;
  }
  .testimonials-slider-content {
    font-size: 14px;
  }

  .footer-holder {
    width: 100%;
  }

  .educationpopup-box-inner {
    width: 48%;
  }
  .educationpopup-box-head {
    font-size: 10px;
  }
  .educationpopup-box-midcontent p {
    font-size: 10px;
  }

  .career-contentbox-holder {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    flex-wrap: wrap;
    /* height: 20.9rem; */
  }
  .career-contentbox-btn-holder {
    display: flex;
    column-gap: 7px;
    row-gap: 6px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .career-contentbox-outer {
    width: 49%;
  }
  .career-contentbox-head {
    font-size: 14px;
  }
  .career-contentbox {
    font-size: 12px;
  }

  .finance-contentbox-outer {
    width: 49%;
  }

  .choosecharacter-opt {
    padding: 10px;
    border: 1px solid #184d5f;
    border-radius: 10px;
    /* height: calc(100vh - 24.8rem); */
    height: 203px;
    overflow: hidden;
    overflow-y: auto;
  }
  .characterbox-height {
    /* height: calc(100vh - 28.3rem); */
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
  }

  .appstore-content {
    font-size: 62px;
  }
  .appstore-mobimg img {
    height: 373px;
  }
  .appstore-comesoon img {
    width: 125px;
  }
  .googleplay-btn img {
    width: 125px;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .box-title-font {
    font-size: 17px;
  }
  .md-box-width {
    width: 70%;
  }
  .passport-box-inner {
    text-align: center;
    border: 2px solid #0c6f7c;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(2 43 62 / 75%);
  }
  .passport-box-flag {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
  }
  .passport-box-flag img {
    width: 80%;
  }
  .passport-box-head {
    font-size: 16px;
    text-align: center;
  }
  /* .passport-box-stamp img {
    width: 70%;
  } */
  .passport-box-content {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 100%;
  }
  .fontheading {
    font-size: 1.2rem !important;
  }
  .countrygroupBack {
    margin-top: 22px;
  }
  .stcrn-headline {
    font-size: 18px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .section-title-large {
    font-size: 15px;
  }
  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-btn {
    position: absolute;
    left: 43%;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 41px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .flag-holder img {
    width: 5vh;
  }
  .sicon1 {
    width: 0% !important;
  }
  .sicon2 {
    width: 100% !important;
  }
  .bottonBtnWid {
    width: 30%;
  }
  .lang-col {
    width: 40%;
  }
  .event-window {
    display: grid; 
    grid-template-rows: auto 1fr auto auto; 
    gap: 1rem; 
    padding: 0.8rem; 
    height: 50%;
    background-color: rgb(3, 30, 39,0.5);
        overflow:hidden;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;    }
}

@media (max-width: 768px) {
  /* .normal-font {
    font-size: 13px !important;
  } */
  .next-popbtn {
    font-size: 13px !important;
  }
  .content-font {
    font-size: 10px !important;
  }
  .content-medium-font {
    font-size: 11px !important;
  }
  .righttop-btn {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
  .family-grp-img img {
    height: 32px;
  }

  .progress-box {
    width: 52px;
  }
  .progress-box .progress-icon {
    height: 13px;
  }

  .digital-icon-row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 9px;
    width: 100%;
  }
  .digitalno-icons img {
    height: 18px;
  }

  .circle-background {
    border: 2px solid #0c6f7c;
    background-color: #062e3b;
    margin-top: 27%;
  }

  .testimonials-slider {
    top: 50%;
    width: 100%;
    position: relative;
    background-color: #031e27;
  padding: 1rem;
  }
  .testimonials-slider-content {
    font-size: 14px;
  }

  .footer-holder {
    width: 100%;
  }

  .educationpopup-box-inner {
    width: 48%;
  }
  .educationpopup-box-head {
    font-size: 10px;
  }
  .educationpopup-box-midcontent p {
    font-size: 10px;
  }

  .career-contentbox-holder {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    flex-wrap: wrap;
  }
  .career-contentbox-btn-holder {
    display: flex;
    column-gap: 7px;
    row-gap: 6px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .career-contentbox-outer {
    width: 49%;
  }
  .career-contentbox-head {
    font-size: 10px;
  }
  .career-contentbox {
    font-size: 10px;
  }

  .finance-contentbox-outer {
    width: 49%;
  }

  .choosecharacter-opt {
    padding: 10px;
    border: 1px solid #184d5f;
    border-radius: 10px;
    /* height: calc(100vh - 24.8rem); */
    height: 230px;
    overflow: hidden;
    overflow-y: auto;
  }
  .characterbox-height {
    /* height: calc(100vh - 28.3rem); */
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
  }

  .appstore-content {
    font-size: 62px;
  }
  .appstore-mobimg img {
    height: 373px;
  }
  .appstore-comesoon img {
    width: 125px;
  }
  .googleplay-btn img {
    width: 125px;
  }
  .stcrn-box-center img {
    /* width: 100%; */
  }
  .country-box-flag img {
    width: 70%;
  }
  .box-title-font {
    font-size: 17px;
  }
  .md-box-width {
    width: 70%;
  }
  .passport-box-inner {
    text-align: center;
    border: 2px solid #0c6f7c;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(2 43 62 / 75%);
  }
  .passport-box-flag {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
  }
  .passport-box-flag img {
    width: 80%;
  }
  .passport-box-head {
    font-size: 16px;
    text-align: center;
  }
  /* .passport-box-stamp img {
    width: 70%;
  } */
  .passport-box-content {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 100%;
  }
  .fontheading {
    font-size: 1.2rem !important;
  }

  .countrygroupBack {
    margin-top: 22px;
  }
  .stcrn-headline {
    font-size: 16px;
    text-align: center;
  }
  .tabnav-btn .nav-item .nav-link {
    color: #848484;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }
  .box-title-headouter {
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    background: #012e3c;
    border-bottom: 3px solid #0cc4de;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .section-title-large {
    font-size: 15px;
  }

  .finance-contentbox-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    padding: 10px;
  }
  .footer-icon-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-icon-text-dead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    top: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .obituaryBtnTOp {
    top: 28px;
  }
  .flag-holder img {
    width: 5vh;
  }
  .sicon1 {
    width: 0% !important;
  }
  .sicon2 {
    width: 100% !important;
  }
  .bottonBtnWid {
    width: 30%;
  }
  .lang-col {
    width: 40%;
  }
}








