body{
    font-family: "Albert Sans", sans-serif !important;
}
section.banner {
    padding-top: 130px;
    background: #000;
}

.weldstar-banner h1 {
    line-height: normal;
    margin: 0;
}
.banner-text.weldstar-banner h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
}
.banner__copy.weldstar-banner h1 img {
    width: 580px;
    margin-top: 0;
}
.banner__inner {
    position: relative;
}
.banner-content p {
    margin-top: 15px;
    color: #fff;
}

.banner__copy.weldstar-banner {
    top: 70px;
}

p.banner__eyebrow {
    font-size: 27.51px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.banner__copy {
    position: absolute;
    top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.banner__copy h1 img {
    width: 520px;
    margin-top: 10px;
}
/*=========================================
        AM/NS STRUCTROMAX HERO
=========================================*/

.structromax-hero{
    background:#28282B;
    padding:35px 0 0px;
    overflow:hidden;
}

.structromax-hero .container{
    max-width:1280px;
    margin:auto;
    padding:0 25px;
}

.banner__scene img {
    width: 100%;
}

.structromax-banner{
    position:relative;
    width:100%;
    overflow:hidden;
}

.structromax-banner>img{
    width:100%;
    display:block;
}

.banner-content{
    position:absolute;
    inset:0;
}

/* Logo */

.banner-logo {
    position: absolute;
    top: 48px;
    left: 50px;
}

.banner-logo img {
    width: 120px;
}

/* Company */

.company-name {
    position: absolute;
    top: 45px;
    right: 47px;
    font-size: 17px;
    color: #e21d23;
    font-weight: 500;
}

/* Main Text */

.banner-text {
    position: absolute;
    left: 51px;
    top: 170px;
    max-width: 490px;
}

.banner-text h1 {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 500;
    color: #111;
    line-height: 43px;
}
.product-info img {
    width: 410px;
}

/* Product */

.product-name{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.product-name h2{
    margin:0;
    color:#e31d24;
    font-size:27px;
    font-weight:700;
}

.product-info h3{
    margin:0;
    color:#e31d24;
    font-size:18px;
    font-weight:400;
}

.product-info span{
    display:block;
    margin-top:2px;
    color:#e31d24;
    font-size:8px;
    font-weight:500;
}

/* Bottom Tag */

.tagline {
    position: absolute;
    left: 73px;
    bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.slash {
    width: 13px;
    height: 68px;
    background: #e31d24;
    transform: skew(-20deg);
}

.tagline p {
    margin: 0;
    color: #e31d24;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 30px;
    letter-spacing: 1px;
}

/*=========================================
Top
=========================================*/

.structromax-top{
    margin-bottom:30px;
}

.download-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    font-size:13px;
    font-weight:500;
    text-decoration:none;
    padding:9px 18px;
    transition:.35s;
}

.download-btn svg{
    width:15px;
    height:15px;
}

.download-btn:hover{
    background:#ec1b24;
    border-color:#ec1b24;
}

.product-name{
    margin-top:22px;
    color:#a9a9a9;
    font-size:14px;
}

.product-name span{
    color:#fff;
}

/*=========================================
Layout
=========================================*/

.structromax-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
}

.left-content{
    width:42%;
    position:relative;
    z-index:5;
}

.right-content{
    width:58%;
    position:relative;
}

/*=========================================
Red Box
=========================================*/

.red-box {
    width: 650px;
    background: #ed1c24;
    padding: 55px 40px 50px;
    position: relative;
    z-index: 10;
}
.red-box h1 {
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 60px;
    font-weight: 600;
}
.red-box h3 {
    margin-top: 28px;
    color: #fff;
    font-size: 36px;
    line-height: 100%;
    font-weight: 600;
}

/*=========================================
Content
=========================================*/
.weldstar-page .content {
    width: 100%;
}
.content{
    width:90%;
    margin-top:45px;
}
.content p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

/*=========================================
Bullet Points
=========================================*/

.hero-points{
    list-style:none;
    margin:40px 0 15px;
    padding:0;
}

.hero-points li{
    color:#fff;
    font-size:22px;
    font-weight:500;
    margin-bottom:18px;
    padding-left:28px;
    position:relative;
    line-height:1.5;
}

.hero-points li:before{
    content:"/";
    position:absolute;
    left:0;
    top:-4px;
    color:#ed1c24;
    font-size:34px;
    font-weight:700;
}

/*=========================================
Image
=========================================*/
.weldstar-page .hero-image {
    width: 680px;
    height: 463px;
    margin-left: -170px;
    position: relative;
    overflow: hidden;
    margin-top: 220px;
}

main.weldstar-page.pelican-page .hero-image {
    width: 680px;
    height: 463px;
    margin-left: -170px;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}
main.weldstar-page.pelican-page .section-headings p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}
.thickness-tolerance-table{
    padding-top: 50px;
}

.hero-image{
    width:720px;
    height:470px;
    margin-left:-170px;
    margin-top:20px;
    position:relative;
    overflow:hidden;
}
main.weldstar-page.pelican-page .banner-text {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 70px;
}
main.weldstar-page.pelican-page .banner-text h1 {
    margin: 0;
}
.hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*=========================================
Screenshot Like Overlap
=========================================*/

.right-content{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

.hero-image{
    z-index:11;
}

.red-box{
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.content{
    position:relative;
    z-index:5;
}
/*=========================================
Large Desktop (1440px+)
=========================================*/

@media (min-width:1400px){

    .structromax-hero .container{
        max-width:1320px;
    }

    .red-box{
        width:560px;
        padding:60px 45px;
    }
    .weldstar-page .red-box {
        width: 700px;
    }
    .hero-image{
        width:760px;
        height:500px;
        margin-left:-180px;
    }
    .weldstar-page .content {
    width: 100%;
    margin-top: 45px;
}
.weldstar-page .left-content {
    width: 44%;
}

}

/*=========================================
Laptop
=========================================*/

@media (max-width:1199px){

    .left-content{
        width:46%;
    }

    .right-content{
        width:54%;
    }

    .red-box{
        width:100%;
        padding:45px 35px;
    }

    .red-box h1{
        font-size:48px;
    }

    .red-box h3{
        font-size:28px;
    }

    .hero-points li{
        font-size:18px;
    }

    .hero-image{
        width:620px;
        height:420px;
        margin-left:-110px;
    }

}

/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

    .structromax-wrapper{
        display:block;
    }

    .left-content,
    .right-content{
        width:100%;
    }

    .right-content{
        margin-top:0px;
        align-items:flex-start;
    }

    .hero-image{
        width:100%;
        height:430px;
        margin:0;
    }

    .content{
        width:100%;
    }

}

/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

    .structromax-banner{
    position:relative;
    width:100%;
    overflow:hidden;
}
.product-info img {
    width: 300px;
}
.structromax-banner>img{
    width:100%;
    display:block;
}

.banner-content{
    position:absolute;
    inset:0;
}

/* Logo */

.banner-logo{
    position:absolute;
    top:28px;
    left:28px;
}

.banner-logo img{
    width:68px;
}

/* Company */

.company-name{
    position:absolute;
    top:28px;
    right:28px;
    font-size:12px;
    color:#e21d23;
    font-weight:500;
}

/* Main Text */

    .banner-text {
        position: absolute;
        left: 0;
        top: 75px;
        max-width: 100%;
        padding: 0 10px;
        margin: 0 auto;
        text-align: center;
        right: 0;
    }
    .banner-text .product-info {
    margin: 0 auto;
}

.banner-text h1{
    margin:0 0 18px;
    font-size:25px;
    line-height:1.08;
    font-weight:700;
    color:#111;
}

/* Product */

.product-name{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.product-name h2{
    margin:0;
    color:#e31d24;
    font-size:27px;
    font-weight:700;
}

.product-info h3{
    margin:0;
    color:#e31d24;
    font-size:18px;
    font-weight:400;
}

.product-info span{
    display:block;
    margin-top:2px;
    color:#e31d24;
    font-size:8px;
    font-weight:500;
}

/* Bottom Tag */

.tagline{
    position:absolute;
    left:38px;
    bottom:46px;
    display:flex;
    gap:10px;
    align-items:flex-start;
}

.slash{
    width:10px;
    height:40px;
    background:#e31d24;
    transform:skew(-20deg);
}

.tagline p {
        margin: 0;
        color: #e31d24;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: 40px;
    }
    .banner__copy h1 img {
        max-width: 320px ! IMPORTANT;
    }
    .weldstar-page .scene__group.scene__city {
        background: #000000;
        padding-top: 120px;
    }
.banner__copy.weldstar-banner {
        top: 70px;
        padding: 0 20px;
    }
    .weldstar-page .hero-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
main.weldstar-page.pelican-page .technical-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 100%;
}

main.weldstar-page.pelican-page .hero-image {
    width: auto;
    height: auto;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}
    .scene__group.scene__city {
        background: #f2f1ef;
        padding-top: 120px;
    }
    section.banner {
        padding-top: 85px;
    }
    .structromax-hero{
        padding:35px 0 45px;
    }

    .download-btn{
        font-size:12px;
        padding:8px 15px;
    }

    .product-name{
        font-size:13px;
    }

    .red-box{
        padding:30px 22px;
    }

    .red-box h1{
        font-size:34px;
        line-height:1.05;
    }

    .red-box h3{
        font-size:20px;
        margin-top:18px;
    }

    .content{
        margin-top:28px;
    }

    .content p{
        font-size:14px;
        line-height:1.8;
    }

    .hero-points{
        margin: 20px 0 15px;
    }

    .hero-points li{
        font-size:15px;
        line-height:1.6;
        padding-left:22px;
    }

    .hero-points li:before{
        font-size:26px;
        top:-2px;
    }

    .hero-image{
        height:270px;
    }

}

/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

    .structromax-hero .container{
        padding:0 18px;
    }

    .red-box h1{
        font-size:30px;
    }

    .red-box h3{
        font-size:18px;
    }

    .hero-image{
        height:220px;
    }

}

