@charset "utf-8";
/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
*{
	box-sizing:border-box;
}
.cleaner{
	clear:both;
}
.radioclk, .hide_images{
	display:none;
}
#dzine div,
#dzine table,
#dzine table td,
#dzine a,
#dzine span,
#dzine p,
#dzine li,
#dzine li a,
#dzine input,
#dzine select{
	font-family: "Red Hat Display", serif;
  	font-optical-sizing: auto;
}
a, a:active, a:focus{
   outline: 0;
}
a img, img{
	border: 0;
	vertical-align:middle;
}
a img, div img, img, .video embed{
	max-width:100%;
}
a{
	text-decoration: none;
}
a.linkopac img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	transition: all ease-in-out 0.3s;
}
a.linkopac:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #9d9d9d; 
	border-radius: 10px;
}

/* Handle */
	::-webkit-scrollbar-thumb {
	background: #373737;
	border-radius: 10px;
}

/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background: #AB1714;
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5,
.tab_content > #content6,
.tab_content > #content7{
	display:none;
}
#design{
	padding:10px 0;
}
#design table tr td, #design table tr td a:link, #design table tr td a:visited{
	color:#333333;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
}
#design table tr td a:hover{
	text-decoration:underline;
	font-weight:normal;
}
/*** Common Styles Ends ***/


