
.e-invoicing {
}

    .e-invoicing .info-box {
        color: #fff;
        display: flex;
        align-items: center;
    }

        .e-invoicing .info-box .page-title {
            color: #fff;
        }

    .e-invoicing p{
        padding:10px 0px;
        margin-bottom:0px;
    }
    .small-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.e-invoicing .highlight1 {
    font-weight: 600;
    position: relative;
    padding: 3px 10px;
    background: #4fbea4;
    color: #fff;
    margin-right: 10px;
    border-radius:20px;
}
.e-invoicing ul{
    margin:0px;
    padding:0px;
}
.e-invoicing i{
    color:#4fbea4;
}
.item-align-center {
    display: flex;
    align-items: center;
}
.service-box-1 {
    display: block;
    
    padding: 20px;
    margin: 15px;
    text-align: center;
    min-height: 205px;
    background-color: #263959;
    color:#fff;
}
    .service-box-1 h5 {
        color: #4fbea4;
    }
.pl-0{
    padding-left:0px;
}
    .service-box-1 p{
        text-align:center;
    }
    .contact-box {
        padding-left: 50px;
    }

    .contact-box h5 {
        margin-bottom: 15px;
        font-weight: bold;
        background-color: #fff;
        /* position: absolute; */
        top: 0;
        padding: 30px 0;
        text-align: center;
    }

    .contact-box .frame {
        width: 100%;
        height: 500px;
        /* background-color: #fff; */
        position: relative;
    }

        .contact-box .frame iframe {
            width: 100%;
            height: 100%;
            border: 0;
            overflow: hidden;
            /* margin-top: -50px; */
            z-index: 1;
            /* top: 10px; */
            display: block;
            position: absolute;
            top: -40px;
        }
@media (max-width: 768px){
    .contact-box{
        padding-left:0px;
    }
    .offset-1,.offset-2{
        margin-left:0px;
    }
    .service-box-1{
        min-height:auto;
    }
    .section-header h1.page-title{
        font-size:35px;
    }
}
