*{
	margin:0;
	padding:0;
	border:none;
	outline:0;
	font-size:100%
}
:root {
  --main-color: #A71C20;
  --bg-color: #F4F4F4;
}
body{
	font-size:18px;
	line-height:1.4em;
    font-family: 'Raleway';
	color: #222;
	background-color: #fff;
/* 	padding: 0px 2px 0 0; */
	font-weight: normal;
}
a{
	text-decoration:none;
	cursor:pointer;
	color: #fff;
}
a:hover{
	color: #222;
}
a:focus,a:hover,a:visited{
	text-decoration:none;
	outline:0
}
h1,h2,h3,h4,h5,h6{
	color: #222;
	font-weight:600;
}
h1{
	font-size:52px;
}
h2{
	font-size:48px;
}
h3{
	font-size:32px;
}
h4{
	font-size:24px;
}
h5{
	font-size:20px;
}
h6{
	font-size:18px;
}
img{
	max-width: 100%;
}
section {
    position: relative;
    padding: 96px 0;
}
p{
	font-size:18px;
	line-height:28px;
	color:#222;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}

/* header  */
.header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 12px 0 0 0;
}
.header {
    position: fixed;
    box-shadow: none;
    background: transparent;
}
.header.sticky_header {
    background-color: #fff;
}

.header.sticky_header .nav-menu>li>a {
    color: #222;
}
.header.sticky_header .submenu-indicator-chevron {
    border-top: 6px solid #222;
}
.nav-menu>li>a {
    padding: 20px 0;
}
/* slider  */

/* .slider {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
} */
/* about  */
.about-left {
    position: relative;
}
/* .about-img3 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-left .about-img1 {
    position: absolute;
    top: 0;
    left: 0;
}
.about-left .about-img2 {
    position: absolute;
    bottom: 0;
    left: 0;
} */

.about-img1 {
    margin-bottom: 24px;
}
.about-img-left {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.about-left > .row {
    align-items: end;
}
.about-matrix {
    background-repeat: no-repeat;
    background-size: cover;
}
.about-matrix .container > .row {
    align-items: center;
}
.about-rt {
    padding-left: 28px;
}
/* quality  */

.quality-section {
    position: relative;
    min-height: 400px;
    background: #0146A3;
    overflow: hidden;
    z-index: 9;
}
    .quality-section:before {
    position: absolute;
    content: '';
    background-image: url(https://nextstep.net.in/matrix-valves/wp-content/uploads/2025/09/Layer_3.png);
    width: 100%;
    height: 100%;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: -1;
}    
        /* .quality-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f8f9fa"/><circle cx="20" cy="30" r="5" fill="%23dee2e6"/><circle cx="40" cy="20" r="3" fill="%23adb5bd"/><circle cx="60" cy="40" r="4" fill="%23dee2e6"/><circle cx="80" cy="25" r="2" fill="%236c757d"/></svg>');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        }
        
        .quality-section::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background: rgba(0,0,0,0.1);
            clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        } */
        
        /* .content-wrapper {
            position: relative;
            z-index: 10;
            padding: 80px 0;
        } */
        
        .quality-badge {
            background: rgba(255,255,255,0.1);
            color: white;
            font-size: 0.85rem;
            font-weight: 500;
            padding: 8px 20px;
            border-radius: 25px;
            display: inline-block;
            margin-bottom: 2rem;
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        .quality-title {
            color: white;
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }
        
      
        
        .btn-know-more {
            background: white;
            color: #0146A3;
            font-weight: 600;
            padding: 12px 30px;
            border: none;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
			    font-size: 17px;
    line-height: 27px;
        }
        .bg-matrix {
    background-color: #0146A3;
    color: #fff;
}
        .btn-know-more:hover {
            background: rgba(255,255,255,0.9);
            color: #1e5bce;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        /* Background image overlay for industrial equipment */
        .industrial-bg {
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background-image: url('../images/quality-img.webp');
            background-size: cover;
            background-position: center;
            clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        }





/* footer 		 */

.footer {
    background-color: #464646;
    padding-top: 100px;
}

.footer-first h4 {
    color: #fff;
}
.input-box input {
    border: 1px solid #aaaaaa;
    width: 100%;
    background-color: transparent;
    padding: 8px 12px;
    margin-bottom: 10px;
}
.footer-first h4 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-first {
    width: 85%;
}
.quick-link h4 {
    color: #fff;
    margin-bottom: 40px;
}
.quick-link ul li a {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 14px;
}
.footer-rt > h4 {
    color: #fff;
    margin-bottom: 40px;
}
.footer-rt h5 {
    color: #fff;
}
.footer-rt p {
    color: #fff;
}
.follow-us ul {
    display: flex;
}
.follow-us ul li {
    margin-right: 12px;
}
.copyright {
    border-top: 1px solid #8E8E8E;
    margin-top: 60px;
}
.copyright p {
    margin-bottom: 0;
    color: #fff;
    padding: 20px 0;
}
.quick-link ul li a:hover {
    color: #ebebeb;
}
.follow-us h4 {
    color: #fff;
    margin-bottom: 22px;
    margin-top: 45px;
}
.footer-rt a:hover {
    color: #ebebeb;
}
.clients-cont h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 16px;
}
.clients-cont {
    background-color: #F8F8F8;
    padding: 50px;
}

.client-img img {
    margin-bottom: 32px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.client-img {
    text-align: center;
}
.client-rt {
    padding: 40px;
    margin-left: -100px;
    background-color: #fff;
    margin-top: 100px;
}
.clients-cont-inn {
    width: 70%;
}

/* insight  */
.insight-box {
    border: 1px solid #D9D9D9;
    padding: 24px;
}
.insight-date span {
    color: #222;
}
.insight-date span a {
    color: #0146A3;
}
.insight-box h5 {
    margin-bottom: 40px;
}
.insights .container > .row:first-child {
    border-top: 1px solid #0000003d;
    padding-top: 50px;
}
.insight-box.active {
    background-color: #0146a3;
}
.insight-box.active h5 {
    color: #fff;
}
.insight-box.active span {
    color: #fff;
}
.insight-box.active span a {
    color: #fff;
}

/* sustain  */

.sustain-left h2 {
    margin-bottom: 60px;
}
.sustain-rt {
    padding-left: 70px;
}
.sustain-rt img {
    margin-bottom: 32px;
}
.sustain-rt h5 {
    font-weight: 500;
    width: 80%;
    font-size: 20px;
    line-height: 30px;
}
.sustainability {
    background-color: #F8F8F8;
}

/* quality  */

.content-wrapper h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}
.content-wrapper h2 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 22px;
    width: 75%;
}
.content-wrapper h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}
/* industry we serve  */
.main-title h4 {
    color: #555B97;
    font-weight: 500;
    margin-bottom: 16px;
}
.main-title h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 40px;
}

