/* CSS Document */
/* 
#0A4E9B; - blue
#7DC9FF; - ligth blue / footer hover
#98251F; - red
#00A0DE; - ligth blue / button hover

background-image: url(../../ua0/images/nnn.jpg);  
	
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	
	-webkit-transition: color 0.5s, background-color 0.5s;
-moz-transition: color 0.5s, background-color 0.5s;
transition: color 0.5s, background-color 0.5s; 

<img src=" <?php bloginfo('template_directory')?>/images/nnn.svg" alt="" >

	background-size: 100% auto;
	
	background-position: center top; 	
	background-repeat: no-repeat;
	background-image: url(../../ua0/images/nnn.svg); 
	
	или 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    line-height: 1.4
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: bottom;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

h1 {
    padding: 70px 0 20px 0;
    font-weight: 700;
    font-size: 48px;
}

h2 {
    font-weight: 700;
    font-size: 40px;
}

h3 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

h4 {
    font-weight: 700;
    font-size: 26px;
}

h5 {
    font-weight: 700;
    font-size: 20px;
}

h6 {
    font-weight: 700;
    font-size: 18px;
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }

    h1 {
        padding: 50px 0 20px 0;
        font-size: 33px;
    }

    h2 {
        font-size: 28px;

    }

    h3 {
        font-size: 24px;

    }

    h4 {
        font-size: 22px;

    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1344px;
    }
}

strong {
    font-weight: 600;
}

bold {
    font-weight: 600;
}

*:focus {
    outline: 0 !important;
}

ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -moz-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:focus {
    color: inherit;
}

form textarea {
    resize: none;
}

img {
    vertical-align: bottom;
}

p {
    margin-bottom: 15px;
}


/*  header */
.site-header {
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #939393;
}

/* header-fixed */
.bl_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;

    box-shadow: 0 0 10px -4px #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 10;
}

.bl_opacity {
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* / header-fixed */

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 0px;
}

.header-logo {
    flex-shrink: 0;
    width: 97px;
    height: auto;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

/* header-menu */
.header-menu {
    width: 100%;
}

#mega-menu-wrap-menu-1 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: space-between;
}

/* / header-menu */

.header-btn:hover {
    color: #0A4E9B;
}

.header-right {
    flex-shrink: 0;

    display: flex;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 0px;
}

.header-lang {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 0px;
    align-items: center;
}

.header-lang a {
    line-height: 1;
}

.header-lang a.lang-active {
    font-weight: 700;
}

.header-lang a:hover {
    color: #0A4E9B;
}

.header-lang-1 {
    padding: 0 12px 0 0;
    border-right: 3px solid #000;
}

/*  header-icon */
.header-icon-wrap {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 0px;
}

.header-icon-item {
    width: 20px;
    height: 20px;
}

.header-icon-item a {
    flex-shrink: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-icon-item a img {
    display: none;
    width: 100%;
    height: 100%;
}

.header-icon-item a:hover {
    background-image: none !important;
}

.header-icon-item a:hover img {
    display: block;
}

/*  / header-icon */

@media (max-width: 1200px) {
    .header-menu {
        width: auto;
        margin: 0 0 0 auto;
    }

    .header-logo {
        width: 97px;
        padding: 10px 0;
    }
}

@media (max-width: 500px) {
    .header-btn span {
        display: none;
    }

    .header-right {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .header-logo {
        width: 80px;
    }

    .header-lang {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .header-lang-1 {
        padding: 0 8px 0 0;
    }
}

/* / header */

/* Products loop */
.sealants-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 20px;


}

.sealant-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    background-color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 2px solid #0A4E9B;
    border-radius: 8px;
    background-position: center;
}

.sealant-item-bottom {
    display: flex;
    justify-content: space-between;
}

.sealant-item-bottom-left {
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 0px;
    align-items: center;
}

.sealant-item-bottom-left img {
    flex-shrink: 0;
}

.sealant-item-bottom-left-1 {
    width: 96px;
    height: 22px;
}

.sealant-item-bottom-left-2 {
    width: 40px;
}

.sealant-item-link {
    color: #0A4E9B;
}

.sealant-item-link a {
    display: inline-block;
    padding: 10px 45px;
    border: 2px solid #0A4E9B;
    background-color: #0A4E9B;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
}

.sealant-item-link a:hover {
    background-color: #fff;
    color: #0A4E9B;
}

.sealant-item h3{
	background: transparent;
	    line-height: 130%;
}

#products-s2 {
    background: #F5F5F5;
    padding-bottom: 78px;
}

