/*
Theme Name: Flexospan Theme
Theme URI: https://flexospan.com/
Text Domain: FlexospanTheme
Description: WordPress them for Flexospan Theme
Author: the Author Flexospan Theme Team
Author URI: 
*/
.table b , .table strong {
    color: #000000;
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
}
.product_hero .product_hero_pic figure {
    margin: 0;
    height: 100%;
    min-height: 350px;
    margin-right: calc(-100vw / 2 + 1430px / 2);
}
.product_hero .product_hero_pic figure img {
    display: block;
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.std_content h3.border_btm {
	color: #009900;
    border-bottom: 2px solid #3f3f3f;
	margin-bottom: 30px;
}

.form-control {
	display: block !important;
    width: 100% !important;
    height: 45px !important;
    color: var(--blackColor) !important;
    font-size: 18px !important;
    font-family: var(--primaryFont) !important;
    font-weight: 400 !important;
    line-height: 45px !important;
    background: #ffffff !important;
    border: 1px solid gray !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    padding: 0 14px !important;
}
.gform_wrapper .gform_button.button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 45px !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-family: var(--primaryFont) !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 7px rgba(0,0,0,0.35) !important;
    -webkit-appearance: none !important;
    outline: none !important;
    overflow: hidden !important;
    padding: 0 30px !important;
    background: var(--themeGrad) !important;
}
.gform_wrapper .gform_button.button:hover {
    color: #ffffff !important;
    background: var(--primColorLight) !important;
}
.gform_wrapper .gfield_html_formatted a {
    color: #ffffff !important;
    font-size: 18px !important;
    font-family: var(--primaryFont) !important;
    font-weight: 400 !important;
    line-height: 45px !important;
    text-decoration: none !important;
}
.gform_wrapper .gfield_html_formatted a:hover {
    color: var(--secColor) !important;
}
.gform-theme--foundation .gform_footer {
     margin-bottom: 30px !important;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 30px !important;
}
.blog_nav {    clear: both;}
.info_blocks_flexible .info_block .btn_box {
    gap: 20px;
}