/**/

/*=========================================
        ADVANTAGES SECTION
=========================================*/

.advantages-section{
    background:#28282B;
    padding:50px 0 80px;
    overflow:hidden;
}

.advantages-section .container{
    max-width:1280px;
    margin:auto;
    padding:0 25px;
}

/*=========================================
Heading
=========================================*/

.section-headings{
    text-align:center;
    margin-bottom:30px;
}

.section-headings h2{
    color:#fff;
    font-size:44px;
    font-weight:600;
    line-height:1;
    margin:0;
}

/*=========================================
Grid
=========================================*/

.advantages-wrapper{
    display:grid;
    grid-template-columns:1fr 420px 1fr;
    gap:65px;
    align-items:center;
}
.weldstar-page .download-brochure-section {
    background: #000;
    padding: 0 0 50px;
}
/*=========================================
Columns
=========================================*/

.weldstar-page .advantages-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}
.advantages-column{
    display:flex;
    flex-direction:column;
    height:100%;
    gap:60px;
}

.advantage-item{
    position:relative;
    padding-left:30px;
}

/*=========================================
Red Slash
=========================================*/

.advantage-item .slash {
    position: absolute;
    left: 0;
    top: 2px;
    width: 7px;
    height: 40px;
    background: #ef1d25;
    transform: skew(-22deg);
}

