/* Header */
#masthead {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 20px #00000045;
}
#masthead.sticky {
    position: fixed;
    top: 0;
    z-index: 2;
    background: #ffff;
    width: 100%;
}

body.has-sticky-header  #masthead.sticky {
    z-index: 99999;
}
#masthead.sticky .site-branding {
    padding: 10px 0;
}
#masthead.sticky  + .header-gap {
  padding-top: 120px;
}
#header-search-block {
    cursor: pointer;
}

section.hero-banner video {
    width: 100%;
    height: inherit;
    object-fit: cover;
}
.video-background {
    position: absolute;
    width: 100%;
}



/* Solution CPT */
body.single-solutions section.hero-banner .hero-banner-content {
    max-width: 900px;
    width: 90%;
}
.child-solution-sec-inner {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 80px;
    margin-bottom: 2.5rem;
}
.desc.challenge blockquote {
    font-family: var(--font-fjalla);
    color: var(--kyn-navy);
    font-style: italic;
}
.challenge ul {
    margin: 0;
    padding: 0 0 0 2rem;
}
.speak-with-container .btn-kyn-default{
    min-width: 80%;
}
.sol-related-res-n-faq .inner {
    display: grid;
    grid-template-columns: 10fr 3fr;
    gap: 3rem;
    background: #f6f8fa;
    padding: 3rem 2rem;
    margin-bottom: 2.5rem;
}
.realted-resources {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.single-res {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sol-related-res-n-faq .faq-info {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}
.single-res .heading-link {
    text-decoration: none;
    color: #000;
}
.single-res .heading-link h6 {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.spk-info {
    font-size: 14px;
}
.single-res .cat-name {
    padding: 1px 5px;
    background-color: var(--kyn-navy);
    font-family: "Fjalla One", serif;
    color: #fff;
    width: fit-content;
    font-size: 12px;
}
.single-res .blog-dis {
    font-size: 13px;
    color: #000;
    line-height: 1.2;
}
.single-res .link {
    font-size: 14px;
}
.video-con iframe {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    border: none;
}


.video-con {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-con .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.video-con .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-con .overlay::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: white;
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    pointer-events: none;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ********************************** Template Product **************************************************************** */
.testimonial-section .wrapper,
.testimonial-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial-slider {
    max-width: 700px;
    margin: 0 auto;;
}
.sgl-testi-inner .testi-con,
.testi-heading {
    color: #000;
}
.sgl-testi-inner .testi-img {
    width: 40px;
    margin: 0 auto 2rem;
}
.sgl-testi-inner .testi-name {
    color: #000;
    margin-top: 1.4rem;
}
.testimonial-section .owl-dot.active span {
    background: var(--kyn-yellow) !important;
}
.testimonial-section .owl-dot span {
    background: #fffdfd70 !important;
    width: 13px !important;
    height: 13px !important;
}

/* Application */
.page-template-page-products .section-applications h3 {
    text-align: left;
}

/* Adavantage Section */
.advangtage-sec-inner {
    display: grid;
    grid-template-columns: 1fr 497px;
    gap: 2rem;
}
.all-advtg {
    column-count: 2;
    column-gap: 1rem;
}
.single-advtg {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
    align-items: center;
}
.advtg-icon {
    line-height: 0;
}
.advtg-desc {
    /* font-size: 14px; */
    color: #000;
}

.advtg-icon img {
    max-width: 65px;
    /* border: 1px solid #000; */
}


/* product section */
.full-btn.dark {
    background: var(--kyn-navy) !important;
    color: #fff !important;
}
.product-lists .full-btn {
    text-align: left;
    font-size: 20px;
    padding: .8rem 1.5rem;
}
.product-lists .full-btn:hover {
    color: #fff !important;
}
.product-list-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.product-list-inner .sgl-prod {
    background-color: #ebebf0;
}
.sgl-prod-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}
.sgl-prod-inner img {
    height: 100%;
    object-fit: cover;
}
.sgl-product-list {
    display: grid;
    gap: 2rem;
}
.product-list-inner .prod-info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.prod-info .desc {
    color: #000;
}
.prod-info .desc ul,
.all-tab-content .col-content-section ul,
.body-con ul {
    margin: 0 0 1rem 10px;
    padding-left: 0;
    list-style: none;
}
.prod-info .desc ul ul,
.all-tab-content .col-content-section ul ul,
.body-con ul ul{
    margin: 0 0 1rem 1.5rem;
}
.prod-info .desc ul li,
.all-tab-content .col-content-section ul li ,
.body-con ul li {
    position: relative;
}
.prod-info .desc ul li:before,
.all-tab-content .col-content-section ul li:before,
.body-con ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--kyn-navy);
    display: inline-block;
    right: 7px;
    position: relative;
}
.prod-info .desc ul li li:before,
.all-tab-content .col-content-section ul li li:before,
.body-con ul li li:before {
    background-color: var(--kyn-darkblue);
}

.prod-info .desc ul li li li:before,
.all-tab-content .col-content-section ul li li li:before,
.body-con ul li li li:before {
    background-color: var(--gray);
    border-radius: 50%;
}

.prod-info .desc ul li li li li:before,
.all-tab-content .col-content-section ul li li li li:before,
.body-con ul li li li li:before {
    background-color: var(--kyn-yellow);
}
.prod-info .desc ul li li li li li:before,
.all-tab-content .col-content-section ul li li li li li:before,
.body-con ul li li li li li:before {
    background-color: var(--kyn-darkblue);
}

.product-contact-banner-inner {
    background-color: #ebebf0;
    padding: 1rem 1rem 1rem 3rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-contact-banner-inner img {
    max-width: 220px;
}
.sgl-prod-img-con {
    overflow: hidden;
    height: 100%;
}
.sgl-prod-img-con img {
    transition: all .4s linear;
}
.sgl-prod-img-con img:hover {
    scale: 1.1;
}


/* Single Products page */
.products-about-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    padding: 4rem 0 2rem;
}
.pd-banner-subtitle p {
    margin-bottom: 1rem;
}
.products-about-col {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.product-icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.product-icon-list > div {
    width: 100px;
    font-size: 14px;
}
.products-about-feature .product-icon-list > div {
    width: 200px;
}
.pd-icon {
    max-width: 80px;
    margin: 0 auto 10px;
    /* border: 1px solid var(--kyn-navy); */
    line-height: 0;
}
.products-about-feature .pd-icon {
    max-width: 80px;
}
.pd-desc {
    text-align: center;
    color: var(--kyn-navy);
    font-weight: 500;
}
.products-about-buttons {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}
.products-about-buttons a {
    font-size: 14px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.products-body-content h1,
.products-body-content h2,
.products-body-content h3,
.products-body-content h4,
.products-body-content h5,
.products-body-content h6 {
    font-family: "Fjalla One", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    color: var(--kyn-navy);
}
.products-body-content p {
    color: #000;
}
.sgl-pd-btn-info {
    font-size: 18px;
    color: #000;
    font-family: "Fjalla One", serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 1.5rem 1rem;
}
.sgl-pd-btn-info a {
    color: var(--kyn-darkblue);
}
.sgl-pd-btn-info p:first-child {
    margin: 0;
    padding: 0;
}

/* table */
.flex-table .row {
    display: flex;
}
.flex-table .row .cell {
    padding: .5rem;;
}


/* Tab  */
.all-tabs {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 3rem;
    align-items: stretch;
    gap: 1rem;
}
.all-tabs .tab,
.all-tabs .subtab-inner {
	text-align: center;
	padding: 10px 12px;
	color: var(--kyn-navy);
	/* background: var(--kyn-light-gray); */
	/* border-left: 2px solid var(--kyn-gray); */
	/* font-weight: 600; */
	transition: all .2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: var(--font-fjalla);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.all-tabs .tab:first-child,
.all-tabs .subtab-inner:first-child {
	border-left:0;
}

.tab::before ,
.subtab-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--kyn-light-gray);
    z-index: -1;
    transform: skewX(-15deg);
    transition: all .25s linear;
}


.all-tabs .tab.active,
.all-tabs .tab:hover,
.all-tabs .subtab.active .subtab-inner,
.all-tabs .subtab:hover .subtab-inner {
	color: #fff;
	/* background: var(--kyn-navy); */
	cursor: pointer;
}

.tab.active::before ,
.subtab.active .subtab-inner::before,
.tab:hover::before ,
.subtab:hover .subtab-inner::before {
    background-color: var(--kyn-navy);
}

.all-tab-content h1,
.all-tab-content h2,
.all-tab-content h3,
.all-tab-content h4, 
.all-tab-content h5, 
.all-tab-content h6 {
    margin-top: 0;
    color: var(--kyn-navy);
    font-family: var(--font-fjalla);
    font-weight: 400;
}
.subtab .tab-img img {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-left: -9px;
}

.all-tab-content p {
    margin: 5px 0;
    color: #000;
}
.flex-img {
    display: flex;
}

.flex-img img {
    margin: 10px auto;
}
.flex-img.def img {
    max-width: 550px;
    width: 100%;
}
.flex-img.full img {
    width: 100%;
}
.flex-img.actual img {
    max-width: 100%;
}
.flex-img.left img {
    margin: 0;
}
.all-tab-content .full-btn:hover  {
    color: #fff !important;
}

/* Tab content */

/* table press */
.table-press-table table {
	border: 1px solid var(--kyn-gray);
}
.dt-column-title, .table-press-table th {
	font-family: var(--font-fjalla);
	text-transform: uppercase;
	font-size: 14px;
}
.tablepress>:where(thead,tfoot)>tr>* {
	color: #fff !important;
	background: var(--kyn-navy) !important;
}
.table-press-table tr td {
	font-size: 14px !important;
}
.table-press-table .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, 
.table-press-table .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background-color: var(--kyn-light-gray) !important;
    color: var(--kyn-navy) !important;
}

.all-tab-content .col-content-section ol {
	margin: 0 0 1rem 10px;
    padding-left: 1rem;
}

.tab-content .flex-buttons {
    flex-wrap: wrap;
    justify-content: center;
}
.tab-gallery-img  {
    display: grid;
    gap: 1rem;
}
.tab-gallery-img img {
    max-width: 550px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}
.tab-gallery-img .wp-caption {
    display: flex;
    align-items: center;
    flex-direction: column;
}



/* Template - Taxonomy Solution Type */
.ft-icon {
    max-width: 54px;
    /* border: 1px solid var(--kyn-navy); */
    line-height: 0;
}
.ft-desc {
    font-size: 14px;
    color: #000;
}
.solution-parent-body-con .wrapper {
    display: grid;
    grid-template-columns: auto 420px;
    gap: 4rem;
}
.solution-sidebar-inner {
    padding: 3rem 1rem 1.5rem 2rem;
}
.btn-and-img {
    display: grid;
    grid-template-columns: auto 150px;
    align-self: center;
}
.sol-side-btn-con {
    display: flex;
    align-items: center;
}

/* Term page */
.tax-solution-type .sol-side-btn-con a.btn-kyn-default {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 140px;
}

/* body content */

.body-con h1,
.body-con h2 ,
.body-con h3 ,
.body-con h4, 
.body-con h5, 
.body-con h6 {
    color: var(--kyn-navy);
    font-family: "Fjalla One", serif;
    font-weight: 400;
}

.body-con ul li strong ,
.body-con ul li a {
    color: var(--kyn-darkblue);
}
.body-con a:not(.btn-kyn-default, .btn, .wp-element-button) {
    color: var(--kyn-darkblue);
    text-decoration: unset;
}
.body-con ul li:before {
    right: 10px;
}

.solution-parent-body-con .body-con {
    max-height: 500px;
    overflow: hidden;
}
.fade-display-content.more {
    max-height: unset !important;
    overflow: visible !important;
}
.solution-left-side {
    position: relative;
}
.cover-body-con {
    position: absolute;
    bottom: 60px;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, #fff, transparent);
}


/* child posts */
.all-child-solution-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.single-child-sol img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.child-sol-con {
    padding: 10px;
}
.single-child-sol h6 {
    color: #fff;
    font-size: 16px;
    text-decoration: none ;
}
.single-child-sol a {
    text-decoration: none !important ;
}
.sol-type {
    font-size: 12px;
    margin-top: .4rem;
    color: #fff;
    text-decoration: none !important ;
}
.single-child-sol:hover h6 {
    text-decoration: underline;
}
.load-more-wraper a {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

/* feature */
.parent-solution-ft-list .pair-wrap {
    display: grid;
    gap: 10px;
}
.parent-solution-ft-list {
    width: calc(100% - 100px);
}
.parent-solution-ft-list .owl-nav {
    width: 100px;
    margin: -50px -100px 0 auto;
    display: flex;
    justify-content: space-between;
}


/* *************************  Dafault page mini carousel   *********************************** */
.mini-slider .owl-dots {
    text-align: left !important;
}
.mini-slider .owl-dots .owl-dot span {
    background: var(--kyn-darkblue) !important;
}
.mini-slider .owl-dots .owl-dot.active span, 
.mini-slider .owl-dots .owl-dot:hover span {
    background: var(--kyn-navy) !important;
}

/* *************************  Template:Solution   *********************************** */
.solution-features-section .features-inner {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 2rem;
}
.solution-features-section .all-features {
    max-width: 800px;
    column-count: 2;
    column-gap: 2rem;
}
.solution-features-section h3,
.solution-features-section h3 * {
    text-decoration-color: var(--kyn-yellow) !important;
}

.solution-features-section .features-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem;
}
.solution-features-section .features-gallery img {
    width: 100%;
}
.solution-features-section .features-gallery img:nth-child(3n+1) {
    grid-column: span 2;
}
.solution-type-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.solution-type-wrapper .solution-type-heading-con {
    grid-column: span 2;
}
.single-sol-term .front img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.single-sol-term {
    position: relative;
}
.solution-type-section a {
    text-decoration: none;
}
.single-sol-term .term-name-con {
    padding: 1.6rem 22px 2rem;
}
.single-sol-term .term-name {
    font-family: "Fjalla One", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    border-left: 2px solid var(--kyn-yellow);
    padding: 0 0 0 15px;
}

.single-sol-term .back {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var(--kyn-navy);
    opacity: 0;
    transition: all .4s linear;
    overflow: hidden;
}
.single-sol-term:hover .back {
    opacity: 1;
}

.back-inner {
    color: #fff;
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 1.4rem;
}
.back-inner ul {
    color: #fff;
    margin: 0 0 0rem 10px;
    font-size: 14px;
    padding: 0;
}

.back-con {
    padding: 0 0 0 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.back-con .btn-con {
    margin-top: 1.5rem;
}

/* Speak with engineer */
.speak-with-sec {
    display: flex;
    justify-content: center;
    padding: 0rem 1rem 1rem 3rem;
}
.speak-with-sec-inner {
    width: 86%;
    display: flex;
    flex-direction: column;
    gap:3rem;
    justify-content: center;
    padding: 1rem 0 2rem;
}
.spk-with-desc {
    color: #fff;
}

/* Calculator section */
.cal-and-spk-inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.calculator-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem ;
}
.calculator-sec-inner {
    /* max-width: 660px; */
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
}
.calculator-sec .cal-info  {
    max-width: 400px;
}
.calculator-sec-inner iframe {
    width: 100%;
    min-height: 350px;
}



/* Seach Result */
.searchpage-template {
    padding-bottom: 4rem;
    padding-top: 3rem;
}





/* Responsive */

@media screen and (min-width: 1500px){
    .solution-type-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media screen and (max-width: 1025px){
    .product-list-inner {
        grid-template-columns: 100%;
    }

    .products-about-buttons { 
        gap: 1rem;
    }
    .sgl-pd-btn-info {
        font-size: 16px;
    }


    /* Template : solution page */
    .cal-and-spk-inner {
        grid-template-columns: 2fr 1.5fr;
    }

    /* Template : Product */
    .all-advtg {
        column-count: 1;
    }
    .advangtage-sec-inner .gal-img {
        display: flex;
        justify-content: center;
    }


}


@media screen and (max-width: 998px){
    /* Products */
     .product-contact-banner-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem
    }
    .advangtage-sec-inner {
        grid-template-columns: 100%;
    }
    .all-tabs .tab, .all-tabs .subtab-inner {
        font-size: 14px;
    }
    .all-advtg {
        column-count: 2;
    }

    


    /* Solutions Pages */
    .child-solution-sec-inner {
        grid-template-columns: 2fr 1fr;
        gap: 40px;
    }
    .realted-resources {
        grid-template-columns: repeat(2, 1fr);
    }
    .sol-related-res-n-faq .inner {
        grid-template-columns: 100%;
    }
    

    /* Template - Taxonomy Solution Type */
    .solution-parent-body-con .wrapper {
        grid-template-columns: 2fr 1fr;
    }
    .btn-and-img {
        display: grid;
        grid-template-columns: 100%;
        gap: 1rem;
    }
    .solution-sidebar-inner {
        padding: 1rem;
    }
    .solution-sidebar-inner h4 {
        font-size: 17px;
        margin-bottom: 1rem;
    }
    .all-child-solution-list {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Template : solution page */
    .cal-and-spk-inner {
        grid-template-columns: 1fr 1fr;
    }
    .solution-features-section .features-inner {
        grid-template-columns: 100%;
    }
    .solution-type-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }



    /* Mobile menu */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-mobile-menu > ul.mega-sub-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent;
        box-shadow: unset
    }
    li.mega-menu-item.mega-mobile-menu .mega-menu-link {
        display: none !important;
    }
    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    body .mobile-menu-button {
        padding-bottom: 2rem;
        border-bottom: 3px solid var(--kyn-yellow);
    }
    .mobile-menu-content .contact-wrapper  img {
        width: 20px !important;
    }
    .mobile-menu-content .social-wrapper img {
        filter: brightness(0) invert(1);
        width: 20px !important;
    }
    .mobile-menu-content .social-wrapper a {
        width: 36px;
        height: 36px;
        padding: 8px;
        background: var(--kyn-darkblue);
    }
    .mobile-menu-content .contact-wrapper a ,
    .mobile-menu-content .social-wrapper a {
        width: auto !important;
        display: flex;
        gap: 10px;
    }
    .header-search-section.desk {
        display: none !important;
    }
    .header-search-section.mobile {
        display: none;
    }
    
    body.admin-bar .header-search-section,
    body.has-sticky-header .header-search-section,
    body.admin-bar.has-sticky-header .header-search-section {
        top: 0 !important;
    } 
    #header-search-wrapper-mb form.search-form input.search-field {
        font-size: 1.5rem !important;
    }
    #header-search-wrapper-mb form.search-form input[type=image] {
        width: 25px;
    }
    .btn-header-search-trigger {
        border: unset !important;
        background: var(--kyn-darkblue);
        cursor: pointer;
    }

    
}

