/*
Theme Name:amanengineering
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.inner-products .prod-single-outer:nth-last-of-type(1) .pro-sinbgle-inner {border-bottom: none;}
textarea.form-control{height: 70px!important;}
span.wpcf7-form-control-wrap.Countrycode{
    width: 31%;
    float: left;
    margin-right: 4%;
	 border-radius: 0;
    box-shadow: none;
}
span.wpcf7-form-control-wrap.Mobile {
    float: left;
    width: 65%;
}
.form-group.mobcode {
    width: 100%;
    float: left;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.form-control.countrycod {
    border-radius: 0;
    box-shadow: none;
}
.news-out:nth-last-child(-n+2) {
    margin-bottom: 50px !important;
}

div.wpcf7 form.sent .wpcf7-response-output {
    border: 0px solid #398f14 !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #398f14 !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 0px solid #ff0000 !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #ff0000 !important;
}

.manufacture-inquiry .modal-dialog {
    width: 350px !important;
    margin: 100px auto;
}

.inquiry-button {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 160px;
}

.inquiry-button a {
    background-color: #9a6427;
    padding: 10px;
    width: 110px;
    float: left;
}
.inquiry-button a i svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    float: left;
    margin-right: 10px;
}

a.foot-cont {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: BauhausStd-Medium;
    margin-bottom: 15px;
    background-color: #9a6427;
    padding: 10px 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.product-list .prod-top-content ul{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.product-list .prod-top-content ul li{
        line-height: 2;
    padding-left: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.product-list .prod-top-content ul li:before{
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #929292;
    top: 11px;
    border-radius: 50%;
    }

.news-out .news-box-inner .news-img {
    overflow: hidden;
    max-height: 299px;
}
.news-out .news-box-inner .news-text {
    min-height: 240px;
}
section.single-pages .news-out .news-box-inner .news-img {
    max-height: inherit;
}