.header-navigation .main-menu ul > li .sub-menu li:last-child > a {
    border-bottom: none;
    background: #ff9800;
    color: #fff;
}
ul.footerContact li {
    line-height: 40px;
    border-bottom: 1px solid #303030;
}
ul.footerContact li i {
    padding-right: 5px;
}
.about-two_image-box {
    text-align: center;
}
section.about-section {
    background: whitesmoke;
}
section.welcome-section {
    padding: 60px 0;
}
.blog-info p {
    margin-bottom: 15px;
    font-size: 17px;
}

/*Pagenation*/

.post-pagenation .next a, .post-pagenation .previous a {
    padding: 10px 37px 10px 37px;
    display: inline-block;
    border: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    position: relative;
    color: #fff;
    background-color: #535961;
    }
    .post-pagenation a {
        float: left;
    }
    .post-pagenation {
        margin: 0 auto;
        text-align: center;
        display: table;
        margin-top: 50px;
    }
    .post-pagenation .next, .post-pagenation .previous{
        display: inline-block;
        float: left;
    }
    .post-pagenation:after {
        display: table;
        clear: both;
        content: '';
    }
    .post-pagenation span.page-numbers.current {
        float: left;
        padding: 5px 10px;
        background: #1f1e17;
        margin-right: 5px;
        color: #fff;
    }
    .post-pagenation span.page-numbers.dots {
        float: left;
        padding-right: 5px;
    }
    .post-pagenation a.next.page-numbers {
        display: none;
    }
    .post-pagenation a.page-numbers {
        padding: 5px 10px;
        background: #eece38;
        color: #fff;
        margin-right: 5px;
    }
    .post-pagenation a.prev.page-numbers {
        display: none;
    }
/*End Pagenation*/


.content-box p b {
    display: block;
    padding: 10px 0;
}

.price-block {
    margin-bottom: 30px;
}
.price-block ul.footerContact li i {
    font-size: 20px;
    color: #eece38;
}
.price-block ul.footerContact li a {
    font-size: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 140px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-default {
    background: #eece38;
    width: 100%;
    font-size: 22px;
}















/* ======= Responsive 767 ========*/
@media (max-width: 767px){
    #mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-item > a.mega-menu-link{
        line-height: 40px !important;
    }
    .navigation-two .primary-menu .nav-inner-menu {
        width: auto;
    }
    .single-product-item .product-img {
        min-height: unset;
        max-height: unset;
    }
    
}