.industry-tab .nav-tabs {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #DCE1E1;
    justify-content: space-between;
}
.industry-tab .nav-tabs .nav-link {
    font-size: 28px;
    line-height: 38px;
    color: #9F9F9F;
    font-weight: 500;
    padding: 28px 0;
}
.industry-tab .nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #ffffff;
}
.industry-tab .nav-tabs .nav-link.active {
    border: none;
    border-top: 3px solid #0146A3;
    border-radius: 0;
    color: #0146A3;
}
.industry-serve .main-title h2 {
    width: 40%;
}
.industry-tab-in-con {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0146A3;
    width: 35%;
    padding: 40px;
}
.industry-tab-in-con h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px;
}
.industry-tab-inner {
    position: relative;
}

/* .industry-tab .nav-tabs .nav-link:focus, .industry-tab .nav-tabs .nav-link:hover
 {
    border-color: #ffffff #ffffff #ffffff;
} */

/* about  */

.about-rt h4 {
    color: #555B97;
    margin-bottom: 14px;
}

.about-rt h2 {
    font-weight: 500;
    margin-bottom: 10px;
    width: 85%;
}
.about-rt p {
    position: relative;
    background-image: url(https://nextstep.net.in/matrix-valves/wp-content/uploads/2025/09/Rectangle-10.png);
    background-size: 100% 100%;
    padding: 20px 20px 40px 0px;
	margin-bottom: 0;
}


/* our products  */


/* .our-products .main-title h2 {
    font-size: 180px;
    text-align: center;
    line-height: 190px;
    color: #cccccc;
    font-weight: 700;
    margin-bottom: 0;
} */

.our-products .main-title h2 {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-box {
    padding: 0 10px;
}

.our-products .slick-list {
    overflow: visible;
}















.our-products {
    overflow: hidden;
	padding-top:50px;
}

        /* Centered slider styles */
        .product-slick {
            position: relative;
            overflow: visible;
        }

        .product-slick .slick-list {
            overflow: visible;
            padding: 0 !important;
        }

        .product-slick .slick-track {
            display: flex;
            align-items: center;
        }

        /* .product-box {
            padding: 0 15px;
            transition: all 0.3s ease;
        } */

        /* .product-box a {
            display: block;
            text-decoration: none;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        } */

        .product-box img {
            width: 100%;
            /* height: 250px;
            object-fit: cover;
            transition: transform 0.3s ease; */
        }

.product-content h3 {
    /* font-size: 18px; */
    /* color: #333; */
    margin-bottom: 15px;
    font-weight: 600;
    background-color: #0146A3;
    color: #fff;
    padding: 8px 40px 8px 20px;
    margin-bottom: 0;
    font-size: 26px;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}


        /* .btn-know-more {
            display: inline-block;
            background: linear-gradient(45deg, #667eea, #764ba2);
            color: white;
            padding: 10px 25px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
        } */

        .btn-know-more:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Center slide styles */
        /* .slick-center .product-box a {
            transform: scale(1.1);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
            z-index: 2;
            position: relative;
        } */

        /* .slick-center .product-box img {
            transform: scale(1.05);
        } */

        /* Side slides (partial view) */
        .product-slick .slick-slide:not(.slick-center) .product-box a {
            transform: scale(0.9);
            opacity: 0.7;
        }

        /* Custom arrows */
        .product-slick .slick-prev,
        .product-slick .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 50px;
            height: 50px;
            padding: 0;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .product-slick .slick-prev:before,
        .product-slick .slick-next:before {
            color: #333;
        }

        .product-slick .slick-prev:before {
            content: '<';
        }

        .product-slick .slick-next:before {
            content: '>';
        }

        .product-slick .slick-prev {
    left: 66.5%;
}

       .product-slick .slick-next {
    right: 15%;
    margin-top: 30px;
}
.product-slick .slick-next:after {
    width: 40px;
    height: 2px;
    background-color: #a6a6a6;
    position: absolute;
    content: '';
    right: 57px;
    top: 24px;
}
.product-slick .slick-dots li.slick-active {
    background-color: #0146A3;
}
        /* .slick-prev:hover,
        .slick-next:hover {
            background: white;
            transform: translate(0, -50%) scale(1.1);
        } */
/* .slick-next {
    right: 110px;
} */

/* .slick-slide.slick-current.slick-active.slick-center {
    padding: 0 150px;
} */

/* .slick-slide {
    padding: 0 150px;
} */

.product-slick {
    width: 65%;
    margin: 0 auto;
}

.product-slick .slick-slide {
    padding: 0 65px;
}

.product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
	    margin-top: -20px;
}
.product-slick .slick-dots li {
    margin-right: 10px;
    width: 80px;
    height: 4px;
    background-color: #A6A6A6;
    margin-right: 10px;
}

.product-slick .slick-dots {
    bottom: -50px;
    text-align: left;
    margin: 0 70px;
}

.product-slick .slick-prev, .product-slick .slick-next {
    top: 100%;
}

.slick-prev {
    left: 67%;
    margin-top: 30px;
}

.slick-next {
    right: 130px;
}	

/* header  */

.submenu-indicator {
    margin-top: 30px;
}

/* slider */

.slider_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}
.matrix-slider .container {
    position: relative;
    z-index: 11;
}