#prod-s2-mn {
    margin-top: -65px;
    position: relative;
}

#our_products_head {
    background: linear-gradient(180deg, #031A34 0%, #0A4E9B 100%);
    border-bottom: 20px solid #98251F;
    padding-bottom: 100px;
    padding-top: 57px;
    position: relative;
}

#our_products_head h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px;
    margin-bottom: 28px;
    color: #fff;
}

.our_products_head-grd {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 56px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.our_products_head-icons-grd {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 19px;
}

.our_products_head-icons-grd img {
    width: 90px;
}

#howitworks {
    padding-top: 36px;
    padding-bottom: 110px;
    border-bottom: 15px solid #000;
}

#howitworks h2 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 50px;
}

.howitworks-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.howitworks-grd p {
    margin-bottom: 0px;
    margin-top: 27px;
}

.footer-howitworks {
    display: block;
    margin: auto;
    background: #98251F;
    border-radius: 9px;
    padding: 10px;
    color: #fff !important;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 394px;
    width: 100%;
    margin-top: 120px;
}

#about_us {
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 56px;
}

.about-grd h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
    padding: 0px;
    color: #fff;
    margin-bottom: 0px;
}

.about-grd {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.about-grd strong {
    font-size: 18px;
    font-weight: 700;
}

.about-right iframe {
    border: 2px solid #D9D9D9;
    border-radius: 12px;
    margin-top: 60px;
	width: 100%;
}

.about-right iframe{
	    min-height: 365px;
}

.about-icons-grd {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.about-icons-grd h4 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 15px 0px;
}

#where_to_buy {
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#where_to_buy h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px;
    margin-bottom: 20px;
}

.where_to_buy-description {
    max-width: 975px;
    margin-bottom: 40px;
}

.where_to_buy-grd {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.where_to_buy-items-grd {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: grid;
    gap: 60px 24px;
    grid-template-columns: 1fr 1fr;
}

.where_to_buy-items-grd h5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
}

#order_buy {
    padding-top: 80px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

#order_buy h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.order_buy-description {
    max-width: 870px;
    margin: auto;
    margin-bottom: 30px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
    background: #FFFFFF40 !important;
    font-size: 18px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    display: block;
    float: none;
    width: auto;
    font-family: Inter !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #fff !important;
}

.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {
    background: transparent !important;
    color: #fff !important;
}

.frm_repeat_buttons a.frm_remove_form_row, .frm_repeat_buttons a.frm_add_form_row {
    background: transparent !important;
    color: #fff !important;
}

.with_frm_style .frm_submit button {
    background-color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    width: 200px !important;
    font-size: 18px !important;
}

@media (max-width: 1400px) {
	.about-right iframe {
        border: 2px solid #D9D9D9;
        border-radius: 12px;
        margin-top: 20px;
    }
	
    .about-icons-grd {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
    }

    .about-icons-grd h4 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 5px 0px;
    }

    .about-grd {
        font-family: Inter;
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .about-grd h1 {
        font-family: Inter;
        font-size: 48px;
        font-weight: 700;
        line-height: 57.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin: 0px;
        padding: 0px;
        color: #fff;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .about-grd {
        font-family: Inter;
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    

    #about_us {
        background-size: cover;
        background-position: center;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .where_to_buy-items-grd {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        display: grid;
        gap: 0px 20px;
        grid-template-columns: 1fr 1fr;
    }

    .where_to_buy-items-grd h5 {
        font-family: Inter;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 0px;
    }

    .where_to_buy-grd {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    #where_to_buy {
        padding: 40px 0px;
        background-size: cover;
        background-position: center;
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    #where_to_buy h1 {
        font-family: Inter;
        font-size: 40px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 0px;
        margin-bottom: 10px;
    }

    .where_to_buy-description {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .sealants-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    #order_buy {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: cover;
        background-position: center;
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
    }

    .where_to_buy-grd {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }

    #howitworks {
        padding-top: 25px;
        padding-bottom: 40px;
        border-bottom: 5px solid #000;
    }

    #howitworks h2 {
        font-family: Inter;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 25px;
    }

    .howitworks-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .howitworks-grd img {
        display: block;
        margin: auto;
    }

    .footer-howitworks {
        display: block;
        margin: auto;
        background: #98251F;
        border-radius: 9px;
        padding: 10px;
        color: #fff !important;
        font-family: Roboto;
        font-size: 32px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        max-width: 394px;
        width: 100%;
        margin-top: 60px;
    }

    .our_products_head-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .sealant-item {
        position: relative;
        overflow: hidden;

    }
	
	.about-right iframe {
    min-height: 265px;
	}

    .where_to_buy-items-grd {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        display: grid;
        gap: 0px 20px;
        grid-template-columns: 1fr;
    }

    .about-icons-grd {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
    }

    #our_products_head h1 {
        font-family: Inter;
        font-size: 40px;
        font-weight: 700;
        line-height: 57.6px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 0px;
        margin-bottom: 15px;
        color: #fff;
    }

    #our_products_head {
        background: linear-gradient(180deg, #031A34 0%, #0A4E9B 100%);
        border-bottom: 20px solid #98251F;
        padding-bottom: 80px;
        padding-top: 20px;
        position: relative;
    }

    #products-s2 {
        padding-bottom: 30px;
    }

    .sealant-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;

        display: block;
        width: 100%;
        height: 60%;
        background: linear-gradient(to bottom, #FFF, transparent);
        z-index: 1;
    }

    .sealant-item h3 {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 576px) {
    .sealants-wrap {
        grid-template-columns: repeat(1, 1fr);

        -moz-column-gap: 0px;
        column-gap: 0px;
        row-gap: 20px;


    }

    .sealant-item-link a {
        padding: 10px 45px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    h1 {
        padding: 40px 0 20px 0;
        font-size: 30px;
    }

    h2 {
        font-size: 24px;

    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;

    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }

    .sealant-item {
        padding: 14px;
    }

    .sealant-item-bottom {
        justify-content: center;
    }

    .sealant-item-bottom-left {
        display: none;
    }

}

/* / Products loop */

/* page Home */

/*  Hero-1  ------*/
.hero-1 {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    color: #FFF;
    border-bottom: 20px solid #98251F;

}

.hero-1 .container {
    height: 100%;
}

.hero-1-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
}