.main_bg {
	background:#EDEDED;
    position: relative;
}
.bg_container{
    position: relative;
}
#header{
	height:131px;
	position: relative;
   	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width:334px;
}
/*** USP Content Starts ***/
.usp_content .main_usp{
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	color:#373737;
	letter-spacing: 3.75px;
	text-align: right;
	position: relative;
	padding-bottom: 20px;
	background: url(header_usp_bg.svg) no-repeat;
	background-position: bottom left;
}
.usp_content .main_usp span{
	color:#AB1714;
}
.usp_content ul{
	margin:0;
	padding:20px 0 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.usp_content ul li{
	list-style:none;
	color: #000000;
	font-size:14px;
	font-weight:500;
	text-align:right;
	display:inline-block;
	text-transform: capitalize;
	line-height:20px;
	vertical-align:middle;
	position: relative;
}
.usp_content ul li:nth-child(2){
	margin:0 30px;
}
.usp_content ul li:nth-child(2)::before,.usp_content ul li:nth-child(2)::after{
	content: "";
	position: absolute;
	width:12px;
	height:1px;
	background: #AB1715;
	top:10px;
}
.usp_content ul li:nth-child(2)::before{
	left:-20px;
}
.usp_content ul li:nth-child(2)::after{
	right:-20px;
}
.desc_main_container{
	background:#ffffff;
	padding:30px 30px 15px;
	border-radius:10px;
	box-shadow: 0px 0px 10px #00000014;
}
.item_title{
	font-size:28px;
	color:#000000;
	font-weight:800;
	line-height:37px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 1.4px;
	padding:18px 0 22px;
}
.fitment_check{
	border:1px solid #AB1714;
	border-radius:5px;
	width: fit-content;
	margin:0 auto;
}
.fitment_check a{
	font-size: 14px;
	color: #272727;
	font-weight: 800;
	letter-spacing: 0.7px;
	text-align: center;
	padding:10px 25px;
	line-height: 19px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
.fitment_check a span{
	color: #AB1714;
}
.fitment_check a:active, .fitment_check a:hover{
	text-decoration: none;
}
.fitment_check a:hover{
	background:#AB1714;
	color: #ffffff;
}
.fitment_check a:hover span{
	color:#ffffff;
}
.desc_container{
	margin-top:28px;
}
.titlebg{
	font-size: 14px;
	color: #2E2E2E;
	font-weight: 800;
	text-align: left;
	letter-spacing: 0.7px;
	line-height: 19px;
	text-transform: uppercase;
	position: relative;
}
.titlebg:after{
	content:"";
	position: absolute;
	width:170px;
	height:2px;
	background: #AB1714;
	bottom: -15px;
	left:0px;
}
.desc{
	font-size:16px;
	color:#000000;
	text-align:left;
	padding:32px 0 0px;
	word-wrap: break-word;
	font-weight:500;
	text-decoration:none;
}
.desc a, .tab_content a{
	word-wrap: break-word;
	color:#3399FF;
}
.desc p:first-child, .tab_content p:first-child{
	margin-top:0px;
}
.desc p:last-child, .tab_content p:last-child{
	margin-bottom:0px;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:0px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:0px 0 20px 30px;
}
.desc ul li, .tab_content ul li{
	margin:0px 0 20px 30px;
	list-style: none;
}
.desc ul li:before, .tab_content ul li:before{
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -16px;
	top: -3px;
	color: #AB1714;
	font-size: 22px;
}
.tab_content ul li:before{
	top: -1px;
}
.desc img, .tab_content img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table, .tab_content table{
	width:100%;
	border-collapse:collapse;
}
.desc table td, .tab_content table td{
	font-size:16px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
	padding:6px 8px;
	border:1px solid #dbdbdb;
}
.service_details_container{
	padding:24px 0;
}
.service_main_title{
	font-size: 32px;
	font-weight: 800;
	color:#1C1C1C;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.service_main_title span{
	display: block;
	color:#AB1714;
}
.service_main_para{
	font-size:16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	padding:12px 25px;
	line-height: 23px;
}
.service_box_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.service_box_content{
	height: auto;
	width: 50%;
	border-radius: 10px;
}
.service_box_content img{
	width:100%;
}
.service_or_content{
	background-color: black;
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: 800;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	top:20%;
	left: 50%;
	transform: translateX(-50%);
}
.service_details_button{
	border-radius:5px;
	margin: 20px auto 0;
	text-align: center;
}
.service_details_button a{
	color: #ffffff;
	background-color: #AB1714;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 19px;
	letter-spacing: 0.7px;
	border-radius: 5px;
	display: inline-block;
	padding:10px 40px;
	transition: all ease-in-out 0.3s;
}
.service_details_button a:hover{
	background-color: #000000;
}
.news_tabs_container{
	margin:45px 0 10px;
	box-shadow: 0px 0px 10px #00000014;
}
.newsletter_container{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-image: url('listing_banner.png');
	background-size: cover;
	background-position: center;
	height: 256px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.newsletter-content{
	max-width: 48%;
	text-align: left;
	color: white;
	padding-right: 10px;
}
.news_title{
	font-size: 32px;
	font-weight: 800;
	line-height: 31px;
}
.news_para{
	font-size: 16px;
	font-weight: 600;
	margin: 8px 0 15px;
	line-height: 21px;
	letter-spacing: 0.8px;
}
.signup-btn{
	border-radius:5px;
	margin: 0px auto 0 0;
	text-align: left;
	width:fit-content;
	border-radius: 5px;
}
.signup-btn a{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #AB1714;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	padding: 10px 16px;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
}
.signup-btn a:hover{
	color: #AB1714;
	background: #ffffff;
}
.featured_cat_container{
	padding:25px 0 40px;
}
.featured_cat_bg{
	font-size: 20px;
	font-weight: 800;
	color: #000000;
	line-height: 27px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.featured_cat_bg span{
	color:#AB1714;
}
.featured_cat_section{
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
	gap: 2%;
}
.fea_cat{
    width: 49%;
}
.fea_cat a{
	text-decoration:none;
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
	transition: 0.3s all ease-in-out;
}
.fea_cat a div.fea_cat_img{
	border-radius: 10px;
}
.fea_cat a .fea_cat_title{
	position:absolute;
	font-size:26px;
	text-align:left;
	word-wrap: break-word;
	text-transform:uppercase;
	font-weight:800;
	text-decoration:none;
    width: 100%;
	z-index: 1;
	transition: 0.3s all ease-in-out;
	top:25px;
	left:25px;
}
.fea_cat.cat_01 .fea_cat_title{
	color: #ffffff;
}
.fea_cat.cat_02 .fea_cat_title{
	color: #000000;
}
.fea_cat_button{
	position:absolute;
	bottom:25px;
	left:25px;
	width:auto;
	color: #ffffff;
	background: #AB1714;
	font-size: 14px;
	font-weight: 800;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
}
.fea_cat.cat_01 .fea_cat_button:hover{
	background: #ffffff;
	color: #000000;
}
.fea_cat.cat_02 .fea_cat_button:hover{
	background: #000000;
	color: #ffffff;
}
.footer{
	text-align: center;
}
.footer_brand > span{
	font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #373737;
    letter-spacing: 3.75px;
	position: relative;
	background: #EDEDED;
	z-index: 3;
	padding:0 10px;
}
.footer_brand:after{
	content:"";
	position: absolute;
	height:2px;
	width:100%;
	background:rgba(112,112,112,0.2);
	bottom:140px;
	left:0px;
}
.footer_brand > span > span{
	color: #AB1714;
}
.footer_logo{
	padding:20px 0 30px;
}
  


/*** PC Styles Starts ***/
@media screen and (min-width: 1021px){
	.page_container{
		width:992px;
		position: relative;
        margin:0 auto;
	}
}


@media screen and (max-width:1020px){
	a img, div img, img, .video embed{
		max-width:100%;
	}
	.page_container{
		width:100%;
		padding:0 10px;
	}
}


@media screen and (min-width:769px){
	/*** Bottom Tabs Starts ***/
	.bottom_tab{
        margin:0px auto;
		background: #ffffff;
		border-radius: 0 0 5px 5px;
    }
	.tab_top{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.tab_title{
		color: #414141;
		background: #ffffff;
		cursor:pointer;
		text-align:center;
		padding:30px 0px 15px;
		font-size: 14px;
		font-weight:800;
		width:15%;
		text-decoration: none;
		text-transform:uppercase;
		border-bottom: none;
		position:relative;
		transition: all ease-in-out 0.3s;
		border-bottom:2px solid rgba(112,112,112,0.2);
	}
	.tab_title.blank_tab{
		width:60%;
		border-bottom:2px solid rgba(112,112,112,0.2);
		color: transparent;
		visibility: visible;
	}
	.tab_title:hover{
        color: #AB1714;
		border-bottom:2px solid #AB1714;
	}
	.tab_title.blank_tab:hover{
		border-bottom:2px solid rgba(112,112,112,0.2);
		color: transparent;
		cursor: unset;
	}
	.tab_content{
		padding:30px 25px;
		clear:both;
		text-align:left;
		color:#000000;
		font-size: 16px;
		font-weight:500;
		text-decoration: none;
		line-height:23px;
		position: relative;
		border-radius: 0 0 5px 5px;
	}
	.mob_tab{
		display:none;
	}
	.bottom_tab #tab1:checked ~ .tab_content #content1,
	.bottom_tab #tab2:checked ~ .tab_content #content2,
	.bottom_tab #tab3:checked ~ .tab_content #content3,
	.bottom_tab #tab4:checked ~ .tab_content #content4,
	.bottom_tab #tab5:checked ~ .tab_content #content5,
	.bottom_tab #tab6:checked ~ .tab_content #content6,
	.bottom_tab #tab7:checked ~ .tab_content #content7{
		display:block;
	}
	.bottom_tab #tab1:checked ~ .tab_top .tab1,
	.bottom_tab #tab2:checked ~ .tab_top .tab2,
	.bottom_tab #tab3:checked ~ .tab_top .tab3,
	.bottom_tab #tab4:checked ~ .tab_top .tab4,
	.bottom_tab #tab5:checked ~ .tab_top .tab5,
	.bottom_tab #tab6:checked ~ .tab_top .tab6,
    .bottom_tab #tab7:checked ~ .tab_top .tab7{
		color: #AB1714;
		background:#ffffff;
		border-bottom:2px solid #515151;
	}
}


@media screen and (max-width:768px){
	#header{
		flex-direction: column;
		height:140px;
	}
	.usp_content .main_usp{
		padding:10px 0;
		background-position: top left;
		text-align: center;
	}
	.usp_content ul{
		display: none;
	}
	.desc_main_container{
		padding:10px 15px;
	}
	.item_title{
		font-size: 22px;
		line-height: 30px;
	}
	.service_main_title{
		font-size: 24px;
		line-height: 28px;
	}
	.news_title{
		font-size: 24px;
		line-height: 28px;
	}
	.news_para{
		font-size: 14px;
	}
	/**** Mobile Tab Starts ****/
	.tab_top{
		display:none;
	}
	.bottom_tab{
		width:100%;
		margin:0px auto 15px;
	}
	.mob_tab{
		display:block;
	}
	.tab_title{
		color: #414141;
		background:#ffffff;
		font-size: 15px;
		font-weight: 800;
		float:none;
		text-decoration: none;
		text-align:left;
		margin:0px;
		padding:6px 0;
		text-indent:15px;
		display:block;
		cursor:pointer;
		border-bottom: 2px solid #515151;
	}
	.tab_title:after{
		content:"+";
		float:right;
		font-size:18px;
		margin-right:15px;
	}
	.tab_content{
		clear:both;
		font-size:15px;
		color:#000000;
		text-align:left;
		line-height:23px;
		word-wrap: break-word;
		font-weight:400;
	}
	.tab_content a{
		color:#1865f0;
		text-decoration:underline;
	}
	.tab_content a:hover{
		text-decoration:none;
	}
	.tab_content #content1,
	.tab_content #content2,
	.tab_content #content3,
	.tab_content #content4,
	.tab_content #content5,
	.tab_content #content6,
    .tab_content #content7{
		margin:0px;
		padding:15px 10px;
	}
	#mobtab1:checked ~ .tab_content #content1,
	#mobtab2:checked ~ .tab_content #content2,
	#mobtab3:checked ~ .tab_content #content3,
	#mobtab4:checked ~ .tab_content #content4,
	#mobtab5:checked ~ .tab_content #content5,
	#mobtab6:checked ~ .tab_content #content6,
    #mobtab7:checked ~ .tab_content #content7{
		display:block;
	}
	#mobtab1:checked ~ .tab_content .tab1,
	#mobtab2:checked ~ .tab_content .tab2,
	#mobtab3:checked ~ .tab_content .tab3,
	#mobtab4:checked ~ .tab_content .tab4,
	#mobtab5:checked ~ .tab_content .tab5,
	#mobtab6:checked ~ .tab_content .tab6,
    #mobtab7:checked ~ .tab_content .tab7{
		border-bottom: 2px solid #AB1714;
		color: #AB1714;
	}
	#mobtab1:checked ~ .tab_content .tab1:after,
	#mobtab2:checked ~ .tab_content .tab2:after,
	#mobtab3:checked ~ .tab_content .tab3:after,
	#mobtab4:checked ~ .tab_content .tab4:after,
	#mobtab5:checked ~ .tab_content .tab5:after,
	#mobtab6:checked ~ .tab_content .tab6:after,
    #mobtab7:checked ~ .tab_content .tab7:after{
		content:"-";
		float:right;
		font-size:20px;
		color:#AB1714;
		margin-right:15px;
	}
}


@media screen and (max-width:480px){
	.page_container{
		padding:10px 10px 0;
	}
	.logo{
		width:290px;
	}
	.usp_content .main_usp{
		margin-top:5px;
	}
	.item_title{
		font-size: 18px;
		line-height: 26px;
	}
	.desc{
		font-size: 14px;
	}
	.service_main_title{
		font-size: 20px;
		line-height: 25px;
	}
	.service_box_container{
		flex-direction: column;
	}
	.service_box_content{
		width:100%;
	}
	.service_or_content{
		font-size: 11px;
		height: 30px;
		width:30px;
		line-height: 30px;
		top:46%;
	}
	.service_details_button{
		margin:10px auto 0;
	}
	.news_tabs_container{
		margin:0px;
	}
	.newsletter_container{
		flex-direction: column;
		height: auto;
		padding:50px 0;
	}
	.newsletter-content{
		max-width:100%;
		text-align: center;
	}
	.signup-btn{
		margin:0 auto;
	}
	.featured_cat_container{
		padding:10px 0 20px;
	}
	.featured_cat_bg{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 15px;
	}
	.featured_cat_section{
		flex-direction: column;
	}
	.fea_cat{
		width:100%;
	}
}