.matrix-box {
    position: relative;
}

.slider_text_1 h2 {
    margin-bottom: 20px;
    color: #fff;
}
.slider_text_1 p {
    margin-bottom: 30px;
    color: #fff;
}
.matrix-slider-outer {
    position: relative;
    z-index: 9;
}
.slider_content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
	top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -9;
    width: 100%;
    height: 100%;
}

/* header  */

.header_menu {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-header .row {
    align-items: center;
}
.main-header {
    border-bottom: 0.6px solid #9a9a9a;
    padding-bottom: 12px;
}

.small-sl-slick-inner {
    background-color: #fff;
    padding: 20px;
}


.header-right {
    text-align: right;
}

.matrix-small-slider {
    position: absolute;
    bottom: 40%;
    width: 100%;
}


.matrix-small-slider .slick-next:before, .matrix-small-slider .slick-prev:before {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
}

.matrix-small-slider .slick-dots {
    bottom: 0;
}

.matrix-small-slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    background-color: #0146A3;
    border-radius: 50%;
}

.matrix-small-slider .slick-dots {
    bottom: 0;
    width: 50%;
    position: absolute;
    left: 35%;
}
.small-sl-img img {
    height: 100%;
    object-fit: cover;
}

.small-sl-img {
    height: 100%;
}
.matrix-small-slider .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 180px;
    left: 73%;
	z-index: 9;
}
.matrix-small-slider .slick-prev {
    left: 68%;
    position: relative;
    z-index: 9;
    right: 48px;
    top: 180px;
}