.hero-1 h1 {
    max-width: 815px;
    margin: 0;
    padding: 0;
}

.hero-1-subtitle {
    max-width: 600px;
    font-size: 20px;
}

.hero-1-link {
    text-align: center;
}

.hero-1-link a {
    display: inline-block;
    width: 158px;
    padding: 8px 0;
    border: 2px solid #FFF;
    background: transparent;
    border-radius: 8px;
    font-size: 18px;
}

.hero-1-link a:hover {
    background: #0A4E9B;
}

/* Hero-1  END  ---*/

.home-s2 {
    margin: 34px 0 0 0;
}

.home-s2 h2 {
    margin: 0 0 20px 0;
    text-align: center;
}

.home-s2-img-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 20px;
    color: #fff;
}

.home-s2-item {
    display: flex;
    align-items: center;
    justify-content: center;

    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 0px;

    padding: 10px 0px;
    border-radius: 9px;
    background: #0A4E9B;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 32px;

}

.home-s2-item:hover {
    text-decoration: underline;
}

.home-s2-item img {
    flex-shrink: 0;

}

.home-s2-txt {
    margin: 34px 0 0 0;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 1400px) {
    .home-s2-img-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-s2-item {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .home-s2-img-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .home-s2-item {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (max-width: 400px) {
    .home-s2-item {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 20px;
    }

}

/*-- A0179  -------*/
#a0179 {
    overflow: hidden;
    margin: 44px 0 0 0;
}

#a0179 .carousel {

}

#a0179 .carousel-inner {
    max-width: 1000px;
    margin: 0 auto;
}

#a0179 .carousel-item {
    height: 330px;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
}

#a0179 .carousel-indicators [data-bs-target] {
    width: 16px !important;
    height: 16px !important;
    background: #f8f9fa !important;
    border: 0px !important;
    opacity: 1 !important;
    border-radius: 50%;
}

#a0179 .carousel-indicators .active {
    background: #619F42 !important;
}

.a0179-arrow-bg {
    flex-shrink: 0;
    background-color: #fff;
    width: 67px;
    height: 67px;
    display: flex;

    align-items: center;
    justify-items: center;
    border-radius: 50%;
    border: 2px solid #0A4E9B;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.a0179-arrow-bg:hover {
    background-color: #0A4E9B;
}

#a0179 .carousel-control-next, #a0179 .carousel-control-prev {
    width: 10%;
}

/*  */
#a0179 .carousel-control-prev {
    opacity: 1;
    left: -30px;
}

#a0179 .carousel-control-next {
    opacity: 1;
    right: -30px;
}

#a0179 .carousel-control-prev-icon {
    width: 100%;
    filter: none;
    background-image: url(../../ua0/images/arrow-left.svg);
}

#a0179 .a0179-arrow-bg:hover .carousel-control-prev-icon {
    background-image: url(../../ua0/images/arrow-left-white.svg);
}

