/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url("//db.onlinewebfonts.com/t/01199194e331ebe951e9bbc99c255b3f.eot");
    src: url("//db.onlinewebfonts.com/t/01199194e331ebe951e9bbc99c255b3f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/01199194e331ebe951e9bbc99c255b3f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/01199194e331ebe951e9bbc99c255b3f.woff") format("woff"), url("//db.onlinewebfonts.com/t/01199194e331ebe951e9bbc99c255b3f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/01199194e331ebe951e9bbc99c255b3f.svg#Proxima Nova Lt") format("svg");
}

/* Add your custom styles here... */

/****************Header Blue bar Css*******************/
a {
    color: #096efe;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}

.top_menu .fl-col-group {
    height: 35px;
}

.top_menu .top_menu_ias .fl-module-content {
    margin: 0;
}

.top_menu .fl-module-content .fl-html,
.top_menu .fl-module-content #menu-top_menu li {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-top: 3px;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
    color: #bd3737;
}

.top_navbar {
    border-top: 1px solid #e7e7e7;
}

header.fl-theme-builder-header-shrink .header_fix {
    background: rgba(51, 51, 51, 0.8);
}

.top_logo .fl-module-content {
    margin: 18px;
}

.fa_icon .fl-icon i:before {
    font-size: 18px !important;
}

.fa_icon .fl-icon {
    margin-left: 7px;
    margin-right: 7px;
}

.fa_icon .fl-icon-group {
    text-align: right;
    padding-right: 20px;
}

#menu-main_menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
}

.fl-module-content {
    margin: 0;
}

.header_fix .fl-col-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-main_menu li a::after,
#menu-main_menu li.current_page_item a:after,
#menu-main_menu li.current-page-parent a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #006bff;
    transition: width .3s;
    margin-top: 15px;
}

#menu-main_menu li.current-page-parent a {
    color: #333;
}

#menu-main_menu li a:hover::after,
#menu-main_menu li.current_page_item a:after,
#menu-main_menu li.current-page-parent a:after {
    width: 100%;
}

#menu-main_menu .fl-menu-toggle {
    display: none
}

/*header search box*/

.search_box_sd {
    display: block;
    width: 50%;
    right: 0;
    float: right;
    position: absolute;
    top: 40px;
}

.search_box_sd .fa {
    position: absolute;
    right: 0;
    top: 0;
    background: #096efe;
    color: #fff;
    width: 50px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
}

.search_box_sd input::-webkit-input-placeholder {
    /* Edge */
    color: #888;
}

.search_box_sd input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}

.search_box_sd input::placeholder {
    color: #888;
}

.add-search-icon .menu_wrap_sd {
    position: relative;
    display: inline-block;
}

.search_box_sd input {
    padding-right: 60px;
}

.header_menu_search .fa-search {
    color: #fff;
    top: 2px;
    position: relative;
}

.search_box_sd form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #096efe;
    color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
    border: 0;
}

/****************banner*******************/

.banner_slider .fl-heading span {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 20px;
}

.banner_slider p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 30px;
}

.banner_slider .fl-button {
    width: 148px;
    height: 42px;
    border: 2px solid #ffffff !important;
    background-color: #006bff !important;
    display: inline-block !important;
    padding: 0 !important;
    line-height: 38px !important;
    margin-top: 30px;
}

.banner_slider .fl-button .fl-button-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.75px;
}

.banner_slider .fl-button:hover {
    background-color: #333333;
    transition: all ease-in-out .6s
}

.add-search-icon .fl-menu .sub-menu {
    background: #096efe
}

.add-search-icon .fl-menu .sub-menu a::after {
    display: none !important
}

/*banner bottom blue section */

.blue_boxes_after_banner .fl-heading .fl-heading-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.blue_boxes_after_banner .fl-rich-text p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.blue_boxes_after_banner .fl-button-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.58px;
}

.blue_boxes_after_banner .fl-button {
    padding: 10px 26px;
}

.blue_boxes_after_banner .fl-rich-text {
    margin-bottom: 20px;
    margin-top: 10px;
}

/*proudly served */

.proudly_served h2.fl-heading .fl-heading-text {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}

.text_image_section {
    position: relative;
    padding-bottom: 11%;
}

.text_image_section .float_text_box_1 {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 9%;
    left: 38%;
    right: 0;
    bottom: 0;
    width: 318px;
    max-height: 460px;
    padding: 20px;
}

.uabb-image-carousel .slick-list {
    max-width: 100%;
    margin: 0 auto;
}

.text_image_section .float_text_box_1 ul li {
    color: #646464;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.text_image_section .float_text_box_1 ul li a {
    color: #006bff;
}

.text_image_section .float_text_box_1 ul li:before {
    background: url(https://pws.dvlpsite.com/wp-content/uploads/2020/02/dot.png);
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -60px;
}

.text_image_section .float_text_box_1 ul {
    padding-left: 60px;
}

.never_look_text p.first_set {
    color: #1f1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 4.29px;
    line-height: 20px;
}

.never_look_text h2 {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}

.never_look_text p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}

.never_look_text .fl-button .fl-button-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}

.never_look_text .fl-button {
    padding: 5px 10px !important;
}

.proudly_served .slick-slide img {
    max-width: 174px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*our history */

.our_history .fl-rich-text h2 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-top: 30px;
}

.our_history .fl-rich-text p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.our_history .fl-button-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.our_history .fl-button {
    padding: 5px 15px !important;
    border: 2px solid #fff !important;
}

/*what we do */

.what_we_do .fl-rich-text h2 {
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}

.what_we_do .fl-rich-text h2 img {
    width: auto;
    max-width: inherit !important;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.what_we_do_section {
    margin: 85px 0 30px 0;
}

.what_we_do .fl-button {
    padding: 5px 12px !important;
}

.what_we_do .fl-button .fl-button-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}

.what_we_do {
    padding-bottom: 45px;
}

.what_we_do .uabb-photo-gallery-item {
    padding: 15px;
}

/* phone section */

.phone_section .fl-icon i:before {
    font-size: 36px;
}

.phone_section .fl-rich-text h2 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0 20px 0;
}

.phone_section .fl-rich-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.phone_section .fl-button {
    padding: 5px 13px !important;
    margin-top: 10px;
}

.phone_section .fl-button-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* bottom slider */

.bottom_slider_section .fl-testimonial blockquote p {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
}

.bottom_slider_section .fl-testimonial p strong {
    color: #1f1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.bottom_slider_section .fl-testimonial p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    line-height: normal;
}

.bottom_slider_section .fl-testimonial blockquote {
    border-left: 0;
    padding-left: 0;
}

.bottom_slider_section {
    padding: 45px 0;
}

.bottom_slider_section .author_info {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
}

