@charset "utf-8";/* CSS Document */
body {
    margin: 0px;
    padding:0px;
    background-color:#e9e9e9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	line-height:28px;
}
h1, h2, h3, form, input {
	margin:0;
	padding:0;
}
a {
	color:#0a3f83;
	text-decoration:none;
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
img {
	border:0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	font-size:50px;
	line-height:45px;
	color:#cf1c3c;
	font-family:'CenturyLightSSiLight';
	margin:0;
	padding:0;
}
.h1 {
	font-size:50px;
	line-height:45px;
	color:#cf1c3c;
	font-family:'CenturyLightSSiLight';
	margin:0;
	padding:0;
	font-weight: 600;
}
h2 {
	font-size:26px;
	line-height:25px;
	color:#000;
	font-family:'CenturyLightSSiLight';
	margin:0;
	padding:0;
}
h3 {
	font-size:20px;
	color:#868686;
	font-weight:normal;
	font-family: 'AvantGardeBkBTBook';
	padding-bottom:10px;
	padding-top:5px;
}
h4 {
	font-size:14px;
	font-family: 'ArialMTRegular';
	color:#000;
	font-weight:normal;
}
@font-face {
font-family: 'CenturyLightSSiLight';
src: url('../fonts/cen7_0-webfont.eot');
src: url('../fonts/cen7_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cen7_0-webfont.woff') format('woff'), url('../fonts/cen7_0-webfont.ttf') format('truetype'), url('../fonts/cen7_0-webfont.svg#CenturyLightSSiLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AvantGardeBkBTBook';
src: url('../fonts/avgardn_0-webfont.eot');
src: url('../fonts/avgardn_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avgardn_0-webfont.woff') format('woff'), url('../fonts/avgardn_0-webfont.ttf') format('truetype'), url('../fonts/avgardn_0-webfont.svg#AvantGardeBkBTBook') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HelveticaNeueLT95BlackRegular';
src: url('../fonts/helvetica_lt_95_black_2-webfont.eot');
src: url('../fonts/helvetica_lt_95_black_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_lt_95_black_2-webfont.woff') format('woff'), url('../fonts/helvetica_lt_95_black_2-webfont.ttf') format('truetype'), url('../fonts/helvetica_lt_95_black_2-webfont.svg#HelveticaNeueLT95BlackRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FFFForward';
src: url('../fonts/FFFForward.eot');
src: url('../fonts/FFFForward.eot') format('embedded-opentype'), url('../fonts/FFFForward.woff2') format('woff2'), url('../fonts/FFFForward.woff') format('woff'), url('../fonts/FFFForward.ttf') format('truetype'), url('../fonts/FFFForward.svg#FFFForward') format('svg');
}
a {
	color:#cf1c3c;
	text-decoration:none;
}
img {
	border:0
}
a:hover {
	color:#593301;
	text-decoration:none;
}/*top*/
.wrapper {
	margin:0 auto;
	padding:0;
	max-width:1280px;
	width: 100%;
}
.main {
	background-color:#fff;
	float:left;
	width:100%;
	margin-top:5px;
	padding-left:20px;
	padding-right:30px;
}
#top {
	float:left;
	width:100%;
}
.logo {
	float:left;
	padding-left:0px;
	padding-top:12px;
}
.logo img{max-height:60px;}
.top_right {
	float:right;
}
.contact {
	float:left;
	color:#cf1c3c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	background:url(../images/top_sep.png) no-repeat right;
	margin-top:35px;
	padding-right:8px;
}
.sitemap {
	float:left;
	color:#cf1c3c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	margin-top:35px;
	padding-left:8px;
	padding-right:20px;
}
.logo1 {
	float:left;
	margin-top:15px;
}/*menu*/
ul.menu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	background:url(../images/menu.png) repeat-x top left;
	margin-top: 9px;
	text-align:center;
}
ul.menu li {
	position:relative;
	margin:0;
	z-index:99;
	background:url(../images/menu_sep.png) no-repeat left;
	display:inline-block;
	vertical-align:top;
}
ul.menu li:first-child { background:none;}
ul.menu li a:link, ul.menu li a:visited {
	text-decoration:none;
	cursor:pointer;
	margin:0;
	font-size:11px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	padding:0;
	line-height:40px;
	float:left;
	text-transform:uppercase;
	padding:0 1.9rem;
}
ul.menu li.first {
	background:none;
}
ul.menu li a:hover {
	color:#d45667;
}
ul.menu ul {
	position:absolute;
	top:40px;
	left:0;
	display:none;
	list-style:none;
	z-index:1;
	margin:0;
	padding:0;
}
ul.menu ul li {
	position:relative;
	margin:0;
	font-size:12px;
	font-weight:normal;
	padding:0;
	z-index:1;
	border:none;
}
ul.menu ul li a:link, ul.menu ul li a:visited {
	display:block;
	margin:0px;
	padding:5px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-transform:none;
	background:#d45667;
	height:auto;
	width:175px;
	line-height:20px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	font-weight:normal;
	border-bottom:1px solid #000;
}
ul.menu ul li a:hover {
	color:#000;
	background:#cdcccc;
}
ul.menu ul ul {
	left:185px;
	top:0;
}/*header*/
#header {
	float:left;
	width:100%;
	background:#f0f0f0 url(../images/header_bg.png) repeat-x left top;
}
.left_head {
	float:left;
	padding-top:80px;
	padding-left:5px;
}
.head_text {
	float:left;
	width:398px;
	padding-top:110px;
	text-align:right;
	padding-left:50px;
}
.head_text h1 {
	font-size:34px;
	color:#cf1c3c;
	font-family:'AvantGardeBkBTBook';
	line-height:34px;
}
.right_head {
	float:right;
}/*mid*/
#mid {
	float:left;
	width:100%;
	margin-top:15px;
	padding-bottom:30px;
	background:url(../images/mid_bor.png) repeat-x bottom;
}
.prod_head h2 {
	text-align:center;
	background:url(../images/mid_bor.png) repeat-x bottom;
	padding:5px 0 10px 0;
	font-size:25px;
	color:#2e2e2e;
	font-family: 'AvantGardeBkBTBook';
	font-weight:normal;
	font-size:25px;
	color:#2e2e2e;
	font-family: 'AvantGardeBkBTBook';
	font-weight:normal;
}
.products {
	padding-top:20px;
}
.prod_img {
	padding-left:60px;
	float:left;
}
.mid_profile {
	float:left;
	width:100%;
	padding-top:48px;
}
.box1 {
	float:left;
	padding-right:42px;
*width:362px;
}
.left_pic {
	float:left;
}
.text {
	float:right;
	width:190px;
	padding-left:18px;
}
.text h2 {
	border-bottom:5px solid #cf1c3c;
	padding-bottom:2px;
	font-size:25px;
	color:#2e2e2e;
	font-family: 'AvantGardeBkBTBook';
	font-weight:normal;
}
.box2 {
	float:left;
*width:362px;
}
.box3 {
	float:right;
	background:url(../images/add.png) no-repeat;
	padding: 25px 15px 25px 65px;
}
.box3 h3 {
	width:95px;
	text-align:left;
}/*slider*/
#slider {
	float:left;
	width:970px;
	width: 100%;
	padding:23px 15px;
	background:url(../images/slide_bg.png) repeat-x left top;
}
.back_btn {
	background:url(../images/back_btn.png) no-repeat;
	width:44px;
	height:44px;
	float:left;
	font-size:1px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin-top:15px;
}
.next_btn {
	background:url(../images/next_btn.png) no-repeat;
	width:44px;
	height:44px;
	float:right;
	font-size:1px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin-top:15px;
}
.slide {
	float:left;
	padding:0;
	width: 100%;
}
#slider ul {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#slider ul li {
	margin:0;
	padding:0 15px;
	float:left;
}/*footer*/
#footer {
	float:left;
	width:100%;
	border-top:5px solid #2c2c2c;
	text-align:left;
	color:#262626;
	font-size:14px;
	line-height: 26px;
	padding:28px 20px 24px;
	background:#f7f7f7;

	box-sizing:border-box;
}