#a0179 .carousel-control-next-icon {
    width: 100%;
    filter: none;
    background-image: url(../../ua0/images/arrow-right.svg);
}

#a0179 .a0179-arrow-bg:hover .carousel-control-next-icon {
    background-image: url(../../ua0/images/arrow-right-white.svg);
}

.a0179-body {
    margin-top: 165px;
    background: rgba(252, 252, 252, 0.8);
    padding: 36px;
    width: fit-content;
    max-width: 560px;
}

.a0179-body h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #4F524D;
}

.a0179-body a {
    display: block;
    width: 178px;
    background: #1287D1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FCFCFC;
    padding: 13px;
    margin-top: 30px;
}

/*  */
@media (max-width: 1400px) {
    #a0179 .carousel-control-prev {
        left: 0px;
    }

    #a0179 .carousel-control-next {
        right: 0px;
    }
}

@media (max-width: 992px) {
    .a0179-body {
        background: rgba(252, 252, 252, 0.8);
        padding: 36px;
        width: fit-content;
        max-width: 560px;
        margin: auto;
        margin-top: 40px;
    }

    #a0179 .carousel-item {
        min-height: 350px;
    }

    .a0179-body h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 130%;
        color: #4F524D;
    }

    .a0179-body a {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .a0179-arrow-bg {
        width: 50px;
        height: 50px;
    }

    #a0179 .carousel-control-prev {
        left: 10px;
    }

    #a0179 .carousel-control-next {
        right: 10px;
    }

    #a0179 .carousel-control-prev-icon {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    #a0179 .carousel-control-next-icon {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 576px) {
    .a0179-body {
        background: rgba(252, 252, 252, 0.8);
        padding: 36px;
        width: fit-content;
        max-width: 560px;
        margin: auto;
        margin-top: 50px;
    }

    .a0179-body h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        color: #4F524D;
    }

    .a0179-body h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        color: #4F524D;
    }

    #a0179 .carousel-item {
        min-height: 380px;
    }
}

/*-- A0179 END --------*/

.home-s4 h2 {
    margin: 34px 0 0 0;
    text-align: center;
}

.home-s4-subtitle {
    max-width: 870px;
    margin: 34px auto 0 auto;
    text-align: center;
    font-size: 20px;
}

.home-s4-products-wrap {
    margin: 113px 0 0 0;
    padding: 0 0 55px 0;
    background-color: #0A4E9B;
}

.home-s4-products-wrap .sealants-wrap {
    position: relative;
    top: -72px;
}


.home-s4-products-btn {
    margin: 0px 0 0 0;
    text-align: center;
}

.home-s4-products-btn a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #fff;
    font-weight: 500;
    border-radius: 8px;
    font-size: 18px;
}

.home-s4-products-btn a:hover {
    background: #0A4E9B;
    color: #fff;
}

.s4-img {
    max-width: 230px;
    display: block;
    margin: 20px auto;
}

@media (max-width: 576px) {
    .home-s4-products-btn a {
        font-size: 16px;
    }
}

.home-s5 {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    color: #fff;
}

.home-s5-pos {
    height: 525px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 30px;
}

.home-s5-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 28px;

    max-width: 870px;
    height: 100%;
}

.home-s5-content h2 {
    margin: 0 0 14px 0;
}

.home-s5-subtitle {
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 0px;

    font-size: 18px;
}

.home-s5-subtitle img {
    flex-shrink: 0;
}

.home-s5-txt {
    font-size: 18px;
}

.home-s5-btn a {
    display: inline-block;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.home-s5-btn a:hover {
    background-color: #fff;
    color: #000;
}

.home-s5-img {
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .home-s5-pos {
        height: auto;
        padding: 30px 0;
    }

    .home-s5-img {
        display: none;
    }
}

@media (max-width: 567px) {
    .home-s5-content {
        row-gap: 20px;
    }

    .home-s5-content h2 {
        margin: 0;
    }

    .home-s5-subtitle {
        column-gap: 20px;
        font-size: 16px;
    }

    .home-s5-txt {
        font-size: 16px;
    }

    .home-s5-btn a {
        padding: 7px 20px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {

	.home-s5-subtitle {
		display: grid;
        grid-gap: 10px;
	}
	
    .home-s5-subtitle img {
        width: 90px;
        padding: 0px 0 0 0;
		
    }
}

/*-- a0205 ------------------------------------------*/
#a0205 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.a0205-top {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}

#a0205 h2 {

}

.a0205-subtitle {
    margin: 20px 0 0 0;
    font-size: 20px;
}

.gtco-testimonials {
    position: relative;
    margin-top: 10px;
    padding: 0px 70px;
    padding: 0;
}

.gtco-testimonials .owl-stage-outer {
    margin: 60px 0 32px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    background: #fff;

    margin: 0 5px;
    border: 2px solid #D9D9D9;
    background: #D9D9D9;

}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #000;
    border: 2px solid #000;
    box-shadow: none;


}

.gtco-testimonials .card {
    margin: 0 14px;
    padding: 36px 44px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 2px solid #0A4E9B;
    min-height: 400px;

}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    width: 55px;
    height: auto;
}

