/** Fonts **/
@import 'fonts.css';
/** Custom CSS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a,
a:hover {
    text-decoration: none;
    transition: 0.2s all;
    cursor: pointer;
}
a {
    text-decoration: none!important;
    outline: none!important;
    color: inherit;
}
ol, ul, li {
    list-style: none;
}
svg{
    transition: 0.2s all;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Moderat' !important;
    font-weight: 400;
}
ul {
    padding: 0;
    list-style: none;
}
input:focus, select:focus, button:focus {
    outline: none;
}
.medium{
    font-weight:500;
    color: #000;
}
.b-0{
    border: none !important;
}
.block{
    display: block;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

/* ================================================== */
/* Fonts */ 
/* ================================================== */
@font-face {
    font-family: BreuerText;
    src: url(../fonts/BreuerText.ttf);
}
@font-face {
    font-family: BreuerText-Light;
    src: url(../fonts/BreuerText-Light.ttf);
}
@font-face {
    font-family: BreuerText-Medium;
    src: url(../fonts/BreuerText-Medium.ttf);
}


/**====================================
bootstrap styles 
====================================**/
.row{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.navbar-collapse{
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}
.btn-group, .btn-group-vertical{
    display: -webkit-inline-flex;
}
.d-flex{
    display: -webkit-flex;
}
.navbar{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.navbar>.container, .navbar>.container-fluid {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
button, input[type="submit"],
input:focus,
button:focus{
    outline: 0 !important;
}
.align-items-center{
    -webkit-align-items: center;
}

/* ================================================== */
/* Header */ 
/* ================================================== */
header {
    background: #ddeffa;
    padding: 25px 0px 30px;
}
header > .container {
    max-width: 1040px;
}
header nav, header ul {
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    padding: 0 !important;
}
header ul li a,header ul li button {
    color: #333 !important;
    font-size: 17px;
    padding: 15px 0px !important;
    position: relative;
}
header ul li a:hover:after, 
header ul li a.active:after,
header ul li button:hover:after,
header ul li button.active:after {
    content: "";
    background: #ce181e;
    width: 100%;
    height: 2px;
    position: absolute;
    left:0;
    bottom: 5px;
}
header ul li a.active,
header ul li a:hover,
header ul li button.active,
header ul li button:hover {
    color: #ce181e !important;
}
header ul li a.active:after,
header ul li button.active:after {
    background: #ce181e !important;
}
.right-buttons {
    margin-left: 40px;
}
.right-buttons a,
.right-buttons button {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    font-size: 17px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}
.right-buttons a:hover,
.right-buttons button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.head-search a,.head-search button{
    background: #ce181e;
    position: relative;
    z-index: 999;
}
.head-social a {
    background: #0274b3;
    margin-left: 10px;
}
.head-search form {
    position: relative;
}
.head-search form input {
    position: absolute;
    right: 0;
    width: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 8px #d3d3d3 !important;
    -webkit-box-shadow: 0px 0px 8px #d3d3d3 !important;
    -moz-box-shadow: 0px 0px 8px #d3d3d3 !important;
    -ms-box-shadow: 0px 0px 8px #d3d3d3 !important;
    -o-box-shadow: 0px 0px 8px #d3d3d3 !important;
    outline: none !important;
    border: 0;
    height: 37px;
    padding: 10px 37px 10px 20px;
    z-index: 1 !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    visibility: hidden;
}
.head-search form input::placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-webkit-placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-ms-placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-o-placeholder {
    color: #333;
    opacity: 1;
}

/* ================================================== */
/* Banner */ 
/* ================================================== */
.banner {
	background: #f4f4f4 url("../images/bannerbg.jpg") no-repeat;
	background: #f4f4f4;
     
    background-position: center;
    background-size: 100% 100%;
}
.banner .logo{
    text-align: center;
    margin-bottom: 15px;
    margin-top: -35px;
}
.banner .logo img{
    width: 100%;
    max-width: 280px;
}
.banner p{
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.banner p a{
    color: #ce181e;
}
.banner h1 {
     font-family: 'Moderat';
    font-size: 42px;
    color: #6e6f71;
    line-height: 40px;font-weight:500;
}
.banner h2 {
    font-family: BreuerText-Medium;
    font-size: 38px;
    color: #ce181e;
    line-height: 40px;
}
.banner a.ban-btn {
    font-size: 17px;
    color: #ce181e;
    padding: 5px 19px;
    border: 1px solid #ce181e;
    background: transparent;
    display: inline-block;
    margin-top: 10px;
}
.banner a.ban-btn:hover {
    background: #ce181e;
    color: #fff;
    text-decoration: none;
}
.banner a.ban-btn:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: light;
    margin:0px 0px 0px 10px;
    text-decoration:none;
}

/* ================================================== */
/* Intro */ 
/* ================================================== */
.intro {
    margin: 80px 0px 60px;
}
.intro > .container {
    max-width: 950px;
}
.intro h1 {
    font-size: 38px;
     
    line-height: 42px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.intro p {
    font-size: 22px;
    
    line-height: 32px;
    color: #333;
    margin-bottom: 0px;
}

/* ================================================== */
/* Under Construction */ 
/* ================================================== */
.under-construction {
    position: relative;
    margin: 30px 0px;
}
.under-construction > .container {
    max-width: 950px;
}
.under-construction:before {
    content:"";
    background: #d5d5d5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.under-construction .inner-wrap {
    padding: 15px 20px 25px;
    border: 1px solid #d5d5d5;
    position: relative;
    background: #fff;
}
.under-construction .inner-wrap:before,
.under-construction .inner-wrap:after {
    content:"";
    background: #ce181e;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.under-construction .inner-wrap:before {
    left: -1px;
}
.under-construction .inner-wrap:after {
    right: -1px;
}
.under-construction p {
    font-size: 22px;
    font-family: BreuerText-Light;
    line-height: 32px;
    color: #333;
    margin-bottom: 0px;
}
.under-construction p strong {
    font-family: BreuerText-Medium;
    color: #ce181e;
    margin-bottom: 10px;
    font-weight: 500;
}
.under-construction a {
    color: #ce181e;
}
.under-construction a:hover {
    text-decoration: underline;
    color: #ce181e;
}

/* ================================================== */
/* Footer */ 
/* ================================================== */
footer {
    margin-bottom: 60px;
}
footer ul {
    margin-bottom: 0px;
}
footer ul li a, footer p {
    font-size: 16px;
    font-family: BreuerText-Light;
    line-height: 26px;
    color: #666;
    margin-bottom: 0px;
    display: inline-block;
} 
footer ul > li:not(:last-child) a:after {
    content:"";
    background: #666;
    width: 1px;
    height: 10px;
    margin: 0px 8px;
    display: inline-block;
} 
footer ul li a:hover {
    text-decoration: underline;
    color: #ce181e;
}
 
/* ================================================== */
/* about */
/* ================================================== */
.inner-wrapper .banner {
    padding: 88px 0px;
    background-position: center top;
}  
.inner-wrapper .banner h1{ 
    color: #000;
     text-transform:inherit; 
    font-size: 36px;
	position: relative;
	z-index: 999;
}
.inner-wrapper h2{
    font-size: 30px;
     text-transform:inherit;
    color: #000;
     font-weight:500;
    margin-bottom: 15px;
}
.inner-wrapper p{
    font-size:20px;
    color: #231f20;font-weight:300;
    line-height: 30px;
     
    margin: 0px;
}
.cmmn-style{
    padding: 50px 0px;
}
.about-cnt figure {
    margin-bottom: 0px !important;
    text-align: right;
}
.about-cnt{
    /*background-color: #f2f2f6;*/
}
.about-cnt figure img{
    display: inline-block;
    max-width: 555px;
}
.white-bx{
    max-width: 616px;
    width: 100%;
    background-color: #fff;
    padding: 60px 34px;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #000;
}
.white-bx p span{
    color: #333;
}
.assured-supply{
    padding-bottom: 65px;
}
.assured-supply.thirds {
    padding-bottom: 0px;
}
.abouttop p {margin-bottom:20px}
/* ================================================== */
/* contact */
/* ================================================== */
.our-company p a{
    color: #000;
}
.address {
    margin-top: 50px; margin-bottom:40px
     
}
.address h3 {
    font-size: 22px;
    color: #808284;
	font-weight:500;
    margin-bottom: 10px;
}
.address address {
    font-size:20px;
     color: #231f20;
    line-height: 30px;font-weight:300;
    margin-bottom: 20px; 
}
.address ul li a {
    font-size: 20px;font-weight:500;
    color: #000;
    line-height: 30px;
}
.contacts a {font-weight:500}
.address li:first-child address {min-height:150px;}
.conpages h2 {font-size:30px}
.conpages  p a{font-weight:500}
.conpages  p {font-size:18px }
.sec5content {font-size:18px;font-weight:300}
.cmmn-style {font-size:18px; line-height:1.6}
/* ================================================== */
/* product */ 
/* ================================================== */
.aboutmiddle a{font-weight:500}
.cmmn-style h4{
    font-size: 22px;
   
}
.prdct-cnt h4{
    margin: 30px 0px  10px;
	color:#808285;
}
.cmmn-style ul li{
     
    font-size: 18px;
    color: #231f20;
    position: relative;
    padding-left: 21px;
    margin-top: 15px; 
}
.cmmn-style ul li a{
    color: #231f20;
    transition: all 0.3s;
}
.cmmn-style ul li a:hover{
    color: #000;
    text-decoration: none;
}
/* .cmmn-style ul li:first-child{
margin-top: 0px;
} */
/* .cmmn-style ul li:before{
content: "";
position: absolute;
width: 9px;
height: 9px;
background-image: url(../images/list-style.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
left: 0;
top: 11px;
}  */
.prdct-cnt ul li {font-weight:300; padding-left:22px;margin-top: 12px;}
/*.prdct-cnt ul li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-image: url(../images/list-style.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 14px;
} */
.prdct-cnt ul li:before{
   position: absolute;
    content: "•";
    padding-right: 20px;
    color: #808285;
    font-size: 83px;
    top: -6px;
	left: 0;
    line-height: 28.8px; 
} 

.prdct-cnt p { margin-bottom:20px }
.prdct-cnt a {font-weight:500}
.cmmn-style .address li ul li{
    padding-left:0px;
} 
.cmmn-style .address li ul li:before{
    display:none;
}
.prdct-bottom  h2 {padding-bottom:10px}
.prdct-bottom {
    margin-top: 45px;
}
 .sec5content p {Font-weight:300;}
.prolines {border-bottom:1px solid #e1e1e1;}
/* ================================================== */
/* format-manual */
/* ================================================== */
.format-manual h2{
     
}
.accordion-sec {
    margin-top: 50px;
}
.accordion-sec h2{
    color: #000000;
}
.accordion-sec .card-header{
    padding: 0px;
    border: none;
    background-color: inherit;
}
.accordion-sec .btn.btn-link{
    padding: 0px;
    width: 100%;
    text-align: left;
    font-size:20px;
    color: #000;
     font-weight:500;
    text-decoration: none;
    position: relative;
    white-space: normal; padding-left:38px;
}
.accordion-sec .btn.btn-link:before{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    
}
.accordion-sec .btn.btn-link.collapsed:before{
 
}
.accordion-sec .btn.btn-link:after{

}
.accordion-sec .card{
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 0px;
    border-radius: 0px;
} 
.accordion-sec .card-body {
    padding: 0px;
 
    font-size: 20px;
    
    margin: 10px 0px;
    max-width: 1100px;
	padding-left:40px
} 
.accordion-sec h2 {font-size:24px;text-transform:inherit}
.accordion-sec .btn.btn-link:after {left:0px; right:auto;
    background-color: transparent;}
.accordion-sec .btn.btn-link.collapsed:after {
    background-color: transparent;
} 
/* ================================================== */
/* Responsive */
/* ================================================== */
#product_list ul:nth-child(2n) {background:#d1d3d4 }
.regulatory-information .cmmn-style p{
    margin-bottom: 22px;
}
.regulatory-information .cmmn-style ul li{
    margin-top: 0px;
    padding: 0px 15px;
}
.regulatory-information .cmmn-style ul li:before{
    display: none;
}
.sheet-head {
    background-color: #808285;
    color: #fff;
    padding: 10px 25px;
}
.sheet-head h4{
    font-size: 18px;
    font-weight:300;
    margin-bottom: 0px;
    color: #fff; margin-top:0px;
}
.sheet-head ul.row{
    margin-bottom: 0px;
}
.sheet-head ul li:last-child{
    text-align: center;
}
.sheet-body {
    padding: 14px 15px 0px;
    border-bottom: 1px solid #e5e5e5;background:#e6e7e8
}
.sheet-body ul.row{
    margin-bottom: 0px;
}
.sheet-body ul li:last-child {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sheet-body ul li:first-child {
    padding-right: 35px;
}
.sheet-body:last-child{
    border: none;
}
.sheet-body button.btn.btn-primary {
    background: none;
    border: none;
    outline: 0 !important;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: none !mportant;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.modal-cnt .modal-dialog {
    max-width: 830px;
}
.modal-cnt{
    text-align: center;
}
.modal-cnt *{
    font-family: 'Moderat';
}
.modal-cnt li {
    font-size: 18px !important;
}
.modal-cnt .sheet-body {
    padding: 11px 25px;
}
.modal-cnt .modal-content {
    padding: 00px 0px 0px;
    border-radius: 0px;
}
.modal-cnt .modal-header {
	background:#f4f4f4;
    padding: 29px 0px 28px 40px;
    padding-bottom: 12px;
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.pr-table {margin-top:30px}
#pills-tabContent {padding:10px 40px 40px 40px}
.modal-cnt .modal-header h5{
    font-size: 22px !important;
    color: #000000 !important;
    font-weight: 500;
}
.modal-cnt .close {
    font-size: 47px;
    padding: 0px !important;
    color: #808285;
    opacity: 1;
    margin: 0;
    font-weight: 300;
    height: 42px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.modal-cnt .close span{
    line-height: 0;
    margin: auto;
    margin-top: 8px;
}
.checkmark-cnt {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark-cnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 18px;
    width: 18px;
    border: 1px solid #e5e5e5;
}
.checkmark-cnt input:checked ~ .checkmark {
    border: 1px solid #e5e5e5;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark-cnt input:checked ~ .checkmark:after {
    display: block;
}
.checkmark-cnt .checkmark::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #ce181e;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tab-wrapper{
    text-align: left;
}
.tab-wrapper .nav-pills .nav-item{
    padding: 0px;
    margin-right: 42px;
}
.tab-wrapper .nav-pills{
    border-bottom: 1px solid #e5e5e5;background: #f4f4f4;
    padding: 0px 40px;
}
.tab-wrapper .nav-pills .nav-item .nav-link {
    padding: 0px;
    background-color: transparent;
    font-size: 18px;
    color: #808285;
    font-weight: 500;
    border-radius: 0px;
    padding-bottom: 9px;
}
.tab-wrapper .nav-pills .nav-item .nav-link.active{
    color: #000;
    border-bottom: 2px solid #000;
}
.tab-cnt h4{
    font-size: 16px;
    color: #231f20;
}
.tab-cnt .input-wrapper{
    margin-top: 16px;
}
.tab-cnt .input-wrapper .input-feild{
    margin-bottom: 18px;
}
.tab-cnt .input-wrapper .input-feild input{
    width: 100%;
    height: 38px;
    padding: 0px 20px;
    font-size: 15px;
    color: #231f20;
    border: 0;
    background-color: #f2f3f3;
}
.check-cnt label {
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.tab-cnt1 {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
}
.check-wrapper {
    margin-top: 14px;
}
.tab-cnt p {
    font-size: 16px;
    line-height: 26px;
    color: #231f20;
}
.tab-cnt button.submit {
    font-size: 17px;
    color: #ce181e;
    padding: 7px 47px 7px 20px;
    border: 1px solid #ce181e;
    position: relative;
    outline: 0;
    background-color: inherit;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-cnt button.submit:after{
    content: "";
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.tab-cnt span.wpcf7-list-item{
    margin-bottom: 10px;
}
.tab-cnt .wpcf7-list-item-label{
    color: #231f20;
    font-size: 16px;
}
.consent_form.tab-cnt .wpcf7-list-item-label{
    color: #231f20;
    font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.consent_form.tab-cnt1 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.consent_form.tab-cnt p.consent_like{
	padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
	font-weight: 300;
    line-height: 30px;
}

.consent_form.tab-cnt p.consent_like a{
	cursor: pointer;
}

.tab-cnt p{
    color: #231f20 !important;
    font-size: 16px !important;
    padding-left: 0 !important;
}
.tab-cnt p a,
.consent_form.tab-cnt .wpcf7-list-item-label a{
    color: #231f20 !important;
    font-weight: 500;
}
.tab-cnt .wpcf7-list-item-label:before{
    background-color: #e6e7e8;
    border: 1px solid #e6e7e8;
}
.tab-cnt .wpcf7-list-item-label:after{
    border-color: #808285;
}
.tab-cnt .btn.submit{
    width: 150px;
    height: 42px;
    background-color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    background-image: url(../images/r-arrow.svg);
    background-repeat: no-repeat;
    background-position: 72% 53%;
    background-size: 18px;
    padding-right: 45px;
}

/* ================================================== */
/* Software & News */
/* ================================================== */
.software-wrapper .cmmn-style h4{
    margin: 0;
    margin-bottom: 25px;
    font-size: 22px;
    color: #000;
}
.news-wrapper .cmmn-style p,
.software-wrapper .cmmn-style p,
.software-wrapper .cmmn-style.software-cnt ul{
    margin-bottom: 20px;
}
.software-wrapper .cmmn-style p.center_btn{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0;
}
.software-wrapper .cmmn-style p.center_btn .learn-btn{
	display: inline-block;
}
.download-btn {
    display: inline-block;
    font-size: 20px;
    color: #000;
}
.download-btn img{
    margin-right: 10px;
    vertical-align: sub;
}
/****************************AJ*/
#soft-dwn-btn {
    display: inline-block;
    font-size: 20px;
    color: #000;
    box-shadow: 0px 0px 0px transparent;
}
#soft-dwn-btn img{
    margin-right: 10px;
    vertical-align: sub;
}
#download button:hover{
    text-decoration: underline;
}
#download a{
    font-weight: 500;
    font-size: 19px;
}
 
.download-btnnew {display:block}
.download-btnnew img{ vertical-align:baseline; margin-right:10px}
.our-company p a.b-link {color:#000}
/***********************************/
.img-caption{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-style: italic;
}
.software-wrapper .cmmn-style .prdct-bottom + .prdct-bottom{
    margin-top: 60px;
    padding-bottom: 10px;
}
.software-wrapper .cmmn-style .prdct-bottom + .prdct-bottom:before{
    content: '';
    position: relative;
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #d5d5d5;
    margin-left: 15px;
    margin-bottom: 60px;
}
.news-wrapper .prdct-cnt h4{
    margin: 0;
	margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #000;
}
.news-wrapper .prdct-cnt .news-box > div > h4:first-child,
.news-wrapper .prdct-cnt .news-bottom > div.col-md-6 > h4:first-child{
	margin-top: 0;
}
.news-wrapper .prdct-cnt .news-bottom > div.col-md-12 > h4:first-child{
	margin-top: 20px;
}


.news-wrapper .news-box{
    margin-top: 25px;
}
.news-wrapper .news-bottom{
    margin-top: 20px;
}
.news-img-box{
    display: inline-block;
    float: right;
    max-width: calc(49% + 15px);
    padding-left: 30px;
}
.news-wrapper .cmmn-style .news-box p{
    line-height: 1.6;
}
.full-box{
    margin-top: 25px;
}
.news-date{
    font-size: 14px;
    color: #000;
    display: block;
}
header ul li{
    padding: 0 15px;
}

#accept-cookie{
    background-color: unset !important;
    font-size: 17px !important;
    font-weight: 100 !important;
    color: #000 !important;
    font-family: BreuerText-Medium !important;
    border: none;
    padding: 0px;
}
#accept-cookie:hover{
    text-decoration: underline;
}
#soft, .wpcf7-form h4{
    color: black;
     font-weight:500;
}
.page-template-new-regulatory-information .head-search button,.page-template-new-regulatory-information .sheet-head,.page-template-new-regulatory-information .cookie-notice-container,.page-template-new-regulatory-information .btn.submit,.page-template-new-regulatory-information header ul li a.active:after,.page-template-new-regulatory-information header ul li a:hover:after{
    /* background: #034ea2; */
    /* background: #000 !important; */
}
.page-template-new-regulatory-information .banner h1,.page-template-new-regulatory-information .cmmn-style h2,.page-template-new-regulatory-information .modal-cnt .modal-header h5,.page-template-new-regulatory-information .modal-cnt .close,.page-template-new-regulatory-information .tab-wrapper .nav-pills .nav-item .nav-link.active,.page-template-new-regulatory-information .red, .page-template-new-regulatory-information .highlight,.page-template-new-regulatory-information header ul li a.active, .page-template-new-regulatory-information header ul li a:hover, .page-template-new-regulatory-information .regulatory-information .cmmn-style p a, .page-template-new-regulatory-information .regulatory-information .cmmn-style p a:hover {
    /* color: #034ea2 !important; */
    /* background: #000 !important; */
}
.page-template-new-regulatory-information .tab-wrapper .nav-pills .nav-item .nav-link.active,.page-template-new-regulatory-information .wpcf7-list-item-label:after,.page-template-new-regulatory-information .tab-wrapper .nav-pills .nav-item .nav-link.active{
    /* border-color: #034ea2; */
    /* background: #000 !important; */
}

.single-post .news-box ol{
	margin-left: 20px;
}
.single-post .news-box ol li{
	font-weight: 300;
	position: relative;
}
.single-post .news-box ol li::before{
	position: absolute;
    left: -20px;
	color: #000;
}


/**====================================
New Header 
====================================**/
.s-header{
    padding: 0;
}
.sinomine-header *{
    font-family: 'Moderat';
}
.sinomine-header{
    padding: 0;
    background: #fff;
    border-radius: 0;
    z-index: 999;
    position: relative;
}
.sinomine-header .navbar-brand{
    padding: 25px 0;
}
.sinomine-header .navbar-brand img{
    max-width: 160px;
}
.sinomine-header .navbar-nav{
    -webkit-flex: none;
    flex: none;
}
.sinomine-header .nav-item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
}
.sinomine-header .nav-item .nav-link{
    padding: 0 !important;
    font-size: 16px;
    color: #231f20 !important;
    border-bottom: 1px solid transparent;
    line-height: 1.35;
}
.sinomine-header .nav-item:hover .nav-link{
    border-bottom-color: #231f20;
}
.sinomine-header .nav-item .nav-link:hover{
    color: inherit !important;
}
.sinomine-header .nav-item .nav-link:after{
    display: none;
}
.sinomine-header .search-item{
    padding-right: 0px;
    position: relative;
}
.sinomine-header .search-item a:after{
    display: none;
}
.sinomine-header .search-item img{
    max-width: 22px;
}
.sinomine-header .dropdown .dropdown-toggle:after{
    display: none;
}
.sinomine-header .dropdown-menu{
    border: 0;
    margin-top: 0;
    border-radius: 0;
    margin-left: 25px;
    background: #000;
    padding: 10px 0;
    min-width: 280px;    
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.sinomine-header .dropdown-menu:before{
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #000;
    border-width: 6px;
    margin-left: -6px;
}
.sinomine-header .dropdown-item{
    padding: 10px 25px !important;
    font-size: 15px;
    color: #fff !important;
}
 
.sinomine-header .dropdown-item img{
    max-width: 7px;
    vertical-align: 0px;
    margin-right: 4px;
    transition: 0.3s all;
}
.sinomine-header .dropdown-item:before{
width: 25px;
    
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    background-image: url(../images/menu.png);

}
.sinomine-header .dropdown-item:after{
    display: none;
}
.sinomine-header .dropdown-item:hover,
.sinomine-header .dropdown-item:focus{
    background: #111;
    color: #f1f1f1;
}
.searchbox{
    display: none;
}
.formbox {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
}
.f-input{
    border: 1px solid #231f20;
    height: 42px;
    position: relative;
    background: #fff;
}
.f-input input{
    width: 100%;
    padding: 6px 12px;
    height: 100%;
    border: 0;
    font-size: 14px;
    color: #000;
}
.f-input button{
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 10px 12px;
	background: none !important;
}
.f-input button img{
    max-width: 18px !important;
    vertical-align: inherit;
}


/**====================================
Home Banner 
====================================**/
.inner-banner *,
.home-banner *{
    font-family: 'Moderat';
}
.home-banner{
    height: 680px;
    background-color: #f4f4f4;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.home-banner:before,
.home-banner:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 250px;
    width: 100%;
}
.home-banner:before{
    left: 0;
    background: url(../images/home-banner-left.jpg) no-repeat 0% 50% / contain;
}
.home-banner:after{
    right: 0;
    background: url(../images/home-banner-right.png) no-repeat 100% 50% / contain;
}
.banner-contents{
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}
.banner-contents h1{
    font-size: 60px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}
.banner-contents span{
    font-size: 24px;
    color: #808284;
    line-height: 1.5;
    display: block;
    font-weight: 300;
    margin-bottom: 40px;
}
.banner-contents .learn-btn {
    margin: 0 auto;
}
.learn-btn {
    display: block;
    width: 185px;
    height: 48px;
    line-height: 48px;
    background: #000;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.learn-btn sup{
	top: -5px;
}
.learn-btn svg{
    width: 17px;
    margin-left: 5px;
    vertical-align: -5px;
}
.learn-btn:hover{
    background: #333;
    color: #fff;
}



/**====================================
Inner Banner 
====================================**/
.inner-banner{
    height: 250px;
    background-color: #f4f4f4;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.inner-banner:before,
.inner-banner:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.inner-banner:before{
    left: 0;
    background: url(../images/ri-banner-img1.png) no-repeat 0% 50% / contain;
    max-width: 100px;
}
.inner-banner:after{
    right: 0;
    background: url(../images/ri-banner-img2.png) no-repeat 100% 50% / contain;
    max-width: 230px;
}
.inner-banner .banner-contents h1{
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.5;
}


/**====================================
Home contents 
====================================**/
.home-contents *{
    font-family: 'Moderat';
}
.home-contents .content-row{
    padding: 140px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-box h2{
    font-size: 50px;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 25px;
}
.content-box p{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}
.content-box .learn-btn{
    background: #fff;
    color: #000;
}

/**====================================
Inner contents 
====================================**/
.inner-contents *{
    font-family: 'Moderat';
}
.inner-contents{
    background: #fff;
    padding: 80px 0;
}
.inner-contents .content-box h3{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-id-728 .inner-contents .content-box h3{
	margin-bottom: 30px;
}
.inner-contents .content-box p{
     
    color: #231f20;
    line-height: 1.6;
    margin-bottom: 20px;
    
}
.inner-contents .content-box p a{
    font-weight: 500;
}
.inner-contents .content-box p + h5{
    margin-top: 40px;
}
.inner-contents .content-box h5{
    font-size: 20px;
    color: #808284;
    margin-bottom: 15px;
    font-weight: 500;
}
.page-id-728 .inner-contents .content-box h5{
	font-size: 22px;
}
.page-template-regulatory-information .inner-contents .content-box h5{
	margin-bottom: 10px;
}
.pr-table table th{
    background: #808285;
    border: 0;
    padding: 15px 30px;
    font-size:18px;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
}
.pr-table table th:last-child{
    text-align: center;
}
.pr-table table td{
    padding: 20px 30px;
    font-size: 18px;
    color: #231f20;
    font-weight: 300;
    vertical-align: middle;
    border: 0;
}
.pr-table table tbody tr:nth-child(odd){
    background-color: #e6e7e8;
}
.pr-table table tbody tr:nth-child(even){
    background-color: #d1d3d4;
}
.pr-table table td:last-child{
    text-align: center;
}
.pr-table table td:nth-last-of-type(2){
    white-space: nowrap;
}
.download-btn{
    display: block;
    width: 23px;
    height: 23px;
    margin: auto;
}
.download-btn img{
    width: 20px;
    margin-right: 0;
    vertical-align: baseline;
}
.pr-table .downloadBtn{
    border: 0;
    background-color: transparent;
}


/**====================================
New Footer 
====================================**/
.homefooter *{
    font-family: 'Moderat';
}
.homefooter{
    background: #000;
    padding: 60px 0;
    margin: 0;
}
.footer-content{
    text-align: center;
}
.footer-content ul{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 5px;
}
.footer-content ul li{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
	line-height: 26px;
}
.footer-content ul li + li:before{
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    vertical-align: 0px;
}
.footer-content ul li a{
    color: #fff;
    border-bottom: 1px solid transparent;
    line-height: 1.3;
}
.footer-content ul li a:hover{
    border-bottom-color: #fff;
    color: #fff;
}
.footer-content ul li a:after{
    display: none !important;
}
.footer-content p{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
}

/**/
ul.address.row ul li a {
    display: flex;
    align-items: center;
	-webkit-display: flex;
    -webkit-align-items: center;
	-moz-display: flex;
    -moz-align-items: center;
}
ul.address.row ul li a img {
    margin-right: 7px;
    margin-top: 1px;
}
/**====== New =======**/
.telimage a:before {content:url(../images/phs.jpg);left:0px;top:3px; position:absolute;}
.telimage a{  position:relative; padding-left:27px;}
.sec4rights {text-align:right}
.newstop {border-bottom:1px solid #e4e4e4; padding-bottom:40px}
.newstophead{padding-bottom:0px}
.downloadsection li img {float:right}
.downloadsection {margin-top:28px }
.downloadsection {margin-bottom:50px}
.downloadsection ul {padding-left:0px}
.downloadsection li { padding:15px 0px; border-bottom:1px solid #e6e7e8; list-style:none; position:relative;font-weight:500; padding-left:18px; margin-top:0px !important;font-weight:300}
.downloadsection li:before {content:url(../images/close.jpg); position:absolute; left:0px}
.commonpage p{font-weight:300; padding-bottom:14px}
.commonpage p a{font-weight:500}


/* ================================================== */
/* PAGES */
/* ================================================== */

.h2, h2 {
    font-size: 1.88rem;
}
tbody#product_list > tr > td[data-text3="Language"]{
	width: 20%;
}


/* ================================================== */
/* ELEMENTOR */
/* ================================================== */

.elementor .elementor-heading-title{
	line-height: 1.265;
}

.inner-wrapper .elementor,
.commonpage .elementor{
	font-weight: 300;
}
.inner-wrapper .elementor p,
.commonpage .elementor p{
	color: inherit;
	font-weight: inherit;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.elementor b, .elementor strong{
	Font-weight: 700;
}
.zlp_no_bottom_gap.elementor-widget-text-editor p:last-child,
.zlp_no_bottom_gap.elementor-widget-text-editor ul:last-child li:last-child{
    margin-bottom: 0;
}
.zlp_no_bottom_gap.elementor-widget-heading.elementor-widget:not(:last-child){
	margin-bottom: 0;
}
.elementor-widget-text-editor > .elementor-widget-container a{
	color: #000;
	font-weight: 500;
}
.elementor-widget-text-editor > .elementor-widget-container ul{
	
}
.elementor-widget-text-editor > .elementor-widget-container ul li{
	font-size: 18px;
    color: #231f20;
    position: relative;
	margin: 0 0 15px;
}
.elementor-widget-text-editor > .elementor-widget-container ul li::before{
	position: absolute;
    content: "•";
    padding-right: 20px;
    color: rgb(128, 130, 133);
    font-size: 83px;
	font-weight: 300;
    top: -6px;
    left: 0px;
	line-height: 28.8px;
}
.elementor-widget-text-editor > .elementor-widget-container ul li ul li{
	margin-bottom: 0px;
}
.elementor-widget-text-editor > .elementor-widget-container ul li ul li::before{
	content: "–";
	font-size: 18px;
	font-weight: 400;
    top: 0px;
}

.elementor-widget-text-editor > .elementor-widget-container ul li.zlp_no_bullet{
	text-indent: -15px;
}
.elementor-widget-text-editor > .elementor-widget-container ul li.zlp_no_bullet::before{
	display: none;
}
.elementor-widget-text-editor > .elementor-widget-container strong{
	font-weight: 500;
	color: #000;
}
.zlp_credit{
	writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 9px;
}
.zlp_data_list{
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	font-size: 17px;
	text-align: left;
}

.zlp_data_title,
.zlp_data_desc{
	border-top: 1px solid var(--e-global-color-accent);
	padding: 8px 0;
	line-height: 27px;
	display: flex;
}
.zlp_data_list > div:nth-child(1),
.zlp_data_list > div:nth-child(2){
	border-top: none;
}
.zlp_data_title{
	grid-column: span 9;
	Font-weight: 500;
	padding-right: 5px;
}
.zlp_data_desc{
	grid-column: span 15;
	align-items: end;
}

.compact_data_list .zlp_data_title,
.compact_data_list .zlp_data_desc{
	padding: 3px 0;
}

.compact_data_list .zlp_data_title{
	grid-column: span 6;
}

.compact_data_list .zlp_data_desc{
	grid-column: span 18;
}

.widget-image-caption.wp-caption-text{
	font-size: 18px;
	line-height: 27px;
    font-weight: 400;
    color: #333;
    font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}

cite.inch {
    font-style: normal;
	position: relative;
}
cite.inch em{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
cite.inch::before{
	content: '"';
}


/* ================================================== */
/* PRIVACY PAGE FIX */
/* ================================================== */
.zlp_list_sublist.elementor-widget-text-editor p{
	padding-bottom: 14px;
	margin-bottom: 0;
}
.zlp_list_sublist.elementor-widget-text-editor ol,
.zlp_list_sublist.elementor-widget-text-editor ul,
.page-id-40 .commonpage .container ol,
.page-id-40 .commonpage .container ul:not(.elementor-editor-element-settings),
.page-id-3570 .commonpage .container ol,
.page-id-3570 .commonpage .container ul:not(.elementor-editor-element-settings),
.page-id-3417 .commonpage .container ol{
	padding-left: 50px;
}
.page-id-40 .commonpage .container ul:not(.elementor-editor-element-settings) li,
.page-id-3570 .commonpage .container ul:not(.elementor-editor-element-settings) li{
	font-size: 18px;
    color: #231f20;
    position: relative;
    margin: 0 0 15px;
	font-weight: 300;
}
.page-id-40 .commonpage .container ul:not(.elementor-editor-element-settings) li::before,
.page-id-3570 .commonpage .container ul:not(.elementor-editor-element-settings) li::before{
	position: absolute;
    content: "•";
    padding-right: 20px;
    color: rgb(128, 130, 133);
    font-size: 83px;
    font-weight: 300;
    top: -6px;
    left: 0px;
    line-height: 28.8px;
}
.page-id-40 .commonpage .container ul li p,
.page-id-3570 .commonpage .container ul li p{
	font-size: 18px !important;
}
.page-id-40 .commonpage .container p + .zlp_responsive_table,
.page-id-3570 .commonpage .container p + .zlp_responsive_table{
	margin-top: -15px;
}
.page-id-40 .commonpage .container .zlp_responsive_table table td,
.page-id-3570 .commonpage .container .zlp_responsive_table table td,
.page-id-40 .commonpage .container .zlp_responsive_table table td p,
.page-id-3570 .commonpage .container .zlp_responsive_table table td p{
	font-weight: 400;
}
.page-id-40 .commonpage .container .zlp_responsive_table table td a,
.page-id-3570 .commonpage .container .zlp_responsive_table table td a{
	color: #000;
    font-weight: 500;
}


.zlp_list_sublist.elementor-widget-text-editor li ol.zlp_ol_gap,
.zlp_list_sublist.elementor-widget-text-editor li ul.zlp_ol_gap{
	margin-top: 3px;
}
.zlp_list_sublist.elementor-widget-text-editor li ol > li{
	margin-bottom: 15px;
}
.zlp_list_sublist.elementor-widget-text-editor li ul.zlp_adjust_table .wp-block-table{
	margin-top: 6px;
}
.zlp_list_sublist table.wp-block-table td{
	font-weight: 400;
}



/* ================================================== */
/* CASE HISTORY */
/* ================================================== */

.single-case_history .banner .cnt{
	z-index: 9;
	position: relative;
}
.single-case_history .banner h1,
.single-case_history .banner h3{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
/* .single-case_history .banner h3{
	font-size: 30px;
} */
.single-case_history .cmmn-style h4{
	color: #808284;
	margin-bottom: 15px;
}


/* ================================================== */
/* NEWS */
/* ================================================== */
.single-post .prdct-cnt.cmmn-style ul{
	margin-bottom: 20px;
}
span.nobreak {
    white-space: nowrap;
}
.news-wrapper .news-box.smaller_news_image_box{
	margin-top: 0;
}
.news-wrapper .news-box.smaller_news_image_box .img-caption,
.news-wrapper .news-box.smaller_news_image_box .widget-image-caption.wp-caption-text{
	margin-bottom: 20px;
	display: inline-block;
}
.zlp_next_prev {
    margin-top: 30px;
}
.zlp_next_prev .nav-links,
.zlp_next_prev .posts-navigation .nav-links,
.zlp_next_prev .post-navigation .nav-links {
    display: flex;
}
 
.zlp_next_prev .nav-previous,
.zlp_next_prev .posts-navigation .nav-previous,
.zlp_next_prev .post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.zlp_next_prev .nav-next,
.zlp_next_prev .posts-navigation .nav-next,
.zlp_next_prev .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* ================================================== */
/* CERTIFICATE */
/* ================================================== */
.certificate_row{
	overflow: hidden;
	margin: 40px auto 20px;
}
.certificate_text{
	float: left;
    max-width: 52%;
}
.certificate_img{
	display: inline-block;
    float: right;
    max-width: 48%;
    padding-left: 30px;
	margin-top: 5px;
}
.certificate_img img{
	border: 1px solid #808285;
}


/* ================================================== */
/* COMPLIANZ */
/* ================================================== */

.commonpage .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox{
	position: relative;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox {
    opacity: 0;
    margin: 0;
    margin-top: -10px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 20px;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label {
    position: relative;
    padding-left: 30px;
    margin: 0;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
    display: block;
    content: "";
    color: #fff;
    box-sizing: border-box;
    font-family: 'FontAwesome', sans-serif;
    padding-left: 23px;
    font-size: 12px;
    line-height: 20px;
    background-color: var(--cmplz_slider_inactive_color);
    left: 0px;
    top: -7px;
    height: 15px;
    width: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
    display: block;
    content: "";
    letter-spacing: 20px;
    background: var(--cmplz_slider_bullet_color);
    left: 4px;
    top: -5px;
    height: 11px;
    width: 11px;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: background-color 0.3s, left 0.3s;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
    display: block;
    background-color: var(--cmplz_slider_active_color);
    content: "";
    padding-left: 6px;
}
.commonpage .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after {
    left: 14px;
}
.commonpage .cmplz-custom-accept-btn.cmplz-accept{
	margin-top: 20px;
}
.commonpage .cmplz-custom-accept-btn.cmplz-accept a{
	background-color: var(--cmplz_button_accept_background_color);
    border: 1px solid var(--cmplz_button_accept_border_color);
    color: var(--cmplz_button_accept_text_color);
	font-size: 14px ;
    font-weight: 400;
    text-transform: uppercase;
	border-radius: 4px;
	padding: 15px 40px;
}



/* ================================================== */
/* TOP BANNER */
/* ================================================== */


body .inner-wrapper .banner{
    min-height: 180px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    position: relative;
}

body .inner-wrapper .banner::before,
body .inner-wrapper .banner::after{
    position: absolute;
    top: 0px;
    bottom: 0px;
}
body.single-case_history .inner-wrapper .banner h3{
    margin-top: 0;
    margin-bottom: 0;
}

@media all and (min-width: 1200px){
    body .inner-wrapper .banner::before{
        content: url('../images/drop-left.jpg');
        left: 0px;
    }
    body .inner-wrapper .banner::after{
        content: url('../images/drop-right.jpg');
        right: 0px;
    }
}

@media all and (max-width: 1199px){
    body .inner-wrapper .banner{
        min-height: 150px;
        background-size: contain !important;
    }
    body.single-case_history .inner-wrapper .banner h1{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    body.single-case_history .inner-wrapper .banner h3{
        font-size: 22px;
        line-height: 1.2;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px){
    body .inner-wrapper .banner::before{
        content: url('../images/tablet-drop-left.jpg');
    }
    body .inner-wrapper .banner::after{
        content: url('../images/tablet-drop-right.jpg');
    }
}


/* ================================================== */
/* Responsive */
/* ================================================== */


@media all and (min-width: 768px) and (max-width: 1199px){
	.zlp_data_title,
	.zlp_data_desc{
		grid-column: span 24;
	}
	.zlp_data_title{
		padding: 8px 0 0;
	}
	.zlp_data_desc{
		padding: 0 0 8px;
		border-top: 0;
	}
}

@media (min-width: 991px){
	
    /**====== New =======**/
    .sinomine-header .dropdown .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        margin-top: 20px;
        z-index: -2;
    }
    .sinomine-header .dropdown:hover .dropdown-menu{
        opacity: 1;
        visibility: visible;
        z-index: 1;
        margin-top: 0;
    }
    .sinomine-header > .container,
    .sinomine-header .navbar-collapse{
        -webkit-align-items: initial;
        align-items: initial;
    }
    .formbox {
        opacity: 0;
        margin-top: 20px;
        visibility: hidden;
        z-index: -2;
        transition: 0.3s all;
    }
    .sinomine-header .search-item:hover .formbox {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        z-index: 1;
    }
}

@media (max-width: 1600px){
    .about-cnt figure img{
        max-width: 100%;
    }
}

@media (max-width: 1366px){
    .home-banner{
        height: 600px;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px){

    .about-cnt {
        background-color: #f2f2f6;
        padding: 60px 0px;
    }
    .white-bx {
        padding: 40px 34px;
    }
    header ul li {
        padding: 0 8px;
    }
    header ul li a{
        font-size: 14px;
    }
    /**====== New =======**/
    .sinomine-header .nav-item{
        padding: 0 15px;
    }
    .sinomine-header .nav-item.search-item{
        padding-right: 0 !important;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media only screen and (max-width: 991px){
	.sec4rights {
		text-align:center;
	}
	.inner-wrapper .banner h1 {
		font-size:26px;
	}
	/* .single-case_history .banner h3{
		font-size: 25px;
	} */
    header ul li {
        padding: 0 6px;
    }
    .right-buttons {
        margin-left: 15px;
    }
    .sheet-body {
        padding: 14px 15px;
    }
    .sheet-head {
        padding: 10px 15px;
    }
    .cmmn-style ul li{
        font-size: 17px;
    }
    .modal-cnt .sheet-body {
        padding: 11px 15px;
    }
    .header {
        padding: 10px 0px;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…' p='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    }
    .header nav {
        position: static;
    }
    .header nav .navbar-toggler {
        padding-left: 0px !important;
    }
    .header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: #000;
        top: calc(100% + 15px);
        left: 0px;
        width: 100%;
        padding: 30px 0px;
        z-index: 999;
        margin: 0;
    }
    .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(206,24,30,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .header nav ul {
        display: block;
    }
    .header nav a {
        margin: 0px 30px;
        padding: 7px 0 !important;
        color: #fff !important;
    }
    .header nav a::after {
        height: 1px !important;
        bottom: 5px !important;
    }
    header ul li a.active, header ul li a:hover {
        color: #fff !important;
    }
    header ul li a.active::after{
        display: none;
    }

    /**====== New ========**/
    .banner-contents h1{
        font-size: 42px;
    }
    .banner-contents span{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .home-banner {
        height: auto;
        padding: 100px 0;
    }
    .home-contents .content-row{
        padding: 80px 0;
    }
    .content-box h2{
        font-size: 36px;
    }
    .content-box p{
        font-size: 16px;
    }
    .homefooter{
        padding: 40px 0;
    }
    .sinomine-header .navbar-brand {
        padding: 15px 0;
    }
    .navbar-toggler{
        width: 30px !important;
        height: 21px !important;
        padding: 0 !important;
        border: 0;
        margin-left: 18px;
        position: relative;
		background: none !important;
		border-radius: 0 !important;
    }
    .navbar-toggler span{
        width: 100%;
        height: 3px;
        background: #000;
        display: block;
        transition: 0.3s all;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .navbar-toggler span:first-child,
    .navbar-toggler span:last-child{
        transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .navbar-toggler span:first-child{
        margin-top: 0;
    }
    .navbar-toggler span:last-child{
        margin-bottom: 0;
    }
    .navbar-toggler:not(.collapsed){
        border-right: 0;
        z-index: 9;
    }
    .navbar-toggler:not(.collapsed) span:first-child{
        margin-top: 9px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }
    .navbar-toggler:not(.collapsed) span:last-child{
        margin-bottom: 9px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2){
        opacity: 0;
    }
    .searchbox{
        margin-left: auto;
        display:none;
        position: relative;
    }
    .searchbox .formbox{
        margin-top: 26px;
        opacity: 0;
        visibility: hidden;
        z-index: -2;
        transition: 0.3s all;
    }
    .searchbox.show .formbox{
        opacity: 1;
        visibility: visible;
        z-index: 2;
        margin-top: 22px;
    }
    .searchbox img {
        max-width: 22px;
    }
    .sinomine-header .navbar-nav{
        padding-bottom: 20px !important;
    }
    .sinomine-header .nav-item{
        display: block;
    }
    .sinomine-header .nav-item{
        padding: 10px 0;
    }
    .sinomine-header .nav-item.search-item{
        /*display: none;*/
    }
	.sinomine-header .nav-item.search-item > a{
		display: none;
	}
	.sinomine-header .nav-item.search-item > .formbox{
		position: relative;
		width: 100%;
	}
    .sinomine-header .nav-item .nav-link{
        border-bottom: 0;
    }
    .sinomine-header .dropdown-menu{
        margin-left: 0;
        margin-top: 20px;
        position: relative;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .home-banner:before,
    .home-banner:after{
        max-width: 150px;
    }
    .pr-table table thead{
        display: none;
    }
    .pr-table table,
    .pr-table table tr,
    .pr-table table tr td,
    .pr-table table tbody{
        display: block;
    }
	
	tbody#product_list > tr > td[data-text3="Language"]{
		width: 100%;
	}
	
    .pr-table table td.emptytd{
        display: none;
    }
    .pr-table table td{
        padding: 15px;
        padding-left: 50%;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .pr-table table td:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: -1px;
        width: 100%;
        max-width: 45%;
		min-width: 147px;
        padding: 15px;
        background: #808285;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        border-bottom: 1px solid #a2a2a2;
    }
    .pr-table table td:first-child:before{
        content: attr(data-text1);
    }
    .pr-table table td:nth-child(2):before{
        content: attr(data-text2);
    }
    .pr-table table td:nth-child(3):before{
        content: attr(data-text3);
    }
    .pr-table table td:nth-child(4):before{
        content: attr(data-text4);
    }
    .pr-table table td:nth-child(5):before{
        content: attr(data-text5);
    }
    .pr-table table td:last-child{
        text-align: left;
    }
    .download-btn{
        margin-left: 0;
    }
    .pr-table table tbody tr{
        background-color: #e6e7e8 !important;
    }
    .pr-table table tbody tr + tr{
        margin-top: 5px;
    }
	
	.zlp_responsive_table{
		overflow-x:auto;
	}
	.zlp_list_sublist a,
	.page-id-40 .commonpage .container li a,
	.page-id-3570 .commonpage .container li a{
		word-wrap: break-word;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px){

	.inner-wrapper .banner {
		background:url(../images/mobilebanner.jpg) !Important; 
		background-size:100% 100% !Important
	}
	
	.single-case_history .inner-wrapper .banner {
		background-size:contain !Important
	}
	
    .banner {
        padding: 55px 0px 104px 0px;
        background-position: center 100% !important;
        background-size: 100%;
    }
    .banner h1, .intro h1 {
        font-size: 31px;
    }
    .banner h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .banner h2 .d-block, .intro h1 .d-block {
        display: inline !important;
    }
    .intro {
        margin-top: 60px !important;
    }
    .intro p, .under-construction p {
        font-size: 20px;
    }
    footer {
        margin-bottom: 40px;
    }
    footer ul > li:not(:last-child) a:after {
        margin: 0px 7px;
    }
    footer ul li a, footer p {
        font-size: 15px;
    }
    .under-construction .inner-wrap {
        padding: 15px 11px 20px;
    }
    .head-search form input {
        max-width: 210px;
        padding: 10px 37px 10px 15px;
    }
    .about-cnt figure {
        margin-top: 32px;
    }
    .address {
        text-align: center;
    }
    .address li.col-md-4{
        margin-bottom: 30px;
    }
    .address li.col-md-4:last-child{
        margin-bottom: 0px;
    }
    .address address {
        margin-bottom: 8px;
    }
    .contact-wrapper .our-company{
        text-align: left;
    }
    .prdct-bottom {
        margin-top: 32px;
    }
    .prdct-bottom p{
        margin-bottom: 30px;
    }
    .format-manual .prdct-cnt p{
        margin-bottom: 30px;
    }
    .accordion-sec h2{
        font-size: 27px;
        line-height: 35px;
    }
    .sheet-head h4{
        font-size: 16px;
    }
    .sheet-body ul li:first-child {
        padding-right: 15px;
    }
    .cmmn-style ul li {
        font-size: 15px;
    }
    .check-cnt label {
        font-size: 16px;
    }
    .tab-cnt p {
        font-size: 16px;
    }

    /* Software & News */
    .order-m1{
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }
    .order-m2{
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }
    .img-caption,
	.widget-image-caption.wp-caption-text{
        display: block;
        margin-bottom: 30px;
        font-size: 14px;
		text-align: left;
    }
    .news-img-box {
        display: block;
        float: none;
        max-width: 100%;
        padding-left: 0;
    }
    .news-wrapper .prdct-cnt h4{
        margin-bottom: 15px;
    }
	.news-wrapper .prdct-cnt .news-bottom > .col-md-6 + .col-md-6 > h4:first-child{
		margin-top: 20px;
	}
    .full-box {
        margin-top: 0;
    }
    header ul li a{
        font-size: 16px;
    }
	
	.news-wrapper .news-box .img-caption{
		margin-bottom: 40px;
	}
	.certificate_row{
		margin-bottom: 40px;
	}
	
	.certificate_img,
	.certificate_text{
		display: block;
        float: none;
        max-width: 100%;
        padding-left: 0;
	}
	
	.news-wrapper .news-box.image_and_content .img-caption,
	.news-wrapper .news-box.full_width_image .img-caption{
		margin-bottom: 15px;
	}
	.news-wrapper .news-box.image_and_content .img-caption p,
	.news-wrapper .news-box.full_width_image .img-caption p{
		display: none;
	}

    /**====== New =======**/
	
	.home-banner{
        padding: 60px 0;
    }
    .banner-contents h1 {
        font-size: 32px;
    }
    .banner-contents span{
        font-size: 16px;
    }
    .home-contents .content-row{
        padding: 50px 0;
    }
    .content-box h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
	
	.elementor .widget-image-caption.wp-caption-text{
		margin-bottom: 15px;
	}
	
    .footer-content ul{
        display: inline-block;
    }
    .footer-content p,
    .footer-content ul li{
        font-size: 14px;
    }
    .footer-content ul li + li{
        margin-top: 5px;
    }
    .footer-content ul li + li:before{
        display: none;
    }
    .homefooter {
        padding: 40px 15px;
    }
    .sinomine-header .navbar-brand img {
        max-width: 140px;
    }
    .inner-banner .banner-contents h1{
        font-size: 28px;
    }
    .inner-banner{
        height: 200px;
    }
    .inner-contents{
        padding: 50px 0;
    }
    .inner-contents .content-box h3{
        font-size: 24px;
    }
    .inner-banner:before{
        max-width: 80px;
    }
    .inner-banner:after{
        max-width: 150px;
    }
    .modal-cnt .modal-header h5{
        font-size: 22px !important;
    }
    .modal-cnt .modal-content {
        padding: 20px;
    }
	
	br.desktop_break{
		display: none;
	}
	.footer-content p{
		max-width: 310px;;
	}
	.zlp_copyright{
		margin-bottom: 6px;
	}
	.zlp_copyright span{
		display: block;
		margin-bottom: 6px;
	}	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px){

    .cmmn-style {
        text-align: left;
    }
    .inner-wrapper p{
        font-size: 18px;
    }
    .white-bx {
        padding: 40px 20px;
        text-align: center;
    }
    .inner-wrapper .banner {
        padding: 52px 0px 62px;
    }
    .banner h1, .intro h1 {
        font-size: 27px;
    }
    .address {
        margin-top: 30px;
    }
    .address address{
        font-size: 18px;
    }
    .address ul li a{
        font-size: 18px;
    }
    .product-wrapper h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .prdct-cnt h4 {
        line-height: 26px;
    } 
    .cmmn-style ul li {
        font-size: 18px;
        text-align: left;
    } 
    .inner-wrapper h2 {
        font-size: 30px;
        line-height: 38px;
    } 
    .accordion-sec .btn.btn-link{
        font-size: 18px;
        padding-right: 40px;
    } 
    .accordion-sec .card-body{
        font-size: 18px;
        text-align: left;
    } 
    .sheet-body,.sheet-head {
        width: 100%;
        overflow-x: scroll;
    }
    .sheet-body ul,.sheet-head ul {
        width: 575px;
    } 	
    .cmmn-style ul li{
      
    } 	
	.address ul li { margin-bottom:28px}	
	.address li:first-child address {
    min-height: 100px;
}
    .modal-cnt .modal-header h5 {
        font-size: 24px;
        line-height: 34px;
    } 
    .modal-cnt .modal-content {
        padding: 20px 10px;
    }
    .modal-content .sheet-body ul,.modal-content .sheet-head ul{
        width: 100%;
    }
    .tab-cnt p {
        font-size: 16px;
    }

    /**====== New =======**/
    .sinomine-header{
        padding: 0 15px !important;
    }
    .home-banner:before, .home-banner:after {
        max-width: 100px;
    }
    .inner-contents .content-box p{
        /*font-size: 14px;*/
    }
    .inner-contents .content-box h5{
        /*font-size: 17px;*/
    }
    .pr-table table td{
        padding-right: 10px;
        font-size: 18px;
    }
    .pr-table table td:before{
        font-size: 18px;
        padding: 15px 10px;
    }
    .inner-contents {
        padding: 40px 0;
    }
    .inner-banner .banner-contents h1 {
        font-size: 26px;
    }
}

@media (max-width: 400px){
    .modal-content .sheet-body ul,.modal-content .sheet-head ul{
        width: 400px;
    }
}

@media all and (max-width: 360px){
	.zlp_data_title,
	.zlp_data_desc{
		grid-column: span 24;
	}
	.zlp_data_title{
		padding: 8px 0 0;
	}
	.zlp_data_desc{
		padding: 0 0 8px;
		border-top: 0;
	}
}



/****************************/
/** 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%;
    }
}

@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%;
    }
}
@media (max-width: 450px){
	.zlp_next_prev{
		font-size: 15px;
	}
}
 
@media (max-width: 400px){
    #pills-tabContent .sheet-head .row{
        width: 100%;
        margin: 0;
    }
    #pills-tabContent {
        padding: 10px 0px 40px;
    }
    #pills-tabContent .sheet-head{
        padding: 10px 0; 
    }
    #pills-tabContent .modal-content .sheet-body{
        padding: 11px 0;
    }
    #pills-tabContent .modal-content .sheet-body .row.dataname1{
        width: 100%;
        margin: 0;
    }
	
}
@media(max-width: 767px){
    .video-section {     
        min-height: 232px;
    }
    .video-section .img_wrap .play-btn, .video-section .img_wrap .pause-btn{
        max-width: 45px;
    }

    
    
}

@media (max-width:800px){
     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;
}
    
}