/*=========================================
Text
=========================================*/

.advantage-item p{
    color:#d7d7d7;
    font-size:15px;
    line-height:22px;
    margin:0;
}

/*=========================================
Image
=========================================*/

.advantages-image{
    width:420px;
    height:520px;
    overflow:hidden;
}

.advantages-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*=========================================
Desktop Alignment
=========================================*/

.left-column .advantage-item:nth-child(1){
    margin-top:5px;
}

.left-column .advantage-item:nth-child(2){
    margin-top:10px;
}

.left-column .advantage-item:nth-child(3){
    margin-top:5px;
}

.right-column .advantage-item:nth-child(1){
    margin-top:5px;
}

.right-column .advantage-item:nth-child(2){
    margin-top:10px;
}

.right-column .advantage-item:nth-child(3){
    margin-top:5px;
}

/*=========================================
Hover
=========================================*/

.advantage-item{
    transition:.35s;
}

.advantage-item:hover{
    transform:translateX(6px);
}

.advantage-item:hover .slash{
    background:#fff;
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1199px){

    .advantages-wrapper{
        grid-template-columns:1fr 340px 1fr;
        gap:45px;
    }

    .advantages-image{
        width:340px;
        height:430px;
    }

}

@media(max-width:991px){

    .advantages-wrapper{
        grid-template-columns:1fr;
        gap:40px;
    }

    .advantages-image{
        width:100%;
        max-width:420px;
        margin:auto;
        height:450px;
    }

    .advantages-column{
        gap:30px;
    }

}

@media(max-width:767px){

    .advantages-section {
        padding: 0px 0 50px;
    }

    .section-heading h2{
        font-size:32px;
    }

    .advantages-image{
        height:320px;
    }

    .advantage-item p{
        font-size:14px;
        line-height:1.7;
    }
    .advantage-item .slash {
    width: 10px;
    height: 40px;
}

}


/*=========================================
        APPLICATION SECTION
=========================================*/

.applications-section{
    background:#000;
    position:relative;
    padding:70px 0 40px;
    overflow:hidden;
}

.applications-section .container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
    position:relative;
}

/*=========================================
Background Text
=========================================*/