.gtco-testimonials .card h5 {
    color: #1081E8;
    font-size: 21px;
    line-height: 1.3;
}

.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.gtco-testimonials .active {
    opacity: 1;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}

.gtco-testimonials .owl-nav {
    display: block;
}

.owl-nav button.owl-prev {
    left: -70px;
    top: 40%;
    position: absolute;
    font-size: 200px !important;
    line-height: 0px !important;
    color: #1081E8 !important;
}

.owl-nav button.owl-next {
    right: -70px;
    top: 40%;
    position: absolute;
    font-size: 200px !important;
    line-height: 0px !important;
    color: #1081E8 !important;
}

.card-body {
    padding: 0px;

}

.card-text {
    scrollbar-width: thin;
    height: auto;
    margin: 16px 0 0 0;
    line-height: 1.5;
    font-size: 18px;
}

.card-author {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;

    margin: 32px 0 0 0;
}

.card-author-info {
    display: flex;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 5px;
    justify-content: center;
    flex-direction: column;

    height: 80px;
    font-size: 18px;
}

.card-author-name {
    font-weight: 700;

}

.card-avatar {
    flex-shrink: 0;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;

}

.card-avatar img {
    height: 100%;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.fa-star:before {
    font-size: 28px;
    color: #0A4E9B;

}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

#a0205 .owl-dots.disabled {
    display: block;
}

/*  */
@media (max-width: 768px) {
    .card-text {
        height: auto;
    }

    .gtco-testimonials .card {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    #a0205 {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .fa-star:before {
        font-size: 22px;
    }

    .a0205-subtitle {
        font-size: 16px;
    }

    .gtco-testimonials .owl-stage-outer {
        margin: 40px 0 30px 0;
    }

    .gtco-testimonials .card {
        margin: 0;
        padding: 24px 22px;
    }

    .card-author {
        margin: 20px 0 0 0;
    }

    .card-text {
        font-size: 16px;
    }

    .card-avatar {
        width: 60px;
        height: 60px;
    }

    .card-author-info {
        height: 60px;
        row-gap: 0px;
        font-size: 16px;
    }

}

/*-- a0205 END --------------------------------------*/
.home-s7 {
    height: auto;
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-bottom: 50px;
}

.home-s7-top {
    padding: 80px 0 0 0;
    text-align: center;
}

.home-s7-subtitle {
    max-width: 872px;
    margin: 20px auto 0 auto;
    font-size: 20px;
}

.home-s7-form-wrap {
    max-width: 644px;
    margin: 40px auto 80px auto;
}

#home-s7 span.frm_required {
    display: none;
}

#home-s7 label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}

#home-s7 input {
    background: #FFFFFF40;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

#home-s7 input::placeholder {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 input:-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 input::-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 textarea {

    background: #FFFFFF40;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
}

#home-s7 textarea::placeholder {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D9D9D9;
}

#home-s7 .frm_button_submit {
    border: 0;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 8px;

    font-family: 'Inter', sans-serif;
    font-weight: 500;
    box-shadow: none;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -moz-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;

    font-size: 18px;
}

#home-s7 .frm_button_submit:hover {
    background-color: #0A4E9B;
    color: #fff;
}

@media (max-width: 576px) {
    .home-s2-txt {
        font-size: 16px;
    }

    .home-s4-subtitle {
        font-size: 16px;
    }

    #home-s7 label {
        font-size: 18px;
    }

    #home-s7 .frm_button_submit {
        font-size: 16px;
    }

    .home-s7-subtitle {
        font-size: 16px;
    }
}

/* / page Home */

/* page FAQ */
.page-template-tmp_faq {
    color: #fff;
}

.faq-wrap {
    padding: 0 0 80px 0;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 1400px) {
    .faq-wrap .container {
        max-width: 872px;
        margin: 0 auto;
    }
}

/* accordion */
.accord-subtitle {
    margin: 0 0 35px 0;

    font-size: 20px;
}

