/*!
Theme Name: fluid
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fluid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


a:hover {
	color: #333; }
header ul li a:hover::after, header ul li.active a::after {
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left:0;
    bottom: 5px;
}
header ul li.active a{
    color: #000 !important;
}
header ul li.active a::after {
    background: #000 !important;
}
.wpcf7-list-item{
    display:block !important;
}
.wpcf7-list-item-label{
    font-size: 18px;
    line-height: 26px;
    color: #666;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
}
span.wpcf7-list-item{
    margin-left: 0;
}
span.wpcf7-list-item label input{
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.wpcf7-list-item-label:before{
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 18px;
    border: 1px solid #e5e5e5;
}
.wpcf7-list-item-label:after{
    content:'';
    position:absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #ce181e;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display:none;
}
span.wpcf7-list-item label input:checked ~ span:after {
    display: block;
}
input[type="checkbox"]{
    opacity: 0;
}
footer ul li a, footer p {
    font-size: 15px !important;
    line-height: 26px !important;
}
.prdct-bottom a,.regulatory-information .cmmn-style p a{
    color: #000;
}
.prdct-bottom a:hover,.regulatory-information .cmmn-style p a:hover {
    color: #333;
}
.cmmn-style .date-sheet .sheet-head{
    text-align:center;
}
.wpcf7-form-control-wrap.checkbox-911,.wpcf7-form-control-wrap.checkbox-912{
    display:inline-block;
}
.cn-button.bootstrap {
    background:#333 !important;
}
.prdct-cnt.cmmn-style .btn-primary{
    background: none !important;
    border: none !important;
}
.accordion-sec .card-header{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.accordion-sec .card-header button{
    padding: 0 10px;
    box-shadow: none;
    background: none;
    border: none;
}
.accordion-sec .card-header button.downloadBtn.hiddenbtn {
    visibility: hidden;
}
.accordion-sec .card-header h5{
    width: 100%;
}
.prdct-cnt.cmmn-style ul li {
  /* padding-left: 20px !important; */
}
.contact-wrapper .address.row .col-md-4{
    margin-top:0 !important;
}
.prdct-cnt.cmmn-style .row.align-items-center .col-md-6 p:nth-child(4){
    margin-top:23px;
}
.inner-wrapper .cmmn-style h2 {
    
}
.format-manual .cmmn-style ul li {
    margin-top: 0px;
    padding: 0px 15px;
}
.format-manual ul li::before {
    display:none;
}
.contact-wrapper.inner-wrapper .our-company .address li{
    margin-top:0px;
}
.btn.submit {
    background-color: #E00029;
    color: #fff;
    font-weight: 900;
    margin-top: 15px;
}
/* ol { 
counter-reset: item 
} 
ol li {
display: block ;
margin-bottom:10px;
} 
ol li:before { 
content: counters(item, ".") " "; 
counter-increment: item ;
}
ol li p {
display: inline;
}  */
ol {
    counter-reset: section;
    list-style-type: none;
}
ol > li:before {
    counter-increment: section;
    content: counters(section, ".") ".  ";
    color: #666;
     
	font-weight: 500;
    font-size: 18px;font-family:Moderat
}
/*.our-company p {
    font-size: 16px;
    color: #231f20;
    line-height: 30px;
     
} */
.our-company strong {
    color:#000;font-weight:500
}
ol > li {
    margin-bottom: 10px;
}
ol > li > ol > li > p {
    display: inline;
}
ol li p.block-p { 
    display : block; 
}
ol.lower-alpha { 
    counter-reset: list; }
