 .pack-banner{
    background-image: url("../assets/images/package/emoneeds-banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

.home-page-title{
  color: black;
  margin-top: 5%;
}

.banner-title{
  font-family: 'Poppins', sans-serif;
	font-weight: 400;
  color:#f36f21;
  font-size: large;
  background-color: #fdf1e8;
  padding: 0% 2%;  line-height: 40px;
}
.banner-info {
  width: 48%;
  float: left;
  margin: 16.5% 0% 4% 0%;
}

.neo-link{
  color: #00a8cc;
  text-decoration: underline;
  text-decoration-style: double;
}
.spl-incl figure{
  cursor: pointer; margin-top: 12%;
}
.neo-link:hover{
  font-weight: bolder;
  cursor: pointer;
}
figure{
  text-align: center;
}
.dr-img{
  width: 90%;
  border-radius: 50%;
  border : 4px solid #f36f21;
}
.eld-content,ul li{
  font-size: 16px;
  text-align:left;
}
.eld-page-title{
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 3%;
  margin-bottom: 2%;
}
.card{
  padding:5px;
  box-sizing: border-box;
  border-radius: 20px;
  border : none;
  background-color: #eef5ff;
  text-align: center;
  color : #354c5c;
}
p{
  margin : 2% 0%;
}

.card-title,.head-title{
  font-weight: bold;
  font-size: 18px;
}
.card-text,.cancel-head,.cancel-text{
  text-align: left;
}
.amt{
  font-size: 24px;
}

.cancel-head{
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}
.cancel-text{
  font-size: 16px;
}

.navlist {margin-left: 8%;}
  .navlist li.img_tick
{
    list-style-image: url("../assets/images/package/tick.webp");
}

.navlist li.img_one
{
    list-style-image: url("../assets/images/package/one.webp");
}
.navlist li.img_two
{
    list-style-image: url("../assets/images/package/two.webp");
}
.navlist li.img_four
{
    list-style-image: url("../assets/images/package/four.webp");
}
.navlist li.img_six
{
    list-style-image: url("../assets/images/package/six.webp");
}
.navlist li.img_eight
{
    list-style-image: url("../assets/images/package/eight.webp");
}
.navlist li.img_twelve
{
    list-style-image: url("../assets/images/package/twelve.webp");
}
hr{
  border-color: #f36f21;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-style: dotted;
}

.card-footer{
  background-color: #eef5ff;
  border-top: none;
}

.cmn-card{
  background-color: white;
  border-top-color: #f36f21;
  box-shadow : 2.571px 3.064px 4px 4px rgba(0, 0, 0, 0.06);
}

.cmn-title,.amt{
  text-align: center;
}
.blue-white-btn{
  padding: 4% 8%;
  width: 50%;
}

@media (max-width:1024px) {
  .docGenie-container{
    padding: 0% 2%;
  }
  .banner-info {
    margin: 13% 0% ;
  }
  .home-page-title{
    font-size: 28px;
  }
}

@media(max-width:900px)
{
  .home-page-title{
    font-size: 24px;
  }

  .banner-info {
    width: 60%;
    margin: 16% 0% ;
  }

  .dr-img{
    width: 60%;
  }
  .spl-incl{margin-top: 3%;}

  .card{margin-bottom: 5%;}
}

@media(max-width:540px){
  .banner-info {
    width: 100%;
    margin: 10% 0% ;
    margin-top: 30%;
  }  .card-row{display: flex; flex-direction: column; align-items: center;}
 .head-title,.card-title,.cancel-head{font-size: 16px;}.head-title{line-height: 24px;}
 .eld-content,ul li,.cancel-text{  font-size: 14px;} 
  ol li{
    list-style-type:none;
  }
   .home-page-title,.amt{font-size: 18px;}.home-page-title{margin-top:3%;}
   .banner-title{font-size: medium;} .blue-white-btn {  padding: 3% 6%;   width: 55%;}
}
.card-title{
  margin-bottom: 5px;
  line-height: 25px;
}

.navlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.navlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navlist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #00a8cc; /* Your desired color */
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Soft shadow for text */
}


.label {
  font-size: 16px;
}

