body {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
.headerlink {
  margin-bottom: 25px;
}
.Logo-topright img {
  margin-top: -24px;
  width: 280px;
}
.Logo-topright img {
  float: right;
}
.tct {
  list-style: none;
}
small .text-muted {
  display: none !important;
  visibility: hidden !important;
}
.small,
small {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .Logo-topright img {
    float: left;
    margin-left: 8%;
    margin-top: -14px;
    margin-bottom: 10px;
  }
}
p.disclaimer-line1 span {
  display: none;
}

.gotohome a span {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  color: #07458e;
}
.gotohome a span:hover {
  text-decoration: underline;
  font-weight: bold;
}
.text-muted {
  font-size: 14px;
}
.imag img {
  border: 1px solid gray;
}
.ulsubtitle {
  font-weight: bold;
}

.download-pdf {
  position: absolute;
  margin-left: 4px;
  font-size: 17px;
}

@media only screen and (max-width: 600px) {
  .text-muted {
  }
}
@media only screen and (max-width: 600px) {
  .share-article {
    padding-top: 10px;
  }
}
/* .share-article{
    text-align: end;
  } */

@media only screen and (max-width: 600px) {
  .nav {
    font-size: 9px;
  }
}
@media only screen and (max-width: 600px) {
  h5.go-hm {
    margin: 0px;
  }
}
@media only screen and (max-width: 600px) {
  hr.hr {
    width: 0%;
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  hr.hr1 {
    width: 0%;
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  .nav {
    padding: 1px 1px;
    font-size: 9px;
  }
}
.hm-pg {
  display: none;
  text-align: center;
  padding: 25px;
}
.hm-pg a {
  color: white;
  text-decoration: none;
}
.hm-pg a:hover {
  color: blue;
  text-decoration: none;
}
.go-hm {
  background: #fec909;
  margin: 1rem 5.7rem;
  border-radius: 10px;
  font-size: 25px;
  padding: 10px;
}
.hr {
  z-index: 1;
  color: white;
  position: relative;
  opacity: 1;
  width: 36%;
  z-index: 1;
  top: 42px;
  left: 105px;
}
.hr1 {
  z-index: 1;
  color: white;
  position: relative;
  opacity: 1;
  width: 36%;
  left: 730px;
  bottom: 39px;
}

.related-article {
  margin: 40px 0px -40px 0px;
}
.cardlink {
  text-decoration: none;
}

.card-body {
  height: 125px !important;
}

.card-body:hover {
  color: white;
  background-color: #fec909;
  border-radius: 9px;
}

.card-body1 button {
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 5px;
  border: 0px;
}

.card-title {
  color: #07458e;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title1 {
  color: #07458e;
  font-size: 20px;
  width: 75%;
  font-weight: bold;
}

.featured {
  position: absolute;
  right: 0.2em;
  font-size: 16px;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-size: 16px;
}

.card-text1 {
  font-size: 20px;
  text-align: justify;
}

.card-text2 {
  text-align: justify;
}

.card {
  border: 1px solid #ecece7;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card:hover {
  transform: translateY(-8px);
  transition: all 0.2s ease-in;
}

.card img {
  border-radius: 10px;
}

.header-image img {
  height: 320px;
  overflow: hidden;
}

.fixedlazy {
  position: fixed;
  bottom: 40%;
  left: -36px;
  z-index: 2;
}

.fixedlazy p {
  margin: 0px;
}

.fixedlazy p img {
  height: 40px;
  border-radius: 15px;
}

.fixedlazy p img:hover {
  transform: translate(18px, 0px);
}

.fixedlazy1 {
  display: none;
  position: fixed;
  bottom: 40%;
  right: -190px;
  margin: 30px;
  z-index: 2;
}

.fixedlazy1 p {
  margin: 30px;
  border-radius: 50px 0px 0px 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fixedlazy1 p img {
  height: 70px;
  border-radius: 50px 0px 0px 50px;
}

.fixedlazy1 p img:hover {
  transform: translate(-120px, 0px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fixedlazy-mobile {
  display: none;
}

.conclusion-text {
  padding: 20px;
  margin-top: 10px;
  font-weight: bold;
  background-color: #fecc00;
  border-radius: 0px 30px;
  border: 2px solid #07458e;
}

@media only screen and (max-width: 600px) {
  .fixedlazy {
    display: none;
  }

  .card-subtitle {
    background-image: url("lazytech/images/1224.png");
    background-size: cover;
    padding: 0px 40px 0px 20px;
  }

  .conclusion {
    background-image: url("lazytech/images/1224.png");
    padding: 0px 40px 0px 20px;
  }
  .risk0meter {
    margin-bottom: 25px;
  }

  .card-subtitle span {
    background-image: url("");
  }

  .conclusion span {
    background-image: url("");
  }

  .fixedlazy-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 25%;
    z-index: 2;
  }
  .related-article {
    font-size: 30px;
    margin: 20px 0px 0px 0px;
  }

  .card {
    border: 1px solid #ecece7;
    border-radius: 10px;
    height: 220px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .fixedlazy-mobile a img {
    margin: -2px;
    height: 40px;
    border-radius: 15px;
  }

  .header-image {
    height: 190px;
    overflow: hidden;
  }

  .card-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    color: black;
  }

  .card-text1 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
  }

  .card-title1 {
    font-size: 22px;
    font-weight: bold;
  }

  .card-body1 button {
    font-size: 16px;
    padding: 3px 12px;
    border-radius: 5px;
    border: 0px;
  }

  ul li {
    padding: 2px;
    text-align: justify;
  }

  .featured {
    position: absolute;
    right: 0.9em;
    font-size: 12px;
  }
  .oltitle li {
    text-align: justify;
  }
}
.disclaimer {
  padding: 20px 30px;
}
ul li {
  /* padding: 5px; */
  text-align: justify;
}
.disclaimer p {
  font-size: 11px;
  margin: 0px;
  padding: 5px 0px;
}
p.disclaimer-line2 {
  text-align: justify;
}

.card {
  --bs-card-border-width: 0px !important;
}

.card-title2 {
  color: #07458e;
}

.card-subtitle {
  color: #ffffff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.card-subtitle span {
  background-image: url("images/1223.png");
  background-size: cover;
  padding: 0px 60px 5px 20px;
}

.conclusion span {
  background-image: url("images/1224.png");
  background-size: cover;
  padding: 0px 40px 0px 20px;
}

.oltitle {
  color: #07458e;
  padding: 5px 0px;
}

.oltitle span {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 5px;
  background-image: url("images/1225.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.oltitle span img {
  width: 37px;
  padding-bottom: 25px;
  margin-right: 8px;
}

li .oltitle {
  font-weight: bold;
}

.carousel {
  height: 500px;
  overflow: hidden;
}

img {
  border-radius: 15px;
}

.lazycontainer {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card3 {
  border: 1px solid #ecece7;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card3:hover {
  transform: translateY(-8px);
  transition: all 0.2s ease-in;
}

.card3 img {
  border-radius: 10px;
}

.imgs img {
  width: 100%;
}

.share-article span a {
  text-decoration: none;
}

.share-article span a i {
  font-size: 30px;
}
.share-article {
  position: relative;
}
/* baf Prod */
.baf_imag img {
  width: 100%;
}
.baf_imag {
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 50px 0px;
  border-radius: 20px;
}
.baf_cont {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 20px;
  margin: 50px -10px;
  border-radius: 20px;
}
.baf_cont h2 {
  font-size: 24px;
  font-weight: bolder;
}

.baf-cart {
  margin: 18px 0px;
}
.baf-cart button {
  border-radius: 30px;
  padding: 10px 65px;
}
.baf_cont p {
  margin: 5px 0px;
  font-size: 15px;
}
.fManage1 {
  position: relative;
  bottom: -150px;
}
.bafman h5.fw-bold {
  font-size: 19px;
  margin: 0px 0px 15px;
  color: #07458e;
}
.fManage h3 {
  font-size: 22px;
  font-weight: bold;
}
.bafnav {
  background: transparent;
  margin: 5px 15px;
  color: black;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.bafpnav a.nav-link {
  margin: 0px 0px;
  color: black;
}
.bafnav.nav-link.active:focus,
.bafnav.nav-link.active:hover {
  color: white !important;
  background: #07458e !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #07458e !important;
}
.bafOver {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 30px 85px;
  border-radius: 10px;
}
.bafOver h5 {
  font-size: 18px;
  margin: 15px 0px;
}
.bafOver1 {
  background: #d3d3d326;
  padding: 25px;
  border-radius: 10px;
}
.over-home h5,
.over-home p {
  margin: 3px;
}

.libaf {
  position: absolute;
  right: 15px;
  /* font-weight: bold; */
}
.card-12 {
  padding: 15px;
  text-align: justify;
}
.num1 {
  position: relative;
  top: 5px;
  left: 10px;
  font-size: 13px;
  font-weight: 500;
}
.cole {
  color: #07458e !important;
  font-weight: bold;
}
.famange2 {
  font-size: 14px;
  /* color: #6d6e71 !important; */
}
.num2 {
  position: relative;
  bottom: 37px;
  left: 32px;
}
.bafpnav {
  background-color: white;
  border-radius: 10px;
  padding: 0px;
  margin: 0px 0px 0px;
}
.fManage {
  margin-bottom: -110px;
  position: relative;
  bottom: 210px;
}
.btn2 {
  box-shadow: 0 6px 13px 4px rgb(65 24 229 / 37%);
}
.bafOver1 h4 {
  font-size: 17px;
  font-weight: bold;
}
.over-home h3 {
  font-size: 28px;
  font-weight: bold;
}
.over-img img {
  height: 260px;
  position: relative;
  right: 90px;
}
.para {
  font-size: 12px;
  margin-top: 5px;
}
.over-home p {
  font-weight: bold;
  color: #80808087;
}
.bag-over1 h3 {
  font-size: 22px;
  font-weight: bold;
}
.icwd p {
  font-size: 12px;
  color: #6d6e71;
}
.bafgoal1 h3 {
  font-size: 24px;
  font-weight: bold;
}
.bafgoal1 p {
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
}
.bafgoal1 h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #6d6e71;
}
.bafgoal-imag1 img {
  width: 100%;
}
.oli2 td,
.oli-2 th {
  font-size: 16px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: rgb(23, 52, 98);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot1 {
  height: 10px;
  width: 10px;
  background-color: rgb(153, 15, 77);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot2 {
  height: 10px;
  width: 10px;
  background-color: rgb(243, 88, 8);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot3 {
  height: 10px;
  width: 10px;
  background-color: rgb(111, 37, 147);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot4 {
  height: 10px;
  width: 10px;
  background-color: darkgreen;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot5 {
  height: 10px;
  width: 10px;
  background-color: #fdd400;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot6 {
  height: 10px;
  width: 10px;
  background-color: #67b7dc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot7 {
  height: 10px;
  width: 10px;
  background-color: #67b7dc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot8 {
  height: 10px;
  width: 10px;
  background-color: #cc4748;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot9 {
  height: 10px;
  width: 10px;
  background-color: #cd82ad;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot10 {
  height: 10px;
  width: 10px;
  background-color: #b9783f;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot11 {
  height: 10px;
  width: 10px;
  background-color: darkgreen;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot12 {
  height: 10px;
  width: 10px;
  background-color: #b7b83f;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot13 {
  height: 10px;
  width: 10px;
  background-color: #913167;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot14 {
  height: 10px;
  width: 10px;
  background-color: #b93e3d;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot15 {
  height: 10px;
  width: 10px;
  background-color: #714aaa;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot16 {
  height: 10px;
  width: 10px;
  background-color: #af76c6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot17 {
  height: 10px;
  width: 10px;
  background-color: #4651a2;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot18 {
  height: 10px;
  width: 10px;
  background-color: #23d60b;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot19 {
  height: 10px;
  width: 10px;
  background-color: #a0a817;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot20 {
  height: 10px;
  width: 10px;
  background-color: #65e87f;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot21 {
  height: 10px;
  width: 10px;
  background-color: #bf60d4;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
.dot22 {
  height: 10px;
  width: 10px;
  background-color: #f73d74;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
}
img.baf-imag {
  padding: 14px;
  box-shadow: 0px 0px 2px #b1e70b;
  border-radius: 40px;
}
img.baf-imag:hover {
  background-color: #07458e;
}
img.baf-imag1 {
  background: black;
  padding: 14px;
  border-radius: 40px;
}
img.baf-imag2 {
  background: black;
  padding: 14px;
  border-radius: 40px;
}
img.baf-imag3 {
  background: black;
  padding: 14px;
  border-radius: 40px;
}
.bafgoalimg {
  position: relative;
  left: 50px;
  top: 60px;
}