/* quality section  */
/* .quality-section {
    position: relative;
    
    z-index: 9;
}
.quality-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #0146A3;
    z-index: -1;
    width: 70%;
    height: 80%;
    margin: 50px 0;
} */


/* about  */

.breadcrumb-sec {
    padding-top: 300px;
    padding-bottom: 40px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-sec:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.breadcrumb-content span {
    background-color: #fff;
    color: #222;
    padding: 8px 24px;
    display: inline-block;
    border-radius: 4px;
}

/* contact  */

.contact-rt i{
	color: #0146A3;
}
.box-sec-center img {
    margin-bottom: 16px;
}

.map-inner iframe{
	width: 100%;
	height: 500px;
}

.input-field input {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: block;
}

.input-field textarea {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: block;
	height: 140px;
	resize: none;
}

.input-field input[type="submit"] {
    width: auto;
    margin-top: 20px;
    border-bottom: none;
    background-color: #0146a3;
    color: #fff;
    padding: 12px 40px;
}

.contact-rt {
    background-color: #F0F2F4;
    margin-left: 32px;
    padding: 40px;
}

.contact-rt ul li a {
    color: #222;
}

.contact-rt ul li {
    display: flex;
}

.contact-rt ul li span {
    margin-right: 12px;
}

.contact-rt h4 {
    margin-bottom: 18px;
}
.contact-box-form {
    width: 75%;
}

/* client page  */

.client-pg-img img {
    margin-bottom: 50px;
    height: 120px;
    object-fit: contain;
    width: 100%;
}
/* career page  */
.join-team {
    background-color: #F0F2F4;
}

.career-for-left {
    width: 80%;
}

.prduct-box img {
	margin-bottom: 24px;
}


/* quality  */

.qualitySec .container > .row:not(.last-child){
	margin-bottom:80px;
}
.qualitySec .container > .row:nth-child(even){
	flex-direction:row-reverse;
}
.qualityImg {
    height: 100%;
}
.qualityImg img {
	min-height:400px;
    height: 100%;
	object-fit:cover;
    box-shadow: 10px 10px 0px #0146A3;
}
.qualityContent {
    height: 100%;
    align-content: center;
    width: 80%;
    margin: auto;
    padding: 20px 0px;
}


section.productSec .container > .row{
	row-gap:20px;
}
section.productSec .productDetail{
	display:flex;
	flex-direction:column;
	gap:10px;
}
section.productSec .productDetail h5 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0px;
	margin-bottom:0px;
	border-bottom:1px solid #0146A3;
}
section.productSec .productDetail a {
    color: #000;
    font-size: 18px;
    line-height: 26px;
	display: flex;
    justify-content: space-between;
}
section.productSec .productDetail .mat-learn:after {
    content: '>';
    background-color: #0146A3;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
	border-radius:4px;
	overflow:hidden;
}

/* header  */

.matrix-logo-mob {
    display: none;
}

.header.sticky_header .matrix-logo {
    display: none;
}

.header.sticky_header .matrix-logo-mob {
    display: block;
}

/* about   */

.about-fourth-left h3 {
    margin-bottom: 24px;
}
.about-third .row {
    margin-left: 0;
    margin-right: 0;
}

.about-third .row .ab-t {
    padding-left: 0;
    padding-right: 0;
    background-color: #0146A3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-third-cont h4 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
}

.about-pg-content {
    width: 80%;
    margin: 0 auto 80px;
    text-align: center;
}
.about-pg-content h2 {
    margin-bottom: 32px;
}
.counter-box {
    text-align: center;
}
.counter-box img {
    margin-bottom: 12px;
}

/* single product  */

.s-product-content h2 {
    margin-bottom: 24px;
}

.s-product-slider .slick-next {
    right: 0;
}

.s-product-slider .slick-prev {
    left: 0;
    z-index: 9;
    margin-top: 0;
}

.s-product-slider .slick-next:before, .s-product-slider .slick-prev:before {
    color: #0146a3;
	font-size: 32px;
}

.s-product-slider .slick-next:before{
    right: 10px;
    position: relative;
}

/* client page */

