body{
    font-family: 'Poppins', sans-serif;
}
.grdnt{
    color: #e51937;
    background: linear-gradient(to bottom right, #e51937, #f9a61d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.p-large{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    word-break: break-word;
}
.p-large .org-txt{
    color: #f58209;
    font-weight: 500;
}
.banner_section{
    margin-top: 10px;
}

.banner_section .content_area .heading p{
    text-align: justify;
}

.banner_section .content_area .heading .grdnt{
    font-size: calc(1.375rem + 1.5vw);
    
    font-weight: 500;
    line-height: 1.2;
}

.banner_section .image{
    height: 454px;
    width: 100%;
}

.banner_section .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.network_billing_section{
    margin-top: 30px;
    margin-bottom: 45px;
}

.network_billing_section .title{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
.network_billing_section .title h2{
   font-size: calc(1.325rem + .9vw);
}

.network_billing_section .title p{
    padding-top: 15px;
}

.network_billing_section .title h2 .theme_design{
    position: relative;
    z-index: 2;
}
.network_billing_section .title h2 .theme_design:before{
    position: absolute;
    content: "";
    top: 55%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(135 139 243 / 38%);
    opacity: 0.8;
    z-index: -1;
}


.network_billing_section .content_area .inner_box{

    padding: 10px;
    border-radius: 9px;
    box-shadow: 1px 1px 4px 2px #f1ecec;
    transition: 0.3s ease-in-out;
    border-bottom: 5px solid #0b6cdf;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.network_billing_section .content_area .inner_box:hover{
    background: linear-gradient(120deg, rgba(254,47,47,1) 0%, rgba(254,153,47,1) 62%);
}
.network_billing_section .content_area .inner_box:hover .content h5{
    color: #fff;
}
.network_billing_section .content_area .inner_box:hover .content p{
    color: #fff;
}


.network_billing_section .content_area .inner_box .image{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.network_billing_section .content_area .inner_box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.network_billing_section .content_area .inner_box .content{
    /* padding-top: 10px; */

}

.network_billing_section .content_area .inner_box .content h5{
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    transition: 0.2s ease-in-out;
    margin-bottom: 15px;
    word-break: break-word;
}

.network_billing_section .content_area .inner_box .content p{
    font-size: 14px;
    transition: 0.2s ease-in-out;
    word-break: break-word;
}

.network_billing_section.hotspot_section {
    background: linear-gradient(319deg, rgba(31,42,171,1) 33%, rgba(1,124,197,1) 100%);
    padding-top: 25px;
    padding-bottom: 25px;
}
.network_billing_section.hotspot_section  .title h2{
    color: #fff;
}
.network_billing_section.hotspot_section  .title p{
    color: #fff;
}


.network_billing_section.hotspot_section  .content_area .inner_box{
    box-shadow: none;
    border-bottom: none;
}

.info_section{
    background: linear-gradient(319deg, rgba(31,42,171,1) 33%, rgba(1,124,197,1) 100%);
}

.info_section .content_area{
    padding-top: 25px;
    padding-bottom: 25px;
}
.info_section .content_area p{
    color: #fff;
}
.info_section .content_area p:last-child{
    margin-bottom: 0;
}


.info_section .content_area .contact_btn{
    padding-top: 15px;
    text-align: center;
}

.info_section .content_area .contact_btn a{
    text-decoration: none;
}

.info_section .content_area .contact_btn .contactBtn{
    background-color: #fe992f;
    color: #fff;
}

.info_section .content_area .contact_btn .contactBtn:hover{
background-color: #534deb;
}


@media screen and (max-width: 992px){
.network_billing_section .title h2 .theme_design:before{
   content: none;
}

}