.bg-text-applications{
    position:absolute;
    transform:translateY(-20%);
    font-size:170px;
    line-height:1;
    font-weight:700;
    color:rgba(255,255,255,.06);
    white-space:nowrap;
    user-select:none;
    pointer-events:none;
    z-index:0;
}

/*=========================================
Heading
=========================================*/

.section-title{
    position:relative;
    z-index:2;
    text-align:center;
    margin-bottom:45px;
}

.section-title h2{
    margin:0;
    color:#fff;
    font-size:45px;
    font-weight:600;
}

/*=========================================
Slider
=========================================*/

.applications-slider{
    position:relative;
    z-index:2;
}

.applications-slider .slick-list{
    margin:0 -12px;
}

.applications-slider .slick-slide{
    padding:0 12px;
}

.application-item{
    outline:none;
}

.application-image{
    width:100%;
    height:280px;
    overflow:hidden;
    background:#111;
}

.application-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.application-item:hover img{
    transform:scale(1.08);
}

.application-item h3{
    color:#fff;
    font-size:28px;
    font-weight:400;
    margin:18px 0 0;
    line-height:1.3;
}

/*=========================================
Custom Arrows
=========================================*/

.application-arrows{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0;
    margin-top:45px;
}

.application-prev,
.application-next{
    width:42px;
    height:42px;
    border:none;
    background:transparent;
    color:#666;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.application-prev:hover,
.application-next:hover{
    color:#fff;
}

.application-prev img,
.application-next img{
    width:28px;
}
.application-arrows .slick-arrow {
    position: relative ! IMPORTANT;
    margin-top: 0 !important;
}
/*=========================================
Slick Disabled
=========================================*/

.application-prev.slick-disabled,
.application-next.slick-disabled{
    opacity:.3;
    pointer-events:none;
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1399px){

    .bg-text-applications{
        font-size:145px;
    }

    .application-image{
        height:240px;
    }

}

@media(max-width:1199px){

    .bg-text-applications{
        font-size:120px;
    }

    .application-item h3{
        font-size:24px;
    }

    .application-image{
        height:220px;
    }

}

@media(max-width:991px){

    .bg-text-applications{
        font-size:90px;
        top:-10px;
    }

    .section-title h2{
        font-size:34px;
    }

    .application-image{
        height:240px;
    }

}

@media(max-width:767px){

    .applications-section{
        padding:50px 0 60px;
    }

    .bg-text-applications{
        font-size:58px;
        top:5px;
    }

    .section-title{
        margin-bottom:30px;
    }

    .section-title h2{
        font-size:28px;
    }

    .application-image{
        height:220px;
    }

    .application-item h3{
        font-size:20px;
    }
    .application-arrows .slick-arrow {
        display: block ! IMPORTANT;
    }

}



/*=========================================
        DOWNLOAD BROCHURE CTA
=========================================*/

.download-brochure-section{
    background:#000;
    padding:0 ;
}

.download-brochure{
    background:#ED1C24;
    min-height:92px;
    padding:22px 35px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

/*=========================================
Content
=========================================*/

.download-content h2{
    margin:0 0 6px;
    color:#fff;
    font-size:32px;
    font-weight:600;
    line-height:1;
}

.download-content p{
    margin:0;
    color:#fff;
    font-size:15px;
    line-height:1.5;
    opacity:.95;
}

/*=========================================
Button
=========================================*/

.download-action{
    flex-shrink:0;
}

.download-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:12px 22px;
    background:#fff;
    color:#222;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.35s ease;
}

.download-btn:hover{
    background:#f3f3f3;
}

.download-icon{
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.download-icon svg{
    width:16px;
    height:16px;
}

/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

    .download-brochure{
        flex-direction:column;
        align-items:flex-start;
        padding:30px;
    }

    .download-action{
        width:100%;
    }

    .download-btn{
        width:100%;
        justify-content:center;
    }

}

@media(max-width:767px){

    .download-brochure-section {
        padding: 0px 0;
    }

    .download-brochure{
        padding:25px 20px;
    }

    .download-content h2{
        font-size:24px;
    }

    .download-content p{
        font-size:14px;
    }

    .download-btn{
        font-size:13px;
        padding:12px 18px;
    }

}


/*=========================================
        API CERTIFIED SECTION
=========================================*/

.api-certified-section{
    background:#000;
    padding:80px 0;
    overflow:hidden;
}

.api-certified-section .container{
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
}

/*=========================================
Top
=========================================*/

.api-certified-top{
    display:grid;
    grid-template-columns:550px 1fr;
    gap:70px;
    align-items:start;
    margin-bottom:65px;
}

/*=========================================
Heading
=========================================*/

.api-certified-title h2 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -1px;
}