.clients {
    padding-bottom: 30px;
}
/* industyr  */

.serve-img img {
    width: 100%;
    border-radius: 50%;
}
.serve-row {
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 60px;
}
.serve-content h3 {
    margin-bottom: 24px;
}
.serve-row .row {
    align-items: center;
}
.serve-img {
    width: 90%;
}

.s-even-images img {
    margin-bottom: 24px;
}

.insight-box h5 a {
    color: #222;
}

.insight-box.active h5 a {
    color: #fff;
}

/* newsletter  */

.newsletter-form input[type="email"] {
    margin-bottom: 24px;
    color: #fff;
}
.newsletter-form input[type="submit"] {
    width: auto;
    background-color: #0146a3;
    border-color: #0146a3;
    color: #fff;
    padding: 10px 40px;
}
.newsletter-form {
    margin-bottom: 40px;
}

/* whatsapp  */

.emergency-trigger2 {
    right: 15px;
    position: fixed;
    left: auto;
    bottom: 40px;
    z-index: 99;
}

.about-third-cont {
    padding: 0 20px;
    text-align: center;
}
.about-third-cont p {
    color: #fff;
}

.small-sl-content h2 {
    font-size: 24px;
    line-height: 34px;
}

.certifi-img img {
    width: 100%;
}

/* single product page  */

.speci-content table tr td {
    border: 1px solid #222;
    color: #222;
    padding: 6px 12px;
}
.speci-content h4 {
    margin-bottom: 18px;
}
.s-prod-tab .nav-tabs .nav-link {
    color: #222;
    background-color: #F2F2F2;
    margin-right: 12px;
    border-color: #F2F2F2;
    padding: 10px 24px;
}

.s-prod-tab .nav-tabs .nav-link.active {
    background-color: #0146A3;
    color: #fff;
}

.s-prod-tab .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 50px;
}
.s-prod-box-img img {
    width: 90%;
}

.s-prod-box-cont h3 {
    color: #0146A3;
    margin-bottom: 18px;
}
.s-prod-box-cont h4 {
    margin-bottom: 18px;
}

.s-prod-box-cont ul li {
    list-style: disc;
    margin-left: 32px;
    margin-bottom: 5px;
}

.s-prod-box-outer {
    background-color: #F7F9FB;
    padding: 40px;
}
.s-prod-sec-tab .nav {
    width: 50%;
}
.s-prod-sec-tab .tab-content {
    width: 50%;
}
.speci-content table {
    width: 100%;
}
.s-prod-sec-tab .nav-link {
    background-color: #F7F9FB;
}

.s-prod-sec-tab .nav-link {
    background-color: #F7F9FB;
    margin-bottom: 12px;
    padding: 12px 0;
    color: #222;
	border-radius: 0;
	    width: 100%;
}

.s-prod-sec-tab .nav-link.active {
    background-color: #0146A3;
}

.spec-prod-left {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
}
.s-prod-sec-tab {
    margin-bottom: 70px;
}

.nav-menu>li.matrix-contact{
	display: none;
}


.s-prod-box-img .slick-dots {
    width: 90%;
}
.s-prod-box-img .slick-dots li button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.s-prod-box-img .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

.s-prod-box-img .slick-dots li {
    margin: 0 0px;
}


/* slider  */

.matrix-small-slider .container > .row {
    height: 0;
}






/* product table  */
.size-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin: 20px 0;
}
.size-table td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
}
.size-table tr td:first-child {
  background-color: #f4e87c;
  font-weight: bold;
  vertical-align: middle;
}
.size-table tr:first-child td:not(:first-child) {
  background-color: #d4d4d4;
}
.size-table tr:last-child td:not(:first-child) {
  background-color: transparent;
}

/* .Thank_you{
	background-color:#000;
} */


  .thankyou-wrapper {
/*             min-height: 50v; */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
/* 	  background-color:#000; */
        }

        .thankyou-box {
/*             max-width: 700px; */
            padding: 20px;
			align-items:center;
			justify-content:center;
			flex-direction:row;
			
        }

        

        .check-icon span {
            color: #c40000;
            font-size: 36px;
            font-weight: bold;
        }

        .thankyou-box p {
            font-size: 18px;
            color: #000;
            margin: 15px 0;
            line-height: 1.5;
/* 			color:#fff; */
        }

        .thankyou-box p.title {
            font-weight: 600;
        }

.size-table tr {
    display: flex;
    flex-wrap: wrap;
}