.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;
}

.development-process {
max-width:1350px;
margin:auto;

}
.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);
}

.service {
    background: rgba(255, 247, 241, 0.2);
    padding: 15px;
    text-align: center;
    margin: 75px auto 0;
    min-height: 250px;
    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;
}

.service:hover {
    background: rgba(255, 255, 255, 0.7);
    /*margin-top: 70px;*/
}

    .service:hover .features-icons {
        margin-top: -50px;
    }




/*.overview-thumnail:before, .overview-thumnail:after {
    position: absolute;
    content: "";
    height: 7px;
    background: #352961;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .3s all cubic-bezier(.17,.67,.52,.94);
    -o-transition: .3s all cubic-bezier(.17,.67,.52,.94);
    transition: .3s all cubic-bezier(.17,.67,.52,.94);
}*/



.overview-thumnail {
    margin: 45px auto 0;
    width: 100%;
}

.overview-icon {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.overview-thumnail p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.overview-thumnail span { /* float:left; */
    display: table-cell;
}

.overview-thumnail h5 {
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.subheading {
    font-size: 20px;
    color: #e77818;
    margin: 0 auto 10px;
    font-weight: 500;
}

.sub-underline {
    height: 1px;
    background: #e77818;
    width: 15%;
    overflow: hidden;
    display: block;
    min-width: 50px;
    margin: auto;
}
.requirement {
    background: linear-gradient(rgba(17, 53, 71, 0.8), rgba(17, 53, 71, 0.8)), url(../../images/video-section-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}
.overview-section {
    background: rgba(231, 120, 24, 0.1);
    padding: 50px 0;
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
    .navbar-custom.affix .navbar-brand.img-logo {
        width: 170px;
    }
