.price-div {
    padding: 0 15px;
    border: 0px solid #eee;
    margin-bottom: 15px;
}

.prc-head {
    font: 500 20px/30px Poppins;
    /* border: 2px solid #eee; */
    padding: 10px 0px;
    background: #071a24;
    color: white;
    margin-bottom: 0px;
}

.lh-img-div {
    padding: 15px;
    border: 1px solid #eee;
}

.pd-l {
    padding-left: 0;
}
.left-underline:after {
margin:7px  0 0;

}
.pd-r {
    padding-right: 0;
}
.presentation {
    background: #fffaf6;
    padding: 50px 0;
}

.features-icons {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: rgba(231, 120, 24, 0.2);
    position: relative;
    margin-bottom: 1.5rem;
    -webkit-transition: .2s all cubic-bezier(.17,.67,.52,.94);
    -o-transition: .2s all cubic-bezier(.17,.67,.52,.94);
    transition: .2s all cubic-bezier(.17,.67,.52,.94);
    top: 0;
    margin: -40px auto 0;
    border: 2px dashed rgba(231, 120, 24, 0.75);
}
.features-section {
padding:50px 0;

}
.subheading {
    font-size: 20px;
    color: #e77818;
    margin: 0 auto 10px;
    font-weight: 100;
}
.sub-underline {
    height: 1px;
    background: #e77818;
    width: 15%;
    overflow: hidden;
    display: block;
    min-width: 50px;
}
.service {
    background: rgba(255, 247, 241, 0.2);
    padding: 15px;
    text-align: center;
    margin: 75px auto 0;
    min-height: 275px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.2);
    transition: 0.35s;
}

    .service p {
        font-size: 14px;
    }

.features-icons span {
    padding: 8px 0;
        display: block;
}
.plugins{
background-color: #fbfbfb;
padding: 50px 0;
}
.service:hover {
    background: rgba(255, 255, 255, 0.7);
    /*margin-top: 70px;*/
}

    .service:hover .features-icons {
        margin-top: -50px;
    }


@media(max-width:991px) {
    .pd-l, .pd-r, .pd-c {
        padding: 0;
    }
}


@media (min-width: 768px) {
    .navbar-custom.affix .navbar-brand.img-logo {
        width: 170px;
    }