.bottom_slider_section .author_info strong {
    color: #1f1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.bottom_slider_section .testimonials_author {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.fl-testimonials-wrap.compact .fl-slider-next,
.fl-testimonials-wrap.compact .fl-slider-prev {
    position: absolute;
    top: 35%;
    right: 0;
    border: 0;
}

.fl-testimonials-wrap.compact .fl-slider-prev {
    left: 0 !important;
}

.fl-testimonials-wrap.compact .fl-slider-next {
    right: 0;
}

.bottom_slider_section .bx-wrapper {
    max-width: 75% !important;
}

.bottom_slider_section .fl-node-content {
    margin-left: 0;
    margin-right: 0
}

.fl-testimonials-wrap.compact .fl-slider-next .fas:before {
    content: "\f061";
}

.fl-testimonials-wrap.compact .fl-slider-prev .fas:before {
    content: "\f060";
}

.fl-node-5e57cdad47f1e .fl-testimonials-wrap .fas {
    color: #d9d9d9;
    font-size: 38px;
}

.blue_boxes_after_banner .fl-col-content {
    justify-content: flex-start !important;
    display: flex;
}

.fl-node-5e57cdad47f1e .fl-testimonials-wrap .fas:hover {
    color: #2040de;
}

/* hover css for alll button */

.fl-button,
.single_news .fl-comment-form .btn,
html .right_sidebar_product .add_to_cart_button,
.single-product ul.products .product .button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fl-button:before,
.single_news .fl-comment-form .btn:before,
html .right_sidebar_product .add_to_cart_button:before,
.single-product ul.products .product .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2040de;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fl-button:hover:before,
.fl-button:focus:before,
.fl-button:active:before,
.single_news .fl-comment-form .btn:hover:before,
.single_news .fl-comment-form .btn:focus:before,
.single_news .fl-comment-form .btn:active:before,
html .right_sidebar_product .add_to_cart_button:hover:before,
html .right_sidebar_product .add_to_cart_button:focus:before,
html .right_sidebar_product .add_to_cart_button:active:before,
.single-product ul.products .product .button:hover:before,
.single-product ul.products .product .button:focus:before,
.single-product ul.products .product .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*footer*/

footer .fl-html p {
    color: #e6e6e6;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

footer #menu-top_menu-1 li a {
    color: #e6e6e6;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}

footer .fl-col-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .fl-row-content-wrap {
    padding: 0 40px 0 30px;
}

footer {
    background: #fff;
}

footer #menu-top_menu-2 ,footer #menu-footer_menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .fl-menu a {
    padding: 0 10px !important;
}

/*responsive*/

@media (max-width: 1200px) {
    .slick-list {
        width: 100%;
        margin: 0 auto !important;
    }

    .proudly_served .fl-module-content {
        margin: 0;
    }

    .phone_section,
    .bottom_slider_section,
    .what_we_do_section,
    .proudly_served,
    .our_story,
    .resources_home,
    .inta_gal,
    .instagram_home {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .what_we_do_section {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .our_story .fl-col-group {
        display: flex;
        align-items: center;
        padding: 50px 30px;
    }

    .our_story .fl-col-content {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .our_story .fl-module-content {
        margin-top: 0
    }

    .our_history .fl-rich-text h2 {
        margin-bottom: 15px;
        margin-top: 0
    }

    .slick-arrow .fas {
        width: 33px !important;
        height: 33px !important;
        background-color: rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .our_history .fl-rich-text h2 {
        margin-top: 0
    }

    .home .our_history .fl-module-button {
        margin-top: 20px;
    }

    .home .resources_home .never_look_text .fl-button {
        margin-bottom: 50px;
    }

    .home #sbi_load {
        margin-top: 30px;
    }

    .blue_boxes_after_banner .fl-col-content {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width: 991px) {
    .our_story .fl-col-group {
        display: inline-block;
        align-items: center;
        padding: 50px 30px;
    }

    .our_story .fl-col-content {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .our_story .fl-module-content {
        margin-top: 0
    }

    .our_history .fl-rich-text h2 {
        margin-bottom: 15px;
        margin-top: 0
    }

    .text_image_section {
        width: 100%;
    }

    .resources_home .fl-col-small {
        width: 100%;
    }

    .resources_home .never_look_text .fl-node-content {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .text_image_section .float_text_box_1 {

        left: inherit;
        right: 0;
        width: 60%;
        max-height: 460px;
        padding: 20px;
    }

    .blue_boxes_after_banner .fl-col-content {
        position: relative;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: flex-start !important;
        display: flex;
    }

    .blue_boxes_after_banner .fl-col-content .fl-module-button {
        position: absolute;
        bottom: 35px;
        width: auto;
        left: 15px;
        right: 15px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
    .banner_slider .fl-row-content-wrap {
        min-height: 700px;
    }

    #menu-main_menu .fl-menu-toggle {
        margin-top: 0;
        top: 8px;
        display: block;
    }

}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    .fl-testimonials-wrap.compact .fl-slider-prev {
        left: 0 !important;
    }

    .fl-testimonials-wrap.compact .fl-slider-next {
        right: 0;
    }

    .bottom_slider_section .fl-testimonial blockquote p {
        max-width: 100%;
    }

    .bottom_slider_section .fl-testimonial {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .bottom_slider_section .fl-testimonial blockquote p,
    .bottom_slider_section .fl-testimonial blockquote {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .inta_gal .uabb-photo-gallery-item {
        width: 100%;
    }

    .bottom_slider_section .fl-testimonial {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .slick-slider {
        width: 100%;
        margin: 0 auto !important;
        padding-left: 0;
        padding-right: 0;
    }

    .uabb-image-carousel-item {
        padding: 0
    }

    .uabb-image-carousel .slick-list {
        height: auto !important
    }

    .resources_home .fl-col-small {
        max-width: 100% !important;
    }

    .our_history {
        max-width: 100% !important;
        margin-top: 20px;
    }

    .our_story .ourhistory_image,
    .our_story .ourhistory_image .uabb-image-content,
    .our_story .ourhistory_image .uabb-image-content img {
        width: 100%;
        max-width: 100%
    }

    .blue_boxes_after_banner .fl-col-group {
        display: flex;
        flex-wrap: wrap;
    }

    .blue_boxes_after_banner .fl-col-group .fl-col-small {
        width: 50% !important;
    }

    .text_image_section .float_text_box_1 {

        left: inherit;
        right: 0;
        width: 60%;
        max-height: 460px;
        padding: 20px;
    }

    .proudly_served {
        padding: 50px 0 0 0;
    }

    .text_image_section {
        padding-bottom: 11%;
    }

    .never_look_text h2 {
        font-size: 30px;
    }

    .our_history .fl-rich-text h2 {
        margin-bottom: 30px;
        text-align: center;
        margin-top: 50px;
    }

    .our_history .fl-module-button,
    .our_history .fl-module-button .fl-button-wrap,
    .our_history .fl-module-button .fl-button {
        text-align: center;
    }

    .our_history .fl-module-button .fl-button {
        width: 148px;
        height: 42px;
        line-height: 40px;
        padding: 0 !important;
    }

    .our_history .fl-module-button .fl-button .fl-button-text {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.58px;
    }

    .bottom_slider_section .fl-testimonial blockquote p {
        font-size: 16px;
        line-height: 22px;
    }

    .fl-testimonials-wrap.compact .fl-slider-next,
    .fl-testimonials-wrap.compact .fl-slider-prev {
        top: 60%;
    }

    .our_story .fl-col-group {
        padding: 0;
        padding-bottom: 50px;
    }

    /*header responsive*/
    .top_navbar nav {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        color: #000;

    }

    .page-header .top_navbar nav {
        background: #fff;
    }

    .add-search-icon .menu_wrap_sd {
        position: relative;
        display: inline-block;
        width: 90%;
    }

    #menu-main_menu li a {
        color: #1f1f1d;
        font-weight: normal;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        line-height: 20px;
    }

    #menu-main_menu li {
        border-bottom: 1px solid #f0f0f0;
        width: 90%;
        margin: 0 auto;
    }

    .header_fix .fl-menu-mobile-toggl {
        border-top: 0
    }

    .top_navbar {
        border-top: 0;
    }

    .header_fix .fl-node-content {
        display: flex;
        max-width: 90%;
        align-items: center;
    }

    .top_menu .fl-col-group {
        height: auto;
    }

    .header_menu_search_mob .fa {
        font-size: 20px;
        color: #fff;
    }

    .header_fix .fl-col-group {
        display: inline-block;
    }

    header.page-header .header_menu_search_mob .fa {
        font-size: 20px;
        color: #919191;
    }

    header.page-header .fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect,
    header.page-header .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
        color: #919191;
    }

    header.page-header {
        background: #fff;
        margin-top: 0;
    }

    .header_fix .fl-col-group:first-child {
        width: 100%;
        text-align: left;
    }

    .header_fix .fl-col-group:first-child .fl-col-small {
        max-width: 100%;
    }

    .header_menu_search_mob {
        margin-right: 5%;width:20%; text-align:center;
    }

    .top_logo img {
        z-index: 999;
        position: relative;
    }

    .search_box_sd {
        width: 86%;
        right: 7%;
        float: right;
        position: absolute;
        top: inherit;
        left: 7%;
    }

    .search_box_sd input {
        padding-right: 60px;
        background: transparent !important;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #ffffff;
    }

    .search_box_sd form button,
    .search_box_sd .fa {
        background: transparent;
        font-size: 20px;
    }

    .search_box_sd input::-webkit-input-placeholder {
        /* Edge */
        color: #fff;
    }

    .search_box_sd input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }

    .search_box_sd input::placeholder {
        color: #fff;
    }

    #menu-top_menu-1 {
        display: flex;
        height: 43px;
        justify-content: center;
        align-items: center;
    }

    .fl-menu #menu-top_menu-1 li {
        position: relative;
        border: 0 !important;
        border-right: 1px solid #fff !important;
    }

    .fl-menu #menu-top_menu-1 li:last-child {
        border-right: 0 !important
    }

    .banner_slider .fl-button {
        margin-top: 10px;
    }

    .banner_slider .fl-row-fixed-width {
        padding-top: 100px;
    }

    .banner_slider .fl-heading span {
        font-size: 36px;
    }

    .banner_slider .fl-row-content-wrap {
        min-height: 350px;
    }

    #menu-main_menu li a::after {
        display: none !important
    }

    #menu-main_menu li.current_page_item a {
        font-weight: 700
    }

    .header_fix .fa_icon {
        display: none;
    }

    footer .fl-col-group {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    footer .fa_icon .fl-icon-group {
        text-align: center;
        padding-right: 0;
        padding-bottom: 0;
    }

    footer #menu-top_menu-2, footer #menu-footer_menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .desktop_footer .fl-col-small {
        display: none
    }

    #menu-main_menu li .sub-menu li a {
        color: #fff;
        font-weight: 400;
    }

    #menu-main_menu li .sub-menu li:last-child {
        border-bottom: 0;
    }

    .desktop_footer {
        padding: 20px 0;
        background-color: #333333;
    }

    footer #menu-top_menu-2, footer #menu-footer_menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .fl-menu li {
        border-right: 1px solid #fff;
        border-top: 0 !important;
    }

    footer .fl-menu li:last-child {
        border-right: 0;
    }

    footer .fl-menu a {
padding: 0 6px !important;
    font-size: 10px !important;
    }
footer .fl-html p {
    font-size: 10px;
    margin-bottom: 10px;
}
    #menu-main_menu li .fl-menu-toggle:before {
        border-color: #131313;
    }

    .top_logo img {
        position: relative;
        z-index: 99
    }

    .search_box_sd.inner_page_search input {
        padding-right: 60px;
        background: transparent;
        border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-radius: 0;
        border-bottom: 1px solid transparent;
        padding-left: 15px;
    }

    .search_box_sd.inner_page_search .fa {
        color: #096efe;
    }

    .search_box_sd.inner_page_search {
        width: 93%;
        right: 0;
        float: right;
        top: inherit;
        left: 0;
        z-index: 9;
        background: #fff;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        border: 1px solid #096efe;
        margin: 0 auto;
    }

    .slick-list {
        width: 100%
    }

    .fl-module-uabb-image-carousel .fl-module-content {
        margin-right: 0;
        margin-left: 0;
    }

    .uabb-image-carousel .slick-slide {
        padding: 0 !important
    }

    html .letter_spacing {
        text-align: center;
        margin-top: 0;
        line-height: normal;
        margin-bottom: 20px;
    }

}

@media (max-width: 620px) {
    .resources_home .fl-node-content .fl-module-image-icon {
        width: 80%;
    }

    .text_image_section .float_text_box_1 {
        left: inherit;
        right: 0;
        width: 90%;
        max-height: initial;
        padding: 20px;
        position: relative;
        margin-top: -80%;
        float: right;
        min-height: 460px;
    }

    .what_we_do .fl-rich-text h2 {
        font-size: 26px;
    }

    .our_story .fl-module-button .fl-module-content {
        margin-left: 0;
    }

    .bottom_slider_section .fl-testimonials-wrap .fas {
        font-size: 25px;
    }

    .bottom_slider_section .fl-testimonial blockquote p,
    .bottom_slider_section .fl-testimonial blockquote {
        max-width: 100% !important;
        padding-right: 0;
    }

    .banner_slider .fl-heading span {
        font-size: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blue_boxes_after_banner .fl-col-group .fl-col-small .fl-col-content {
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 480px) {
    .home .blue_boxes_after_banner .fl-button {
        padding: 7px 9px !important;
        width: 100%;
    }

    .service_slider_others .uabb-image-carousel .slick-slide {
        padding: 5px !important;
    }
}

/*about*/

.other_page_header .header_menu_search .fa-search {
    color: #a2a2a2;
}

.other_page_header #menu-main_menu li .sub-menu a {
    color: #fff
}

header.fl-theme-builder-header-shrink .header_fix.other_page_header {
    background: #fff;
}

.other_page_header {
    background: #fff
}

.contact_gravity #gform_fields_1,
.contact_gravity #gform_fields_3 {
    position: relative
}

.contact_gravity #gform_fields_1 .message_field,
.contact_gravity #gform_fields_3 .message_field {
    position: absolute;
    right: 0;
    margin-top: 0;
    padding-right: 0;
    width: 50%;
    top: -12px;
}

.contact_gravity .gform_wrapper .gform_footer {
    text-align: center;
    padding: 0;
}

.contact_gravity .gform_wrapper li.hidden_label input,
.contact_gravity .gform_wrapper textarea {
    margin-top: 12px;
    border-radius: 0;
    border: 1px solid #1c7aff;
    background: transparent;
    padding: 10px !important;
    font-size: 12px !important;
    color: #000;
}

.contact_gravity .gform_wrapper .gform_button {
    border: 0;
    border-radius: 0;
    background: #1b7aff;
    font-size: 12px;
    width: 84px;
    text-align: center;
    margin-right: 0;
}

.other_page_header .search_box_sd {
    z-index: 9;
    right: -2px;
}

.other_page_header .header_menu_search {
    width: 30px;
}

/*responsive*/

@media (max-width: 1200px) {
    .about_blue_section {
        padding: 0 25px
    }

    .about_blue_section_top .fl-col-group-equal-height {
        padding: 50px 0;
        border-top: 1px solid #4e97ff;
    }

}

@media (max-width: 768px) {

    .about_blue_section .fl-col-small,
    .about_blue_section .fl-col-small img {
        max-width: 100%;
        width: 100% !important;
    }

    .about_blue_section .fl-col-small .fl-col-content {
        min-height: auto;
    }

    .about_blue_section_top .fl-col-group-equal-height {
        padding: 30px 0;
        border-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .about_blue_section .fl-col-small h2 {
        text-align: center
    }

    .about_blue_section_top .fl-col-group-equal-height img {
        margin-bottom: 50px;
        width: 100% !important;
    }

    .about_blue_section_top .fl-col-small {
        width: 100% !important;
    }

    .gform_wrapper textarea.small {
        height: 100px;
        width: 100%;
    }

    .contact_gravity #gform_fields_1 .message_field {
        position: relative;
        right: 0;
        margin-top: 16px;
        padding-right: 0;
        top: 0;
        width: 100%;
    }

    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }

    .gform_wrapper li.hidden_label input {
        width: 100% !important;
    }

    .about_blue_section_top {
        margin-bottom: 30px;
    }

    .other_page_header #menu-main_menu {
        z-index: 99;
        position: relative;
        background: #fff;
        border-bottom: 1px solid #919191;
        box-shadow: 1px 1px 8px 1px #ddd;
    }

    .other_page_header #menu-main_menu li a::after {
        display: none;
    }

    .other_page_header .header_menu_search_mob .fa,
    .other_page_header .fl-menu-mobile-toggle:hover,
    .other_page_header .fl-menu-mobile-toggle.fl-active {
        color: #808080;
    }

    #menu-main_menu .fl-menu-toggle {
        display: block;
    }
}

/*service*/

/* .service_para .fl-rich-text p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}
 */
/* .para .fl-rich-text p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
} */

.pro_sale_img img {
    position: relative;
    z-index: 9;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px !important;
    background-color: #ffffff;
}

.pro_sale_img .fl-photo-img-png:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    left: 5%;
    top: 6%;
    right: 5%;
    background: #f3f3f3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 2;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
}

.pro_sale_img .fl-photo-img-png:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    left: 10%;
    top: 12%;
    right: 10%;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 1;
}

.blue_coordination_service .para .fl-rich-text p {
    color: #fff;
}

/*responsive*/