@media screen and (max-width: 767px){
    /* Solutions Pages */
    .child-solution-sec-inner {
        grid-template-columns: 100%;
        gap: 40px;
    }
    .realted-resources {
        grid-template-columns: 100%;
    }
    .sol-related-res-n-faq .faq-info {
        font-size: 16px;
    }
    section.kyn-ss-middle-row .left-block {
        padding: 2rem;
    }

    /* Header */
    #masthead.sticky  + .header-gap {
        padding-top: 108px;
    }

    /* Template : solution page */
    .cal-and-spk-inner {
        grid-template-columns: 100%;
    }

    .solution-type-wrapper {
        grid-template-columns: 1fr 1fr;
    }


    .solution-features-section .all-features {
        column-count: 1;
    }
    .speak-with-sec-inner {
        padding: 3rem 0 2rem;
    }
    .speak-with-sec {
        padding: 0;
    }



    /* product page */
    .sgl-prod-inner {
        grid-template-columns: 100%;
    }
    .product-list-inner .prod-info {
        padding: 0 1.5rem 1.5rem;
    }
    .col-content-section .single-col-con {
        width: 100% !important;
    }
    .all-advtg {
        columns: 1;
    }
    .product-contact-banner-inner {
        padding: 1rem 2rem;
    }


    /* Products Details page */
    .products-about-inner {
        grid-template-columns: 100%;
    }
    
    .col-content-section {
        flex-wrap: wrap;
    }
    .tab-gallery-img {
        grid-template-columns: 100% !important;
    }
    .all-tabs {
        flex-wrap: wrap;
    }
   


    /* Template - Taxonomy Solution Type */
    .solution-parent-body-con .wrapper {
        grid-template-columns: 100%;
    }

    .all-child-solution-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .parent-solution-ft-list {
        width: 100%;
    }
    .parent-solution-ft-list .owl-nav {
        width: 70px;
        margin: 30px auto 0;
    }
   
   
}



@media screen and (max-width: 425px){
     .solution-type-wrapper {
        grid-template-columns: 100%;
        padding: 0 1rem;
    }
    .solution-type-wrapper .solution-type-heading-con {
        grid-column: span 1;
        padding: 4rem 1rem;
    }

}

   