ol.lower-alpha > li { 
    list-style: none; position: relative; 
} 
ol.lower-alpha > li:before {
    counter-increment: list; content: counter(list, lower-alpha) ") "; position: absolute; left: -1.4em; 
    font-weight:bold;
}
.our-company p a.b-link {
    color: #231f20;
}
p.sub-title {
    margin-bottom: 0px;
}
table.wp-block-table {
    margin: 20px 0px;

}
table.wp-block-table,table.wp-block-table td,table.wp-block-table tr {
    border: 1px solid #666;
    color: #666;
}
table.wp-block-table td,table.wp-block-table tr {
    padding : 5px;
}
table.wp-block-table td {
    align-items: center;
    vertical-align: middle !important;
} 
table.wp-block-table td p {
    vertical-align: middle;
    display: table-cell;	
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.msdsSection .wpcf7 form .tab-cnt p{
    padding-left:15px;
}
#downloadLinkmsds,#downloadLink{
    padding:15px;
}
.navbar-nav{
    display :-webkit-flex;
    -webkit-flex-direction : column;
}
.justify-content-between{
    -webkit-justify-content: space-between !important;
}
.justify-content-center{
    -webkit-justify-content: center !important;
}
.align-items-center{
    -webkit-align-items: center !important;
}
.row{
    display :-webkit-flex;
    -webkit-flex-wrap: wrap;
}
.d-flex{
    display :-webkit-flex !important;
}
.navbar-collapse{
    -webkit-flex-basis: 100%;
    -webkit-align-items: center;
    -webkit-flex-grow: 1;
}
.navbar{
    display :-webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.wpcf7-form a{
    color:#cf181e;
}
.sheet-body li,.sheet-head h4{
    text-align:left;
}
.wpcf7-response-output{
    display:none !important;
}
#cn-notice-text a{
    color:#fff !important;
}
sub, sup {
    font-size: 0.7em;
	top: -7px;
}
header ul li {
    padding: 0 10px;
}
.red {
    color: #cf181e !important;
}
.page-template-new-regulatory-information .sheet-body ul li {
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex;
       -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
}
.page-template-new-regulatory-information .regulatory-information .cmmn-style ul li p  {
    margin: 10px 0;
}
p.highlight{
	color: #000;
}

/* responsive */
@media (min-width: 991px){
    .navbar-expand-md .navbar-nav{
        -webkit-flex-direction : row;
    }
    .navbar-expand-md .navbar-collapse{
        display :-webkit-flex !important;
        -webkit-flex-basis: auto;
    }
    .navbar-expand-md {
        -webkit-flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
    }
}
@media (max-width: 1600px){
    
}
@media (max-width: 1199px){
    .inner-wrapper .banner {
        padding: 55px 0px 55px;
        background-position: center 30px;
    }
}
@media (max-width: 991px){
    header ul li.active a {
        color: #fff !important;
    }
    /* .page-template-new-regulatory-information .header .navbar-collapse {
        background: #034ea2;
    } */
    .cmmn-style ul li p {
        font-size: 17px;
    }
    /* .page-template-new-regulatory-information .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(3,78,162,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    } */
}

@media (max-width: 767px){
    /*.inner-wrapper .banner{
        background-position: center bottom !important;
        background-size: 100%;
        padding: 70px 0px 170px;
    }*/
	.inner-wrapper .banner {
		background-position: center bottom !important;
		background-size: 100%;
		padding: 50px 0px;
	}
    .cmmn-style ul li p {
        font-size: 15px;
    }
}
@media (max-width: 575px){
    .cmmn-style ul li p {
        font-size: 14px;
        text-align: left;
    }
}

/****************************/
/** bootstrap custom ***/
/***************************/
.col-auto {
    -webkit-flex: 0 0 auto;
}
.col-1 {
    -webkit-flex: 0 0 8.333333%;
}

.col-2 {
    -webkit-flex: 0 0 16.666667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.333333%;
}

.col-5 {
    -webkit-flex: 0 0 41.666667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.333333%;
}

.col-8 {
    -webkit-flex: 0 0 66.666667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.333333%;
}

.col-11 {
    -webkit-flex: 0 0 91.666667%;
}
.col-12{
    -webkit-flex: 0 0 100%;
}

@media (min-width: 576px){
    .col-sm-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-sm-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-sm-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-sm-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-sm-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-sm-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-sm-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-sm-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-sm-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-sm-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-sm-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-sm-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 768px){
    .col-md-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 992px){
    .col-lg-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-lg-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-lg-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-lg-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-lg-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-lg-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-lg-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-lg-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-lg-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-lg-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-lg-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-lg-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-lg-12 {
        -webkit-flex: 0 0 100%;
    }
    .navbar-expand-lg .navbar-collapse{
        display: -webkit-flex;
        -webkit-flex-basis: auto; justify-content:flex-end
    }
    .navbar-expand-lg .navbar-nav{
        -webkit-flex-direction: row;
    }
}