/*=========================================
Content
=========================================*/

.api-certified-content p {
    margin: 0;
    color: #d3d3d3;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

/*=========================================
Certificates
=========================================*/

.api-certified-certificates{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:50px;
}

.certificate-card{
    background:#e51c23;
    padding:22px;
    transition:.35s;
}

.certificate-card img{
    width:100%;
    display:block;
    background:#fff;
}

.certificate-card:hover{
    transform:translateY(-6px);
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1199px){
    .api-certified-title h2{
        font-size:46px;
    }
}

@media(max-width:991px){
    .api-certified-top{
        grid-template-columns:1fr;
        gap:30px;
        margin-bottom:45px;
    }
    .api-certified-certificates{
        grid-template-columns:1fr;
        gap: 30px;
    }
}

@media(max-width:767px){

    .api-certified-section{
        padding:55px 0;
    }
    .api-certified-title h2 {
        font-size: 34px;
        line-height: normal;
    }
    .api-certified-content p{
        font-size:14px;
        line-height:1.7;
    }
    .certificate-card{
        padding:15px;
    }

}

/*=========================================
        TECHNICAL SPECIFICATIONS
=========================================*/

.technical-specifications-section{
    overflow:hidden;
}
.technical-specifications-section-heading-bg {
    background: #000;
}
.technical-specifications-section .container{
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
}

/*=========================================
Heading
=========================================*/

.technical-specifications-section-heading{
    margin-bottom:35px;
}

.technical-specifications-section-heading h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

.technical-specifications-section-heading h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 440px;
    height: 6px;
    background: #D9D9D9;
}

/*=========================================
Table Wrapper
=========================================*/

.technical-table-wrapper{
    overflow-x:auto;
}

.technical-table-wrapper::-webkit-scrollbar{
    height:8px;
}

.technical-table-wrapper::-webkit-scrollbar-thumb{
    background:#666;
}

.technical-table{
    width:100%;
    border-collapse:collapse;
    min-width:1180px;
}

/*=========================================
Header
=========================================*/

.technical-table thead th{
    color:#9f9f9f;
    font-size:13px;
    font-weight:500;
    text-align:left;
    padding:18px 14px;
    border-bottom:1px solid rgba(255,255,255,.18);
    vertical-align:top;
    line-height:1.4;
}

/*=========================================
Body
=========================================*/

.technical-table tbody td{
    color:#fff;
    font-size:13px;
    font-weight:400;
    line-height:1.6;
    padding:16px 14px;
    border-bottom:1px solid rgba(255,255,255,.12);
    vertical-align:top;
}

.technical-table tbody tr:last-child td{
    border-bottom:none;
}

/*=========================================
Category Column
=========================================*/

.category-row td:first-child{
    color:#fff;
    font-size:15px;
    font-weight:600;
    width:170px;
    vertical-align:middle;
}

/*=========================================
Column Widths
=========================================*/

.technical-table th:nth-child(1),
.technical-table td:nth-child(1){
    width:180px;
}

.technical-table th:nth-child(2),
.technical-table td:nth-child(2){
    width:320px;
}

.technical-table th:nth-child(3),
.technical-table td:nth-child(3){
    width:90px;
}

.technical-table th:nth-child(4),
.technical-table td:nth-child(4){
    width:90px;
}

.technical-table th:nth-child(5),
.technical-table td:nth-child(5){
    width:180px;
}

.technical-table th:nth-child(6),
.technical-table td:nth-child(6){
    width:250px;
}

.technical-table th:nth-child(7),
.technical-table td:nth-child(7){
    width:220px;
}

/*=========================================
Hover
=========================================*/

.technical-table tbody tr{
    transition:.3s;
}

.technical-table tbody tr:hover{
    background:rgba(255,255,255,.03);
}

/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

    .technical-specifications-section{
        padding:55px 0;
    }
    .weldstar-page .technical-specifications-section {
        padding: 0;
    }
    .technical-specifications-section-heading h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .technical-specifications-section{
        padding:45px 0;
    }

    .technical-specifications-section-heading{
        margin-bottom:25px;
    }

    .technical-specifications-section-heading h2{
        font-size:28px;
    }

    .technical-specifications-section-heading h2:after{
        width:140px;
    }

    .technical-table thead th,
    .technical-table tbody td{
        font-size:12px;
        padding:14px 12px;
    }

}