#footer a {
	color:#262626;
}

#footer a:hover {
	color:#c31c22;
}

.footer-main {
	max-width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:30px;
}

.footer-brand,
.footer-contact,
.footer-links {
	flex:1;
}

.footer-brand {
	max-width:220px;
}

.footer-logo {
	display:inline-block;
	margin-bottom:18px;
}

.footer-logo img {
	max-width:100%;
	height:auto;
}

.footer-copy {
	margin:0;
	line-height:20px;
}

.footer-copy-centered {
	margin-top:15px;
	text-align:center;
}

.footer-contact h3,
.footer-links h3 {
	margin:0 0 5px;
	font-size:22px;
	color:#000;
}

.footer-contact p {
	margin:0 0 5px;
	line-height:20px;
}

.footer-links ul {
	margin:0;
	padding:0;
	list-style:none;
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:24px;
	-moz-column-gap:24px;
	column-gap:24px;
}

.footer-links li {
	margin-bottom:10px;
	break-inside:avoid;
	-webkit-column-break-inside:avoid;
	page-break-inside:avoid;
}

.footer-links li:last-child {
	margin-bottom:0;
}

.footer-links a {
	text-decoration:none;
}




/*inner page css*/



.page_title {
	float:left;
	width:100%;
	background-color:#eaeaea;
	padding:27px 0 27px 15px;
}
.page_title.home-title{
	padding:15px 0 15px 15px;
}
.page_title.home-title h1{
	font-size: 36px;
}
.title {
	float:left;
}
.breadcrump {
	float:right;
	padding:10px 30px 0px 0px;
}
.breadcrump a {
	color:#000;
}
.breadcrump a:hover {
	color:#f00;
}
.sidebar {
	float:left;
	width:23%;
	border:1px solid #9e9c9c;
	background-color:#fdfdfd;
	padding:35px 15px;
	box-shadow: inset 0 0 8px #ccc;
	font-size:13px;
	line-height:16px;
	color:#5f5f5f;
}
.sidebar input[type="checkbox"] {
	vertical-align:middle;
	margin:0 7px 0 0px;
}
.sidebar input[type="radio"] {
	vertical-align:middle;
	margin:0 7px 0 0px;
}
.catagory {
	float:left;
	line-height:22px;
	width:100%;
	clear:both;
	border-top:1px solid #f00;
	margin-top:15px;
	padding-top:25px;
}
.right_products {
	float:right;
	width:75%;
}
/* .right_products h2 {
	padding:0 0 0 11px;
}
.product {
	float:none;
	display:inline-block;
	vertical-align:top;
	width: 21%;
	margin: 0% 2% 1% 2%;
}
.product.first {
	margin-left:0px;
	clear:both;
} */
.box {
	float:left;
	width:216px;
	text-align:center;
	height:auto;
	min-height:230px;
	border:1px solid #ccc;
	margin-top:30px;/* padding:15px 0 0 10px ;*/
}
.product .box img {
	width:auto;
	max-width:100%;
	height:auto;
}
.product .title {
	float:left;
	width:100%;
	font-size:13px;
	text-align:center;
	line-height:16px;
	color:#d65068;
	font-weight:bold;
	padding-top:10px;
}
.pro_detail {
	float:right;
	width: 100%;
	border:1px solid #ccc;
	padding: 1rem;
}
.pro_let {
	width: 40%;
	text-align:center;
	float:left;
	border-right: 1px solid #ccc;
	padding-right: 1rem;
}
.full_proimg {
	width:100%;
	float:left;
}
.full_proimg img {
	max-width:100%;
	width:auto;
	height:auto;
}
.btm_images {
	width:100%;
	float: left;
}
.btm_images ul {
	margin: 10px 0px 0px 0px!important;
	padding:0;
	text-align:center;
}
.btm_images li {
	float:none;
	border:1px solid #ccc;
	width: 23%;
	height:63px;
	padding:1px;
	list-style-type:none;
	margin: 0 0.5% 1% 2px;
	display:inline-block;
}
.pro_right {
	float:right;
	width: 60%;
	margin: 0;
	padding: 0 1rem;
}
.pro_right h3 {
	padding-top:10px;
}
.pro_right table {
	width:auto !important
}
.pro_right table th {
	background:#efefef
}
.pro_right h1 {
	margin:0;
	padding:20px 0;
	font-family: 'AvantGardeBkBTBook';
	font-size:29px;
	line-height:28px;
	color:#2e2e2e;
	text-transform:uppercase;
	font-weight:normal;
	background:url(../images/btm_bdr.jpg) repeat-x bottom left;
}
.pro_right h2 {
	font-family:Arial;
	font-size:18px;
	line-height:18px;
	color:#434343;
	margin:0;
	padding:15px 0 30px 0;
	font-weight:normal;
}
.pro_right .Specification {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#434343;
}
.pro_right ul {
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	float:left;
}
.pro_right li {
	margin-bottom:2px;
	padding:0 0 0 15px;
	float:left;
	list-style-type:none;
	color:#434343;
	width:100%;
	background:url(../images/Dot.jpg) no-repeat left 11px;
}
.pro_right li span {
	width:130px;
	float:left;
	background:url(../images/Dot.jpg) no-repeat left 5px;
	padding-left:10px;
}
.btm_btns {
	float:left;
	width:100%;
	margin:0;
	padding:15px 0;
}
.btm_btns img {
	vertical-align:middle;
}/*tab menu*/
ul.faq {
	list-style:none;
	width:100%;
	float:left;
	border-radius: 0;
	margin: 15px 0px 0px 0px;
	padding:0;
}
ul.faq li {
	width:100%;
}
ul.faq li h3 {
	font-weight:bold;
	text-transform:none;
	padding: 15px 0 14px 15px;
	background: #f5f5f5 url(../images/plus.png)no-repeat 99% 11px;
	cursor:pointer;
	font-family:'CenturyLightSSiLight';
	font-size:24px;
	line-height:16px;
	color:#a4011e;
	margin-bottom:4px;
	box-shadow: 0 0 8px #fff inset;
}
ul.faq li h3.active {
	background:#f5f5f5 url(../images/minus.png) right 7px no-repeat;
	cursor:pointer;
}
ul.faq li p {
	margin:0px;
	padding:0 0 3px 21px;
	background-color:#f5f5f5;
}
.tab_con {
	float:left;
	width:100%;
}
.tab_con p {
	margin:0;
	padding:0;
}/*tab menu end*/
.top_paneltitle {
	width:100%;
	float:left;
	margin:25px 0px 0 0;
	text-align:center;
}

