.dpco-banner {
    width: 100%;
    margin-top: -76px;
    position: relative;
}
.dpco-banner picture,
.dpco-banner img {
    display: block;
    width: 100%;
}
.dpco-banner img {
    height: auto;
}
.dpco-internet-packages{
    padding:50px 0;
    background-color: #0095da;
}
.dpco-internet-packages__header{
    margin-bottom:40px;
}
.dpco-internet-packages__title{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
}
.dpco-internet-packages__list{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
    gap:28px;
}
.dpco-package-card{
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .35s ease;
    flex-basis: 30%;
    background: rgba(0,0,0,0.1);
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.dpco-package-card.total-charge{
   flex-basis: 18%; 
}
.dpco-package-card:hover{
    transform:translateY(-8px);
}
.dpco-package-card__header{

    padding: 30px 20px;
}
.dpco-package-card__label{
    display:block;
    margin-bottom:18px;
    font-size:15px;
    color:rgba(255,255,255,.70);
    line-height:1.6;
}
.dpco-package-card__price{
    display:flex;
    align-items:center;
}
.dpco-package-card__amount{
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}
.dpco-package-card__currency{
    margin-right: 8px;
    font-size: 20px;
    color: rgba(255,255,255,.70);
}
.dpco-package-card__line{
     height:1px;
    margin:0 32px;
    background:rgba(255,255,255,.20);
}
.dpco-package-card__body{
    padding: 30px 20px;
}
.dpco-package-card__item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}
.dpco-package-card__item:last-child{
    margin-bottom:0;
}
.dpco-package-card__item-title{
    font-size:15px;
    color:rgba(255,255,255,.72);
}
.dpco-package-card__item-value{
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}
.dpco-gift {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
  background-color: #fff;
}
.dpco-title {
  font-size: 50px;
  margin-bottom: 37px;
  font-weight: bold;
}
.dpco-title.font-size-43{
    font-size: 43px;
}
.dpco-description{
    font-size: 20px;
}
.dpco-buttons{
    max-width: 150px;
    width: 100%;
    line-height: 60px;
    background-color: #ff4f00;
    box-shadow: 0 3px 7px 0 rgba(244,129,56,0.6);
    margin-top: 40px;
    font-size: 25px;
    font-weight: 7;;
}
.dpco-show-all {
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dpco-show-all::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0095da;
  transition: left 0.4s ease;
  z-index: -1;
  border-radius: 50px;
}
.dpco-button-group-holder:hover .dpco-show-all,
.dpco-show-all:hover,
.dpco-show-all:active{
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}
.dpco-show-all:hover::before {
	left: 0;
}
 .dpco-terms{
    padding: 50px 0;
    background-color: #fff;
}

.dpco-terms__header{
    margin-bottom: 30px;
}
.dpco-terms__title{
    color: #0095DA;
    font-size: 20px;
    font-weight: 800;
}

.dpco-terms__list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dpco-terms__item:hover::before{
    background: #0095DA;
}

.dpco-terms__item:hover{
    background: transparent;
}

.dpco-terms__text{
    color: #4B5563;
    font-size: 16px;
    line-height: 2;
}

.dpco-terms__text strong{
    color: #111827;
    font-weight: 700;
}
.dpco-terms__item{
    position: relative;
    padding: 10px 0;
    padding-right: 22px;
    transition: .3s ease;
}

.dpco-terms__item::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #e6f5fb;
    border-radius: 30px;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}

.dpco-terms__item:hover::before{
    background: #ff4f00; 
}
.dpco-alert {
    background: #eaf6fd;
    border-right: 6px solid #0095DA;
    border-radius: 12px;
    padding: 28px 36px;
    margin-bottom: 50px;
}
.dpco-alert__text {
    font-size: 18px;
    line-height: 2;
}
.dpco-ussd-section{
    padding:0 0 50px;
    background:#fff;
}
.dpco-ussd-title{
    color: #0095DA;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 52px;
}

.dpco-ussd-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dpco-ussd-items.dpco-space-evently{
    justify-content: space-evenly;
}

.dpco-ussd-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:.3s;
}

.dpco-ussd-label{
    font-size:13px;
    color:#666;
    margin-bottom:10px;
}
.dpco-ussd-btn{
    width:205px;
    height:68px;
    background:#dcecf7;
    border:1px solid #1494e7;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.dpco-ussd-btn span{
    color:#1186d7;
    font-size:22px;
    font-weight:700;
    letter-spacing:1px;
}

.dpco-ussd-btn:hover{
    background:#1494e7;
    transform:translateY(-4px);
}

.dpco-ussd-btn:hover span{
    color:#fff;
}