.accord-item {
    padding: 20px 0px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.accord-item.active {

}

.accord-item-title {
    position: relative;
}

.accord-item-title h6 {
    margin: 0 40px 0 0;
}

.accord-item-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;

    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/cross-black-thin-90.svg);
}

.accord-item-title:hover .accord-item-icon {
    background-image: url(../images/cross-black-thin.svg);
}

.accord-item.active .accord-item-icon {
    background-image: url(../images/cross-black-thin.svg);
}

.accord-item-desc {
    overflow: hidden;
    max-height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: max-height 0.50s ease-out;

    font-size: 16px;
}

.accord-item-desc-pos {
    padding: 20px 0 0 0px;
}

.accord-item-desc.show {
    max-height: 500px; /* not "none" */
    transition: max-height 0.50s ease-in;
}

/* / accordion */

/* / page FAQ */

/* catalog = products */
.products-s1-subtitle {
    max-width: 760px;
    font-size: 20px;
}

.sealants-wrap {

}

@media (max-width: 576px) {
    .products-s1-subtitle {
        font-size: 16px;
    }
}

/* / catalog = products */

/* post = single sealant */
.single-sealant-breadcrumb {
    margin: 80px 0 0px 0;
    font-size: 18px;
}

.single-sealant-breadcrumb a {
    text-decoration: underline;
}

.single-sealant-breadcrumb a:hover {
    color: #0A4E9B;
}

.single-sealant-content {
    max-width: 760px;
    margin: 10px 0 50px 0;
    font-weight: 700;
    font-size: 20px;
}

.single-sealant-items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 36px;
}

.single-sealant-item {
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;

}

.single-sealant-item-img {
    flex-shrink: 0;
    width: 200px;
    height: auto;
}

.single-sealant-item-img img {

    width: 100%;
    height: auto;
    /* border-radius:12px;
    border: 2px solid #D9D9D9; */
}

.single-sealant-item-txt {
    margin: 20px 0 0 0;
}

.single-sealant-btn {
    margin: 48px 0 60px 0;
}

.single-sealant-btn a {
    display: inline-block;
    width: 200px;
    padding: 8px 0;
    background: #0A4E9B;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-weight: 500;

    font-size: 18px;
}

.single-sealant-btn a:hover {
    background: #00A0DE;
}

.single-sealant-bottom {
    margin: 0 0 80px 0;
}

.single-sealant-bottom-media {
    display: none;
}

.single-sealant-bottom-desk {
    margin: 36px 0 0 0;
}

@media (max-width: 1200px) {
    .single-sealant-items-wrap {
        display: flex;
        flex-direction: column;

    }

    .single-sealant-bottom-desk {
        display: none;
    }

    .single-sealant-bottom-media {
        margin: 36px 0 0 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        -moz-column-gap: 27px;
        column-gap: 27px;
        row-gap: 36px;
    }
}

