.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.product_filter_part {
    padding: 30px;
}

.filter_part label {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #6d6c6c;
    margin: 0 10px 5px;
}

.filter_part {
    box-shadow: 0 3px 10px silver;
    padding: 20px;
}

/*___*/
.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding-left: 50px;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.section-divider {
    margin: 20px 0;
}
/**/
#card_part .reg_first {
    font-weight: 600;
    text-transform: uppercase;
}

#card_part .active_reg {
    color: #fab702;
    font-weight: 600;
    text-transform: uppercase;
}
/**/
.service_view_info{
    margin-bottom: 20px;
}
.service_view_text{
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
}
.service_gallery_img img{
    width: 100%;
}
.service_gallery{
    padding: 10px;
}