.top_paneltitle .form_valid {
	overflow-x: auto;
}


.top_paneltitle h3 {
	font-size:17px;
	background:#232323;
	font-weight:normal;
	color:#fff;
	margin:0px 0 15px 0;
	padding:7px 0;
	text-align:center;
	clear:both;
}
.top_paneltitle .content_box {
	width:100%;
	float:left;
	min-height:230px;
}
.top_paneltitle .img_box {
	width:30%;
	float:left;
	margin:15px 15px 0 0;
}
.top_paneltitle .img_box img {
	margin:0 10px 0 0;
}
.content_left {
	width:350px;
	float:left;
	margin:0 2% 0 0;
}
.content_left label {
	font-size:14px;
	width:100%;
	float:left;
	margin-bottom: 2px;
}
.content_left input[type="text"], .content_left input[type="email"] {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 0.8rem 0.8rem;
	margin: 0;
}
.content_left textarea {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0.8rem 0.8rem;
	height: 80px;
	resize: none;
}
.alert {
	width: 100%;
	float: left;
	padding: 10px 14px;
	margin: 0 0 15px 0;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 13px;
	line-height: 20px;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.content_left [type="submit"] {
	width:100px;
	border:none;
	float:left;
	background:#000;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
}
.content_left table{width: 100%;}
.content_right {
	width:580px;
	float:left;
}
.content_right .address_box {
	width:100%;
	float:left;
	margin:0 0 25px 0;
}
.content_right .address_box h3 {
	padding:0px;
}
.address_box1 {
	width:50%;
	float:left;
}
.address_box2 {
	width:50%;
	padding-left: 20px;
	float:left;
}
.dimension_table {
	width:100%;
	float:left;
	text-align:left;
	margin:0 0 15px 0;
}
ul.order_list {
	margin:0px;
	padding:0px;
	text-align:left;
}
ul.order_list li {
	list-style:none;
	margin:0px;
	padding:0px;
	background:url(../images/point_icon.jpg) no-repeat left 9px;
	padding:0 0 0 13px;
}
ul.order_list li a {
	color:#cf1c3c;
}
ul.order_list li a:hover {
	color:#000;
}
.c1 {
	background:#CCCCCC;
}
.maincl {
	background:#474646;
	padding:5px;
	color:#fff;
}
.dimension_table input[type="text"] {
	border:1px solid #ddd;
}
.dimension_table select {
	border:1px solid #ddd;
}
.dimension_table input[type="submit"], .dimension_table input[type="reset"] {
	margin:5px;
	background:#cf1c3c;
	padding:5px;
	border:none;
	font-size:13px;
	color:#fff;
	cursor:pointer;
}
.sub_link {
	width:100%;
	float:left;
	text-align:center;
	background:#ccc;
	margin:0 0 15px 0;
}
.sub_link ul {
	margin:0px;
	padding:0px;
}
.sub_link li {
	list-style:none;
	margin:0px;
	float:none;
	display:inline-block;
	padding:5px 4px 5px 7px;
	font-size:13px;
	background:url(../images/boder_sp.jpg) no-repeat left 12px;
}
.sub_link li:first-child {
	background:none;
}
.se_form h2 {
	font-size:25px;
	padding:15px;
	text-align:center;
	text-transform:uppercase;
}
.se_form input[type="text"], .se_form input[type="email"] {
	background:#f7f7f7;
	border:1px solid #d8d8d8;
	border-radius:3px;
	color:#454545;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:8px;
	padding:7px 10px;
	width: 100%;
}
.se_form textarea {
	background:#f7f7f7;
	border:1px solid #d8d8d8;
	border-radius:3px;
	color:#454545;
	float:left;
	font-size:13px;
	height:150px;
	margin-bottom:8px;
	padding:7px 10px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
.se_form input[type="submit"] {
	background:#e31d1a;
	border:medium none;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	float:right;
	font-size:14px;
	padding:4px 17px;
	text-transform:uppercase;
}
.simply-scroll .simply-scroll-clip {
	height:130px !important;
	float:left;
}
#slider1_container {
	margin:25px 0 0 0;
	width:100% !important;
	float:left;
}
.com_titles {
	width:100%;
	float:left;
	text-align:center;
	font-size:21px;
	text-transform:uppercase;
	padding:20px 0 25px 0;
	font-family: 'FFFForward';
}
.com_titles span {
	color:#d11c3c;
	font-family: "CenturyLightSSiLight";
	font-size:30px;
}
ul.list_sitemap {
	margin:0px;
	padding:0px;
}
ul.list_sitemap li {
	list-style:none;
	background:url(../images/Dot.jpg) no-repeat scroll left 9px;
	padding:0 0 0 10px;
}
.main.quality_part {
	width:100%;
	float:left;
	text-align:center;
	padding:0px;
}
.prod_img img {
	max-width:100%;
}
.techspec tr td p {
	margin: 0;
	padding: 0;
	background: none !important;
}
.tab_con p {
	background: none !important;
}
.slideshow {
	width:100% !important;
	margin:auto;
	height:500px;
	overflow:hidden;
}
.slideshow img {
	border: 1px solid #ccc;
	width:100%;
	/*height:500px;*/
	height:auto;
}
.award_box {
	border:1px solid #ddd;
	padding:3px;
}

.logo1.logo2 a { display:block; text-align:center;}
.logo1.logo2 img { width:80%;}
.logo1.logo2 span { display:block; clear:both; color:#000; text-transform:uppercase; font-size:10px;}

.cont-left { width:48%; float:left;}
.cont-right { width:48%; float:right;}

.quality-img img { max-width:100%; height:auto; width:100%;}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes-wrap .window {
  position:absolute;
  left:50% !important;
  top:50% !important;
  transform: translate(-50%, -50%)!important;
-moz-transform: translate(-50%, -50%) !important ;
-webkit-transform: translate(-50%, -50%) !important;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 0px;
  text-align: center;
}
#boxes-wrap #dialog {
  width:auto; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('/public/front/images/popup_bg.png') no-repeat center center fixed;
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 0;
}
#popupfoot a{
	text-decoration: none;
	    position: absolute;
    top: -9px;
    right: -12px;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 100%;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;

}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
#popupfoot a.close >  img {
width: 51%;
margin: 6px 0;}