@media (max-width: 768px) {
    .single-sealant-bottom-media {
        display: flex;
        flex-direction: column;
    }

    .single-sealant-bottom-item {
        display: flex;
        -moz-column-gap: 27px;
        column-gap: 27px;
        row-gap: 36px;
    }

    .single-sealant-bottom-item-img {
        flex-shrink: 0;
        width: 60px;
    }

    .single-sealant-bottom-item-img img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .single-sealant-breadcrumb {
        margin: 50px 0 0px 0;
        font-size: 16px;
    }

    .single-sealant-content {
        margin: 0px 0 30px 0;
        font-size: 18px;
    }

    .single-sealant-item-img {
        width: 150px;
    }

    .single-sealant-item-txt {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 450px) {
    .single-sealant-items-wrap {
        row-gap: 40px;
    }

    .single-sealant-item {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .single-sealant-item-img {
        margin: 0 auto;
    }

    .single-sealant-btn {
        text-align: center;
    }


    .single-sealant-content {
        margin: 0px 0 20px 0;
        font-size: 16px;
    }

    .single-sealant-bottom-item {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .single-sealant-bottom-item-img {
        width: 50px;
    }
}

/* / post = single sealant */

/* post = sealant Emergency Puncture Repair Kit*/
.puncture-repair {

}

.puncture-repair-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;

    margin: 0 0 80px 0;

}

.puncture-repair-img {
    width: 100%;
}

.puncture-repair-img img {
    width: 100%;
}

.puncture-repair-items-wrap {

}

.puncture-repair-item {
    max-width: 421px;
    margin: 0 0 24px 0;
}

.puncture-repair-item h4 {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    color: #0A4E9B;
    border-bottom: 4px solid #0A4E9B;
}

/*  */
.puncture-repair-content-right .single-sealant-items-wrap {
    grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 992px) {
    .puncture-repair-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .puncture-repair-item {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .puncture-repair-content {
        row-gap: 0px;
    }
}

/* / post = sealant Emergency Puncture Repair Kit*/

/* footer */
.site-footer {
    padding: 60px 0 0 0;
    background: #0A4E9B;
    color: #fff;
    font-weight: 500;
}

.site-footer a:hover {
    color: #7DC9FF;

}

.footer-top {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: space-between;

}

.footer-logo {
    flex-shrink: 0;
    width: 108px;
    height: auto;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

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

    width: 100%;
    margin: 0 auto;
}

.menu-menu-footer-top-container {
    width: 100%;
}

.footer-menu ul {
    display: flex;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.footer-menu-left {
    max-width: 620px;
}

.footer-menu-right {
    max-width: 620px;
}

/* footer-icon */
.footer-icon-wrap {
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 0px;
    align-items: center;
}

.footer-icon-item {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.footer-icon-item a {
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-icon-item a img {
    display: none;
    width: 100%;
    height: 100%;
}

.footer-icon-item a:hover {
    background-image: none !important;
}

.footer-icon-item a:hover img {
    display: block;
}

/* / footer-icon */

.footer-bottom {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: space-between;

    margin: 40px 0 0 0;
    padding: 40px 0 40px 0;
    border-top: 1px solid #fff;
}

.menu-menu-footer-right-container {
    width: 100%;
}

@media (max-width: 992px) {
    #menu-footer-left {
        flex-direction: column;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
}

@media (max-width: 576px) {
    #menu-footer-right {
        flex-direction: column;

    }
}

/* / footer  */
/* media */
@media (max-width: 1400px) {

}

/* / 1400 */

@media (max-width: 1200px) {

}

/* / 1200 */

@media (max-width: 1024px) {

}

/* / 1024 */

@media (max-width: 992px) {

}

/* / 992 */

@media (max-width: 768px) {

}

/* / 768 */

@media (max-width: 576px) {

}

/* / 576 */

/* A0153 -------------------------------------------*/
#a0153 {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    border-bottom: 10px solid #98251F;
}

#product_sub_head {
    padding-top: 55px;
    padding-bottom: 35px;
}

#product_sub_head h1 {
    margin: 0px;
    padding: 0px;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
}

.product_sub-text {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 990px;
    margin: auto;
}

#product_yes {
    background: #F5F5F5;
    padding-top: 26px;
    padding-bottom: 15px;
    font-family: Inter;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.product_yes-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 46px;
}

.prod-item-grd {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 24px;
    margin-bottom: 60px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.prod-btn {

    width: 200px !important;
    display: block;
    border-radius: 9px;
    padding: 10px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
    margin-top: 15px;
}

.page-id-441 .prod-btn {
    background: #00ABE1;
}

.page-id-473 .prod-btn {
    background: #ED2E7E;
}

.page-id-478 .prod-btn {
    background: #009E4E;
}

.page-id-484 .prod-btn {
    background: #F2804A;
}

.page-id-489 .prod-btn {
    background: #636363;
}

.page-id-489 #product_yes {
    display: none !important;
}

.page-id-489 .prod-item-grd h3 {
    display: none !important;
}

.page-id-489 #products_list_inner {
    margin-top: 0px;
    margin-bottom: 0px;
}

.prod-item-grd img {
    width: 100%;
    box-shadow: 0px 0px 12px 0px #00000080;
    border-radius: 12px;
}

#products_list_inner {
    margin-top: 50px;
    padding-bottom: 100px;
    border-bottom: 15px solid #000;
}

.prod-item-grd h3 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 15px;
}

#suitable_for {
    background: #0A4E9B;
    padding-top: 23px;
    padding-bottom: 45px;
}

#suitable_for h1 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px;
    color: #fff;
    margin-bottom: 30px;
}

#suitable_for h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

#emergency_puncture{
    margin-top: 50px;
    margin-bottom: 70px;
}

#emergency_puncture h2{
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EC0B0B;
    margin-bottom: 36px;
}

#emergency_puncture h3{
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.emergency_puncture-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin-top: 50px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.emerg-text{
    margin-bottom: 24px;
}

.emerg-btn{
    display: block;
    background: #0A4E9B;
    width: 200px;
    padding: 10px;
    border-radius: 9px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
    margin-top: 47px;
}

.emergency_puncture-grd img{
    margin-bottom: 48px;
}

.emergency_puncture-grd h5{
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0A4E9B;
}