@media (min-width: 1200px){
    .col-xl-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-xl-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-xl-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-xl-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-xl-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-xl-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-xl-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-xl-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-xl-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-xl-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-xl-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-xl-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-xl-12 {
        -webkit-flex: 0 0 100%;
    }
}
.newnews {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
    padding-bottom: 22px;
}
.rightimage {
	text-align: right;
}
.section_break {
    margin-bottom: 15px;
}
/*productservices*/
.custom-border
{
   border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.prd-top
{
    padding-top: 20px;
}
.prdct-cnt.cmmn-style.prd-service 
{
    padding-top: 70px !important;
}
.inner-wrapper .cmmn-style .prd-top h2
{
    margin-bottom: 30px !important;
}
.prd-top .sec5content,.prd-sec4 .sec5content,.prd-sec2 .sec5content 
{
    margin-top: 40px;
}
.inner-wrapper .cmmn-style .prd-sec2 h2,.prdct-bottom.prdsec5 h2
{
    margin-bottom: 25px !important;
}
#clearbrine .prd-sec4 h2
{
	margin-bottom: 24px !important;
	
}
#performance h2 
{
    margin-bottom: 25px !important;
}
.prdct-bottom.prdsec5 h2
{
    padding-bottom: 5px !important;
}
.bottom-last
{
    padding-bottom: 15px;
}
.prd-service figure
{
    margin-top: 10px;
}
.prdct-bottom.bottom-last h2
{
    padding-bottom: 0px !important;
  margin-bottom: 31px !important;
}
/*changes*/
.manual-section figure
{
	    margin-top: 30px;
}
.software-wrapper .col-md-6.order-m1 
{
    margin-top: 9px;
}
.software-wrapper .cmmn-style .prdct-bottom + .prdct-bottom h4 
{
    margin-bottom: 28px;
}
.software-wrapper .cmmn-style .prdct-bottom + .prdct-bottom .col-md-6.order-m1 {
    margin-top: 11px !important;
}
.software-wrapper.inner-wrapper .cmmn-style h2 {
    margin-bottom: 22px;
}
.newstophead .news-box .col-md-6 figure {
    margin-top: 7px;
}
.news-img-box {
    margin-top: 10px;
}
/*responsive*/
@media only screen and (max-width:1199px) and (min-width:768px)
{
	.home-banner .banner-contents span
	{
		width: 80%;
    margin-left: auto;
    margin-right: auto;
	}
}
@media only screen and (max-width:991px)
{
	.navbar-toggler span
	{
    width: 30px !important;
    height: 2px !important;
	}
}
@media only screen and (max-width:991px) and (min-width:991px)
{
	.navbar-toggler
	{
		margin-top:24px;
	}
}

/**/

/**/
.page-template-new-regulatory-information .sheet-body ul li{text-align:left;}
.page-template-new-regulatory-information .sheet-head {
    background-color: #818286;   padding: 12px 30px;
}
.page-template-new-regulatory-information .date-sheet > p {
    padding-bottom: 30px;
}
.page-template-new-regulatory-information .sheet-body {
    padding: 0px 15px 0px;
}
.page-template-new-regulatory-information .sheet-body ul:nth-child(odd) {
 /*   background: #E6E7E8 !important; */
}
.page-template-new-regulatory-information .date-sheet > h4 {
    font-size: 20px;
    color: #808183;
    padding-bottom: 20px;
    padding-top: 20px;
}
.page-template-new-regulatory-information .cmmn-style {
    padding: 70px 0px 100px !important;
}
.page-template-new-regulatory-information .sheet-body ul:nth-child(even) {
    background: #D1D3D4 !important;
}
.regulatory-information .cmmn-style ul li{padding-left:10px !important;}

.page-template-new-regulatory-information .sheet-body ul li .downloadBtn{
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
	-moz-display: flex;
    -moz-align-items: center;
    -moz-justify-content: center;
    margin: 0 auto;
}
.page-template-new-regulatory-information .sheet-body ul li {
    padding-left: 10px !important;
}
.page-template-new-regulatory-information .sheet-head ul li:last-child {    
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
	-moz-display: flex;
    -moz-align-items: center;
    -moz-justify-content: center;
}
.page-template-new-regulatory-information .sheet-body ul.row {
    padding-bottom: 15px !important;padding-top: 10px;padding-left: 15px;
    padding-right: 20px;
}
.page-template-new-regulatory-information .date-sheet > p a {
    font-weight: 600;
}
#cookie-notice {font-family:'Moderat'}
#product_list p {margin-bottom:0px}
/**/
@media (min-width:1024px){
	li#menu-item-170 .dropdown-menu ul li,
	li#menu-item-796 .dropdown-menu ul li,
	li#menu-item-2225 .dropdown-menu ul li,
	li#menu-item-2800 .dropdown-menu ul li{
    	display: block !important;
    	width: 100% !important;
	}
	li#menu-item-170  .dropdown-menu,
	li#menu-item-796 .dropdown-menu,
	li#menu-item-2225 .dropdown-menu,
	li#menu-item-2800 .dropdown-menu{
    	display: inline-flex;
		display: -webkit-inline-flex;
		-webkit-display:inline-flex;
		-moz-display:inline-flex;
	}
}
.page-id-36 ol,.page-id-40 ol{padding-left:50px}
.page-id-36 ol ol,page-id-40 ol ol { padding-left:50px}
.banner {position:relative;}
@media (max-width:768px){
.cmmn-style ul {margin-bottom:25px}
	.prd-top .sec5content, .prd-sec4 .sec5content, .prd-sec2 .sec5content {
    margin-top: 0px;
}
}
@media (min-width:1200px){
.banner:before { content:url(images/lefts.jpg ); position:absolute; left:0px; top:0px;bottom:0px}
.banner:after { content:url(images/right.jpg ); position:absolute; right:0px; bottom:0px;top:0px}
}
@media (min-width:768px) and (max-width:1199px) {
	.banner:before { content:url(images/tablefts.jpg ); position:absolute; left:0px; top:0px;bottom:0px}
.banner:after { content:url(images/tabright.jpg ); position:absolute; right:0px; bottom:0px;top:0px}
}
#cn-notice-text a { font-weight:500}
#download ul {margin-bottom:20px}
.download-btnnew img { margin-left:8px }
.msds .modal-content{border:none}
.modal-cnt .msds   .modal-header {background:transparent; padding:5px 0px 10px}
.page-template-regulatory-information .sheet-body.bgnew2,.sheet-body.bgnew4,.sheet-body.bgnew6 {background: #d2d3d5;}
.manscenter h4{text-align:center}
#soft-dwn-btn {padding-left:0px; display:flex; align-items:center}
.sinomine-header .navbar-brand img {width:160px}

/* video test */
.video-section{
    position: relative;
    min-height: 600px;
    /*border: 2px solid #000;*/
}
.video-section .img_wrap{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;    
}
.video-section .img_wrap.playing .preview,
.video-section .img_wrap.playing .play-btn{
    z-index: -1;
}
.video-section video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.video-section .img_wrap.playing:hover .pause-btn{
    opacity: 1;
}
.video-section .img_wrap .preview{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;    
}
.video-section .img_wrap .play-btn,
.video-section .img_wrap .pause-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);        
    cursor: pointer;
    max-width: 80px;
}
.video-section .img_wrap .pause-btn{
    display: none;
    opacity: 0;
}
.video-section .img_wrap.playing .pause-btn{
    display: block;
}

.elementor-custom-embed-image-overlay .elementor-custom-embed-play svg{
	transition: all 0.3s;
	filter: none;
}
.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg{
	opacity: 1;
}


/* - media qyuery 12345-- */

@media(max-width: 991px){
    .video-section {     
        min-height: 390px;
    }
}
@media(max-width: 767px){
    .video-section {     
        min-height: 232px;
    }
    .video-section .img_wrap .play-btn, .video-section .img_wrap .pause-btn{
        max-width: 45px;
    }
 div#exampleModalCenter {
    padding-right: 0 !important;
}   
  .sheet-body.bgnew1 ul.row, .sheet-body.bgnew2 ul.row, .modal-content .sheet-body ul, .modal-content .sheet-head ul {
    width: 100% !important;

}  
.modal-cnt .modal-content  {
    padding-left: 0;
     padding-right: 0;
}
    
    
}