/*Menu design start*/


.menu_link {
    display: none !important;
}

/*Menu design end*/


.broachure-link { width:100%; float:left; text-align:center;}
.broachure-link img { width:50%;}

.header{display: flex; align-items: center; justify-content:space-between;}
.mid-banner{padding: 12px 15px 0px 15px;}

.af-left{ float: left; width:50%;}
.af-left p{float: left; width:100%!important; text-align: left!important;}
.about-footer ul{padding: 0px; margin: 0px;}
.about-footer p{float: left; width:50%; text-align: center;}
.about-footer p img{max-width:50%;}

.qulity-section{float: left; width: 100%; display: flex; justify-content:space-between; flex-wrap:wrap;}
.qulity-section figure{float: left; width: 48%; margin: 0px; padding: 0px;}

.profile-algin{display: flex; justify-content: space-between; flex-wrap: wrap;}


/* new CSS */
.facility-cnt ul{list-style: none; padding: 0px; margin: 0px;}
.facility-cnt ul li{padding-left: 15px; position: relative;}
.facility-cnt ul li::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #cf1c3c;
}

.contact-outer{
	display: flex;
	
	padding: 2rem 0px;
}
.content_left{
	width:40%;
	margin: 0px;
	padding-right: 3rem;
}
.content_right{
	width: 60%;
}
.form-field{
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.download-main{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; column-gap: 1rem; row-gap: 1rem; text-align: center;}
.download-card{border: solid 1px #eaeaea;}
.download-card:hover{background: #fffcfc;}
.download-card figure{margin: 0; height: 200px; padding: 1rem; overflow: hidden;}
.download-card figure img {height: 100%; transition: all 0.5s ease; width: 100%; object-fit: contain;}
.download-card:hover img{transform: scale(1.1);}
.download-card h3{font-size: 1rem; font-family: 'CenturyLightSSiLight';}

.header-outer{display: grid;align-items: center;padding: 3rem 2rem;grid-template-columns: 40% 60%;}
.header-outer .left_head{padding-top: 0px;text-align: center;}
.header-outer .head_text{width: auto;padding: 0px 1rem;text-align: left;}
.header-outer .head_text p{max-width: 80%;}

.product_name{text-align: center; line-height: normal;  margin-top: 1rem; }
.new-slide{padding-left: 0px; border:solid 1px #eaeaea; text-align:center}
.new-slide img{width:80%}

.content-section{margin-top: 3rem;}
.content-section h2,
.faq-section h2{margin-bottom: 1.6rem; font-size: 25px; color: #2e2e2e; font-family: 'AvantGardeBkBTBook'; font-weight: normal; float: left; width: 100%;}
.content-section h2 span,
.faq-section h2 span{border-bottom: 5px solid #cf1c3c; padding-bottom: 4px;}

.content-section h3{color: #000;}
.content-section p{margin: 0px 0px 10px 0px; }
.content-section ul{list-style: none; padding: 0px; margin: 0px 0px 15px 0px;}
.content-section ul li{padding-left: 15px; position: relative;}
.content-section ul li::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #cf1c3c;
}

.home-content-section-grid{display: grid;grid-template-columns: 1fr 1fr;align-items:center;column-gap: 3rem;margin-bottom: 1rem;}
.home-content-section-grid figure{text-align:center;margin: 0;}
.home-content-section-grid figure img{height:auto;max-width:100%;border: solid 1px #eaeaea;padding: 0.3rem;}

.faq-section{margin-top: 3rem; }

.accordion{float: left; width: 100%;}
.accordion-header {
     width: 100%;
     text-align: left;
     cursor: pointer;
     outline: none;
     padding: 1rem;
     background: #fcfcfc;
     border: solid 1px #e3e5e8;
     font-size: 1.2rem;
     position: relative;
}
.accordion-header h4{margin: 0px; font-size: 1.2rem;}

.accordion-header:after{
     content: '';
     background: url('../images/arrow-down.png') no-repeat top;
     position: absolute;
     width: 1.4rem;
     height: 1.4rem;
     background-size: contain;
     right: 1rem;
     transition:all 0.5s ease;
     transform: rotate(-90deg);
     top: 17px;
}
.accordion-item.active .accordion-header:after{transform: rotate(0deg);background: url('../images/arrow-down.png') no-repeat top;background-size:contain;}
.accordion-content {overflow: hidden; height: 0; transition: height 0.35s ease; padding:0px 0.5rem 1rem 0.5rem;}
.accordion-item.active .accordion-content {display: block; height: auto;}

.products-grid{ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; column-gap: 1rem; }

.mb-0{ margin-bottom: 0px !important;}
.mt-20{ margin-top: 20px !important;}

@media screen and (max-width:1300px) {
	ul.menu li a:link, ul.menu li a:visited {padding:0 1.4rem;}
	.download-main{grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width:960px) {
	.contact-outer{flex-direction: column;}
	.content_left{padding-right: 0px;}
	.download-main{grid-template-columns: 1fr 1fr}
	.download-card figure{height: 150px;}
}

@media screen and (max-width:767px) {
	.header-outer {padding: 1rem 2rem; grid-template-columns: 1fr; row-gap: 2rem;}
	.header-outer .head_text {width: auto; padding: 0; text-align: center;}
	.header-outer .head_text p{max-width:100%;}
	.page_title.home-title h1 {font-size: 26px;}

	.content-section h2, .faq-section h2{border-bottom: 4px solid #cf1c3c;padding-bottom: 10px;margin-bottom: 1rem;line-height: 30px;}
	.content-section h2 span, .faq-section h2 span{border-bottom: 0px solid #cf1c3c;}

	.home-content-section-grid{grid-template-columns: 1fr;}
}