.emergency_puncture-grd hr{
    background: #0A4E9B;
    opacity: 1;
    margin: 16px 0px;
    max-width: 420px;
}

.emergency_puncture-grd h4{
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 16px;
}

.emerg-right-grd{
    display: grid;
    grid-gap: 30px;
}

#installation_guide h2{
    background: #0A4E9B;
    padding: 10px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 36px;
}

.installation-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
}

.installation-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#installation_guide{
    margin-bottom: 100px;
}

.installation-item h6{
    background: #98251F;
    border-radius: 25px;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    width: 60px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .installation-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 26px;
    }

    .installation-item {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 24px;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

@media (max-width: 992px) {
    #product_sub_head {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #emergency_puncture {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #emergency_puncture h2 {
        font-family: Inter;
        font-size: 36px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EC0B0B;
        margin-bottom: 16px;
    }

    .emerg-right-grd {
        display: grid;
        grid-gap: 10px;
    }

    #emergency_puncture h3 {
        font-family: Inter;
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .emergency_puncture-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
        margin-top: 20px;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .emergency_puncture-grd img {
        margin-bottom: 20px;
    }

    .emerg-btn {
        display: block;
        background: #0A4E9B;
        width: 200px;
        padding: 10px;
        border-radius: 9px;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff !important;
        margin-top: 40px;
    }

    .emergency_puncture-grd h4 {
        font-family: Inter;
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 5px;
    }

    .product_yes-grd {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 16px;
    }

    .prod-item-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 24px;
        margin-bottom: 46px;
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .prod-item-grd img {
        width: 100%;
        box-shadow: 0px 0px 12px 0px #00000080;
        border-radius: 12px;
        max-width: 300px;
        margin: auto;
        display: block;
    }

    #products_list_inner {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .prod-item-grd h3 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 10px;
    }

    .prod-item-grd p {
        display: block;
        margin: auto;
        text-align: left;
        max-width: 450px;
    }

    .prod-btn {
        width: 200px !important;
        display: block;
        border-radius: 9px;
        padding: 10px;
        font-family: Roboto;
        font-size: 22px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff !important;
        margin: auto;
        margin-top: 15px;
    }

    #product_sub_head h1 {
        margin: 0px;
        padding: 0px;
        font-family: Roboto;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 20px;
    }

    .product_sub-text {
        font-family: Inter;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        max-width: 990px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .product_yes-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        justify-content: center;
        justify-items: center;
    }

    #installation_guide h2 {
        background: #0A4E9B;
        padding: 10px;
        font-family: Inter;
        font-size: 26px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
        margin-bottom: 30px;
    }

    .installation-item {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .installation-item h6 {
        background: #98251F;
        border-radius: 25px;
        font-family: Inter;
        font-size: 48px;
        font-weight: 700;
        line-height: 57.6px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
        width: 60px;
        margin-bottom: 24px;
        margin-top: -68px;
        margin-left: 10px;
    }

    .installation-item img{
        width: 100%;
    }

    #installation_guide {
        margin-bottom: 40px;
    }

    #emergency_puncture h2 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EC0B0B;
        margin-bottom: 16px;
    }

    #emergency_puncture h3 {
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .emergency_puncture-grd h4 {
        font-family: Inter;
        font-size: 22px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 5px;
    }

    #suitable_for h1 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 0px;
        color: #fff;
        margin-bottom: 15px;
    }

    #suitable_for {
    background: #0A4E9B;
    padding-top: 20px;
    padding-bottom: 25px;
}

}

/* A0153 END ---------------------------------------*/



a.glink img{
	display: none;
}

#frm_section_96-0 {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    border: 0px !important;
    padding: 0px;
    margin: 0px !important;
}

.with_frm_style .frm_repeat_sec{
    border: 0px !important;
    padding: 0px;
    margin: 0px !important;
	
}

textarea {
    max-height: 127px;
}

.with_frm_style .frm_repeat_buttons {
    margin-top: 14px;
}

#frm_section_96-1{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-2{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-3{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-4{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-5{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-6{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-7{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-8{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-9{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-10{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-11{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#frm_section_96-12{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-id-107 .card{
	background: transparent !important;
}

.page-id-107 .fa, .page-id-107 .fas {
    font-weight: 900;
    float: right;
}

.card-body {
    padding: 20px 0px;
}

.card-header a{
	color: #fff !important;
}

.card-header {
    padding: .5rem 0rem;
}

.footer-copiright{
	    text-align: center;
    padding: 10px;
    border-top: 1px solid;
    font-size: 14px;
}