body{
	width:100%;
	padding: 0;
	margin: 0;
	font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
}
header h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.riht img {
	width: 100%;
}
.advt{
  text-align: center;
  font-size: 9px;
  color: #c0bebe;
}
header {
	background: #ef3158;
	text-align: center;
	padding: 10px;
	/* font-size: 27px; */
}
.aet img {
  position: relative;
  right: 12px;
}
.descrt {
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  display: block;
}
.descrt h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}
.aet {
  margin: 20px 0px;
}
.descrt ul {
   list-style: none;
 margin: 0;
  padding: 0px 0px 0px 10px;
}
.sert2 {
  background: #f3f3f3;
  padding: 8px 0px;
  margin-bottom:0px;
}
.sert2 .fas {
  color: #11705e;
  font-weight: bold;
}

.blkm img {
    width: 100%;
}

.blkm {
    background: black;
}

.bty a {
font-size: 23px;
  font-weight: 600;
  background-color: #4064E9;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

.aet img {
  width: 50px;
}
.aet {
  margin-bottom: 20px;
}
.sert li .fas {
  color: green;
  font-size: 25px;
  font-weight: bold;
}
.sert2 {
  text-align: left;
  width: 100%;
}

footer {
  background: #e4e4e4;
  text-align: center;
  padding: 13px 0px;
  margin-top: 54px;
}
.exlent img {
  width: 100%;
}
.ft_libk ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.ft_libk ul li a {
  text-decoration: none;
  font-size: 16px;
}
.ft_libk {
  text-align: center;
}
.copyright {
  font-size: 16px;
  margin-bottom: 10px;
}
.ft_libk ul {
  margin: 0;
}

@media (max-width: 767.98px) {
  .descrt h2 {
    font-size: 25px;
  }
  .sert2 {
    font-size: 17px;
  }
  .aet {
    font-size: 18px !important;
    line-height: normal;
  }
}