.dpco-ussd-section--blue{
    background:#e8f6ff;
}
.dpco-ussd-section--blue .dpco-ussd-item{
    background:#fff;
    border:1px solid #d9e6ef;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    border-radius: 15px;
}
.dpco-ussd-section--blue .dpco-ussd-item:hover{
    transform:translateY(-4px);
}
.dpco-ussd-section--blue .dpco-ussd-title{
    color:#0b84d8;
}
.dpco-ussd-section--blue{
    padding:55px 20px 45px;
}
.dpco-ussd-section--blue .dpco-ussd-label{
    margin-top: 10px;
}
.dpco-ussd-section--blue .dpco-ussd-btn{
    background: none;
    border: none;
}
.dpco-ussd-section--blue .dpco-ussd-item .dpco-ussd-btn:hover span{
    color:#ff4f00;
}
.mci-list-holder.dpco-flex-content-center{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.font-16{
    font-size: 16px !important;
}
.mci-simple-number-list > li{
    font-size: 16px;
}
.dpco-button-group-holder {
  margin-top: 0;
}

@media screen and (max-width:991px){
    .dpco-internet-packages{
        padding:60px 0;
    }
    .dpco-internet-packages__list{
        justify-content:center;
    }
    .dpco-ussd-items{
        gap:3px;
    }
    .dpco-ussd-section{
        padding: 0 0 50px;
    }
    .dpco-ussd-btn{
        width:170px;
        height:64px;
    }
    .dpco-package-card__body {
        padding: 30px 15px;
    }
    .dpco-ussd-btn span{
        font-size:20px;
    }
    .dpco-ussd-title.dpco-margin-top-30{
        margin-top: 30px;
    }
}
@media screen and (max-width:767px){
    .dpco-internet-packages{
        padding:50px 0;
    }
    .dpco-internet-packages__header{
        margin-bottom:35px;
    }
    .dpco-internet-packages__title{
        text-align:center;
        font-size:26px;
    }
    .dpco-package-card{
        width:100%;
        flex-basis: 42%;
    }
    .dpco-package-card.total-charge{
        flex-basis: 45%;
    }
    .dpco-package-card__header{
        padding:28px 24px 24px;
    }
    .dpco-package-card__body{
        padding:24px;
    }
    .dpco-package-card__amount{
        font-size:30px;
    }
    .dpco-package-card__currency{
        font-size:18px;
    }
    .dpco-package-card__item-value{
        font-size:16px;
    }
     .dpco-terms{
        padding: 20px 5px;
    }
     .dpco-ussd-items {
        justify-content: space-around;
    }
    .dpco-terms__title{
        font-size: 25px;
    }
    .dpco-terms__text{
        font-size: 15px;
        line-height: 1.9;
    }
    .dpco-terms__item{
        padding-right: 18px;
    }
    .dpco-alert__text{
        font-size: 16px;
    }
    .dpco-terms__item::before{
        width: 3px;
        height: 20px;
    }
    .dpco-ussd-title{
        font-size: 25px;
        margin: 15px 0 40px;
    }
    .dpco-ussd-item{
        width:100%;
        max-width:150px;
    }
    .dpco-title{
        font-size: 37px;
    }
    .dpco-ussd-btn{
        width:100%;
    }
    .dpco-ussd-btn.span.font-16{
        font-size: 16px !important;
    }
}
@media screen and (max-width:480px){
    .dpco-container{
        padding:0 15px;
    }
    .dpco-internet-packages__title{
        font-size:22px;
    }
    .dpco-package-card{
        flex-basis: 80%;
    }
    .dpco-package-card.total-charge{
        flex-basis: 70%;
    }
    .dpco-package-card__header{
        padding:24px 20px 22px;
    }
    .dpco-package-card__body{
        padding:22px 20px;
    }
    .dpco-alert{
        padding: 28px 15px;
    }
    .dpco-alert__text{
        font-size: 14px;
    }
    .dpco-terms__title {
        font-size: 20px;
    }
    .dpco-terms__item::before{
        height: 30px;
    }
    .dpco-alert{
        margin-bottom: 40px;
    }
    .dpco-ussd-title{
        font-size: 20px;
    }
    .dpco-ussd-item{
        margin-bottom: 20px;
    }
    .dpco-ussd-btn{
        width: 145px;
    }
    .dpco-package-card{
        flex-basis: 80%;
    }
    .dpco-title{
        font-size: 30px;
    }
    .dpco-description {
        font-size: 18px;
        line-height: 2;
    }
    .dpco-banner{
        margin-top:0;
    }
    .dpco-gift{
        padding: 40px 0;
    }
     .dpco-ussd-btn.span.font-16{
        font-size: 16px !important;
    }
}