@media (max-width: 1200px) {
    .gapp_responsive {
        padding: 0 25px;
    }

    .pro_sale_service_first .fl-row-content-wrap {
        padding: 35px;
        padding-bottom: 60px
    }

    .pro_sale_text:nth-child(even) {
        padding-left: 30px;
    }

    .pro_sale_text:nth-child(odd) {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .pro_sale_service_first .fl-row-content-wrap h2 {
        margin-top: 0;
    }

    .pro_sale_service_first .pro_sale_text {
        max-width: 100%;
    }

    .pro_sale_service_first .fl-col-small {
        padding: 35px
    }

    .pro_sale_service_first h3,
    .pro_sale_service_first .fl-button-left {
        text-align: center;
    }

    .pro_sale_service_first:nth-child(even) .fl-col-group-align-center {
        display: flex;
        flex-direction: column-reverse;
    }

    html .fcc_part_service {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fcc_part_service h2 {
        font-size: 25px !important
    }

    .pro_sale_service_first .fl-row-content-wrap {
        padding-bottom: 0
    }

    html .pro_sale_service_first .pro_sale_text {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

/*service installs*/

.professional_wireless h1 {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
}

.professional_wireless .professional_wireless_img .fl-photo-content,
.professional_wireless .professional_wireless_img .fl-photo-img-png img {
    width: 100%
}

.professional_wireless p {
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.professional_wireless h2 {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
}

/*responsive*/

@media (max-width: 1200px) {

    .professional_wireless,
    .fcc_part_service,
    .service_button_section {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {

    html .professional_wireless h1,
    html .professional_wireless h2 {
        font-size: 25px !important
    }
}

/*fcc desktop*/

.fcc_part_service h1 {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
}


html .fcc_part_service p a {
    border-radius: 9px;
    background-color: #e6e6e6;
    display: inline-block;
    padding: 6px 10px;
}

.fcc_part_service h2 {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.uabb-adv-accordion-button p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

html .uabb-adv-accordion-item.uabb-adv-accordion-item-active .uabb-adv-after-text {
    border-bottom: 0
}

.uabb-adv-accordion-item.uabb-adv-accordion-item-active .uabb-adv-after-text p,
.uabb-adv-after-text .uabb-adv-accordion-button-label:hover {
    color: #000;
    font-weight: bold;
}

@media (max-width: 768px) {
    html .uabb-adv-accordion-item {
        margin-bottom: 20px !important;
    }

    html .uabb-adv-after-text {
        padding-bottom: 20px !important;
    }

    html .uabb-adv-accordion-button-icon {
        font-size: 25px !important
    }

    /*     html .fcc_part_service h2.fl-heading {
        margin-top: 50px !important;
    } */
    html .fcc_part_service:first-child {
        padding-bottom: 0
    }

    #menu-main_menu li.current-menu-parent .fl-has-submenu-container a {
        font-weight: 700;
    }

    .port_export_sale {
        margin-bottom: 50px
    }

    .single-post {}
}

/*frequency-coordination*/

@media (max-width: 991px) {
    .logo_service .uabb-photo-gallery img {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .logo_service .uabb-photo-gallery-item {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .logo_service {
        margin: 30px 0;
    }
}

/*shows*/

.service_button_section .fl-row-content-wrap {
    background-color: #e6e6e6;
    padding: 10px;
}

.service_button_section .fl-row-content-wrap p {
    text-align: center;
    margin-bottom: 0;
}

.service_button_section .fl-row-content-wrap p em {
    color: #1f1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .service_button_section {
        padding-bottom: 80px;
    }

    .service_button_section .fl-row-content-wrap {
        border-radius: 50px;
    }

    .service_button_section .fl-row-content-wrap p {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 	rentals */
    .last-blue_section {
        padding-bottom: 60px;
    }
}


.wireless_text ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 50px
}

.wireless_text ul li {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 400;
}

.rental_para .fl-rich-text h1 {
    margin-bottom: 35px
}

@media (max-width: 1200px) {
    .rental_para {
        padding: 0 25px !important
    }

    .rental_para .fl-row-content-wrap {
        padding: 0;
    }
}

@media (max-width: 768px) {

    .rental_para .fl-col-small,
    .rental_para h3.fl-heading {
        max-width: 100%;
        padding-left: 25px !important;
        padding-right: 25px !important;
        width: 100% !important;
    }

    .wireless_text ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rental_para {
        margin-bottom: 50px
    }
}

.shadow_image_slider {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    /*     padding-left: 10%;
    padding-right: 10%; */
    box-shadow: 0px 7px 16px 0.2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 3px;
}

.shadow_image_slider .uabb-image-carousel .slick-prev i,
.shadow_image_slider .uabb-image-carousel .slick-next i,
.shadow_image_slider .uabb-image-carousel .slick-prev i:hover,
.shadow_image_slider .uabb-image-carousel .slick-prev i:focus,
.shadow_image_slider .uabb-image-carousel .slick-next i:focus,
.shadow_image_slider .uabb-image-carousel .slick-next i:hover {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.letter_spacing {
    color: #1f1f1d;
    font-size: 12px;
    letter-spacing: 4.29px;
    margin-top: -15px;
    line-height: 20px;
}

/*rental Wireless IFBs for Rent*/
@media screen and (max-width: 992px) {
    .two_para_microphone .fl-post-column {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .frequency_rentals .fl-row-content-wrap,
    .antennas_rental .fl-row-content-wrap {
        padding: 50px 0 !important;
    }

    .phonak_rental .fl-row-content-wrap,
    .lectrosonics_rental .shadow_image,
    .suppport_rental {
        padding-bottom: 50px !important
    }

    .lectrosonics_rental.flex-reverse .fl-col-group,
    .phonak_rental .fl-col-group {
        padding-top: 50px !important
    }

    .lectrosonics_rental.flex-reverse.rental_first_padding .fl-col-group {
        padding-top: 0 !important;
    }

    .lectrosonics_rental.rental_first_padding .shadow_image {
        padding-bottom: 0 !important;
    }

    .lectrosonics_rental.rental_first_padding .fl-row-content {
        padding: 50px 0 !important;
    }

    .phonak_rental .slick-arrow .fas {
        width: 33px !important;
        height: 33px !important;
        color: #fff !important;
        background: rgba(0, 0, 0, 0.2) !important;
    }

    .flex-reverse .fl-col-group-equal-height {
        display: flex;
        flex-direction: column-reverse
    }

    /* 	html .professional_wireless h2{font-size: 20px !important;} */
    .three_para .fl-post-grid-text {
        padding: 10px !important;
    }
}

@media (max-width: 480px) {

    .shadow_image,
    .shadow_image_slider {
        width: 80% !important;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }



}

/* shure */
@media (max-width: 768px) {
    .shure_first_padding .fl-col-group-equal-height {
        padding-top: 50px !important
    }


    .wireless_shure {
        padding-left: 25px;
        padding-right: 25px;
    }

    .shure_first_padding .slick-arrow .fas {
        background-color:
            rgba(0, 0, 0, 0.2) !important;
        color:
            #fff !important;
    }

    .wireless_text h2 {
        font-size: 25px;
        text-align: center !important;
    }

    .wireless_text h3,
    .lectrosonics_rental h3,
    .frequency_rentals h3 {
        font-size: 20px;
        text-align: center !important;
    }
}

.three_para h2.fl-post-grid-title {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.three_para .fl-post-grid-content {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.three_para .fl-post-grid-content strong {
    color: #1f1f1d;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 4.29px;
    font-weight: 500;
    line-height: 20px;
}

.three_para.two_para_microphone .fl-post-grid-content strong {
    min-height: 50px !important;
    display: inline-block;
}

/* resources */
.resources_bannner h3.gform_title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.resources_bannner .gform_wrapper span.gform_description {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 70px;
}

.resources_bannner form {
    position: relative
}

.resources_bannner .gform_footer {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 148px;
    height: 42px;
    right: 0;
    bottom: 0;
    text-align: right;
}

.resources_bannner .gform_footer input {
    text-align: right;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px;
    background: transparent;
    border-radius: 0;
    margin-right: 0 !important;
    width: 100% !important;
    height: 100%;
    text-align: center;
    border: 2px solid #fff;
}

.resources_bannner .gform_wrapper .gform_body input {
    margin-top: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 18px !important;
    padding-right: 156px !important;
    border-bottom: 2px solid #fff;
}

.resources_bannner .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.resources_bannner .gform_wrapper .gform_body input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

.resources_bannner .gform_wrapper .gform_body input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

.resources_bannner .gform_wrapper .gform_body input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

.resource_tag .tagcloud {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.resource_tag .tagcloud a {
    border-radius: 9px;
    background-color: #f2f2f2;
    color: #1f1f1d;
    font-size: 12px !important;
    margin: 8px 3px;
    font-weight: 600;
    letter-spacing: 4.29px;
    padding: 9px 30px;
    display: inline-block;
    text-align: center;
}

.resource_tag h2.widgettitle {
    display: none
}

.resource_tag .tagcloud a:hover {
    background-color: #006bff;
    color: #ffffff;
}

.category_view .sd_cat_title {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    position: relative;
}

.category_view .sd_cat_title a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    /* font-family: "Proxima Nova Lt"; */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: #006bff;
    padding: 9px 17px;
}

.category_view .sd_post_box {
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.category_view .sd_post_box li {
    display: inline-block;
    width: 33.33%;
    padding: 15px;
}

.category_view .sd_post_box li h4 {
    color: #1f1f1d;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}

.category_view .sd_post_box li p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.category_view .sd_bx,
.category_view {
    margin-bottom: 50px;
}

.tax-resources_categories .fl-module-separator {
    display: none
}

.type-resources .fl-post-grid-text {
    padding: 0
}

.type-resources .fl-post-grid-text h2.fl-post-grid-title {
    color: #1f1f1d;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}

.type-resources .fl-post-grid-text .fl-post-grid-content p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.single-resources h1.fl-heading-text {
    color: #202020;
    font-size: 35px;
}

.single-resources span.fl-post-info-date,
.single-resources span.fl-post-info-sep,
.single-resources span.fl-post-info-author a {
    color: #646464;
    font-size: 14px;
    line-height: 20px;
}

.single-resources p {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}

.single-resources .fl-module-photo {
    margin-bottom: 50px;
}

.single-resources .fl-row-content-wrap {
    padding-top: 0
}

.rental_microphone_1 .fl-col-content {
    border-color: #f3f3f3 !important;
}

@media (max-width: 1200px) {

    .category_view,
    .faq_blue_section {
        padding: 0 25px;
    }

    .single-resources .fl-row-content-wrap,
    .rental_microphone_1 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .resource_banner_img {
        padding: 0 25px;
    }

    .resource_banner_img .fl-col-small {
        max-width: 100%
    }

    .resources_bannner form {
        text-align: center
    }

    .resources_bannner .gform_footer {
        position: relative;
        margin: 0;
        padding: 0;
        width: 148px;
        height: 42px;
        right: inherit;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .category_view .sd_post_box li {
        width: 50%
    }

    .category_view .sd_cat_title {
        font-size: 25px
    }

    .resources_bannner .gform_wrapper .gform_body input {
        line-height: normal !important;
    }

    .single-resources .fl-row-content-wrap {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width:480px) {
    .category_view .sd_post_box li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .category_view .sd_post_box li a {
        width: 100%;
        display: inline-block;
    }

    .category_view .sd_post_box li a img {
        width: 100%
    }
}

.spacial_li ul {
    list-style-type: none;
}

.spacial_li ul ul {
    list-style-type: circle;
}

@media (max-width:1200px) {
    .three_para .fl-post-grid {
        margin-left: 0;
        margin-right: 0
    }

    .three_para .fl-post-column {
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .microphone_column_common {
        padding-top: 50px
    }

    .rental_para .fl-rich-text h1 {
        font-size: 25px;
    }
}

@media (max-width:768px) {
    .spacial_flex {
        margin-bottom: 0;
        position: relative;
    }

    .spacial_flex .shadow_image_slider {
        position: absolute;
        top: 100px;
        width: 80% !important;
    }

    .sacial_li_text {
        padding-top: 70%;
    }

    .ul_f1_li .fl-node-content {
        padding-bottom: 0;
    }

    .spacial_flex.shure_first_padding .fl-row-content-wrap {
        padding: 0 0 50px 0 !important;
    }

    .ul_f1_li .fl-node-content ul ul {
        margin-top: 20px;
    }

    .three_para .fl-post-column {
        width: 49.8%
    }

    .three_para .fl-post-grid {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .three_para.two_para_microphone .fl-post-column {
        width: 100%;
    }

    .rental_microphone_1 h2.fl-heading {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .three_para .fl-post-grid-content strong {
        padding-top: 10px;
        padding-bottom: 20px;
        display: inline-block;
    }

    .shadow_image_slider {
        width: 90% !important;
    }
}

@media (max-width:480px) {
    /* 	.three_para .fl-post-column{ width:100%} */

}

/*faq*/
.uabb-faq-questions-button {
    border-bottom: 1px solid #f0f0f0
}

.uabb-faq-item .uabb-faq-questions {
    padding: 30px 0;
}

.uabb-faq__layout-accordion .uabb-faq-content h4 {
    color: #202020;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.antenna_system p strong {
    color: #202020 !important;
}

.faq_blue_section.wireless_text ul {
    margin-top: 0;
    margin-bottom: 0;
}

.blue_section_image .uabb-imgicon-wrap .uabb-image-content,
.blue_section_image .uabb-imgicon-wrap .uabb-image-content img {
    width: 100%
}

@media (max-width:768px) {
    .faq_blue_section .fl-row-content-wrap {
        padding: 0
    }

    .faq_blue_section .blue_section_image {
        width: 100% !important;
        padding: 40px;
        padding-bottom: 0;
    }

    .faq_blue_section .blue_section_text {
        padding: 0 15px;
    }

    .faq_blue_section {
        margin-bottom: 70px;
    }

    .faq_accordian_tag,
    .faq_system_tag {
        padding: 0 25px
    }

}

/*news*/
.news_featured .fl-post-grid-content p {
    color: #666666;

    font-size: 14px;
    line-height: 20px;
}

.news_featured .fl-post-grid-text h2.fl-post-grid-title,
.news_featured .fl-post-grid-text h2.fl-post-grid-title a {
    color: #1f1f1d;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.news_featured .fl-post-grid-post {
    border: 0 !important;
    height: auto !important;
}

.news_featured .fl-post-grid-text {
    padding: 0;
    position: relative;
    border: 0 !important;
    padding-top: 50px;
}

.news_featured .fl-post-grid-meta .fl-post-grid-date {
    position: absolute;
    color: #1f1f1d;
    font-size: 12px;
    letter-spacing: 4.29px;
    line-height: 20px;
    top: 10px;
    left: 0;
}

.news_featured .fl-post-grid-meta .fl-post-grid-terms {
    position: absolute;
    color: #1f1f1d;
    font-size: 12px;
    letter-spacing: 4.29px;
    line-height: 20px;
    top: 10px;
    right: 0;
}

.news_featured .fl-post-grid-meta .fl-post-grid-terms a {
    color: #1f1f1d;
}

.news_featured_three .fl-post-grid-image {
    height: 250px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_featured_three .fl-post-grid-image img {
    width: 100% !important;
    height: auto !important;
}

.news_featured_three .fl-post-grid-image a {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

html .news_featured_three .fl-button-text {
    font-size: 12px;
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    font-weight: 400;
}

html .news_featured_three .fl-button {
    background-color: #006bff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 9px 27px;
}

@media (max-width:1200px) {

    .news_featured,
    .news_block_common,
    .news_featured,
    .single_news {
        padding: 0 25px
    }
}

@media (max-width:768px) {
    .news_featured_three .fl-post-column {
        width: 49.8%
    }

    .news_featured_three .fl-post-grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .news_block_common {
        margin-bottom: 50px
    }

    .news_block_common .fl-col-small {
        max-width: 100%;
    }

    .news_block_common .news_block_common_content {
        padding: 40px 30px
    }

    .news_block_common .fl-col-small .fl-photo img {
        width: 100%;
    }

    .news_featured_three .fl-builder-pagination-load-more {
        padding: 0;
    }

    .news_featured .fl-heading {
        margin-bottom: 20px;
    }

    .news_block_common .news_block_common_content .fl-rich-text h2,
    .news_block_common .news_block_common_content .fl-button-wrap {
        text-align: center;
    }

    .news_featured .fl-module-heading .fl-heading {
        margin-bottom: 20px !important
    }

    .news_featured .fl-post-grid-text .fl-post-grid-meta .fl-post-grid-terms {
        top: 30px;
        right: inherit;
        left: 0;
    }

    .news_featured .fl-post-grid-text {
        padding-top: 70px;
    }

    .short_padding_bottom .fl-node-content {
        padding-bottom: 0
    }

    .short_padding_top .fl-node-content {
        padding-top: 0
    }

    .shadow_image_slider {
        width: 90% !important;
    }

    .news_featured_three .fl-post-grid {
        margin-left: -10px;
        margin-right: -10px;
    }

    .news_featured_three .fl-post-column {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single_news .common_single_news p.comment-form-cookies-consent {
        display: flex;
        justify-content: flex-start;
    }

    .single_news .common_single_news p.comment-form-cookies-consent input {
        margin-top: 8px;
    }
}

@media (max-width:580px) {
    .news_block_common .news_block_common_content {
        padding: 15px 0;
        padding-bottom: 30px;
    }

    .news_featured_three .fl-post-grid-image {
        height: 200px;
    }
}

@media (max-width:480px) {
    .news_featured_three .fl-post-grid-image {
        height: 180px;
    }
}

.single_news p,
.single_news .common_single_news p {
    color: #000000;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.single_news h1.fl-heading,
.single_news .fl-module-photo {
    margin-bottom: 50px !important
}

.single_news .fl-comment-form .btn {
    background: #428bca;
    color: #fff;
    border: 1px solid #2d6ca2;
    background-color: #006bff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 9px 27px;
}

.single_news .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    resize: none;
    box-shadow: none;
}

.single_news .common_single_news .comment-reply-title {
    color: #1f1f1d;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.single_news .common_single_news a {
    color: #000000;
    font-weight: bold
}

.single_news .common_single_news .nav-links {
    margin-top: 20px;
}

.single_news .common_single_news h3.fl-author-bio-name {
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
}

.single_news .fl-comment-form .btn:hover {
    background: #2040de;
    color: #fff;
    border: 1px solid #2d6ca2;
}

.black_image_slider {}

.black_image_slider .uabb-image-carousel .slick-list {
    max-width: 100%;
    margin: 0 auto;
}

.contact_gravity .gform_wrapper li.gfield.gfield_error,
.contact_gravity .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0;
    background: none;
    border: 0;
}

.contact_gravity .gform_wrapper li .validation_message {
    position: absolute;
    padding-top: 0;
}

@media only screen and (min-width:769px) {
    .contact_gravity .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
        width: 50%;
    }

    .contact_gravity .contact_g_para .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
        width: 40%;
    }

    .contact_gravity .contact_g_para #gform_fields_3 .message_field {
        width: 60%
    }

    .contact_gravity .contact_g_para .gform_wrapper .gform_footer {
        text-align: left;
        padding: 0;
    }

}

@media only screen and (max-width:768px) {
    .contact_gravity .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px !important;
    }

    .contact_gravity .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }

    .contact_gravity {
        margin-bottom: 50px
    }

    .faq_accordian .uabb-faq-item .uabb-faq-questions {
        padding: 10px 0;
    }

    .faq_accordian .uabb-faq-item .uabb-faq-content {
        padding: 20px 0;
    }

    .faq_system_tag h2 {
        font-size: 25px !important;
    }

    .blue_section_image .uabb-imgicon-wrap .uabb-image-content,
    .blue_section_image .uabb-imgicon-wrap .uabb-image-content img {
        width: 50%
    }



}

.gform_wrapper .gform_footer .gform_ajax_spinner {
    width: auto !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.gform_confirmation_message {
    text-align: center !important;
    color: #1c7aff;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}

@media only screen and (max-width:580px) {

    .blue_section_image .uabb-imgicon-wrap .uabb-image-content,
    .blue_section_image .uabb-imgicon-wrap .uabb-image-content img {
        width: 100%
    }
}

.shadow_image_slider .fl-module-content {
    margin: 0 !important;
}

@media only screen and (min-width:769px) {

    .uabb-image-carousel .slick-prev,
    .uabb-image-carousel .slick-prev:hover {
        transform: translate(25%, -50%) !important;
    }

    .uabb-image-carousel .slick-next,
    .uabb-image-carousel .slick-next:hover {
        transform: translate(-25%, -50%) !important;
    }

    .home .uabb-image-carousel .slick-prev,
    .home .uabb-image-carousel .slick-prev:hover,
    .service_slider_others .uabb-image-carousel .slick-prev,
    .service_slider_others .uabb-image-carousel .slick-prev:hover {
        transform: translate(-50%, -50%) !important;
    }

    .home .uabb-image-carousel .slick-next,
    .home .uabb-image-carousel .slick-next:hover,
    .service_slider_others .uabb-image-carousel .slick-next,
    .service_slider_others .uabb-image-carousel .slick-next:hover {
        transform: translate(50%, -50%) !important;
    }

}

@media only screen and (max-width:768px) {

    .uabb-image-carousel .slick-prev,
    .uabb-image-carousel .slick-prev:hover {
        transform: translate(-150%, -50%) !important;
    }

    .uabb-image-carousel .slick-next,
    .uabb-image-carousel .slick-next:hover {
        transform: translate(150%, -50%) !important;
    }

    .home .uabb-image-carousel .slick-prev,
    .home .uabb-image-carousel .slick-prev:hover,
    .service_slider_others .uabb-image-carousel .slick-prev,
    .service_slider_others .uabb-image-carousel .slick-prev:hover {
        transform: translate(-50%, -50%) !important;
    }

    .home .uabb-image-carousel .slick-next,
    .home .uabb-image-carousel .slick-next:hover,
    .service_slider_others .uabb-image-carousel .slick-next,
    .service_slider_others .uabb-image-carousel .slick-next:hover {
        transform: translate(50%, -50%) !important;
    }

    .add-search-icon .fl-menu .sub-menu .current-menu-item a {
        background: #0563e8;
    }
}

@media only screen and (max-width:480px) {

    .uabb-image-carousel .slick-prev,
    .uabb-image-carousel .slick-prev:hover {
        transform: translate(-135%, -50%) !important;
    }

    .uabb-image-carousel .slick-next,
    .uabb-image-carousel .slick-next:hover {
        transform: translate(135%, -50%) !important;
    }

}

.contact_1nd {
    float: left;
    width: 50%;
    display: inline-block
}

.contact_2nd {
    float: right;
    width: 50%;
    display: inline-block
}

.uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
    margin-right: 5px !important;
}

/*product*/
.left_sidebar_product .fl-widget-title {
    background: #096efe;
    color: #fff;
    padding: 16px 15px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

.left_sidebar_product ul.product-categories {
    background: #dddede;
    margin-left: 0;
    line-height: 30px;
    padding: 12px 15px;
}

.left_sidebar_product ul.product-categories li a {
    color: #202020;
    font-size: 15px;
    text-transform: none;
}

.left_sidebar_product ul.product-categories li {
    margin-bottom: 10px;
}

.left_sidebar_product ul.product-categories li a,
.left_sidebar_product .tagcloud a {
    position: relative;
    padding-left: 15px;
}

.left_sidebar_product ul.product-categories li a:before,
.left_sidebar_product .tagcloud a:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;

}

.right_sidebar_product .fl-post-grid-text {
    text-align: left;
}

.right_sidebar_product div.product {
    padding-bottom: 50px;
}

.right_sidebar_product .fl-post-grid-text h2.fl-post-grid-title {
    color: #1f1f1d;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}

.right_sidebar_product .fl-post-grid-text .fl-post-grid-content p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.right_sidebar_product .fl-post-grid-text .amount {
    color: #000;
    font-size: 18px;
    letter-spacing: 4.29px;
    font-weight: 700;
}

.right_sidebar_product .fl-post-grid-image {
    border-bottom: 1px solid #ddd;
}

.right_sidebar_product div.product {
    height: 100%;
}

.right_sidebar_product .fl-post-grid {
    flex-wrap: wrap;
    display: flex;
}

.right_sidebar_product .fl-post-module-woo-ordering {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
    background: #dddede;
    padding: 10px 15px;
}

.right_sidebar_product .fl-post-module-woo-ordering .woocommerce-result-count {
    color: #1f1f1d;
    font-size: 20px;
    margin-top: 8px;
    font-weight: 600;
}

.right_sidebar_product .fl-post-module-woo-ordering .woocommerce-ordering select {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    outline: none;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 8px 15px;
    min-width: 250px;
}

.left_sidebar_product .tagcloud {
    background: #dddede;
    margin-left: 0;
    line-height: 30px;
    padding: 12px 15px;
}

.left_sidebar_product .tagcloud a {
    color: #202020;
    font-size: 15px !important;
    text-transform: none;
    display: inline-block;
    position: relative;
    width: 100%;
}

.left_sidebar_product ul.product-categories li span.count {
    color: #000000;
    font-weight: 600;
}

html .right_sidebar_product .add_to_cart_button {
    border: 2px solid transparent;
    border-radius: 0;
    background: #1b7aff !important;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    color: #fff !important;
}

.right_sidebar_product .fl-post-grid-woo-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.list_product h1.fl-heading {
    margin-bottom: 20px !important;
}

.list_product h1.fl-heading .fl-heading-text,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #1f1f1d;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.list_product .widget_product_categories {
    margin-bottom: 20px;
}

.right_sidebar_product .fl-post-grid-image {
    height: 260px;
    display: flex;
    justify-items: legacy;
    align-items: center;
    overflow: hidden;
}

.right_sidebar_product .fl-post-grid-image a {
    padding: 15px;
}

.right_sidebar_product .fl-post-grid-image a img {}

.page-numbers.current {
    background: #1b7aff !important;
    color: #ffffff !important;
    border-color: #1b7aff !important;
}

.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
    border: 1px solid #1b7aff;
    padding: 5px 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce a.added_to_cart {
    padding-top: 0;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0;
    background: #202020 !important;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    color: #fff !important;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: 600;

}

/*cart*/
.woocommerce table.shop_table {
    border-radius: 0;
    background: none;
}

.woocommerce table.shop_table thead,
.woocommerce table.shop_table .cart-subtotal {
    background: #096efe;
}

.woocommerce table.shop_table thead th,
.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .cart-subtotal .amount {
    color: #fff !important;
    font-weight: 700;
    min-height: 70px;
    font-size: 16px !important;
}

.woocommerce table.shop_table td.product-name a,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {

    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
}

.woocommerce table.shop_table td .amount {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    background: #fff !important;
    border-color: #909090;
    color: #000000;
    height: 32px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    width: 80px;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
    border-bottom: 0;
}

.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {

    background: #096efe;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0 !important;
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0 !important;
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #202020;
    font-size: 35px;
}

.woocommerce .woocommerce-shipping-methods li label,
.woocommerce table.shop_table .order-total td .amount {
    margin-left: 0 !important;
    color: #1f1f1d;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ddd;
    border-bottom: 0;
}

html .woocommerce .wc-proceed-to-checkout {
    padding-top: 0
}

html .woocommerce .wc-proceed-to-checkout .checkout-button {
    width: auto;
    background: #333333;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0 !important;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce-page table.cart td.actions .coupon .button:hover:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
    background: #2040de;
    transition: all ease-in-out 0.3s;
}

html .woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.single-product.woocommerce div.product form.cart .button:hover {
    background: #2040de;
    transition: all ease-in-out 0.3s;
}

.single-product.woocommerce div.product .product_title {
    color: #202020;
    font-size: 24px;
}

.single-product.woocommerce div.product form.cart .button:hover {
    background: #006bff;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.single-product.woocommerce div.product form.cart .button {
    width: 104px;
    height: 32px;
    color: #096efe;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #fff;
    border: 2px solid #096efe;
    line-height: normal;
    border-radius: 3px;
}

.single-product.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    height: 32px;
}

.single-product.woocommerce .quantity input.qty {
    height: 32px;
}

.single-product.woocommerce .fl-module-fl-woo-cart-button .cart {
    margin-bottom: 8px !important;
}

.single-product.woocommerce .product_meta,
.single-product.woocommerce-page .product_meta {
    margin-top: 20px;
}

.paypal-button {
    z-index: 1;
    position: relative;
}

.single-product.woocommerce .sku_wrapper {
    display: block;
    color: #000;
    font-weight: 500;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
.single-product.woocommerce-page div.product .woocommerce-tabs .panel h2 {
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2.64px;
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 400;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #808080;
    display: block;
    text-shadow: none;
    color: #1f1f1d;
    font-size: 16px;
    font-weight: 700;
}

.single-product.woocommerce div.product .price {

    border-radius: 0;
    width: 100%;
    color: #202020;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 1px;
}

.single-product.woocommerce .woocommerce-product-gallery {
    border: 1px solid #f7f7f7;
}

.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea,
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-top: 12px;
    border-radius: 0;
    border: 1px solid #1c7aff;
    background: transparent;
    padding: 0 10px !important;
    font-size: 12px !important;
}

.woocommerce form.checkout .form-row .select2-selection {
    border-radius: 0;
    border: 1px solid #1c7aff;
    font-size: 12px !important;
    background: transparent;
    height: 34px;
    outline: none;
}

.woocommerce form.checkout .form-row.woocommerce-validated .select2-container,
.woocommerce form.checkout .form-row.woocommerce-validated input.input-text,
.woocommerce form.checkout .form-row.woocommerce-validated select {
    border-color: #1c7aff;
}

.woocommerce form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 34px;
    line-height: 34px;
}

.woocommerce form.checkout .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: 2;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    padding-bottom: 0;
}

.woocommerce form.checkout h3,
.woocommerce-account div.woocommerce h2,
.woocommerce-account div.woocommerce h3 {
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce-page form.login,
.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce-page form.checkout_coupon,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce-page form.register {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    margin-top: 0;
}

.woocommerce form.checkout .woocommerce-checkout-review-order,
.woocommerce form.checkout .woocommerce-checkout-review-order {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td,
.woocommerce form.checkout table.shop_table td {
    color: #1f1f1d;
    font-size: 13px;
    padding: 12px 10px;
    margin-top: 20px;
    font-weight: 700;
}

#order_review {
    display: flex;
    width: 100%;
}

.woocommerce form.checkout table.shop_table td .amount {
    font-size: 13px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    width: 48%;
    display: table;
    vertical-align: top;
    margin-right: 5%;
}

#payment.woocommerce-checkout-payment {
    display: table;
    width: 47%;
    vertical-align: top;
    float: right;
}

.woocommerce form.checkout table.shop_table th.product-total,
.woocommerce form.checkout table.shop_table th.product-total,
.woocommerce form.checkout table.shop_table td.product-total,
.woocommerce form.checkout table.shop_table td.product-total {
    width: 35%;
}

.woocommerce form.checkout table.shop_table tfoot {
    background: #f7f7f7;
}

.woocommerce form.checkout table.shop_table tbody th,
.woocommerce form.checkout table.shop_table tfoot td,
.woocommerce form.checkout table.shop_table tfoot th {
    border-top: 1px solid #bebfbf !important;
}

.woocommerce form.checkout table.shop_table tfoot .cart-subtotal {
    background: #dddede;
}

.woocommerce form.checkout table.shop_table tfoot .cart-subtotal th,
.woocommerce form.checkout table.shop_table tfoot .cart-subtotal span {
    color: #1f1f1d !important;
    font-size: 13px !important;
}

.woocommerce form.checkout .form-row.place-order button {
    border: 1px solid transparent;
    border-radius: 0;
    background: #1b7aff !important;
    width: 100%;
    text-align: center;
    margin-right: 0;
    color: #fff !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    color: #000;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.woocommerce-checkout-payment .about_paypal {
    display: inline-block;
    width: 100%;
}

.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea {
    margin-top: 0;
}

.woocommerce form.checkout .woocommerce-shipping-fields h3 {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.single-product ul.products a.added_to_cart {

    padding-top: 0;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0;
    background: #202020 !important;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    color: #fff !important;
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    top: initial;
    bottom: 20px;
    line-height: 20px;
    padding: 6px 12px;
    height: 34px;
    margin: 0;
    width: calc(100% - 40px);
    margin-left: 0 !important;
}


.single-product ul.products .product .button {
    border: 1px solid transparent;
    border-radius: 0;
    background: #1b7aff !important;
    font-size: 15px;
    text-align: center;
    margin-right: 0;
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.single-product ul.products .product .woocommerce-loop-product__title {
    color: #1f1f1d;
    color: #1f1f1d;
    font-size: 16px !important;
    margin-top: 20px !important;
    font-weight: 700;
    font-weight: 700;
}

.single-product ul.products .product .amount {
    color: #666666;
    font-size: 16px;
    letter-spacing: 4.29px;
    font-weight: 500;
}

.single-product .related.products .products li.product {
    border: 1px solid #ddd;
    margin: 15px !important;
    padding: 15px;
    padding-bottom: 70px;
    position: relative;
}

.single-product .related.products .products {
    flex-wrap: wrap;
    display: flex;
    padding-top: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.single-product .related.products .products li.product a img {
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.single-product .related.products .products li.product a:hover img {
    border: 1px solid transparent;
    border-bottom: 1px solid #888
}

.single-product .related.products h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #1f1f1d;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0;
}

.tagged_as a {
    border-radius: 9px;
    background-color: #f2f2f2;
    color: #1f1f1d;
    font-size: 12px !important;
    margin: 5px 6px 5px 3px;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.tagged_as {
    display: block;
    color: #000;
    font-weight: 500;
}

.left_sidebar_product ul.product-categories li.current-cat a,
.left_sidebar_product ul.product-categories li.current-cat span {
    color: #096efe;
}

@media only screen and (min-width:993px) {
    .right_sidebar_product .fl-post-grid .fl-post-column {
        width: 33.23%
    }
}

@media only screen and (max-width:992px) {
    .right_sidebar_product .fl-post-grid .fl-post-column {
        width: 49.8%;
    }
}

/*product page responsive*/
@media only screen and (max-width:1200px) {
    .list_product {
        padding: 0 25px !important;
    }

    .left_sidebar_product {
        width: 32%;
    }

    .left_sidebar_product .fl-node-content {
        padding-right: 0;
    }

    .right_sidebar_product {
        width: 68%;
    }
}

@media only screen and (max-width:920px) {
    .right_sidebar_product .fl-post-module-woo-ordering {
        display: flex;
        justify-content: space-between;
        height: 60px;
        align-items: center;
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-notices-wrapper,
    .right_sidebar_product .fl-post-module-woo-ordering .fl-clear {
        display: none
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-result-count {
        font-size: 16px;
        margin-top: 0;
        margin-right: 15px;
    }

    .left_sidebar_product .fl-widget-title {
        font-size: 16px;
        height: 60px;
        align-items: center;
        display: flex;
        margin-bottom: 15px;
    }

    .right_sidebar_product .fl-post-grid-image {
        height: 250px;
    }

    .left_sidebar_product ul.product-categories li a,
    .left_sidebar_product ul.product-categories li span.count {
        font-size: 13px;
    }

    #menu-main_menu li a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width:768px) {

    .left_sidebar_product .widget_product_categories ul.product-categories,
    .left_sidebar_product .tagcloud {
        display: none;
    }

    .left_sidebar_product .fl-widget-title {
        position: relative;
    }

    .left_sidebar_product .fl-widget-title:before {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: 0;
        font-family: "Font Awesome 5 Free";
        right: 20px;
        font-weight: 900;
        font-size: 20px;
        content: "\f107";
        bottom: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left_sidebar_product ul.product-categories li a,
    .left_sidebar_product ul.product-categories li span.count {
        font-size: 15px;
    }

    .right_sidebar_product .fl-post-module-woo-ordering {
        display: inline-block;
        height: auto;
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-result-count {
        margin-top: 10px;
    }

    .right_sidebar_product .fl-post-grid .fl-post-column {
        width: 49.8%
    }

    .right_sidebar_product .fl-post-grid-image {
        justify-content: center;
    }

    .right_sidebar_product .fl-post-grid-image a {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 100% !important;
        width: auto !important;
    }

    .right_sidebar_product .fl-post-grid-image img {
        height: 100% !important;
        width: auto !important;
        object-fit: contain;
    }

    .left_sidebar_product .widget_product_tag_cloud {
        margin-bottom: 0;
    }

    .left_sidebar_product .fl-node-content {
        padding: 0;
    }

    .left_sidebar_product {
        max-width: 100% !important;
    }

    .right_sidebar_product .fl-post-grid-text h2.fl-post-grid-title {
        margin-top: 0;
    }
}

@media only screen and (max-width:520px) {
    .right_sidebar_product .fl-post-grid-image {
        height: 200px;
    }

    .right_sidebar_product .fl-post-grid-text h2.fl-post-grid-title {
        font-size: 16px;
        line-height: normal;
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-ordering select {
        padding: 8px;
        min-width: 220px;
    }

    .right_sidebar_product .fl-post-module-woo-ordering {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-result-count {
        font-size: 16px;
        margin-top: 0;
        margin-right: 15px;
    }
}

@media only screen and (max-width:480px) {
    .right_sidebar_product .fl-post-module-woo-ordering {
        display: inline-block;
        width: 100%;
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-result-count {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .right_sidebar_product .woocommerce-ordering {
        width: 100%;
    }

    .right_sidebar_product .fl-post-module-woo-ordering .woocommerce-ordering select {
        min-width: 100%;
    }

    .right_sidebar_product .fl-post-grid .fl-post-column {
        width: 100%;
    }
}

/*product details*/
.single-product .container {
    max-width: 1110px;
    width: 100%;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #e0e0e0;
}

.single-product.woocommerce #respond input#submit,
.single-product.woocommerce a.button,
.single-product.woocommerce button.button,
.single-product.woocommerce input.buttont {
    left: auto;
    border: 0;
    border-radius: 0;
    background: #1b7aff;
    font-size: 15px;
    width: 84px;
    text-align: center;
    margin-right: 0;
    color: #fff;
}

.single-product.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    margin-top: 12px;
    border-radius: 0;
    border: 1px solid #1c7aff;
    background: transparent;
    padding: 10px !important;
    font-size: 12px !important;
    resize: none;
}

.single-product ul.products .product .button {
    display: inline-block;
    width: calc(100% - 40px);
}

.single-product.woocommerce select {
    background: #fff !important;
    border-color: #909090;
    color: #000000;
    height: 35px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    width: 80px;
}

.single-product.woocommerce .variations_form {
    color: #000;
    border-radius: 0;
    width: 100%;
    font-weight: 600;
}

@media only screen and (max-width:1200px) {
    .single-product.woocommerce div.product .product_title {
        font-size: 20px;
    }

    .single-product .related.products .products {
        flex-wrap: wrap;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    .single-product .related.products .products li.product:last-child {
        margin-right: 15px !important;
    }

    .single-product .related.products .products li.product {
        width: 29.05%;
    }

    .woocommerce-cart .fl-page-content,
    .woocommerce-checkout.woocommerce-page .fl-page-content {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width:768px) {
    .single-product .related.products .products {
        justify-content: center;
    }

    .single-product .related.products .products li.product {
        width: 43%;
        max-width: 100%;
    }

    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0;
        border-left: 0;
    }

    .single-product.woocommerce div.product .woocommerce-tabs .panel,
    .single-product.woocommerce div.product .woocommerce-tabs .panel {
        padding: 15px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        color: #000;
        font-weight: 700;
        font-size: 18px !important;
    }

    .woocommerce .quantity .qty {
        margin-left: 20px;
        display: inline-block;
    }

    .single-product.woocommerce .quantity input.qty,
    .woocommerce-page .quantity input.qty {
        height: 35px;
    }

    .woocommerce-cart table.shop_table th,
    .woocommerce-cart table.shop_table th,
    .woocommerce-cart table.shop_table td,
    .woocommerce-cart table.shop_table td {
        padding: 13px 10px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-cart .cart-collaterals .cart_totals table td,
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        padding: 9px 12px;
    }


    .woocommerce-cart .cart_totals table.shop_table_responsive .cart-subtotal td::before {
        color: #fff;
    }


}

@media only screen and (max-width:620px) {
    #order_review {
        display: inline-block;
        width: 100%;
    }

    .woocommerce-checkout.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table,
    .woocommerce-checkout.woocommerce-page #payment.woocommerce-checkout-payment {
        width: 100%;
    }

    .woocommerce-checkout.woocommerce-page #payment ul.payment_methods li img,
    .woocommerce-checkout.woocommerce-page #payment ul.payment_methods li img,
    .woocommerce-checkout.woocommerce-page #payment ul.payment_methods li img {
        margin: 0;
    }
}


@media only screen and (max-width:480px) {
    .single-product .related.products .products li.product {
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions .coupon .button,
    .woocommerce-cart table.cart td.actions .coupon .button,
    .woocommerce-cart table.cart td.actions .button,
    .woocommerce-cart table.cart td.actions .button {
        font-size: 16px;
        padding: 5px;
        font-size: 14px;
        text-align: center;
    }

    .woocommerce-cart table.shop_table td.product-name a,
    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-cart .cart-collaterals .cart_totals table th {
        font-size: 14px;
    }

    .woocommerce-cart table.shop_table_responsive tr td::before,
    .woocommerce-cart table.shop_table_responsive tr td::before {
        font-size: 16px !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 47%;
        padding: 5px;
        font-size: 14px;
        text-align: center;
    }

    .woocommerce-checkout.woocommerce-page form.checkout h3 {
        font-size: 23px;
    }
}

.contact_gravity_form .gform_wrapper li textarea,
.contact_gravity_form .gform_wrapper li input,
.contact_gravity_form .gform_wrapper li select {
    margin-top: 12px;
    border-radius: 0;
    border: 1px solid #1c7aff;
    background: transparent;
    color: #000;
    padding: 10px !important;
    font-size: 13px !important;
    font-weight: 400;
    outline: none;
}

.contact_gravity_form .ginput_container_select {
    margin-top: 0 !important
}

.contact_gravity_form .gfield_radio li {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 0;
}

.contact_gravity_form .gform_wrapper .gform_button {
    margin: 0 16px 0 0;
    border: 0;
    border-radius: 0;
    background: #1b7aff;
    font-size: 15px;
    width: 84px;
    text-align: center;
    line-height: 15px;
    margin-right: 0;
    padding: 10px;
    padding: 10px 12px;
}

.woocommerce form.checkout .form-row.place-order button:hover,
.contact_gravity .gform_wrapper .gform_button:hover,
.contact_gravity_form .gform_wrapper .gform_button:hover {
    background: #2040de !important;
    transition: all ease-in-out 0.6s;
}

.contact_gravity_form .gform_wrapper li input {
    height: 43px;
}

body .contact_gravity_form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit;
    margin-top: 10px;
}

.contact_gravity_form .gfield_radio li input {
    margin-top: 3px;
}

.contact_gravity_form .gform_wrapper li center {
    position: absolute;
    top: 0;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    right: 0;
    left: 0;
    max-width: 383px;
    margin: 0 auto;
}

.contact_gravity_form .gform_wrapper ul {
    position: relative;
    padding-top: 50px;
    width: calc(100% + 15px);
}

.contact_gravity_form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px !important;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.contact_gravity_form .gform_wrapper ul.gfield_radio {
    padding-top: 0;
}

.contact_gravity_form .contact_radio_field {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.contact_gravity_form .contact_radio_field .gfield_label {
    margin-bottom: 0;
    margin-right: 50px;
    color: #202020;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.contact_gravity_form .contact_radio_field .ginput_container_radio {
    margin-top: 0;
}

.contact_gravity_form .contact_radio_field .ginput_container_radio ul li label {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

.contact_gravity_form .gfield_radio input {
    opacity: 0;
}

.contact_gravity_form .gfield_radio input,
.contact_gravity_form .gfield_radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.contact_gravity_form .gfield_radio label {
    position: relative;
}

.contact_gravity_form .gfield_radio input + label:before {
    content: '';
    background: #fff;
    border: 1px solid #1c7aff;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}


.contact_gravity_form .gfield_radio input + label:before {
    border-radius: 50%;
}

.contact_gravity_form .gfield_radio input:checked + label:before {
    background: #1c7aff;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.contact_gravity_form .gfield_radio input:focus + label {
    outline: 1px solid #ddd;
}

.contact_gravity_form .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 400;
    outline: none;
}

.contact_gravity_form .contact_radio_field .ginput_container_radio ul li label {
    outline: none;
}

.contact_gravity_form .gform_wrapper .contact_radio_field li input {
    height: auto
}

.contact_gravity_form .gform_wrapper li.gfield.gfield_error,
.contact_gravity_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-right: 0 !important;
    border: none;
    background: none;
}

.contact_gravity_form .gform_wrapper li.gfield.gfield_error .validation_message {
    padding-top: 0;
    padding-right: 0;
}

.contact_radio_field {
    position: relative
}

.contact_radio_field .validation_message {
    position: absolute;
    bottom: -10px;
}

.contact_gravity_form .gform_wrapper ul.gform_fields li.gfield_error {
    padding-right: 0 !important;
}

.contact_gravity_form .gform_wrapper ul.gform_fields li.gfield_error .ginput_container_textarea textarea,
.contact_gravity_form .gform_wrapper ul.gform_fields li.gfield_error .gfield_select {
    border: 1px solid #790000;
}

@media only screen and (max-width:768px) {
    .contact_map {
        max-width: 100% !important;
    }

    .contact_map .fl-module-photo img {
        width: 100%
    }

    .contact_map:last-child {
        margin-bottom: 70px
    }

    .contact_gravity_form .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
        margin-top: 0;
    }

    .right_sidebar_product .fl-post-grid-text .amount {
        font-size: 16px;
    }
}

@media only screen and (max-width:641px) {
    .contact_gravity_form .contact_radio_field .gfield_label {
        white-space: nowrap;
        margin-top: 20px;
    }

    .contact_gravity_form .gform_wrapper ul li.field_description_below div.ginput_container_radio {
        margin-top: 10px;
    }

    .contact_gravity_form .gform_wrapper .contact_radio_field li input {
        height: auto;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .contact_gravity_form .gfield_radio li {
        margin-right: 10px;
    }
}

@media only screen and (max-width:580px) {

    .contact_1nd,
    .contact_2nd {
        width: 100%;
    }

    .contact_1nd .fl-module-content {
        margin-left: 0
    }
}

.validation_error {
    display: none
}

.header_menu_search .fa-search:hover {
    color: #006bff
}

.paypal-button .zoid-outlet {
    width: 100% !important
}

.single-product.woocommerce .quantity input.qty,
.single-product.woocommerce-page .quantity input.qty {
    margin-left: 0;
    height: 32px
}

@media only screen and (max-width:640px) {

    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%;
    }
}

.woocommerce-checkout #payment ul.payment_methods li label {
    width: 90%;
}

.fcc_form .gform_body input,
.fcc_form .gform_body select {
    color: #000;
    background: #fff;
    border: 1px solid #cecece;
    padding: 10px 15px !important;
    /* font-size: 15px !important;*/
    height: 45px;
    margin: 0px auto !important;
}

.fcc_form .gform_wrapper label.gfield_label,
.fcc_form .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
    color: #313131;
    line-height: 30px;
}

body .fcc_form .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .fcc_form .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

input#gform_submit_button_4 {
    background: #096efe;
    border-radius: 0;
    padding: 10px 30px;
}

.fl-module.fl-module-rich-text.fl-node-5e9461897d131.fcc_form {
    margin: 0px 20px;
    text-align: justify;
}

.product_category_listing h3.ywcca_widget_title {
    color: #1f1f1d;
    font-size: 18px;
    font-weight: 700;
    margin-top: 9px;
}

.product_category_listing .widget_yith_wc_category_accordion ul {
    padding-left: 0;
}

.product_category_listing .widget_yith_wc_category_accordion ul li a {
    text-transform: capitalize;
    color: #1f1f1d;
    width: 100%;
    width: 90%;
    padding: 17px 0;
    display: inline-block;
    font-size: 18px;
}

.product_category_listing .widget_yith_wc_category_accordion ul li {
    padding: 0 !important;
    position: relative;
    margin: 0 !important;
}

.product_category_details .product-category.slick-slide {
    border: 1px solid #e7e7e7;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_category_details .uabb-woo-categories-carousel .uabb-slick-dotted ul.products {
    padding-left: 0;
}

.product_category_listing .widget_yith_wc_category_accordion ul li img,
.product_category_listing .widget_yith_wc_category_accordion ul li img:hover,
.product_category_listing .widget_yith_wc_category_accordion ul li img:focus {
    outline: none;
}

.product_category_details .uabb-woocommerce {
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
}

.product_category_details h2.fl-heading {
    color: #202020;
    font-size: 35px;
    margin-bottom: 18px !important;
}

.product_category_details h3.fl-heading {
    color: #202020;
    font-size: 24px;
}

html .product_category_details .map_describtion .fl-button-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
}

.product_category_details .map_describtion .fl-button {
    color: #fff;
    border: 1px solid #006bff !important;
    background-color: #006bff !important;
    border-radius: 0;
    padding: 6px 9px;
}

html .product_category_details .map_describtion .fl-rich-text p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

html .product_category_details .map_describtion .fl-rich-text i {
    color: #096efe;
    margin-right: 5px;
}

.product_category_listing .widget_yith_wc_category_accordion ul li.closed i,
.product_category_listing .widget_yith_wc_category_accordion ul li.opened i {
    position: absolute;
    right: 0;
    top: 20px;
    width: 10%;
    background-position-x: right;
}

.product_category_listing .widget_yith_wc_category_accordion ul.children li:before {
    margin-left: 0;
    display: none;
}

.product_category_listing .widget_yith_wc_category_accordion ul.children li {
    padding-top: 0;
}

.product_category_listing .widget_yith_wc_category_accordion ul.children {
    padding-left: 20px; padding-right:20px;
}

.product_category_listing .widget_yith_wc_category_accordion ul li a.highlight_cat {
    color: #1f1f1d !important;
}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus {
    background: url(/wp-content/uploads/2020/04/up_down.jpg) bottom center no-repeat !important;

}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-minus {
    background: url(/wp-content/uploads/2020/04/up_down.jpg) bottom center no-repeat !important;
    transform: rotate(180deg);
}

/* .product_category_listing .widget_yith_wc_category_accordion ul.children li:before {
    margin-left: 0;
    background: url(/wp-content/uploads/2020/04/up_down.jpg) bottom center no-repeat !important;
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
    content: "";
    width: 16px;
    height: 8px;
} */

.product_category_listing .widget_yith_wc_category_accordion ul.children li a {
    padding-top: 0;
    font-size: 16px;
    color: #AAAAAA;
    font-size: 14px;
    line-height: 36px;
    padding-bottom: 0 !important;
}

.product_category_listing .widget_yith_wc_category_accordion ul.children li {
    border-top: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid transparent !important;
}

.product_category_listing .widget_yith_wc_category_accordion ul li {
    border-top: 2px solid #e8e8e8 !important;
    border-bottom: 1px solid transparent !important;
}

.product_category_listing .widget_yith_wc_category_accordion ul li:last-child {
    border-bottom: 0 !important;
}

.cart_product .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cart_product .menu li a {
    color: #999999;
    font-size: 14px;
    font-weight: 700;
}

.cart_product .menu li {
    margin-right: 34px;
    margin-bottom: 0;
}

.cart_product .menu li a i {
    font-size: 20px;
    color: #808080;
}

@media only screen and (max-width:1200px) {
    .product_listing_new {
        padding: 0 25px;
    }

    .product_category_details .uabb-woocommerce {
        padding-left: 50px;
        padding-right: 50px;
    }

    .product_category_details .uabb-woo-categories-carousel .uabb-woo-slider-arrow-outside .slick-prev {
        left: -40px;
    }

    .product_category_details .uabb-woo-categories-carousel .uabb-woo-slider-arrow-outside .slick-next {
        right: -40px;
    }
}

}

/*22-04-2020*/
.product_listing_new {}

.right_sidebar_product .product_listing_new .fl-post-grid-image {
    border: 1px solid #e7e7e7;
}

.right_sidebar_product .product_listing_new .fl-post-grid-post {
    border: 0
}

.right_sidebar_product .product_listing_new .fl-post-grid-text h2.fl-post-grid-title {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
    line-height: normal;
    font-weight: 400;
}

.right_sidebar_product .product_listing_new .fl-post-grid-text .fl-post-grid-content p {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
}

.right_sidebar_product .product_listing_new .product_category_listing h3.ywcca_widget_title {
    color: #1f1f1d;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .price {
    position: absolute;
    bottom: 0;
    width: 50%;
    color: #22232b;
    font-size: 16px;
    padding-bottom: 0;
}

.right_sidebar_product .product_listing_new .fl-post-grid-text .amount {
    letter-spacing: normal;
    font-weight: normal;
    color: #22232b;
    font-size: 16px;
}

.right_sidebar_product .product_listing_new .fl-post-grid-text .amount:nth-child(2),
.single-product .wwp-wholesale-pricing-details p:nth-child(2) .amount {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.single-product .wwp-wholesale-pricing-details .retailer-text,
.single-product .wwp-wholesale-pricing-details .price-text,
.single-product .wwp-wholesale-pricing-details .save-price-text {
    margin-right: 5px;
    color: #22232b;
}

.single-product .wwp-wholesale-pricing-details .price-text {
    font-weight: 700;
}

.single-product .wwp-wholesale-pricing-details p .amount,
.single-product .wwp-wholesale-pricing-details p b {
    color: #202020;
    font-weight: 500;
}

.right_sidebar_product .product_listing_new span.price {
    margin-bottom: 0 !important;
}

.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-button {
    position: absolute;
    width: 45%;
    right: 0;
    float: right;
    left: 55%;
    bottom: 0;
}

html .right_sidebar_product .product_listing_new .add_to_cart_button {
    font-size: 12px;
    border: 1px solid #096efe;
    font-weight: 600;
    line-height: normal;
}

.right_sidebar_product .product_listing_new .fl-post-grid .fl-post-column {
    margin-bottom: 10px;
}

.product_category_listing h3.ywcca_widget_title {
    font-weight: 400;
    margin-top: 0;
    color: #1f1f1d;
    font-size: 18px;
}

.product_category_listing .widget_yith_wc_category_accordion ul li.current-cat a {
    font-weight: 600;
}

.woocommerce.tax-product_cat .add_to_cart_button,
.woocommerce-page.tax-product_cat .add_to_cart_button {
    display: block;
}

.woocommerce.woocommerce-page .product.type-product .fl-post-grid-content {
    min-height: 45px;
    overflow: hidden;
}

.woocommerce div.product .fl-module-fl-woo-product-images div.images {
    border: 0;
    outline: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
    border: 1px solid #e7e7e7;
}

.single-product .fl-module-heading .fl-heading .fl-heading-text {
    color: #202020;

    font-size: 24px;
}

.single-product .fl-module-fl-woo-product-description .fl-module-content p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.single-product.woocommerce .posted_in,
.single-product.woocommerce .tagged_as {
    display: none
}

.woocommerce-privacy-policy-text p,
.lost_reset_password p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

html .woocommerce-account .button,
.woocommerce-form-login .button {
    width: auto;
    height: 32px;
    background-color: #006bff;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    outline: none;
    box-shadow: none;
    outline: navajowhite;
    border: 2px solid transparent;
    line-height: normal;
}

html .woocommerce-account .button:hover.woocommerce-form-login .button:hover {
    color: #006bff;
    border: 2px solid #80b5ff;
    background: none;
}

.woocommerce-account .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce-form-login input[type=password],
input[type=email],
.woocommerce-account .woocommerce-form-login input[type=tel],
.woocommerce-account .woocommerce-form-login input[type=date],
.woocommerce-account .woocommerce-form-login input[type=month],
.woocommerce-account .woocommerce-form-login input[type=week],
.woocommerce-account .woocommerce-form-login input[type=time],
.woocommerce-account .woocommerce-form-login input[type=number],
.woocommerce-account .woocommerce-form-login input[type=search],
.woocommerce-account .woocommerce-form-login input[type=url] {
    margin-top: 12px;
    border-radius: 0;
    border: 1px solid #1c7aff;
    background: transparent;
    padding: 10px !important;
    font-size: 12px !important;
}

.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce-page a.button:hover,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce-page button.button:hover,
.woocommerce-account .woocommerce input.button:hover,
.woocommerce-account .woocommerce-page input.button:hover,
.woocommerce-account .woocommerce #respond input#submit:hover,
.woocommerce-account .woocommerce-page #respond input#submit:hover,
.woocommerce-account .woocommerce #content input.button:hover,
.woocommerce-account .woocommerce-page #content input.button:hover,
html .woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-form-login .button:hover {
    color: #006bff;
    border: 2px solid #80b5ff;
    background: none;
}

.woocommerce-account .woocommerce-form-login label {
    line-height: 2;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce form.checkout h3,
.woocommerce-account div.woocommerce h2,
.woocommerce-account div.woocommerce h3,
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
    text-transform: capitalize;
    color: #1f1f1d;
    width: 100%;
    width: 90%;
    padding: 17px 0;
    display: inline-block;
    font-size: 18px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li {
    border-top: 2px solid #e8e8e8 !important;
    border-bottom: 1px solid transparent !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:first-child {
    border-top: 0 !important;
}

.woocommerce-account p,
.woocommerce-account .woocommerce .customer_details,
.woocommerce-account.woocommerce-page .customer_details,
.woocommerce-account .woocommerce .addresses address,
.woocommerce-account.woocommerce-page .addresses address,
.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account.woocommerce-page table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account.woocommerce-page table.shop_table td {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 600;
}

.woocommerce-account .woocommerce form .show-password-input::after,
.woocommerce-account.woocommerce-page form .show-password-input::after {
    content: ""
}

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:first-child a {
    padding-top: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 50px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    line-height: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row {
    padding: 0;
}

.woocommerce-account .fl-post-content .fl-row-content-wrap {
    padding: 0;
}

.single-product.woocommerce div.product .single_product_h2 h1.product_title {
    color: #202020;
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 20px;
}

/* 
.single-product .fl-module-fl-woo-product-description {
    margin-bottom: 124px;
} */

.product_category_listing h3.ywcca_widget_title {
    font-weight: 700;
}

.woocommerce-form-login input {
    margin-top: 12px;
    border-radius: 0;
    border: 1px solid #1c7aff;
    background: transparent;
    padding: 10px !important;
    font-size: 12px !important;
}

.woocommerce-form-login label {
    line-height: 2;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    padding-bottom: 0;
}

html .right_sidebar_product .product_listing_new .add_to_cart_button:hover {
    border: 1px solid #2040de;
    text-decoration: none;
}

html .right_sidebar_product .product_listing_new .woocommerce #respond input#submit.loading::after,
html .right_sidebar_product .product_listing_new .woocommerce a.button.loading::after,
html .right_sidebar_product .product_listing_new .woocommerce button.button.loading::after,
html .right_sidebar_product .product_listing_new .woocommerce input.button.loading::after {
    top: 8px
}

.woocommerce-account .edit-account .button {
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-bottom: 100px;
}

.product_category_details .fl-col-small.product_sl .fl-module-photo {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.single-product.woocommerce div.product form.cart .button {
    color: #fff;
    border: 1px solid #006bff !important;
    background-color: #006bff !important;
    border-radius: 0;
    padding: 6px 9px;
}

.single-product.woocommerce div.product form.cart .button:hover {
    background: #2040de !important;
}

@media only screen and (max-width:1200px) {
    .woocommerce-account .fl-page-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width:767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0;
    }
}

@media only screen and (max-width:920px) {
    #menu-main_menu .fl-menu-toggle {
        right: -12px
    }
}

ul.ywcca_category_accordion_widget > li:last-child {
    display: none;
}

.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .wwp-wholesale-pricing-details p b,
.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .wwp-wholesale-pricing-details p .retailer-text,
.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .wwp-wholesale-pricing-details p .price-text {
    display: none
}

.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .wwp-wholesale-pricing-details p {
    visibility: hidden;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}

.right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .wwp-wholesale-pricing-details p .woocommerce-Price-amount.amount {
    visibility: visible;
}

.fl-theme-builder-woo-notices {
    padding: 0
}

.woocommerce-cart-form .wcibd-buttons-group input[type='checkbox']:before {
    content: "Select All";
    position: absolute;
    left: 20px;
    top: -2px;
    display: flex;
    width: 100px;
    color: #1f1f1d;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce-cart-form .wcibd-buttons-group input[type='checkbox'] {
    position: relative;
    left: 4px;
}

.woocommerce-cart-form .wcibd-buttons-group {
    padding: 0;
}

.woocommerce-cart-form .wcibd-buttons-group #wcibd-delete-all {
    color: #fff;
    border: 1px solid #006bff !important;
    background-color: #006bff !important;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 9px;
}

.woocommerce-cart-form .wcibd-buttons-group #wcibd-delete-selected {
    color: #fff;
    border: 1px solid #ff1800 !important;
    background-color: #ff1800 !important;
    border-radius: 0;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .wcibd-single-item {
    position: relative;
    left: -20px;
    width: 34px;
    height: 15px;
}

h2.fl-post-grid-title,
.woocommerce-shipping-methods label,
.woocommerce-shipping-destination {
    color: #666666 !important;
    font-size: 14px !important;
}

.fl-post-grid-content,
.woocommerce-shipping-methods label:after {
    color: #666666;
    font-size: 12px !important;
    line-height: 16px;
}

.order-total th,
.order-total td {
    background: #096efe;
    color: #fff !important;
}

.order-total td .amount {
    color: #fff !important;
}

.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal {
    background: #fff;
}

.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal .amount {
    color: #000000 !important;
}

.woocommerce-shipping-methods li,
.woocommerce-shipping-destination {
    margin-bottom: 15px !important;
}

.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table th:first-child,
.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table td:first-child {
    width: 50%;
}

.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child {
    width: 50%;
}

footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .menu li a {
    font-size: 12px;
}

.div_cover {
    margin-left: -10px;
    margin-right: -10px;
}

.map_product {
    margin-bottom: 100px
}

.map_describtion {
    margin-bottom: 60px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
    padding: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
    padding-top: 10px;
}

html .woocommerce-account .button.delete,
.woocommerce-form-login .button.delete,
html .woocommerce-account .button.delete:hover,
.woocommerce-form-login .button.delete:hover {
    border: 1px solid #ff1800 !important;
    color: #fff;
    background-color: #ff1800 !important;
}

.woocommerce table.shop_table.order_details thead {
    background: #fff;
}

.woocommerce table.shop_table.order_details thead th {
    color: #000000 !important;
    font-weight: 700;
    font-size: 14px;
}

.woocommerce table.shop_table.order_details tfoot tr:last-child th,
.woocommerce table.shop_table.order_details tfoot tr:last-child td .amount {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.woocommerce table.shop_table.order_details tfoot tr:last-child {
    background: #096efe
}

.woocommerce table.shop_table.order_details tfoot {
    background: #f7f7f7;
}

.woocommerce table.woocommerce-checkout-review-order-table thead {
    background: #fff;
}

.woocommerce table.woocommerce-checkout-review-order-table thead th {
    font-weight: 700;
    color: #000000 !important;
    font-size: 16px !important;
}.woocommerce-account h1.fl-post-title{
    text-align: center;
}

@media only screen and (max-width:1200px) {

    .product_listing_new,.dealer_login_page{
        padding: 0 30px;
    }

    .right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-button {
        width: 60%;
        left: 40%;
    }

    html .right_sidebar_product .product_listing_new .add_to_cart_button {
        padding: 6px;
    }

    .right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .price {
        width: 40%;
    }


    .right_sidebar_product h1.fl-heading {
        padding: 0 30px !important;
    }

    .single-product .fl-page-content {
        padding: 0 27px;
    }

    .single-product .fl-module-fl-woo-product-description {
        margin-bottom: 0;
    }

    .single_product_text .fl-col-content {
        margin-left: 40px;
    }

    .single-product .fl-page-content {
        padding-bottom: 50px;
    }
	.search_list{ padding:0 25px;}
}

@media (max-width: 992px) {
    .top_menu_ias {
        display: flex !important;
    }

}

@media only screen and (max-width:768px) {

    .product_category_listing,
    .map_product,
    .map_describtion {
        max-width: 100% !important;
    }

    .product_category_details h2.fl-heading {}

    .product_sl {
        width: 48% !important;
        max-width: 100% !important;
        display: flex;
        margin: 0 4px;
    }

    .div_cover {
        margin-left: -4px;
        margin-right: -4px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .map_describtion {
        margin-bottom: 60px;
        margin-top: 35px;
    }

    .map_describtion .fl-module-content {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .product_category_details h3.fl-heading .fl-heading-text {
        color: #202020;
        font-size: 16px;
    }

    .product_category_details h2.fl-heading .fl-heading-text {
        color: #202020;
        font-weight: 500;

        font-size: 20px;
    }

    .product_category_details .fl-col-small.product_sl .fl-module-photo {
        border: 1px solid #e7e7e7;
        margin-bottom: 7px;
    }

    .product_category_listing .widget_yith_wc_category_accordion ul li a {
        font-size: 14px;
        line-height: 17px;
    }

    .product_category_listing .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget {
        border-bottom: 1px solid #e8e8e8 !important;
    }

    .manufac_article .fl-node-content {
        margin-top: 35px;
        margin-bottom: 6px;
    }

    .product_category_listing .widget_yith_wc_category_accordion ul li {
        border-top: 1px solid #e8e8e8 !important
    }

    .map_describtion .fl-module-button {
        margin-top: 27px
    }

    .map_product {
        margin-bottom: 0
    }

    .right_sidebar_product .product_listing_new {
        padding: 0;
    }

    .right_sidebar_product h1.fl-heading {
        text-align: center !important;
        margin-bottom: 36px !important;
        margin-top: 25px !important;
    }

    .right_sidebar_product h1.fl-heading .fl-heading-text {
        font-size: 24px !important;
    }

    .right_sidebar_product .fl-post-grid-text h2.fl-post-grid-title {
        margin-bottom: 0 !important;
    }

    .right_sidebar_product div.product {
        padding-bottom: 40px;
    }

    .right_sidebar_product .product_listing_new .fl-post-grid .fl-post-column {
        margin-bottom: 50px;
    }

    .single-product .fl-col-small {
        max-width: 100% !important
    }

    .single_product_h2 .fl-module-content {
        margin-left: 0
    }

    .single_product_image {
        width: 40% !important;
        float: left;
        margin-bottom: 60px;
        display: inline-block !important;
    }

    .single_product_text {
        width: 56% !important;
        margin-left: 4%;
        display: inline-block !important;
    }

    .woocommerce-MyAccount-paymentMethods .payment-method .payment-method-actions:before {
        display: none
    }

    .woocommerce-cart .cart_totals table.shop_table_responsive .cart-subtotal td::before {
        color: #000;
    }

    .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td {
        background: #fff;
        padding-left: 35%;
        text-align: left !important;
        position: relative;
    }

    .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td::before {
        font-weight: 700;
        color: #666666;
        left: 15px;
        position: absolute;
        font-size: 14px !important;
    }

    .woocommerce .cart_totals table.shop_table_responsive tr.order-total td::before {
        color: #fff
    }

    .woocommerce .cart_totals table.shop_table_responsive tr {
        position: relative;
    }

    .woocommerce .cart_totals table.shop_table_responsive tr td::before {
        left: 15px;
        position: absolute;
        font-size: 14px !important;
    }

    .woocommerce .cart_totals table.shop_table_responsive tr td {
        padding-left: 35% !important;
        text-align: left !important;
        position: relative;
	}.dealer_login_page{ padding-bottom:70px;}
	
	
.product_category_listing	h3.ywcca_widget_title,.product_category_listing	h3.ywcca_widget_title a{
    color: #202020;
    font-size: 16px;
    background: #fff;    font-weight: normal;
    padding-left: 0;
	}   .product_category_listing	h3.ywcca_widget_title span{ color: #bfbfbf;}
	.right_sidebar_product h1.fl-heading {
    text-align: left !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
}
	.right_sidebar_product h1.fl-heading .fl-heading-text {
    font-size: 24px !important;
    color: #202020;
    font-size: 20px !important;
}
}

@media only screen and (max-width:580px) {
    .single-product.woocommerce div.product .single_product_h2 h1.product_title {
        font-size: 20px;
        margin-bottom: 60px;
        margin-top: 48px;
        text-align: center;
    }

    .single_product_text {
        width: 100% !important;
        margin-left: 0;
    }

    .single_product_image {
        width: 100% !important;
        margin-bottom: 0;
    }

    .single-product.woocommerce div.product .product_title {
        margin-top: 32px;
        text-transform: uppercase;
    }

    .single-product.woocommerce .product_meta,
    .single-product.woocommerce-page .product_meta {
        margin-top: 0;
    }

    .single-product.woocommerce div.product .price {
        font-size: 24px;
    }

    .single_product_text {
        margin-bottom: 20px;
    }

    .single-product .woocommerce div.product form.cart div.quantity,
    .single-product.woocommerce-page div.product form.cart div.quantity {
        width: 47%
    }

    .single-product.woocommerce div.product form.cart .button {
        width: 47%;
    }

    .single-product.woocommerce .quantity input.qty,
    .single-product.woocommerce-page .quantity input.qty {
        width: 100%;
        display: block;
    }

    .woocommerce-checkout #tax_details {
        overflow-y: scroll;
    }

    .woocommerce-checkout #tax_details .shop_table {
        white-space: nowrap;
    }
}

@media only screen and (max-width:530px) {

    .map_describtion .fl-module-content .fl-rich-text {
        max-width: 180px;
    }
}

@media only screen and (max-width:480px) {
    .product_sl {
        width: 47% !important;
    }

    .woocommerce.woocommerce-page .product.type-product .fl-post-grid-content {
        min-height: auto;
    }

    .right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-button {
        width: 50%;
        left: 50%;
    }

    .right_sidebar_product .product_listing_new .woocommerce.fl-post-grid-woo-meta .price {
        width: 50%;
    }
	
	
	
}




 .woocommerce-page .cart-collaterals .cart_totals table td .woocommerce-shipping-methods .amount,
 .woocommerce-page .woocommerce-checkout-review-order-table td .woocommerce-shipping-methods .amount{
    color: #000 !important;
}

.search-results .fl-post-feed-title a {color: #202020;
    font-size: 24px;
    margin: 0;}
.search-results .fl-post-feed-meta{    color: #666666;
    font-size: 14px;
	line-height: 24px;}.search-results .fl-post-feed-meta a{ font-weight:500}
.search-results h2.fl-heading .fl-heading-text{
    color: #202020;
    font-size: 35px;
    font-weight: 700;
}.search-results  .fl-post-feed-text{ padding-top:30px; padding-bottom:30px;}
.search-results  .fl-post-feed-more{color: #fff;
    border: 1px solid #006bff ;
    background-color: #006bff ;
    border-radius: 0; min-width:104px; text-align:center;font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 6px 9px;}
.search-results  .fl-post-feed-more:hover{    background-color: #2040de;
 }
.fcc_part .gform_body label {
        font-weight: 500;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.fcc_part .gform_body input,.fcc_part .gform_body select,.fcc_part .gform_body textarea,.fcc_part .gform_body canvas,.fcc_part .gform_body .StripeElement{
    border: 1px solid #1c7aff !important;
    background: transparent;
    color: #000;
    padding: 10px ;
    font-size: 13px ;
    font-weight: 400; border-radius:0;
outline: none;}
.fcc_form .ginput_container_address input{ margin-bottom:12px !important;}

@media only screen and (max-width: 780px){.product_category_listing h3.ywcca_widget_title > span{    padding-right: 0;
    text-align: right;}}


@media only screen and (max-width:768px) {.header_menu_search_mob{    width: 20% !important;

    text-align: center!important;}}

.mailerlite-form-title h3 {
	color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mailerlite-subscribe-button-container > input.mailerlite-subscribe-submit {
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px;
    background: transparent;
    border-radius: 0;
    margin-right: 0 !important;
    /* width: 100% !important; */
    height: 100%;
    text-align: center;
    border: 2px solid #fff;
    padding: 10px 25px;
}
.mailerlite-form-field > input {
    margin-top: 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    font-size: 18px !important;
    padding-right: 156px !important;
    border-bottom: 2px solid #fff;
    color: #ffffff !important;
}
.mailerlite-form-response span {
    color: #ffffff !important;
}