*{ padding:0; margin:0; box-sizing:border-box;}

body{padding: 0;margin: 0;background: #fff;font-family: 'Montserrat', sans-serif; font-size:14px; color:#2E2E2E; line-height:24px;}

input, select, textarea , button{transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}

a {text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;outline:none;outline: 0;}

a::after , a::before{text-decoration:none; transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}

a:hover , a:focus {text-decoration:none;}

input {border: 0;outline: 0;}

ul{margin:0;padding:0;list-style:none;}

h1, h2, h3, h4, h5, h6 , p {margin: 0;}

img{max-width:100%}


header{
	background:#fff;
}

header .top-area{
	border-bottom:1px solid #ccc;
	padding:10px 0;
}



header .top-area .quote{

	display:flex;

	justify-content:space-between;

	align-items:center;

}



header .top-area .quote .phone span, header .top-area .quote .mail span{

	display:flex;

	align-items:center;

	font-size:13px;

	color:#666666;

}





header .top-area .quote .mail span a{

	color:#666666;

	font-weight:600;

}



header .top-area .quote .phone img, header .top-area .quote .mail img{

	padding-right:5px;

}



header .top-area .quote .get-quote{

	background:#eb2e26;

	padding:10px 20px;

	box-shadow:0 0 6px #ddd;

	width:200px;

	text-align:center;

	display:flex;

	align-items:center;

	justify-content:center;

}



header .top-area .quote .get-quote a{

	color:#fff;

	font-size:14px;

	font-weight:600;

}

header .top-area .quote .get-quote a img{

	padding-left:5px;

}



header .main-menu{

	display:flex;

	align-items:center;

	justify-content:space-between;

	padding:4px 0;

}

header .main-menu nav ul li{
	float:left;
	padding: 10px 15px;
	color:#000;
}
header .main-menu nav ul li a {
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
header .main-menu nav ul li a:hover,
header .main-menu nav ul li.mn-toggle-pr.active a:hover{
    color: #fff;
    background: #eb2e26;
}

body.mobile-open .Fullmenu-bar .in--nav {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 375px;
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
}
body.mobile-open .Fullmenu-bar .row {
    margin: 0;
}

body.mobile-open {
    overflow: hidden;
}

body.mobile-open .Fullmenu-bar .menu ul li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    position: relative;
}
.Fullmenu-bar .menu ul li span.mn-toggle,
 .Fullmenu-bar .menu ul li span.pt-mn-toggle{
    position: absolute;
    width: 100%;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    /* background: #eee; */
}
.Fullmenu-bar .menu ul li span.mn-toggle:after,
.Fullmenu-bar .menu ul li span.pt-mn-toggle:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-top: 8px solid #212121;
    right: 15px;
    margin-right: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 50%;
    margin-top: -4px;
}

.Fullmenu-bar .menu ul li a:hover {
    color: #fff;
}
.Fullmenu-bar .menu ul li.mn-toggle-pr.active > a,
.Fullmenu-bar .menu ul li.mn-toggle-prt.active > a{
    color: #fff;
    background-color: #eb2e26;
}
.Fullmenu-bar .menu ul li.mn-toggle-pr.activ > a{
    color: #fff;
    background-color: #ee7927;
}
.Fullmenu-bar .menu ul li.mn-toggle-pr.activ span.mn-toggle {
    display: none;
}
body.mobile-open .Fullmenu-bar .menu ul li a {
    padding: 12px 25px !important;
    display: block;
}
.sub-dd-toggle {
    background: #f9f9f9;
    border-top: 1px solid #eee;
}
.sub-dd-toggle .sub-dd-toggle
 {
    background: #f1f1f1;
    border-top: 1px solid #eee;
}
body.mobile-open .Fullmenu-bar .menu .sub-dd-toggle a {
    padding: 10px 40px !important;
    font-size: 15px;
}
body.mobile-open .Fullmenu-bar .menu .sub-dd-toggle .sub-dd-toggle a {
    padding: 10px 55px !important;
    font-size: 14px;
}

header .main-menu .search{

	background:#e9eef0;

	padding: 10px 18px;

	float:right;

}



header .offer-part{

	background:#eb2e26;

	text-align:center;

}

header .offer-part p{

	color:#fff;

	padding:5px 0;

	font-size:12px;

	font-weight:500;

}





.banner-area{

	position: relative;

    overflow: hidden;

	background-color: #eb2e26;

	background-image: linear-gradient(to right, #eb2e26, #ee7927);

	padding: 80px 0;

}
.banner-area:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.51);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.banner-area video + .container {
    position: relative;
    z-index: 3;
}

.banner-area:before{

	position:absolute;

	content:'';

	background:rgba(0,0,0,0.5);

	width:100%;

	height:100%;

	top:0;

	left:0;

	display: none;

}



.slide-dec p {

    padding: 0;

    margin: 0;

    font-size: 30px;

    line-height: 30px;

    color: #000;

}



.slide-dec {

    padding: 0;

	max-width: 0 auto;

    width: 100%;

    text-align: left;

	font-size: 30px;

    line-height: 30px;

    color: #000;

}

.slide-dec .conts {

    padding: 0;

    margin: 0 auto;

    max-width: 1260px;

}

.contsWd {

    max-width: 100%;

}

.slide-dec h1 {

    letter-spacing: 0px;

    padding: 20px 0 30px;

    font-size: 47px;

	font-weight:700;

    color: #fff;

	margin:0;

    line-height: 60px;

}



.slide-dec p {

    padding: 0;

    font-size: 24px;

    line-height: 30px;

	font-weight:600;

    color: #fff;

	padding-bottom:20px;

    margin-bottom: 15px;

	position:relative;

	margin:0px auto;

}



.login-page .slide-dec {

    padding: 0;

    font-size: 24px;

    line-height: 30px;

	font-weight:600;

    color: #fff;

	padding-bottom:20px;

    margin-bottom: 15px;

	position:relative;

	width:700px;

	margin:0px auto;

}



.slide-dec p:first-child:after {

	position:absolute;

	width:90px;

	height:3px;

	margin:0 auto;

	content:'';

	background:#fff;

	bottom:0;

	left:0;

}



.login-page .slide-dec {

	position:absolute;

	width:90px;

	height:5px;

	margin:0 auto;

	content:'';

	background:#fff;

	bottom:0;

	left:50%;

	transform:translateX(-50%);

}



.btn-comn a, 
.btn-comn button,
.btn.btn-primary {
    padding: 12px 15px;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-color: #eb2e26;
	background-image: linear-gradient(to right, #eb2e26, #ee7927);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    max-width: 350px;
    width: 250px;
    margin-top: 20px;
    font-weight: 700;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
	outline: 0;
}

.btn-comn a:hover,
.btn-comn button:hover,
.btn.btn-primary:hover {
	background-color: #ee7927;
	background-image: linear-gradient(to right, #ee7927, #eb2e26);
	transition: all 0.3s ease-in-out;
}

.srarch-header-tabs .btn-comn a,
.srarch-header-tabs .btn-comn button {
    margin-top: 0;
    border-radius: 0;
    border: 0;
	width: 200px;
}

.srarch-header-flds form#searchForm {
    display: flex;
}
.srarch-header-tabs .btn-comn button{
	border: 0!important;
	border-radius: 0!important;
}

.banner-area .button-area{

	display:flex;

	align-items:center;

	justify-content:space-between;

	margin:0 auto;

}



.banner-area .button-area .video-btn a{

	color:#fff;

	font-size:18px;

	font-weight:700;

}

.about{
	padding:4rem 0;
}

.about .abt-cont h2,
.team h2{
	font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #212121;
    margin: 0 0 35px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

.about .abt-cont h3{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #212121;
    margin: 0;
    padding: 20px 0 5px;
    position: relative;
    text-transform: uppercase;
}
.about .abt-cont h3 span{
    color: #eb3826;
}

.team h2{
    margin-bottom: 25px!important;
}
.about .abt-cont h2:before, 
.about .abt-cont h2:after,
.team h2:before, 
.team h2:after {
    position: absolute;
    content: '';
    width: 111px;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #212121;
}
.about .abt-cont h2:after,
.team h2:after{
    background: #eb3826;
    opacity: 1;
    left: 35px;
    width: 100px;
    height: 4px;
    bottom: -6px;
}

.about .abt-cont p{
	font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin: 0 0 16px;
}
.about .abt-cont ul.ul-list {
    margin: 0 0 20px;
}
.about .abt-cont ul.ul-list li{
	font-size: 16px;
    line-height: 24px;
    color: #212121;
    position: relative;
    padding: 0 0 0 20px;
}
.about .abt-cont ul.ul-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #eb3826;
}

.about .abt-cont h2 span {
    color: #eb3826;
}
.about .abt-cont, .about .abt-image {
    margin-bottom: 80px;
}
.about .abt-image {
    border-radius: 151px 0 151px 0;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.about .abt-image img {
    border-radius: 151px 0 151px 0;
}
.about .abt-dic {
    padding: 0 40px;
}
.about .center-abt {
    text-align: center;
}

.about p.bold {
    color: #eb3826;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.about a.button{
    padding: 12px 15px;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-color: #eb2e26;
	background-image: linear-gradient(to right, #eb2e26, #ee7927);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    max-width: 350px;
    width: 250px;
    margin-top: 20px;
    font-weight: 700;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
}

.about a.button:hover {
	background-color: #ee7927;
	background-image: linear-gradient(to right, #ee7927, #eb2e26);
	transition: all 0.3s ease-in-out;
}

.team{

	padding:4rem 0;

	/* background:#f8f8f8; */

	overflow:hidden;

}
.team p{

	font-size:16px;

	color:#0d1717;	

	font-weight:300;

	margin-bottom:15px;

	position:relative;

	padding-bottom:20px;

}



.team p span,
.team p span a{

	font-size:16px;

	color:#eb2e26;	

	font-weight:700;

	}



.team .owl-carousel .item{
	margin-bottom: 10px;
    padding: 10px;
}



.team .team-part{
	width:100%;
	height:325px;
	background:#fff;
	cursor:pointer;
	box-shadow: 0px 0px 15px #eee;
	position: relative;

}

.team .team-part:after {
    position: absolute;
    background: #eb2e26;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
	opacity: 0.9;
    display: none;
}

.team .team-part:hover:after {
    height: 100%;
}

.team .team-part h5{
    color:#212121;
    font-size: 16px;
    margin-bottom: 0;
    padding:5px 30px;
    font-weight:700;
    height:40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}


.team .team-part h6{

	color:#212121;

	font-size:18px;

	padding-bottom:15px;

	margin-bottom:20px;

	text-align:left;

	padding:5px 30px;

	display:flex;

	align-items:center;

	justify-content:space-between;

}



.team .team-part h6 span img{

	padding:5px 30px;

	margin-bottom: 0px;

}



.team .team-part .team-image{
	position:relative;
	margin-bottom: 0;
	padding: 20px;
}



.team .overlay {

	width:100%;

	margin:0 auto;

	position:absolute;

	transform:translate(-50%,-80%);

	bottom:40px;

	left:50%;

}



.team .overlay img{

	width:fit-content;

	margin:0 auto;

}





.team .overlay .team-btn{

	border:1px solid #fff;

	padding:5px 10px;

	color:#fff;

	width:120px;

	margin:0 auto;

	text-align:center;

	font-size:14px;

	display:block;

	margin-top: 15px;

	letter-spacing: 1px;

}

/* .team .team-part:hover h5{
	color:#fff;
	z-index: 3;
} */

.team .team-part:hover h6{
	color:#fff;
	z-index: 3;
	position: relative;
}

.team .team-part:hover .team-btn{
	background:#1a868c;
	transition:0.3s;
}







.team .owl-carousel .owl-dots{

	top:-65px;

	position:absolute;

	text-align:center;

	display:flex;

	justify-content:center;

	right:0;

}



.team .owl-carousel button.owl-dot {

    background: #d1d0d6;

    width: 16px;

    height: 16px;

    border-radius: 0;

	display:flex;

	align-items:center;

	margin:10px;

	position:relative;

}

.team .owl-carousel button.owl-dot.active {

    background: #eb2e26;

    width: 16px;

    height: 16px;

    border-radius: 0;

	display:flex;

	align-items:center;

}

.team .owl-carousel button.owl-dot.active span{
    opacity: 0;;
}



.team .owl-carousel button.owl-dot:focus, .teams .owl-carousel button.owl-dot:focus{

    outline:none !important;

}





.what-we-do{

	background:#e9eef0;

	padding:4rem 0;

}



.what-we-do h2{

	font-size:40px;

	margin-bottom:10px;

	color:#033032;	

	font-weight:700;

}





.what-we-do p{

	font-size:16px;

	color:#0d1717;	

	font-weight:300;

	margin-bottom:50px;

	position:relative;

	padding-bottom:20px;

}



.what-we-do p:after {

    position: absolute;

    width: 90px;

    height: 5px;

    margin: 0 auto;

    content: '';

    background:#eb2e26;

    bottom: 0;

    left: 50%;

	transform:translateX(-50%);

}



.what-we-do .rite-brder{

	position:relative;

}



.what-we-do .pad{

	padding:0;

}



.what-we-do .rite-brder:after{

	position:absolute;

	content:'';

	background:#ccc;

	top:0;

	right:-12px;

	width:1px;

	height:300px;

}



.what-we-do ul.what{

	width:50%;

	float:left;

	padding:0 35px;

	position:relative;

}



.what-we-do ul li{

	list-style:disc;

	font-size:16px;

	margin-bottom:15px;

	font-weight:500;

	line-height:22px;

}



.what-we-do ul span{

	position:absolute;

	display:flex;

	align-items:center;

	margin-top:15px;

}



.what-we-do ul span img{

	padding-right:10px;

}



.what-we-do ul span h6{

	font-size:16px;

	font-weight:700;

}



.travel{

	padding:4rem 0;

	position:relative;

	overflow:hidden;

}



.travel:before{

	content:'';

	background:url(../images/travel-bg.png) no-repeat;

	right:-40px;

	top:10%;

	width:525px;

	height:564px;

	position:absolute;

	overflow:hidden;	

}



.travel img{

	margin-bottom:30px;

}



.travel h1{

	font-size:40px;

	line-height:50px;

	color:#090f38;

	font-weight:700;

	position:relative;

	padding-bottom:20px;

	margin-bottom:30px;

}



.travel h1:after {

    position: absolute;

    width: 90px;

    height: 5px;

    margin: 0 auto;

    content: '';

    background:#eb2e26;

    bottom: 0;

    left: 0;

}



.travel p{

	font-size:16px;

	line-height:25px;

	color:#090f38;

	font-weight:300;

}



.travel ul li{

	font-size:16px;

	color:#090f38;

	font-weight:600;

	margin-bottom:10px;

	border:1px solid #ccc;

	padding: 14px 16px 14px 18px;

	display:flex;

	align-items:end;

}

.travel ul li img{

	padding-right:10px;

	margin-bottom:0;

}



.travel .travel-point{

	display:flex;

}





.travel .why-travel{

	width:30%;

}



.travel .tick-point{

	width:35%;

}



.latest-news{

	background:#eb2e26;

	padding:4rem 0;	

	position:relative;

	height:450px;

	margin-bottom:80px;

}



.latest-news h2 {

    font-size: 40px;

    margin-bottom: 10px;

    color: #fff;

    font-weight: 700;

}



.latest-news p {

    font-size: 16px;

    color: #fff;

    font-weight: 300;

    margin-bottom: 50px;

    position: relative;

    padding-bottom: 20px;

}



.latest-news .news-part {

    width: 100%;

    height: fit-content;

    background: #fff;

    cursor: pointer;

    box-shadow: 2px 2px 20px #ddd;

    border-bottom: 5px solid transparent;

	padding: 50px 40px;

	margin-bottom: 40px;

}

.latest-news .news-part:hover{

	border-bottom:5px solid #000;

	transition:0.5s ease;

}



.latest-news .news-part:hover h4{

	color:#eb2e26;

	text-decoration:underline;

	transition:0.5s ease;

}



.latest-news .news-part h5{

	font-size:20px;

	font-weight:700;

	line-height:24px;

	color:#090f38;

	margin-bottom:20px;

	padding-right:12px;

}



.latest-news .news-part h6{

	font-size:12px;

	font-weight:300;

	color:#83848e;

	margin-bottom:25px;

	padding-right:30px;

}



.latest-news .news-part p{

	font-size:15px;

	font-weight:400;

	color:#090f38;

	line-height:20px;

	margin-bottom:20px;

	padding-right:40px;

	height:100px;

}



.latest-news .news-part h4{

	font-size:14px;

	font-weight:600;

	color:#090f38;

}



.latest-news .owl-carousel .owl-nav{

	width:100%;

}



.latest-news .owl-carousel .owl-nav button.owl-prev {

    position: absolute;

    left: -60px;

    top: 40%;

    content: '';

    background: #eb2e26;

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.latest-news .owl-carousel .owl-nav button.owl-next {

    position: absolute;

    right: -60px;

    top: 40%;

    content: '';

    background: #eb2e26;

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.latest-news .owl-carousel .owl-nav button.owl-prev span, .latest-news .owl-carousel .owl-nav button.owl-next span {	

	color: #fff;	

	font-size: 25px;

}

.latest-news .owl-carousel .owl-nav button.owl-prev:focus, .latest-news .owl-carousel .owl-nav button.owl-next:focus{

    outline:none !important;

}



.latest-news .owl-carousel .owl-nav button.owl-prev:hover ,.latest-news .owl-carousel .owl-nav button.owl-next:hover {

	background:#000000;

}



.latest-news .owl-carousel.owl-theme.news.owl-loaded.owl-drag{

	position:absolute;

	width:1100px;

	padding-bottom:40px;

}



.latest-news .owl-carousel .owl-dots{

	width:100%;

	position:absolute;

	text-align:center;

	display:flex;

	justify-content:center;

}



.latest-news .owl-carousel button.owl-dot {

    background: #d1d0d6;

    width: 16px;

    height: 16px;

    border-radius: 50%;

	display:flex;

	align-items:center;

	margin:10px;

	position:relative;

}



.latest-news .owl-carousel button.owl-dot.active {

    background: #eb2e26;

    width: 16px;

    height: 16px;

    border-radius: 50%;

	display:flex;

	align-items:center;

}

.latest-news .owl-carousel button.owl-dot.active span{

	background: #fff;

	border-radius: 50%;

	width: 8px;

    height: 8px;

	display:flex;

	align-items:center;

	position:absolute;

	left:50%;

	transform:translateX(-50%);

}



.latest-news .owl-carousel button.owl-dot:focus, .latest-news .owl-carousel button.owl-dot:focus{

    outline:none !important;

}



.testimonial{

	padding:4rem 0;

	background:url(../images/testimonial-bg.jpg) no-repeat;

	background-size:cover;

	width:100%;

	height:100%;

	position:relative;

	margin-top:20%;

}



.testimonial:before{

	background:rgba(0,0,0,0.5);

	content:'';

	width:100%;

	height:100%;

	position:absolute;

	top:0;

	left:0;

}



.testimonial .testim{

	margin-top:50px;

}



.testimonial .testi-text{

	padding-left:10px;

}



.testimonial .testi-text h2 {

    font-size: 40px;

    margin-bottom: 10px;

    color: #fff;

    font-weight: 700;

	text-align:left;

}



.testimonial .testi-text p {

    font-size: 18px;

    color: #fff;

    font-weight: 600;

    margin-bottom: 0px;

    position: relative;

    padding-bottom: 20px;

	text-align:left;

}



.testimonial .testi-icon{

	display:flex;

	align-items:center;

	justify-content:center;

}



.testimonial .owl-stage-outer {

    padding: 50px 0;

}



.testimonial .testimonial-part {

    width: 100%;

    height: 300px;

    background: #fff;

    cursor: pointer;

    box-shadow: 2px 2px 20px #ddd;

    border-bottom: 5px solid transparent;

	padding: 50px 50px;

}

.testimonial .owl-carousel.testim .item{

	position:relative;

}

.testimonial .owl-carousel.testim .item img{

	position:absolute;

	top:-36px;

	left:40px;

	width:78px;

	height:78px;

}



.testimonial .testimonial-part p{

	font-size:16px;

	font-weight:400;

	color:#090f38;

	line-height:28px;

	margin-bottom:20px;

}



.testimonial .testimonial-part h4{

	font-size:14px;

	font-weight:600;

	color:#090f38;

}



.testimonial .owl-carousel .owl-nav{

	width:100%;

}



.testimonial .owl-carousel .owl-nav button.owl-prev {

    position: absolute;

    left: -60px;

    top: 40%;

    content: '';

    background: #eb2e26;

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.testimonial .owl-carousel .owl-nav button.owl-next {

    position: absolute;

    right: -60px;

    top: 40%;

    content: '';

    background: #eb2e26;

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.testimonial .owl-carousel .owl-nav button.owl-prev span, .testimonial .owl-carousel .owl-nav button.owl-next span {	

	color: #fff;	

	font-size: 25px;

}

.testimonial .owl-carousel .owl-nav button.owl-prev:focus, .testimonial .owl-carousel .owl-nav button.owl-next:focus{

    outline:none !important;

}



.testimonial .owl-carousel .owl-nav button.owl-prev:hover ,.testimonial .owl-carousel .owl-nav button.owl-next:hover {

	background:#000000;

}



.client{

	padding:3rem 0;

	background:#f8fafa;

}

.client .owl-carousel.clnt .item a img{

	filter: grayscale(1);

}



.client .owl-carousel.clnt .item a img:hover{

	filter: grayscale(0);

	transition:0.5s;

}

.client .owl-carousel .owl-nav{

	width:100%;

}



.client .owl-carousel .owl-nav button.owl-prev {

    position: absolute;

    left: -60px;

    top: 15%;

    content: '';

    background: #eb2e26;

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.client .owl-carousel .owl-nav button.owl-next {

    position: absolute;

    right: -60px;

    top: 15%;

    content: '';

    background: #eb2e26;

    width: 40px;

    height: 40px;

    border-radius: 50%;

}

.client .owl-carousel .owl-nav button.owl-prev span, .client .owl-carousel .owl-nav button.owl-next span {	

	color: #fff;	

	font-size: 25px;

}

.client .owl-carousel .owl-nav button.owl-prev:focus, .client .owl-carousel .owl-nav button.owl-next:focus{

    outline:none !important;

}



.client .owl-carousel .owl-nav button.owl-prev:hover , .client .owl-carousel .owl-nav button.owl-next:hover {

	background:#000; 

}


/* footer */
footer.footer{

	padding:0;

	background:#212121;

	position:relative;

}
.footer .bottom-copywrite{

	padding:0;

	position:relative;

}
.footer .copywrite{

	display:flex;

	text-align:center;

	justify-content:center;

	align-items:center;

	padding:15px 0;

}

.footer .copywrite p{
	color:#fff;
	font-size:16px;
    line-height: 24px;
	font-weight:normal;
}
.footer .copywrite p a{
	color:#fff;
}
.footer .copywrite p a:hover{
	color:#eb2e26;
}
.footer .copywrite p a.ftr-link{
	font-weight: 600;
    color:#eb2e26;
}



.footer .copywrite p.links{

	padding-left:20px;

}

.footer .copywrite p.company{

	padding-left:20px;

}

.footer .copywrite p.links a{

	padding-left:20px;

}
ul.social {
    display: none;
}


header .mobile-menu {
    display: none;
}

a.logo-m{
	display:none;
}



/* added css for sidebar amit */
body.mobile-open .Fullmenu-bar {
    visibility: visible;
    top: 0px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

header .mobile-menu {
    display: block;
}

.menu {
    padding: 0;
    width: 100%;
}

.Fullmenu-bar {

    height: 100%;

    margin: 0;

    width: 100%;

    display: block;

    padding: 0;

    background: #fff;

    position: fixed;

    left: 0;

    z-index: 99;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    visibility: hidden;

    top: 0px;

    overflow-y: auto;

    transform: translateX(-100%);

    -webkit-transform: translateX(-100%);

    max-width: 375px;

}

.mobile-menu .logo{
    padding: 11px 0 12px 125px;
    width: 100%;
    background: #212121;
    position: sticky;
    top: 0;
    left: 0;
}
.mobile-menu .logo:before {
    position: absolute;
    left: -35px;
    width: 135px;
    height: 100%;
    background-color: #ee7927;
    background-image: linear-gradient(to right, #ee7927, #eb2e26);
    top: 0;
    content: '';
    transform: skewX(-35deg);
}

.mobile-menu .logo .logo-right {
    top: 6px;
    max-width: 218px;
}
header .logo a {
    left: 0;
}

header .menu ul {
    display: block;
}


body.mobile-open header:after {
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 98;
}

.mobile-open a.mobile-trigger {
    top: 26px !important;
    position: fixed;
    left: 30px!important;
}
.close--overlay{
    display: none;
}
.mobile-open .close--overlay {
    position: fixed;
    left: 375px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 981;
    display: block;
}

a.mobile-trigger {
    position: absolute;
    left: 16px;
    top: 11px !important;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 991;
    outline: 0 none;
    cursor: pointer;
}

a.mobile-trigger span {

    border-top: 2px solid #fff;

    position: relative;

    height: 2px;

    background: #fff;

    width: 100%;

    display: block;

    top: 2px;

}

a.mobile-trigger span::before {

    content: "";

    position: absolute;

    height: 2px;

    background: #fff;

    width: 100%;

    display: block;

    top: 4px;

    right: 0;

    transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -ms-transition: all 0.5s ease-in;

}

a.mobile-trigger span::after {

    content: "";

    position: absolute;

    height: 2px;

    background: #fff;

    width: 100%;

    display: block;

    top: 11px;

    transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -ms-transition: all 0.5s ease-in;

}

.mobile-open a.mobile-trigger span {
    background: transparent;
    border-top: 0;
}

body.mobile-open a.mobile-trigger span::after, 
body.mobile-open a.mobile-trigger span::before {
    background: #fff;
}

.mobile-open a.mobile-trigger span::before {

    top: 0;

    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -ms-transition: all 0.5s ease-in;

    width: 100%;

}

.mobile-open a.mobile-trigger span::after {

    top: 0;

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    transition: all 0.5s ease-in;

    -webkit-transition: all 0.5s ease-in;

    -ms-transition: all 0.5s ease-in;

}

header .menu ul li {

    margin: 10px 18px;

	width:100%;

	float:none !important;

}





header .main-menu .desk-menu {

    display: none;

}

header .main-menu{

	padding:0;

}

/* added css for sidebar amit */

/* added media queries */

@media (max-width: 991px){


}



@media(max-width:767px){

	.team .owl-carousel.owl-drag .owl-item{

	padding:0 20px;

}

.team .owl-carousel .owl-dots {

    width: 100%;

    text-align: center;

    top: 100%;

    right: 0;

}

.team .team-part {

    width: 100%;

    height: fit-content;

}

.travel .travel-point {

    display: flex;

}

.travel .why-travel {

    width: 100%;

}

.travel img {

    margin-bottom: 10px;

}

.travel h1 {

    font-size: 34px;

    line-height: 45px;

	padding-bottom: 10px;

    margin-bottom: 20px;

}

.travel .tick-point {

    width:100%;

	margin-top:15px;

}

.travel:before {

    display:none;

}

.latest-news {

    height: 100%;

}

.latest-news .owl-carousel.owl-theme.news.owl-loaded.owl-drag {

    position: relative;

    width: 100%;

    padding-bottom: 40px;

}

.latest-news .news-part p {

    height: auto;

}

.testimonial .testimonial-part {

    height: 100%;

}

header .top-area .quote .get-quote {

    padding: 10px 10px;

    width: 170px;

	margin:10px 0 0;

}

header .top-area .quote .get-quote a {

    font-size: 12px;

}



.top-area .logo{

		text-align:left;

	}

	

	

	.slide-dec {

    top: 50%;

	}

	.slide-dec .conts {

    padding: 0 15px;

	}

	.login-page .slide-dec, .slide-dec p {

    font-size: 18px;

	width:100%;

    line-height: 30px;

    padding-bottom: 5px;

    margin-bottom: 5px;

	}

	.slide-dec h1 {

   padding: 22px 0 30px;

    font-size: 20px;

    line-height: 26px;

	width:100%;

	}

	.banner-area .button-area {

    width: 400px;

	}

	.footer .footer-left p {

    margin-bottom: 18px;

}

	.btn-comn a, .btn-comn button{

    padding: 6px 15px;
    font-size: 12px;
    max-width: 170px;
    width: 170px;
    margin-top: 0;

}

.banner-area .button-area .video-btn a {

    font-size: 14px;

}

.banner-area .button-area .video-btn a img{

	width:50px;

	height:auto;

}

.login-page .slide-dec, .slide-dec p:after {

    height: 3px;

}

.about .abt-image {
    padding-right: 0px;
}

.about h2 {
    margin-top: 0px;
}

.about p.bold {

    font-size: 15px;

    line-height: 20px;

	margin-bottom: 13px;

}

.about p {

    font-size: 14px;

    line-height: 20px;	

}



.team h2 {

    font-size: 30px;

}

.team p {

    font-size: 14px;

}

.team .owl-carousel .owl-dots {

	width: 100%;

    text-align: center;

	top: 100%;

	right:0;

}





.travel .why-travel {

    width: 35%;

}

.travel img {

    margin-bottom: 10px;

}

.travel h1 {

    font-size: 34px;

    line-height: 45px;

	padding-bottom: 10px;

    margin-bottom: 10px;

}

.travel .tick-point {

    width:65%;

	margin-top:15px;

}

.travel:before {

    background-size: 100% 100%;

    top: 0%;

    width: 100%;

    height: 370px;

}

.latest-news {

    height: auto;

    margin-bottom: 0px;

}

.latest-news .owl-carousel .owl-nav {

    display:none;

}



.latest-news .owl-carousel.owl-theme.news.owl-loaded.owl-drag {

    position: relative;

    width: 100%;

    padding-bottom: 40px;

}

.latest-news .owl-carousel button.owl-dot.active {

    background: #000;

}

.latest-news p {

    margin-bottom: 10px;

}

.testimonial .testi-text h2 {

    font-size: 26px;

}



.testimonial .owl-carousel .owl-nav {

	margin-top:20px;

    text-align: center;

}

.testimonial .owl-carousel .owl-nav button.owl-prev {

    position: relative;

	left: 0px;

	margin-top:10px;

}

.testimonial .owl-carousel .owl-nav button.owl-next {

    position: relative;

    right: -4%;

}

.client .owl-carousel .owl-nav button.owl-prev {

   position: relative;

	left: 0px;

	margin-top:10px;

}

.client .owl-carousel .owl-nav button.owl-next {

    position: relative;

    right: -4%;

}



.client .owl-carousel .owl-nav {

	margin-top:20px;

    text-align: center;

}

.testimonial .owl-carousel .owl-stage-outer {

    width: 100%;

}



.top-area .logo img{

    width:200px;

}

.what-we-do ul.what {

    padding: 0 15px;

}

.what-we-do ul span {

    position: relative;

    display: block;

	text-align:left;

}

.team .owl-carousel.owl-drag .owl-item{

	padding:0 20px;

}

.team .team-part h5 {

    font-size: 16px;

}

.team .team-part {

    height: 325px;

}

.what-we-do .rite-brder:after{

	display:none;

}

.testimonial .testimonial-part {

    height: fit-content;

}

.footer .footer-left {

    padding-right: 0px;

	margin-bottom:30px;

}

.footer .footer-left h6 span {

    padding-left: 0px;

}

.footer .footer-right {

    padding-right: 0px;

    padding-left: 0px;

}

.footer .footer-right ul li a {

    padding-right: 0px;

}

.footer .footer-left:after{

	display:none;

}

.footer:before {

    bottom: 30%;

}

.footer .copywrite {
    display: block;
}

.footer .copywrite a {

}

}



@media(min-width:320px) and (max-width:480px){

	

	.top-area .logo{

		text-align:center;

	}

	

	header .top-area .quote {

    display: block;

	text-align:center;

	}

	

	header .top-area .quote .phone span, header .top-area .quote .mail span {

    display: block;

	}

	

	header .top-area .phone, header .top-area .mail{

		padding:10px 0 10px;

		width: 50%;

		float: left;

	}

	header .top-area .phone b, header .top-area .mail b{

		display:block;

	}

	header .top-area .quote .get-quote{

		margin:20px auto 10px;

		width:100%;

		

	}

	

	.slide-dec {

    top: 35%;

	}

	.slide-dec .conts {

    padding: 0 15px;

	}

	.login-page .slide-dec, .slide-dec p {

    font-size: 18px;

	width:100%;

    line-height: 30px;

    padding-bottom: 5px;

    margin-bottom: 5px;

	}

	.slide-dec h1 {

    padding: 5px 0 5px;

    font-size: 20px;

    line-height: 26px;

	width:100%;

	}

	.banner-area .button-area {

    width: 100%;

	}

	.btn-comn a, .btn-comn button {

    padding: 6px 15px;

    font-size: 12px;

    max-width: 170px;

    width: 170px;

    margin-top: 0;

}

.banner-area .button-area .video-btn a {

    font-size: 14px;

}

.banner-area .button-area .video-btn a img{

	width:50px;

	height:auto;

}

.login-page .slide-dec, .slide-dec p:after {

    height: 3px;

}

.about .abt-image {

    padding-right: 0px;

}

.about h2 {

    margin-top: 40px;

}

.about p.bold {

    font-size: 18px;

    line-height: 26px;

}

.about p {

    font-size: 14px;

    line-height: 24px;	

}



.team h2 {

    font-size: 30px;

}

.team p {

    font-size: 14px;

}

.team .owl-carousel .owl-dots {

	width: 100%;

    text-align: center;

	top: 100%;

	right:0;

}



.travel .travel-point {

    display: block;

}

.travel .why-travel {

    width: 100%;

}

.travel img {

    margin-bottom: 10px;

}

.travel h1 {

    font-size: 34px;

    line-height: 45px;

	padding-bottom: 10px;

    margin-bottom: 10px;

}

.travel .tick-point {

    width:100%;

	margin-top:15px;

}

.travel:before {

    background-size: 100% 100%;

    top: 0%;

    width: 100%;

    height: 370px;

}

.latest-news {

    height: auto;

    margin-bottom: 0px;

}

.latest-news .owl-carousel .owl-nav {

    display:none;

}



.latest-news .owl-carousel.owl-theme.news.owl-loaded.owl-drag {

    position: relative;

    width: 100%;

    padding-bottom: 40px;

}

.latest-news .owl-carousel button.owl-dot.active {

    background: #000;

}

.latest-news p {

    margin-bottom: 10px;

}

.testimonial .testi-text h2 {

    font-size: 26px;

}



.testimonial .owl-carousel .owl-nav {

	margin-top:20px;

    text-align: center;

}

.testimonial .owl-carousel .owl-nav button.owl-prev {

    position: relative;

	left: 0px;

	margin-top:10px;

}

.testimonial .owl-carousel .owl-nav button.owl-next {

    position: relative;

    right: -4%;

}

.client .owl-carousel .owl-nav button.owl-prev {

   position: relative;

	left: 0px;

	margin-top:10px;

}

.client .owl-carousel .owl-nav button.owl-next {

    position: relative;

    right: -4%;

}



.client .owl-carousel .owl-nav {

	margin-top:20px;

    text-align: center;

}

.testimonial .owl-carousel .owl-stage-outer {

    width: 100%;

}



.top-area .logo img{

    width:200px;

}

.what-we-do ul.what {

    padding: 0 15px;

}

.what-we-do ul span {

    position: relative;

    display: block;

	text-align:left;

}

.team .owl-carousel.owl-drag .owl-item{

	padding:0 20px;

}

.team .team-part h5 {

    font-size: 16px;

}

.team .team-part {

    height: fit-content;

}

.testimonial .testimonial-part {

    height: fit-content;

}

.footer .footer-left {

    padding-right: 0px;

	margin-bottom:30px;

}

.footer .footer-left h6 span {

    padding-left: 0px;

}

.footer .footer-right {

    padding-right: 0px;

    padding-left: 0px;

}

.footer .footer-right ul li a {

    padding-right: 30px;

}

.testimonial .owl-stage-outer {

    padding: 50px 0 0;

}

.footer .footer-left:after{

	display:none;

}

.footer:before {

    bottom: 30%;

}

.footer .copywrite {

    display: block;

}

.footer .copywrite p.links a {

    padding-left: 6px;

	margin:20px 0;

}

.footer .copywrite p.company, .footer .copywrite p.links {

    padding-left: 0px;

}

a.mobile-trigger {

    right: 30px;

}

}









/* added css */

.container, .container-lg, .container-md, .container-sm, .container-xl {

	max-width: 1440px;

	padding-left: 40px;

    padding-right: 40px;

}



/* header */

header{

	background: #f9fbfc;

}

.header-in {

    display: flex;

    justify-content: space-between;

	align-items: center;
    padding-left: 30px;

}

.logo-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 8px;
}

.logo-right span{

	padding: 0 15px;

	position: relative;

}

.logo-right span:first-child::before{

	position: absolute;

	content: '';

	right: 0;

	width: 1px;

	height: 16px;

	background: #eb2e26;

	top: 50%;

	margin-top: -8px;

}

.logo-right span:first-child {

    padding-left: 0;

}

.logo-right span:last-child {

    padding-right: 0;

}

.header-left {

    display: flex;

}

.header-right {

    display: flex;

    justify-content: space-between;

}

.logo-right span:first-child img{

	position: relative;

	top: -5px;

}



/* banner */

.banner-img {

    text-align: right;

}

.banner-slider .owl-carousel .owl-dots{

	bottom: -30px;

    position: absolute;

    text-align: center;

    display: flex;

    justify-content: center;

    max-width: 150px;

    margin-left: -75px;

    left: 50%;

    width: 100%;

}



.banner-slider .owl-carousel button.owl-dot {

    background: #fff;

    width: 25px;

    height: 5px;

    border-radius: 0;

	display:flex;

	align-items:center;

	margin:0 5px;

	position:relative;

}



.banner-slider .owl-carousel button.owl-dot.active {

    background: #212121;

    width: 25px;

    height: 5px;

    border-radius: 0;

	display:flex;

	align-items:center;

}

.banner-slider .owl-carousel button.owl-dot.active span{

	display: none;

}



.banner-slider .owl-carousel button.owl-dot:focus, 

.banner-slider .owl-carousel button.owl-dot:focus{

    outline:none !important;

}


.banner-slider .owl-carousel .owl-nav{
	width:100%;
    opacity: 0;
}
.banner-slider:hover .owl-carousel .owl-nav{
    opacity: 1;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    top: 40%;
    content: '';
    background: #eb2e26;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.banner-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    top: 40%;
    content: '';
    background: #eb2e26;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev span, 
.banner-slider .owl-carousel .owl-nav button.owl-next span {	
	color: #fff;	
	font-size: 25px;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev:focus, 
.banner-slider .owl-carousel .owl-nav button.owl-next:focus{
    outline:none !important;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev:hover,
.banner-slider .owl-carousel .owl-nav button.owl-next:hover {
	background:#fff;
}
.banner-slider .owl-carousel .owl-nav button.owl-prev:hover span,
.banner-slider .owl-carousel .owl-nav button.owl-next:hover span{
	color: #eb2e26;
}



.srarch-header-bg{

	background: #212121;

}

.srarch-header{

	padding: 10px 40px;

	display: flex;

    justify-content: space-between;

	max-width: 1440px;

	width: 100%;

	margin: 0 auto;

	position: relative;

}

.srarch-header .btn-comn a, 
.srarch-header .btn-comn button{

	margin-top: 0;

}



.srarch-header-hd {

    position: relative;

    height: 100%;

    padding: 0 18px;

}

.srarch-header-hd span{

    font-size: 18px;

    color: #fff;

    font-weight: bold;

    position: relative;

    padding: 10px 0 0;

    z-index: 2;

    display: inline-block;

	text-transform: uppercase;

}



.srarch-header-hd:before {

    position: absolute;

    content: '';

    background: #eb2e26;

    width: 100%;

    height: calc(100% + 10px);

    left: 0;

    top: -10px;

    z-index: 1;

}

.srarch-header-left {

    display: flex;

}

.srarch-header-tabs {

    display: flex;

}

.srarch-header-opt {

    padding: 0 25px;

}

.srarch-header-opt .srarch-header-tabs-sp {

    font-size: 16px;

    color: #fff;

	padding: 0 0 0 25px;

    position: relative;

}

.srarch-header-opt .srarch-header-tabs-sp:before {

    position: absolute;

    content: '';

    /* background:#fff; */

    width: 5px;

    height: 35px;

    left: 0;

    top: 4px;
    background: #eb2e26;
}

.srarch-header-tabs-sp.search-02 {
    display: none;
}

/* .srarch-header-opt .srarch-header-tabs-sp.active:before {

    background: #eb2e26;

    border: 1px solid #fff;

} */

.srarch-header-inpflds input {
    width: 100%;
    background: #fff;
    height: 48px;
    min-width: 500px;
	font-size: 15px;
    color: #999;
	padding: 0 15px;
    border-radius: 5px;
}

.search-02-block .srarch-header-inpflds input{
	min-width: 135px;
    max-width: 160px;
    margin-left: 10px;
}

.search-02-block .srarch-header-sel:first-child input{
	margin-left: 0;
}

.srarch-header-tabs .btn-comn {
    margin: 0 0 0 15px;
}

.srarch-header-right {
    width: 95px;
}

.srarch-header-right a.button {
    width: 100%;
}

.srarch-header-flds .flex-blk {

    display: flex;

    justify-content: space-between;

}

.srarch-header-selhd {

    font-size: 14px;

    color: #fff;

	display: block;

}

.srarch-header-sel select, .srarch-header-sel select option

{

    color: #212121;

    font-size: 14px;

    width: 100%;

    padding: 5px;

	outline: none;

}

.srarch-header-sel select{

	padding-right: 20px;

	appearance: none;

	-webkit-appearance: none;

}



.srarch-header-flds.search-01-block, 

.srarch-header-flds.search-02-block{

    display: none;

}

.srarch-header-flds.search-01-block.active, 

.srarch-header-flds.search-02-block.active{

    display: block;

}

body#cat_active .srarch-header-flds.search-01-block.active {
    position: relative;
    display: none;
}
body#cat_active .srarch-header-flds.search-01-block.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

header {

    z-index: 9;

    background: #f9fbfc;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

}

.banner-area {

    margin-top: 155px;

}







/* added medida */

@media(min-width:992px) {

	.srarch-header-tabs {

		display: flex!important;

	}

    /* Hide MA, OE, WVA */
    .search--filter-right table tr:first-child th.colid--ma, 
    .search--filter-right table tr td.colid--ma, 
    .search--filter-right table tr:first-child th.colid--oe, 
    .search--filter-right table tr td.colid--oe, 
    .search--filter-right table tr:first-child th.colid--wva, 
    .search--filter-right table tr td.colid--wva, 
    .search--filter-right table tr:first-child th.colid--series, 
    .search--filter-right table tr td.colid--series, 
    .search--filter-right table tr:first-child th.colid--axle, 
    .search--filter-right table tr td.colid--axle {
        display: none!important;
    }
 

}

/* added medida */

@media(max-width:1200px) {

	.srarch-header-hd{

		cursor: pointer;

	}

}





/* added medida */

@media(max-width:991px) {

	.srarch-header-hd{

		cursor: pointer;

	}

}





/* added medida */

@media(max-width:991px) {

	.container, .container-lg, .container-md, .container-sm, .container-xl,

	.srarch-header {

		padding-left: 20px;

		padding-right: 20px;

	}

	.srarch-header-hd {

		padding: 0 10px;

		min-width: 107px;

	}

	.srarch-header-hd span,

	.srarch-header-opt .srarch-header-tabs-sp {

		font-size: 14px;

	}

	.srarch-header-hd span{

		padding-top: 3px;

	}

    .srarch-header-opt {

		padding: 0 20px;

		min-width: 165px;

	}

	.srarch-header-tabs {

		display: block;

		position: absolute;

		top: 59px;

		z-index: 2;

		background: #212121;

		left: 0;

		padding: 10px 0;

		width: 100%;

		display: none;

	}

	.srarch-header-flds.search-01-block, 

	.srarch-header-flds.search-02-block {

		padding: 10px 20px;

	}

	.srarch-header-flds .flex-blk {

		display: block;

	}

	.srarch-header-inpflds input{

		min-width: auto !important;

		margin: 0 0 15px !important;

	}

	.search-02-block .srarch-header-inpflds input{

		min-width: auto;

		max-width: inherit;

	}

	.srarch-header-tabs .btn-comn {

		margin: 0;

	}

	.srarch-header-tabs .btn-comn a,
	.srarch-header-tabs .btn-comn button {

		width: 100%;

		max-width: inherit;

	}

	.srarch-header-inpflds input {

		height: 40px;

	}

	.btn-comn a, .btn-comn button {

        padding: 8px 15px !important;

        font-size: 14px !important;

    }

	.search-02-block .srarch-header-sel:first-child input {

		margin-left: 0;

	}

}


/* Hide blocks */

/* added css for direct server part by Amit 290326 */
.search--filter-cont .search--filter-left {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 45px 0 20px 0;
    max-width: 290px;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    overflow-y: auto;
}
.breadcrumb, .breadcrumb a {
    background: none;
    color: #fff !important;
}
.breadcrumb .text-primary {
    color: #fff !important;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	color: #fff !important;
}
.search--filter-right {
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
	max-width: 100% !important;
    flex: 0 0 100%;
    width: 100%;
}
.search--filter-right .about-item h1 {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    line-height: 34px;
    margin-bottom: -10px !important;
}
.search--filter-right .about-item h1 + div {
    padding: 0 !important;
    background: none !important;
}
.search--filter-right table {
    background: #fff !important;
    border: 1px solid #eee;
}
.search--filter-right table tr:first-child th {
    color: #fff;
    background-color: #ee7927;
    border-left: 1px solid #f7bf97;
    padding: 10px 7px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
}
.search--filter-right table tr th {
    color: #212121;
    background-color: #fff;
    border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
    padding: 5px 7px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
    font-weight: normal;
}
.search--filter-right table tr td {
    padding: 5px 7px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ddd;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #212121;
}
.search--filter-right table {
    background: #fff !important;
    border: 1px solid #ddd;
}
.search--filter-cont {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.search--filter-cont .search--filter-left .item-filter {
    display: none;
}
.search--filter-cont .search--filter-left .left-area {
    text-transform: uppercase;
    position: relative;
}
.SH--filterBar {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #eb2e26;
    border-radius: 30px;
    z-index: 1;
    right: 11px;
    top: -37px;
    cursor: pointer;
    
}
.SH--filterBar:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid #fff;
    margin: -6px 0 0 -10px;
}

.SH--filterBarClose {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #eb2e26;
    border-radius: 30px;
    z-index: 1;
    right: 11px;
    top: -37px;
    cursor: pointer;
    
}
.SH--filterBarClose:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid #fff;
    margin: -6px 0 0 -10px;
}

.SH--filterBar01 {
    position: absolute;
    height: 30px;
    background: #eb2e26;
    z-index: 1;
    left: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding-left: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    width: 125px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    overflow: hidden;
}
.SH--filterBar01:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    width: 12px;
    height: 12px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid #fff;
    margin: -6px 0 0 -10px;
}
.search--filter-cont.showhide .SH--filterBar:before {
    transform: rotate(-180deg);
    margin: -6px 0 0 -2px;
}

.search--filter-cont .search--filter-left .left-area h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 18px 8px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}
.search--filter-cont .search--filter-left ul.filter-list li a {
    font-size: 14px;
    color: #212121 !important;
    position: relative;
    padding: 0 0 5px 20px;
    line-height: 18px;
    display: block;
}
.search--filter-cont .search--filter-left ul.filter-list li a input {
    position: absolute;
    left: 0;
    top: 2px;
}
.search--filter-cont .search--filter-left .left-area .header-area.p-3 {
    padding: 15px 0 0 !important;
}
.search--filter-cont .search--filter-left .left-area .filter-result-area .single-filter .my-2.sub-title {
    margin: 0 !important;
}

.search--filter-cont .search--filter-left ul.filter-list li a i {
    display: none;
}

.search--filter-cont .search--filter-left ul.filter-list li a::after{
    position: absolute;
    content: '';
    background: #999;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    display: none;
}
.search--filter-cont .search--filter-left .left-area ul.filter-list .sub-content {
    margin: 5px;
    padding: 0 16px;
}
.bg-breadcrumb h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    margin: 0 !important;
    font-weight: 600;
}
body#cat_active .bg-breadcrumb .container ol.breadcrumb {
    justify-content: center !important;
}
body#cat_active .bg-breadcrumb .container {
    padding: 25px 40px 15px !important;
    text-align: center !important;
    display: none;
}

.bg-breadcrumb .container ol.breadcrumb {
    justify-content: left !important;
    padding: 0 0 20px;
}

/* Login Signup */
.bg-breadcrumb .container {
    padding: 251px 40px 0 !important;
    position: relative;
    max-width: 1440px !important;
    text-align: left !important;
}
.bg-breadcrumb .container ol.breadcrumb li a {
    color: #ee7927 !important;
    font-weight: 600;
}
section#contact.contact .container .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section#contact.contact .container {
    max-width: 500px;
    padding: 50px 0;
}
section#contact.contact .container h4 {
    font-size: 30px;
    font-weight: bold;
    color: #eb2e26 !important;
    padding: 0 0 25px;
	width: 100%;
}
.contact .php-email-form-contact .form-control {
    width: 100%;
    height: 48px;
    min-width: 100%;
    font-size: 15px;
    color: #999;
    padding: 0 15px;
    outline: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #dddddd !important;
}
.contact .php-email-form-contact .btn {
    padding: 12px 15px;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-color: #eb2e26;
	background-image: linear-gradient(to right, #eb2e26, #ee7927);
    border-radius: 11px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    max-width: 250px;
    width: 100%;
    margin-top: 20px;
    font-weight: 700;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
	outline: 0;
}

.contact .php-email-form-contact .btn:hover {
	background-color: #ee7927;
	background-image: linear-gradient(to right, #ee7927, #eb2e26);
	transition: all 0.3s ease-in-out;
}
section#contact.contact .container .col-lg-6 p a {
    color: #eb2e26;
    font-weight: bold;
}
/* added css for direct server part by Amit 290326 */

/* added css for feedbacks */
.banner-area video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
    z-index: 1;
}
.banner-area .owl-carousel .owl-item img {
    max-height: 450px;
    object-fit: contain;
}
.logo,
.header-right {
    position: relative;
    z-index: 2;
}
.srarch-header-bg {
    background: #211d1e;
    position: fixed;
    width: 100%;
    top: 0;
}
header .top-area {
    border-bottom: none;
}
header .logo img {
    max-width: 135px;
    width: 100%;
    position: relative;
    top: 2px;
}
.srarch-header-hd{
	display: none;
}
.srarch-header-left {
    padding-left: 160px;
}
.srarch-header-right {
    width: 80px;
    position: absolute;
    right: 40px;
}
.header-right {
    margin-right: 100px;
    max-width: 270px;
}
.search-02-block .srarch-header-inpflds input {
    min-width: 150px;
    max-width: 150px;
    border-radius: 5px;
}
.srarch-header-inpflds input {
    height: 40px;
	font-size: 14px;
	min-width: 421px;
	max-width: 421px;
}
.srarch-by-Vehicle.btn-comn a.button {
    background: #333;
    border: 1px solid #444;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 3px 5px;
    transition: all 0.3s ease-in-out;
}
.srarch-by-Vehicle.btn-comn a.button:hover {
	background: #ee7927;
}
.srarch-header-opt .srarch-header-tabs-sp{
	font-size: 14px;
	line-height: 20px;
	padding-left: 12px;
}
.srarch-header-tabs-sp.search-01.active {
    width: 107px;
}
.srarch-header-tabs .btn-comn a,
.srarch-header-tabs .btn-comn button {
    padding: 8px 15px;
    font-size: 16px;
	width: 105px;
    border-radius: 5px!important;
}
.srarch-header-right a.button {
    width: 100%;
	padding: 8px 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
}
.srarch-header-opt .srarch-header-tabs-sp:before {
	top: 3px;
}
.banner-area {
    margin-top: 60px;
	display: flex;
    /* justify-content: center; */
    align-items: center;
	/* height: calc(100vh - 60px); */
	/* max-height: 700px; */
	/* min-height: calc(100vh - 60px); */
}
.banner-area .btn-comn{
    display: none;
}
header{
	background: none;
	height: 60px;
    box-shadow: 0 0 101px #fff;
}
.logo-right span {
    padding: 0 10px;
}
.logo-right span:first-child img {
    position: relative;
    top: -9px;
    max-width: 125px;
}
.logo-right span:last-child img {
    position: relative;
    top: -5px;
    max-width: 121px;
}
.logo-right span:first-child::before{
	margin-top: -14px;
	height: 20px;
}

.srarch-header {
    height: 60px;
}

.slide-dec {
    font-family: "Big Shoulders", sans-serif;
}
.slide-dec h1{
	max-width: 451px;
	font-size: 65px;
	line-height: 70px;
    text-transform: uppercase;
}

/* user dashboard */
.srarch-header-right a.button.d--icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.srarch-header-right a.button.d--icon::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url('../images/d--icon.png') center center no-repeat;
    background-size: 18px auto;
    left: 0;
    top: 0;
}
.user-dashbord,
.checkout {
    padding: 40px 0;
}
.user-profile-details h4.title {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    color: #212121;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin: 0 0 35px;
}
.user-profile-details .allproduct .product-description .left-area h4
 {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
}

.user-profile-details .allproduct .product-description form {
    border: 1px solid #eee;
    padding: 0 15px;
    background: #f9f9f9;
}
.user-profile-details .allproduct .product-description form .row {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: #fff;
}

/* contact page */
.contact-page {
    background: #fff url(https://magbraxe.com/development/assets/front/images/contact--img-01.png) right top no-repeat !important;
    padding: 0 !important;
    background-size: auto 100% !important;
}
.form--part {
    max-width: 50%;
    background: #fff;
    padding: 40px 80px 80px 0;
    max-width: 650px;
    min-height: 700px;
}

.contact-page .form--part-in {
    padding-bottom: 0 !important;
}
.contact-page.thanks-page .form--part h3 {
    padding-bottom: 16px;
}
.contact-page.thanks-page .form--part{
    display: flex;
    align-items: center;  
}

.form--part h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #212121;
}
.form--part h2 span {color: #eb3826;}

.form--part h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #212121;
}
.form--part h3 span {color: #eb3826;}
.form--part .form-floating {
    margin-bottom: 11px;
}
.form--part .form-floating .form-control {
    border: 1px solid #dddddd !important;
    font-size: 16px !important;
    color: #888;
    background: #fff;
    outline: 0;
    box-shadow: none;
    padding: 11px 20px !important;
    border-radius: 0;
    height: 50px;
}
.form--part .form-floating textarea.form-control {
    height: 100px !important;
}
.form--part .form-floating label {
    display: none;
}

.about .abt-image.no-border-img {
    border-radius: inherit;
    box-shadow: inherit;
    border: 0;
}
.about .abt-image.no-border-img img{
    border-radius: inherit;
}

/* Gallery Section */
.gallery-tab-images {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-tab-images .gall-Img {
    padding: 0;
    width: calc(33.33% - 15px);
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.gallery-tab-images .gall-Img .img-fluid {
    max-width: 100%;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

/* five block Section */
.home-five-blocks {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: url('../images/car-img-01.png') right top no-repeat;
    background-size: cover;
    position: relative;
}
.home-five-blocks .block-Img {
    padding: 10px;
    width: calc(25% - 15px);
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.home-five-blocks:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
}

.home-five-blocks-in {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 60px;
    border: 5px solid #fff;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.banner-area + .about .abt-cont, 
.banner-area + .about .abt-image {
    margin-bottom: 0;
}
.banner-area + .about{
    padding-bottom: 0;
}
.banner-area + .about .abt-dic {
    padding-left: 0;
}
.banner-area + .about {
    padding-bottom: 0;
}
.banner-area + .about + .about .abt-dic.gallery-pg {
    padding: 0;
}

.gallery-tab {
    display: none;
}

.home-five-blocks-in h2,
.home-five-blocks-in p {
    color: #fff !important;
}
.home-five-blocks-in h2::before {
    background: #fff !important;
}

/* product pages */
.about.product-main-pg .abt-image {
    border-radius: inherit;
    border: 1px solid #eee;
    text-align: center;
    padding: 50px;
    background: #fff;
    position: relative;
}
.about.product-main-pg .abt-image:after {
    position: absolute;
    content: "";width: 6px;
    height: 65%;
    top: 0px;
    right: 0px;
    opacity: 1;
    background: #eb2e26;
    transition: 0.5s;
    transform: skewY(40deg);}

.about.product-main-pg .abt-image:before {
    position: absolute;
    content: "";
    width: 65%;
    height: 6px;
    top: 0px;
    right: -5px;
    transform: skewX(40deg);
    background: #eb2e26;
    transition: 0.5s;
}
.about.product-main-pg .abt-image img {
    border-radius: inherit !important;
}
.abt-dic.center-bx{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
.about .abt-cont .abt-dic.center-bx h2::after {
    left: 50%;
    margin-left: -30px;
    width: 60px;
}
.about .abt-cont .abt-dic.center-bx h2::before {
    left: 50%;
    margin-left: -55px;
    width: 110px;
}
.prodbox{
    padding-top: 80px;
    padding-bottom: 80px;
}
.gray-bg {
    background: #f1f1f1;
}
.about.product-main-pg .prod-order-now-btn {
    text-align: center;
}
.about.product-main-pg .abt-dic a.button {
    text-transform: uppercase;
    max-width: 225px;
    padding: 12px;
    background: none;
    border: 1px solid #eb2e26 !important;
    color: #eb2e26;
    font-weight: 600;
}
.about.product-main-pg .prod-order-now-btn a.button {
    padding: 17px 15px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
    color: #fff;
}

.about.product-main-pg .abt-dic a.button:hover{
    background: #eb2e26;
    border: 1px solid #eb2e26 !important;
    color: #fff;
}
section.about.product-main-pg {
    padding: 0;
}
section.about.product-main-pg .abt-cont, 
section.about.product-main-pg .abt-image {
    margin-bottom: 0;
}
.about.product-main-pg .prodbox.gray-bg .abt-image:before {
    right: auto;
    left: -5px;
}

.about.product-main-pg .prodbox.gray-bg .abt-image:after {
    right: auto;
    left: 0;
}
.abt-cont.fullno-pad .abt-dic {
    padding: 0;
}
.no-btm-pad{
    padding-bottom: 0!important;
}
.abt-cont.leftno-pad .abt-dic {
    padding-left: 0;
}

/* Brake pads pages */
.compare-blocks {
    display: flex;
    padding-top: 35px;
    gap: 40px;
}
.compare-blocks .compare-blocks-in {
    width: 33.33%;
    border: 1px solid #eee;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.11);
    padding: 40px;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.compare-blocks.wd50 .compare-blocks-in{
    width: 50%;
}
.compare-blocks .compare-blocks-in:before{
    position: absolute;
    content: "";
    width: 101px;
    height: 6px;
    top: 0px;
    left: 0;
    transform: skewX(40deg);
    background: #eb2e26;
    transition: 0.5s;
}
.compare-blocks .compare-blocks-in:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 101px;
    top: 0px;
    left: 0px;
    opacity: 1;
    background: #eb2e26;
    transition: 0.5s;
    transform: skewY(40deg);
}
.compare-blocks .compare-blocks-in:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.compare-blocks .compare-blocks-in h4, 
.compare-blocks .compare-blocks-in h3 {
    text-align: left;
}
.compare-blocks .compare-blocks-in h4 {
    display: none;
}
.compare-blocks .compare-blocks-in h3{
    color: #eb3826;
    padding-top: 0;
    max-width: 501px;
}
.compare-blocks .compare-blocks-in h3 span {
    display: block;
    font-size: 14px;
    color: #212121;
    line-height: 24px;
    padding: 0 0 20px;
}
.compare-blocks .compare-blocks-in h3 span{
    display: block;
}

.prodbox.no-btm-pad.fullFixBG {
    padding: 50px 0!important;
    background: url('../images/in-banner.jpg') right top no-repeat;
    background-size:cover;
    position: relative;
}
.prodbox.no-btm-pad.fullFixBG.fullattBG{
    background: url('../images/banner--inimg.jpeg') right top no-repeat;
    background-attachment: fixed;
}
.prodbox.no-btm-pad.fullFixBG.fullattBG:after{
    background: rgba(0, 0, 0, 0.9);
}
.prodbox.no-btm-pad.fullFixBG.fullattBG .abt-dic {
    max-width: 815px;
    color: #fff;
    font-weight: 300;
}

.prodbox.no-btm-pad.fullFixBG.fullattBG p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.prodbox.no-btm-pad.fullFixBG:after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.81);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.prodbox.no-btm-pad.fullFixBG .abt-dic h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}
.prodbox.no-btm-pad.fullFixBG .abt-dic h2 span {
    display: block;
}
.prodbox.no-btm-pad.fullFixBG .abt-dic {
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.prodbox.no-btm-pad.fullFixBG .abt-dic h2::after {
    left: 50%;
    margin-left: -30px;
    width: 60px;
}
.prodbox.no-btm-pad.fullFixBG .abt-dic h2::before {
    left: 50%;
    margin-left: -55px;
    width: 110px;
}
.btn-comn.prod-order-now-btn.btn-indx a.button{
    padding: 15px;
    max-width: 210px;
    background: no-repeat;
    text-transform: capitalize;
}
.btn-comn.prod-order-now-btn.btn-indx a.button:hover{
    background-color: #eb2e26;
    background-image: linear-gradient(to right, #eb2e26, #ee7927);
}

/* home choose block */
.about.gray-bg.home-choose{
    background:#fff;
}
.about.gray-bg.home-choose .prodbox {
    padding: 0;
}
.about.gray-bg.home-choose .abt-image, 
.about.gray-bg.home-choose .abt-dec{
    margin-bottom: 0;
}
.about.gray-bg.home-choose .prodbox .abt-image img, 
.about.gray-bg.home-choose .prodbox .abt-image {
    border-radius: 0;
    border: 0;
    padding: 0;
}
.about.gray-bg.home-choose .prodbox .abt-image img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
.about.gray-bg.home-choose .prodbox .abt-cont {
    align-content: center;
    margin-bottom: 0;
}
.about.gray-bg.home-choose .prodbox .abt-cont .abt-dic {
    padding: 60px;
}
.about.gray-bg.home-choose .prodbox .abt-cont.leftno-pad {
    margin-bottom: 0;
}
.about.gray-bg.home-choose .prodbox h2 {
    font-size: 24px;
    line-height: 34px;
    max-width: 350px;
}
.about.gray-bg.home-choose .abt-cont.fullno-pad {
    margin-bottom: 0;
}
.banner-area + .about .abt-dic p span {
    color: #eb3826;
    font-weight: 500;
}
.about .abt-cont.fullno-pad {
    margin-bottom: 0;
}

section.about.gray-bg.home-choose.banner-btm .prodbox .row {
    margin: 0;
}
section.about.gray-bg.home-choose.banner-btm .prodbox .col-md-6.col-sm-6 {
    padding: 0;
}
section.about.gray-bg.home-choose.banner-btm .prodbox .abt-image {
    box-shadow: inherit;
}
section.about.gray-bg.home-choose.banner-btm .prodbox .abt-image img {
    height: auto;
}

/* Our Mission & Vision block */
.about.gray-bg.home-choose.mv-gray-bg {
    background: #f1f1f1;
}
.mv-flex {
    display: flex;
    gap: 50px;
}
.mv-flex .mv-flex-left {
    width: 55%;
}
.mv-flex .mv-flex-right {
    width: 45%;
    padding-top: 20px;
}
.mv-flex .mv-flex-right .prodbox .col-md-12 {
    padding: 25px 0 10px 45px !important;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    overflow: hidden;
}
.mv-flex .mv-flex-right .prodbox .col-md-12:before {
    width: 150px;
    height: 100%;
    background: #eb3826;
    position: absolute;
    left: -121px;
    top: 0;
    content: '';
    transform: skewY(-60deg);
}
.mv-flex .mv-flex-right .abt-image {
    position: absolute;
    width: 51px;
    height: 51px;
    left: 20px;
    top: 25px;
    border-radius: 50% !important;
    display: none;
}
.mv-flex .mv-flex-right .abt-image img{
    height: 100%!important;
}
.mv-flex .mv-flex-left .abt-image img{
    height: 345px !important;
}
.about.gray-bg.home-choose.mv-gray-bg .container .container {
    padding: 0;
}
.mv-flex .mv-flex-left .abt-image {
    position: relative;
}

.mv-flex .mv-flex-left .abt-image .abt-dic {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 30px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: translateY(81%);
    -webkit-transform: translateY(81%);
    height: 345px;
}
.mv-flex .mv-flex-right .prodbox h3 {
    padding: 2px 0 3px;
}
.mv-flex .mv-flex-left h2, 
.mv-flex .mv-flex-left p,
.mv-flex .mv-flex-left ul.ul-list li
 {
    color: #fff!important;
}
.mv-flex .mv-flex-left h2{
    margin-bottom: 25px;
}
.mv-flex .mv-flex-left ul.ul-list li:before{
    background: #fff;
}

.mv-flex .mv-flex-right h3 {
    font-size: 18px;
    line-height: 26px;
}
.about.gray-bg.home-choose.banner-btm .prodbox .abt-image{
    position: relative;
}
.about.gray-bg.home-choose.banner-btm .prodbox .abt-image:before,
.about.gray-bg.home-choose.banner-btm .prodbox .abt-image:after {
    background-color: rgba(241,241,241,0);
    background-image: linear-gradient(to right, #fff, rgba(255,255,255,0));
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
}
.about.gray-bg.home-choose.banner-btm .prodbox .abt-image:after{
    left: auto;
    right: 0;
    background-image: linear-gradient(to left, #fff, rgba(255,255,255,0));
}

.about.gray-bg.home-choose.banner-btm .prodbox.gray-bg .abt-image:before,
.about.gray-bg.home-choose.banner-btm .prodbox.gray-bg .abt-image:after {
    background-color: rgba(241,241,241,0);
    background-image: linear-gradient(to right, #f1f1f1, rgba(241,241,241,0));
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
}
.about.gray-bg.home-choose.banner-btm .prodbox.gray-bg .abt-image:after{
    left: auto;
    right: 0;
    background-image: linear-gradient(to left, #f1f1f1, rgba(241,241,241,0));
}

.mv-flex .mv-flex-left .abt-image:hover .abt-dic {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.mv-flex .mv-flex-left .abt-image:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: translateY(87%);
    -webkit-transform: translateY(87%);
    background-color: #eb2e26;
    background-image: linear-gradient(to top, #ee7927, #eb2e26);
    opacity: 0.81;
}
.about.gray-bg.home-choose .mv-flex .mv-flex-left .prodbox h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.mv-flex .mv-flex-left .abt-image {
    position: relative;
    margin-top: 20px;
}
.mv-flex .mv-flex-left .prodbox:first-child .abt-image {
    margin-top: 0;
}

.mv-flex .mv-flex-left .abt-image:hover:after {
    height: 100%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 0.85;
}
.team .owl-nav {
    display: none;
}

.row.g-5.search--filter {
    padding: 0 15px;
}

/* dashboard css */
.about.dashboard-user .user-profile-info-area ul.links li a {
    display: block;
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    color: #212121;
}

.about.dashboard-user .user-profile-info-area ul.links li:first-child a {
    border-top: 0;
}

.about.dashboard-user .user-profile-info-area ul.links li a:hover {
    color: #eb2e26;
}
.about.dashboard-user .search--filter-right h1 {
    padding: 0 0 10px;
}
.about.dashboard-user .search--filter-right {
    padding: 20px;
}
.about.dashboard-user .form--part .form-floating label {
    /* display: block; */
    font-weight: 600;
}
.form--part .form-floating {
    margin-bottom: 15px;
}
.about.dashboard-user h4.title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #212121;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin: 0 0 25px;
    text-align: left;
    width: 100%;
}
.about.dashboard-user .form--part {
    padding: 0;
    min-height: auto;
}
.dashboard-user .SH--filterBarClose {
    top: 15px;
}
.form-input.submit-message p {
    padding: 20px;
    background: #eb2e26;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    font-weight: 500;
    color: #fff;
}

.about .abt-cont ul.ul-list h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 15px;
}

.about .abt-cont ul.ul-list h4 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    position: relative;
    padding: 0;
    font-weight: normal;
}

.mv-flex .mv-flex-left h2:before,
.mv-flex .mv-flex-left h2:after{
    display: none;
}

.btn-comn.prod-order-now-btn.btn-indx{
    z-index: 1;
    position: relative;
    margin-top: 45px;
}
.home-five-blocks-ins p span {
    color: #eb3826;
    font-weight: 600;
}

p.required-info {
    padding: 10px 15px;
    background: #eb2e26;
    color: #fff;
    margin: 20px 0 0;
    font-weight: 600;
}
.search--filter-right .about-item .bg-light.rounded.p-4.mb-4 div#ajaxContent {
    padding: 0 !important;
}
.search--filter-right .about-item .bg-light.rounded.p-4.mb-4 {
    padding: 0px !important;
    background: #fff !important;
    margin-bottom: -10px !important;
}
.search--filter-right table tr td input.price, 
.search--filter-right table tr td input.discount, 
.search--filter-right table tr td input.qty, 
.search--filter-right table tr td input.row-total.about,
.search--filter-right table tr td input.form-control.row-TDGST,
.search--filter-right table tr td input.form-control.row-TDWGST,
.search--filter-right table tr td input.form-control.row-GSTALL,
.search--filter-right table tr td input.form-control.row-total,
.search--filter-right table tr td input.form-control.row-TVGST,
.search--filter-right table tr td input.form-control.row-gstvalue {
    padding: 0;
    font-size: 12px;
    height: auto;
    border: 0;
    background: none;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
}
.search--filter-right table tr td input.qty {
    border: 1px solid #ddd;
    padding: 3px 5px;
    background: #fff;
    min-width: 60px;
}

.search--filter-cont nav.flex.items-center.justify-between .flex.justify-between.flex-1 + div.hidden.sm\:justify-between div + div{
    display: none;
}

.search--filter-right .about-item .billing--topbxin:nth-child(2) {
    background: #f9f9f9;
}
.search--filter-right .about-item .billing--topbxin {
    padding: 20px 15px;
    margin-bottom: 20px;
}
.search--filter-right .about-item .billing--topbxin .billing-add-area h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #212121;
}
.search--filter-right .about-item .billing--topbxin .billing-add-area h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #212121;
}
.search--filter-right .about-item .billing--topbxin:nth-child(2) {
    background: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.btn-comn.btn-comn-popup button {
    max-width: 100px;
    margin-top: 0;
    padding: 7px 15px;
    font-size: 14px;
    background: none;
    border: 1px solid #eb2e26 !important;
    color: #eb2e26;
}
.btn-comn.btn-comn-popup button:hover {
    background: #eb2e26;
    color: #fff;
}
.search--filter-right .about-item .order--form-tbl table {
    background: #f9f9f9 !important;
    border: 1px solid #ddd !important;
}
.search--filter-right .about-item .order--form-tbl table td {
    padding: 10px;
    border: 1px solid #ddd !important;
}
.search--filter-right .about-item .order--form-tbl table td label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121;
}
.search--filter-right .about-item .order--form-tbl table td input.form-control {
    background: #fff;
    box-shadow: inherit;
    font-size: 14px;
    color: #212121;
}
.search--filter-right .about-item .order--form-tbl table td button.btn.btn-primary {
    margin-top: 0;
    padding: 12px 15px !important;
    font-size: 16px;
    max-width: 275px;
}
/* .search--filter-right .about-item .order--form-tbl table tr:last-child td {
    text-align: right;
    background: #eee;
} */
.final--orderpg .search--filter-right {
    border: 1px solid #eee;
    max-width: 100% !important;
}
.final--orderpg .final--ordertblbtm table tr:last-child td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-color: #eee;
}
.search--filter-cont .search--filter-left .left-area h4:before,
.search--filter-cont .search--filter-left .left-area h4:after {
    position: absolute;
    width: 12px;
    height: 3px;
    background: #212121;
    content: '';
    right: 3px;
    top: 7px;
    transition: all 0.5s ease;
}
.search--filter-cont .search--filter-left .left-area h4.active:before {
    transform: rotate(90deg);
}
.search--filter-cont.showhide .search--filter-left {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.search--filter-cont.showhide .SH--filterBar{
    right: 11px;
    top: -37px;
}
.about.dashboard-user .search--filter-cont.showhide .SH--filterBar {
    top: 11px;
}
.search--filter-cont.showhide .search--filter-right{
    max-width: calc(100% - 15px) !important;
}
div#ajaxContent.shadow {
    box-shadow: inherit !important;
}
div#ajaxContent.shadow div#ajaxContent.shadow {
    box-shadow: inherit !important;
    padding: 0 !important;
}
.search--filter-right .filtered--products-tbl table tr td:nth-child(4) {
    max-width: 100px;
}
.search--filter-right .filtered--products-tbl table tr th:nth-child(11) {
    max-width: 60px;
}
.search--filter-right table tr td {
    word-wrap: break-word;
    /* word-break: break-word; */
}
#overlay{
    z-index: 9;
}
.edit-shipping-add .form-floating {
    margin-bottom: 15px;
}

.edit-shipping-add .form-floating input {
    border: 1px solid #dddddd !important;
    font-size: 16px !important;
    color: #888;
    background: #fff;
    outline: 0;
    box-shadow: none;
    padding: 11px 20px !important;
    border-radius: 0;
    height: 50px;
}
.edit-shipping-add h3 {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    padding: 0 0 25px;
    font-weight: 600;
}

/* scrolling filter and table */
.scroll--table {
    max-height: 800px;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.21);
}
body.logclass .search--filter-right {
    border: 0;
}
.scroll--table thead tr:first-child {
    position: sticky;
    /* top: 56px; */
    top: 0;
}
.search--filter-right .about-item .bg-light.rounded.p-4.mb-4 > .row {
    margin: 0;
}
.search--filter-right .about-item .dataTables_wrapper .dataTables_filter {
    float: right;
    /* text-align: right; */
    text-align: center;
    position: fixed;
    top: 0;
    /* background: #212121; */
    width: 100%;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-bottom: 0;
    color: #fff;
    margin-left: 15px;
    z-index: 9;
    max-width: 522px;
}
.search--filter-right .about-item .dataTables_wrapper .dataTables_filter label{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0px;
}
.search--filter-right .about-item .dataTables_wrapper .dataTables_filter label input{
    border: 1px solid #ddd;
    padding: 7px 15px;
    background: #fff;
    margin-left: 10px;
    /* min-width: 275px; */
    min-width: 423px;
    color: #212121;
    font-size: 14px;
}
body.outclass .category--listpg .SH--filterBarClose {
    top: -10px;
}

.search--filter-right .about-item .order--form-tbl table tr:first-child th {
    background: #ddd;
    color: #212121;
    border-color: #ccc;
}

.show--orderbtn.btn.btn-primary {
    padding: 8px 15px;
    font-size: 16px;
    width: 160px;
    border-radius: 5px !important;
    margin: 0px;
    position: fixed;
    bottom: 150px;
    z-index: 9991;
    margin-right: calc((100vw - 1440px) / 2);
    right: -80px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    height: 42px;
}

.dn-flex {
    display: flex;
    justify-content: right;
}
.dnSh--orderbtn.btn.btn-primary {
    padding: 8px 15px;
    font-size: 16px;
    width: 195px;
    border-radius: 5px !important;
    bottom: 150px;
    height: 42px;
    margin: 0;
}

.show--orderbtn.btn.btn-primary:hover,
.search--filter-right .about-item .order--form-tbl .back--place--btns button.back--toEdit:hover {
    background: #ffff;
    color: #555;
    border: 1px solid #ddd;
}
.back--place--btns {
    display: flex;
    justify-content: end;
    gap: 16px;
}
.search--filter-right .about-item .order--form-tbl .back--place--btns button {
    max-width: 250px !important;
}
.search--filter-right .about-item .order--form-tbl .back--place--btns button.back--toEdit{
    background: #ffff;
    color: #555;
    border: 1px solid #ddd;
    width: 160px !important;
}

.search--filter-right .about-item .order--form-tbl .back--place--btns .EditplaseOrder {
    max-width: 145px !important;
    background: #eee;
    color: #444;
    border: 1px solid #ddd;
    height: 50px;
    padding: 0 15px !important;
    line-height: 50px;
    margin-top: 0;
    font-size: 16px;
}
body.showEdPlTblb.body--overlay .show--orderbtn.btn.btn-primary{
    display: none;
}

/* category filter popup without login */
body#cat_active.logclass .overlay--category,
body#cat_active.logclass .about.py-5.category--listpg .SH--filterBar01{
    display: none;
}
/* body#cat_active.logclass .search--filter-cont.showhide .search--filter-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
} */

body#cat_active.logclass.mobile-open .search--filter-right .about-item .dataTables_wrapper .dataTables_filter{
    z-index: 8;
}

body.logclass .prodbox.no-btm-pad.fullFixBG .btn-comn.prod-order-now-btn.btn-indx {
    display: none;
}
/* category filter popup without login */


/* .search--filter-right .about-item .order--form-tbl .edit--placedOdBx{
    margin-top: 20px;
} */

.search--filter-right .about-item .order--form-tbl .edit--placedOdBx {
    max-width: 100%;
    overflow-x: auto;
    max-height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    top: 0px;
    margin:0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all 0.5s ease;
    display: block!important;
    width: 100% !important;
    padding: 20px;
    background: rgba(0, 0, 0, 0.81);
}
body.showEdPlTblb .edit--placedOdBx{
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
}

.search--filter-right .about-item .order--form-tbl .edit--placedOdBx table#selectedTable {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.search--filter-right .about-item .order--form-tbl table#selectedTable th.tdwd--nn,
.search--filter-right .about-item .order--form-tbl table#selectedTable td.tdwd--nn {
    display: none;
}


.search--filter-cont .search--filter-left .left-area .body-area {
    max-height: 275px;
    overflow-y: auto;
}

.mv-flex .mv-flex-left .abt-image:after,
.mv-flex .mv-flex-left .abt-image .abt-dic{
    display: none;
}

body.logclass .ordering--msz {
    display: none;
}

/* breadcrumb */

.bg-breadcrumb {
    margin-top: 60px;
    background: url('../images/banner--inimg.jpeg') left top no-repeat;
    background-size:cover;
    position: relative;
}
.bg-breadcrumb:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 175px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), 81%, rgba(0, 0, 0, 0));
}

.bg-breadcrumb.breadcrumbBg-brakepads {
    background: url('../images/brakepads--inimg.jpeg') center center no-repeat;
    background-size: cover;
}
.bg-breadcrumb.breadcrumbBg-brakepads-pro {
    background: url('../images/brakepads--inimg.jpeg') center center no-repeat;
    background-size: cover;
}
.bg-breadcrumb.breadcrumbBg-brakepads-pre {
    background: url('../images/brakepads--inimg.jpeg') center center no-repeat;
    background-size: cover;
}
.bg-breadcrumb.breadcrumbBg-brakepads-max {
    background: url('../images/brakepads--inimg.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-breadcrumb.breadcrumbBg-engineOil {
    background: url('../images/bg--engineOil.png') center center no-repeat;
    background-size: cover;
}
.bg-breadcrumb.breadcrumbBg-suspensionParts {
    background: url('../images/suspension--inimg.jpg') left center no-repeat;
    background-size: cover;
}

.prodbox.prod--listBx .abt-dic {
    padding: 30px 0 0;
}
.prodbox.prod--listBx .abt-dic h2 {
    font-size: 24px;
    line-height: 32px;

}
.prodbox.prod--listBx .abt-dic h2 span {
    display: block;
}
.prodbox.prod--listBx .abt-image {
    padding: 30px;
}
.prodbox.prod--listBx .abt-image:before,
.prodbox.prod--listBx .abt-image:after{
    display: none;
}
.prodbox.prod--listBx .abt-cont {
    position: relative;
}
.prodbox.prod--listBx .abt-dic .btn-comn {
    position: absolute;
    bottom: 0;
    left: 16px;
}
.prodbox.prod--listBx .abt-cont {
    position: relative;
    padding-bottom: 70px;
}

.srarch-by-Vehicle.btn-comn {
    display: none;
}

a.mobile--searchIcon {
    display: none;
}

/* scroll data on mobile */
.user-tblScroll {
    width: 100%;
}
a.viewOredr{
    color: #212121;
}
h1.toggle--btn {
    padding: 5px 35px 5px 15px!important;
    border: 1px solid #eee;
    width: 100%;
    font-size: 16px!important;
    background: #f0f0f0;
    position: relative;
    font-weight: 600!important;
}
.search--filter-right .about-item h1.toggle--btn{
    margin-bottom: 0!important;
}
h1.toggle--btn:before {
    position: absolute;
    content: '';
    border-bottom: 6px solid #212121;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 15px;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
h1.toggle--btn.active:before {
    transform: rotate(180deg);
    top: 19px;
}
ul.list.toggle--SH {
    margin-top: 0;
    padding: 0;
    border: 1px solid #eee;
    background: #f6f6f6;
    word-break: break-word;
}
ul.list.toggle--SH li p span.user-title {
    min-width: 125px;
    font-weight: 600;
}
ul.list.toggle--SH li p {
    display: flex;
    gap: 20px;
    text-align: left;
}
ul.list.toggle--SH li:nth-child(2n + 1) {
    background: #f9f9f9;
}
ul.list.toggle--SH li {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}
ul.list.toggle--SH li:last-child {
    border-bottom: none;
}

.toggle--bsAddSH .billing-add-area h4 {
    font-weight: 400 !important;
    font-size: 16px !important;
    display: flex;
    gap: 20px;
}
.toggle--bsAddSH .billing-add-area h4 span {
    font-weight: 600;
    min-width: 75px;
}
.about.final--orderpg .search--filter-right .about-item .bg-light.rounded.p-4.mb-4 {
    margin-bottom: 10px !important;
}

.search--filter-right .about-item .bg-light.rounded.p-4.mb-4 tbody tr.product-row:nth-child(2n + 1) {
    background: #fff !important;
}

section.about.prodbox.gray-bg.mob-d-contents-rgt {
    position: relative;
}
section.about.prodbox.gray-bg.mob-d-contents-rgt:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    display: none;
}
section.about.prodbox.gray-bg.mob-d-contents-rgt .abt-cont, 
section.about.prodbox.gray-bg.mob-d-contents-rgt .abt-image {
    margin-bottom: 0;
}
section.about.prodbox.gray-bg.mob-d-contents-rgt + .home-choose.banner-btm {
    padding: 0;
}
section.about.prodbox.gray-bg.mob-d-contents-rgt + .home-choose.banner-btm .container {
    padding: 0;
    max-width: 1800px;
}
.about.gray-bg.home-choose.banner-btm .prodbox .abt-image:before, 
.about.gray-bg.home-choose.banner-btm .prodbox .abt-image:after{
    opacity: 0;
}
section.about.prodbox.gray-bg.mob-d-contents-rgt + .home-choose.banner-btm .prodbox:first-child .abt-image:after {
    left: auto;
    right: 0;
    background-image: linear-gradient(to bottom, #f1f1f1, rgba(241, 241, 241, 0));
    opacity: 1;
    height: 100px;
    width: 100%;
}
span.mob--sh {
    display: none;
}
.mobile--tableFix div#myTable_length,
.mobile--tableFix div#myTable_paginate {
    display: none;
}
.search--filter-cont.showhide .show--orderbtn.btn.btn-primary,
body.mobile-open .show--orderbtn.btn.btn-primary{
    opacity: 0;
}

.show--orderbtn.btn.btn-primary:after {
    position: absolute;
    content: "Hide Order";
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    font-size: 16px;
    width: 160px;
    height: 42px;
    text-align: center;
    left: 0;
    top: 0;
    line-height: 42px;
    opacity: 0;
}
.show--orderbtn.btn.btn-primary:hover:after {
    background: #ffff;
    color: #555;
    border: 1px solid #ddd;
}
body.showEdPlTblb .show--orderbtn.btn.btn-primary:after{
    opacity: 1;
}
body.showEdPlTblb .show--orderbtn.btn.btn-primary{
    font-size: 0;
}
.search--filter-cont .toggle--bsAdd {
    margin-top: 0;
    position: absolute;
    top: -60px;
    width: 100%;
    max-width: 180px;
    right: 0;
    cursor: pointer;
    border-radius: 4px;
}
.ordering--msz {
    padding: 30px;
    background: #212121;
    margin: -25px 0 30px;
    font-size: 16px;
    font-weight: 700;
    max-width: 850px;
    text-align: center;
    color: #fff;
    border: 1px solid #eee;
    position: relative;
    text-transform: uppercase;
}
.ordering--msz span {
    display: none;
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background: #eb2e26;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.toggle--bsAdd {
    padding: 5px 35px 5px 15px !important;
    border: 1px solid #eee;
    width: 100%;
    font-size: 16px !important;
    background: #f2f2f2;
    position: relative;
    color: #212121;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600;
}

.toggle--bsAdd:before {
    position: absolute;
    content: '';
    border-bottom: 6px solid #212121;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 15px;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.toggle--bsAdd.active:before {
    transform: rotate(180deg);
    top: 19px;
}
.toggle--bsAddSH {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 20px;
    background: #f9f9f9;
}
.search--filter-right .about-item .billing--topbxin {
    margin-bottom: 0;
}


body.outclass .search--filter-right table#myTable thead tr th:first-child,
body.outclass .search--filter-right table#myTable thead tr th:last-child,
body.outclass .search--filter-right table#myTable tbody tr td:first-child,
body.outclass .search--filter-right table#myTable tbody tr td:last-child{
    width:0!important;
    max-width:0!important;
    border:0;
    padding:0;
}

body.logclass .search--filter-right table#myTable thead tr th:first-child,
body.logclass .search--filter-right table#myTable tbody tr td:first-child{
    width:0!important;
    max-width:0!important;
    border:0;
    padding:0;
}

.dashboard-user,
body.outclass .category--listpg {
    padding-top: 80px !important;
}
body.outclass .category--listpg .SH--filterBar01{
    width: 125px!important;
    left: 0;
    top: -51px;
    padding: 0 15px;
    text-align: center;
}
body.outclass .category--listpg .SH--filterBar01::before{
opacity: 0;
}
.dashboard-user .SH--filterBar01{
    width: 140px!important;
    left: 0;
    top: -51px;
}

.search--filter-cont .search--filter-left{
    z-index: 991;
    top: 0;
}
.popupclose--overlay, .overlay--category{
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 990;
    display: none;
}
.overlay--category{
    display: block;
}
.body--overlay .popupclose--overlay,
body.showEdPlTblb .popupclose--overlay{
    display: block;
}

body.body--overlay {
    overflow: hidden;
}
body.outclass .dashboard-user .SH--filterBarClose {
    top: 15px;
}

.download--odr {
    color: #555;
    padding: 5px 7px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 600;
}
.download--odr:hover {
    color: #fff;
    background: #ee7927;
    border: 1px solid #ee7927;
}

body.outclass .category--listpg .search--filter-cont.showhide .search--filter-left {
    transform: translatey(0%);
    -webkit-transform: translatey(0%);
    top: 10%;
}

body.outclass .category--listpg .search--filter-cont .search--filter-left {
    top: 0;
    left: calc(50% - 225px);
    max-height: 80%;
    height: auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    max-width: 550px;
    border-radius: 4px;
}
body.outclass .category--listpg .search--filter-right .about-item .bg-light.rounded.p-4.mb-4 {
    margin-bottom: 15px !important;
    position: relative;
}
body.outclass .category--listpg .search--filter-right{
    border: none !important;
}
body.outclass .category--listpg .search--filter-cont .search--filter-left .SH--filterBarClose::before{
    content: 'X';
    border: 0;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.search--filter-right .about-item .bg-light.rounded.p-4.mb-4 div#ajaxContent .dataTables_wrapper .dataTables_info {
    padding: 10px 15px;
}

.search--filter-right table#myTable tr td{
    max-width: 100px;
}
.search--filter-right table#myTable tr.pdRow--show td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.search--filter-right table#myTable tr.pdRow--show:hover td, 
.search--filter-right table#myTable tr.pdRow--hide td {
    background: #efc4a6;
    cursor: pointer;
}

body.outclass .srarch-header-right {
    width: 40px;
    right: 40px;
}
body.outclass .header-right {
    margin-right: 60px;
}
body.showEdPlTblb.body--overlay .show--orderbtn.btn.btn-primary {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    right: 20px;
    bottom: auto;
    top: 15px;
}

.search--filter-right table.cat-4 thead tr:first-child th:nth-child(7), 
.search--filter-right table.cat-4 tbody tr td:nth-child(7) {
    /* hide AXLE column from brake shoes */
    display: none !important;
}
body.outclass .about.final--orderpg .billing--topbx {
    display: none !important;
}

td.det--trAll .det--trAllsp {
    display: inline-block;
    vertical-align: top;
    margin: -2px 15px 0 0;
    width: 45px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    color: #212121;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #999;
    cursor: pointer;
}
td.det--trAll .det--trAllsp:hover {
    background: #eb2e26;
    color: #fff;
    border: 1px solid #eb2e26;
}
.about.final--orderpg {
    padding-top: 60px !important;
}

/* hide columns as per category & sub-catagory */
.search--filter-right table#myTable.cat-3 th.colid--ma,
.search--filter-right table#myTable.cat-3 th.colid--oe,
.search--filter-right table#myTable.cat-3 th.colid--wva,
.search--filter-right table#myTable.cat-3 th.colid--axle,
.search--filter-right table#myTable.cat-3 th.colid--series,
.search--filter-right table#myTable.cat-3 td.colid--ma,
.search--filter-right table#myTable.cat-3 td.colid--oe,
.search--filter-right table#myTable.cat-3 td.colid--wva,
.search--filter-right table#myTable.cat-3 td.colid--series,
.search--filter-right table#myTable.cat-3 td.colid--axle{
    display: none;
}



.search--filter-right table#myTable.cat-4 th.colid--ma,
.search--filter-right table#myTable.cat-4 th.colid--oe,
.search--filter-right table#myTable.cat-4 th.colid--wva,
.search--filter-right table#myTable.cat-4 th.colid--axle,
.search--filter-right table#myTable.cat-4 th.colid--series,
.search--filter-right table#myTable.cat-4 td.colid--ma,
.search--filter-right table#myTable.cat-4 td.colid--oe,
.search--filter-right table#myTable.cat-4 td.colid--wva,
.search--filter-right table#myTable.cat-4 td.colid--series,
.search--filter-right table#myTable.cat-4 td.colid--axle{
    display: none;
}

body.logclass .search--filter-right table#myTable.SubCatMax-3 th.colid--ma,
body.logclass .search--filter-right table#myTable.SubCatMax-3 th.colid--oe,
body.logclass .search--filter-right table#myTable.SubCatMax-3 th.colid--wva,
body.logclass .search--filter-right table#myTable.SubCatMax-3 td.colid--ma,
body.logclass .search--filter-right table#myTable.SubCatMax-3 td.colid--oe,
body.logclass .search--filter-right table#myTable.SubCatMax-3 td.colid--wva{
    display: none;
}

/* hide div's */
.search--filter-right .about-item .bg-light.rounded.p-4.mb-4 div#ajaxContent + .col-lg-12 {
    display: none;
}

td.colid--serialNo.det--trAll img {
    width: 18px;
    margin: 0 0 0 10px;
}

body#cat_active .about.py-5.category--listpg {
    padding-top: 20px !important;
}

.category-list-pr {
    position: relative;
}
.category-list-pr span.toggle-catblock {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: -50px;
    cursor: pointer;
}
.category-list-pr span.toggle-catblock:before,
.category-list-pr span.toggle-catblock:after {
    position: absolute;
    width: 12px;
    height: 3px;
    background: #212121;
    content: '';
    right: 3px;
    top: 7px;
    transition: all 0.5s ease;
}
.category-list-pr span.toggle-catblock:before {
    transform: rotate(90deg);
}
.category-list-pr span.toggle-catblock.active:before {
    transform: rotate(0deg);
}

.category-list .col-lg-4.mb-4.p-3 {
    background: #fff;
    /* border: 1px solid #eee;
    box-shadow: 0 0 7px rgba(0,0,0,0.11);
    border-radius: 8px; */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0!important;
    -ms-flex: calc(16% - 20px);
    flex: calc(16% - 20px);
    max-width: calc(16% - 20px);
    padding: 0 10px 10px 10px!important;
}

.category-list form#catalogForm img {
    height: 151px;
    object-fit: contain;
}

.category-list-In.row {gap: 20px;}
.category-list-In.row form#catalogForm {
    width: 100%;
    text-align: center;
}
.container.category-list {
    padding: 0 0 40px 40px;
}
.container.category-list h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #212121;
    margin: 0 0 20px -15px;
    padding-bottom: 5px;
    position: relative;
}
.category-list form#catalogForm img + p {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    color: #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 6px;
    text-align: center;
    width: 100%;
}
.container.category-list h3 span {
    font-size: 18px;
    line-height: 26px;
    display: block;
    font-weight: 500;
}

.category-list-In.row form#catalogForm input[type=checkbox] {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor:pointer;
    z-index: 1;
}

.category-list-In.row form#catalogForm input[type=checkbox] + label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 7px rgba(0,0,0,0.11);
    border-radius: 8px;
}
.category-list-In.row form#catalogForm input[type=checkbox]:checked + label {
    border-color: #eb2e26;
}
.category-list-In.row form#catalogForm input[type=checkbox]:checked + label + img + p{
    color: #eb2e26;
}

/* added medida */
@media(max-width:1440px) {
    .show--orderbtn.btn.btn-primary {
        margin-right: 0;
        right: -50px;
    }
}

@media(max-width:1280px) {
    .srarch-header-inpflds input {
        min-width: 320px;
        max-width: 320px;
    }
}

@media(max-width:1199px) {
    .logo-right{
        display: none;
    }

    .category-list .col-lg-4.mb-4.p-3 {
        -ms-flex: calc(50% - 20px);
        flex: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media(min-width:992px) {
    .container-fluid.bg-breadcrumb {
        padding: 0;
    }

    .search--filter-right table tr:first-child th.colid--serialNo {
        padding-left: 60px !important;
    }


    .search--filter-right table tr:first-child th.colid--td, 
    .search--filter-right table tr:first-child th.colid--patdInGst, 
    .search--filter-right table tr:first-child th.colid--patdWoGst,
    .search--filter-right table tr:first-child th.colid--mrp{
        max-width: 75px;
        width: 75px !important;
    }

    .search--filter-right table tr:first-child th.colid--ovWoGstAtd, 
    .search--filter-right table tr:first-child th.colid--GstV, 
    .search--filter-right table tr:first-child th.colid--tovInGst{
        max-width: 90px;
        width: 90px !important;
    }

    /* without login changes */
    body#cat_active.logclass .search--filter-cont.showhide .search--filter-left {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        position: sticky !important;
        z-index: 1 !important;
        max-width: 240px;
        padding-top: 20px;
        left: inherit!important;
        top: 81px!important;
    }
    body#cat_active.logclass .search--filter-cont.showhide .search--filter-left .SH--filterBarClose{
        display: none!important;
    }
    body#cat_active.logclass .search--filter-cont .fadeInRight.search--filter-right {
        width: calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
    }
    /* .search--filter-cont .search--filter-left .left-area .filter-result-area + .filter-result-area {
        display: none;
    } */
    .search--filter-right table#myTable tr.pdRow--show td.colid--serialNo {
        min-width: 121px;
        max-width: 121px;
    }
    .search--filter-right table#myTable tr.pdRow--show td.colid--make {
        min-width: 221px;
        max-width: 221px;
    }
    .container.category-list + .about-item {
        padding-left: 20px;
    }
    


}

@media(max-width:991px) {

    /* home page */
    .banner-slider .owl-carousel .owl-dots{
        bottom: -20px;
    }
    .about.gray-bg.home-choose .prodbox .abt-cont .abt-dic {
        padding: 40px 0px;
        display: contents;
    }
    .home-five-blocks,
    .mv-flex {
        display: block;
    }
    .home-five-blocks-in {
        width: 100%;
        padding: 20px;
        min-height: auto;
        display: block;
    }
    .about.gray-bg.home-choose .prodbox h2,
    .about .abt-cont h2, 
    .team h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .about .abt-cont .home-five-blocks-in h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .mv-flex .mv-flex-left {
        width: 100%;
    }
    .mv-flex .mv-flex-left .abt-image img {
        height: auto !important;
    }
    .mv-flex .mv-flex-right {
        width: 100%;
        padding-top: 50px;
    }
    .about.gray-bg.home-choose.mv-gray-bg .container .mv-flex-right .container .row {
        margin: 0;
    }
    .about.gray-bg.home-choose.mv-gray-bg {
        padding-bottom: 30px;
    }
    .header-right {
        display: none;
    }
    body.outclass .srarch-header-right {
        right: 20px;
        width: 40px;
    }
    .slide-dec h1 {
        max-width: 100%;
        font-size: 45px;
        line-height: 50px;
    }
    .banner-area{
        padding: 40px 0;
    }
    .login-page .slide-dec, 
    .slide-dec p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-area + .about .abt-dic {
        padding-left: 0;
        padding-right: 0;
        display: contents;
    }
    .about.gray-bg.home-choose.banner-btm .prodbox .abt-image {
        box-shadow: inherit;
    }
    .about.gray-bg.home-choose.banner-btm .prodbox .col-md-6.col-sm-6.abt-cont {
        order: 1;
        display: contents;
    }
    .about.gray-bg.home-choose.banner-btm .prodbox .abt-image:before, 
    .about.gray-bg.home-choose.banner-btm .prodbox .abt-image:after{
        display: none;
    }
    .about.gray-bg.home-choose.banner-btm .prodbox .abt-image img {
        height: auto;
        margin-bottom: 20px;
    }
    .about.gray-bg.home-choose .prodbox {
        padding-bottom: 40px;
    }
    .about .abt-cont ul.ul-list,
    .about .abt-cont p,
    .about .abt-cont h2{
        width: 100%;
    }
    .about.gray-bg.home-choose .prodbox h2 {
        order: -1;
    }
    .about.gray-bg.home-choose.banner-btm .prodbox .col-md-6.col-sm-6.abt-cont + .col-md-6.col-sm-6 {
        order: -1;
    }
    .about.gray-bg.home-choose.banner-btm{
        padding-bottom: 0;
    }
    .about.gray-bg.home-choose.banner-btm + .about.gray-bg {
        padding: 40px 0;
    }
    .team .owl-carousel button.owl-dot,
    .team .owl-carousel button.owl-dot.active {
        border-radius: 50%;
        margin: 9px;
    }
    .banner-slider .owl-carousel button.owl-dot.active{
        background: #eb3826;
    }
    .banner-area + .about .abt-cont + .col-md-6 {
        order: -1;
    }
    .banner-area + .about .abt-cont {
        display: contents;
    }
    .banner-area + .about .abt-dic h2 {
        order: -1;
        text-align: center;
    }
    .banner-area + .about .abt-dic h2:after{
        left: 50%;
        width: 100px;
        margin-left: -50px;
    }
    .banner-area + .about .abt-dic h2:before{
        left: 50%;
        width: 170px;
        margin-left: -85px;
    }
    .banner-area + .about .row {
        margin: 0;
    }
    .about.gray-bg.home-choose .mv-flex .prodbox {
        padding-bottom: 0;
    }
    

    /* breadcrumb */
    .bg-breadcrumb h4 {
        font-size: 24px;
        line-height: 32px;
        padding: 0;
        margin: 0 !important;
    }
    .bg-breadcrumb .container ol.breadcrumb {
        padding: 0 0 16px;
    }
    .bg-breadcrumb .container {
        padding: 151px 0 0 !important;
        position: relative;
    }

    /* contact page  */
    .contact-page{
        background: #fff !important;
    }
    .bg-breadcrumb.breadcrumbBg-contact {
        background: #fff url('../images/contact--img-01.png') right top no-repeat !important;
        background-size: cover !important;
    }
    .bg-breadcrumb:before {
        height: 100px;
        top: auto;
    }
    .contact-page .form--part {
        padding: 0 0 40px;
        max-width: 100%;
        min-height: auto;
    }
    .form--part h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .compare-blocks{
        display: block;
        padding-top: 0;
    }
    .compare-blocks .compare-blocks-in{
        width: 100%;
        margin-top: 20px;
    }
    .compare-blocks .compare-blocks-in:first-child{
        margin-top: 0px;
    }
    .prodbox {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .compare-blocks .compare-blocks-in h3{
        font-size: 20px;
        line-height: 26px;
    }
    .prodbox.no-btm-pad.fullFixBG .abt-dic h2 span {
        display: inline;
    }

    .prodbox.prod--listBx .abt-cont {
        padding-bottom: 56px;
        display: flex;
        flex-wrap: wrap;
    }
    .prodbox.prod--listBx .abt-image {
        margin-bottom: 20px !important;
    }
    .prodbox.prod--listBx .abt-dic .btn-comn {
        position: static;
    }
    .prodbox.prod--listBx .abt-dic .btn-comn a.button{
        margin-top: 0;
    }

    .prodbox.prod--listBx .abt-dic {
        padding: 30px 0 0;
        display: contents;
    }
    .prodbox.prod--listBx .abt-dic div {
        display: contents;
    }
    .prodbox.prod--listBx .abt-dic h2 {
        order: -1;
    }
    
    .about .abt-dic {
        padding: 0;
    }
    .about.product-main-pg .abt-image{
        padding: 30px;
    }
    .compare-blocks.wd50 .compare-blocks-in {
        width: 100%;
    }
    .prodbox.gray-bg.prod--listBx {
        padding-bottom: 0;
    }

    .mob-d-contents .abt-image {
        margin-bottom: 20px !important;
    }

    .prodbox.mob-d-contents-rgt .abt-cont,
    .prodbox.mob-d-contents-rgt .abt-cont .abt-dic,
    .prodbox.mob-d-contents-lft .abt-cont,
    .prodbox.mob-d-contents-lft .abt-cont .abt-dic{
        display: contents;
    }
    .prodbox.mob-d-contents-rgt .abt-cont .abt-dic h2,
    .prodbox.mob-d-contents-lft .abt-cont .abt-dic h2{
        order: -1;
    }
    .prodbox.mob-d-contents-rgt .abt-img,
    .prodbox.mob-d-contents-lft .abt-img {
        display: contents;
    }
    .prodbox.mob-d-contents-rgt .abt-img .abt-image{
        order: -1;
        margin-bottom: 25px;
    }
    .prodbox.mob-d-contents-lft .abt-img .abt-image{
        margin-bottom: 25px;
    }
    .prodbox.mob-d-contents-rgt .row,
    .prodbox.mob-d-contents-lft .row {
        margin: 0;
    }

    .logo-right {
        display: flex;
    }
    .logo-right span:first-child img {
        max-width: 109px!important;
    }
    .mobile-menu .logo {
        padding: 11px 0 12px 105px;
    }
    .mobile-menu .logo:before{
        left: -30px;
        width: 108px;
    }

    a.mobile--searchIcon {
        position: absolute;
        left: -40px;
        top: 8px;
        width: 24px;
        height: 24px;
        border-radius: 50px;
        display: block;
        background-size: contain;
        border: 2px solid #fff;
    }
    a.mobile--searchIcon:before {
        position: absolute;
        content: '';
        width: 9px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        bottom: -2px;
        left: -4px;
        transform: rotate(-45deg);
    }
    a.mobile--searchIcon:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background: #ee7927;
        border-radius: 20px;
        top: 4px;
        left: 4px;
    }

    section.about.prodbox.gray-bg.mob-d-contents-rgt:before{
        display: none;
    }
    section.about.prodbox.gray-bg.mob-d-contents-rgt + .home-choose.banner-btm .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    section.about.prodbox.gray-bg.mob-d-contents-rgt + .home-choose.banner-btm {
        padding: 50px 0;
    }
    section.about.prodbox.gray-bg.mob-d-contents-rgt .col-md-6.col-sm-6.abt-cont + .col-md-6.col-sm-6 {
        order: -1;
    }



    /* mobile table layout */
    
    .filtered--products-tbl table thead {
        display: none;
    }
    .filtered--products-tbl tbody tr.product-row{
        border-bottom: 1px solid #999!important;
        display: flex;
        flex-wrap: wrap;
        background: #fff !important;
        position: relative;
        /* padding-right: 100px; */
        /* margin-bottom: 25px; */
        margin-bottom: 65px;
    }
    body.logclass .filtered--products-tbl tbody tr.product-row{
        margin-bottom: 20px;
    }
    body.logclass .srarch-header-right {
        right: 20px;
    }
    .search--filter-right table#myTable tr.pdRow--show:hover td, 
    .search--filter-right table#myTable tr.pdRow--hide td {
        background: #fff;
    }
    
    .search--filter-right table#myTable thead tr th:last-child,
    .search--filter-right table#myTable tbody tr td:last-child{
        padding: 8px 10px;
    }
    .filtered--products-tbl tbody tr.product-row td {
        display: block;
        width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box;
        border-left: 0;
        border-right: 0;
        display: flex;
        border: 1px solid #999!important;
        border-bottom: none !important;
    }
    .search--filter-right .filtered--products-tbl table{
        border: none !important;
    }
    .filtered--products-tbl tbody tr.product-row td:first-child {
        width: 0;
        padding: 0;
        border: none;
        height: 0;
    }
    span.mob--sh {
        font-size: 12px;
        padding-right: 15px;
        width: 125px;
        display: inline-block;
        min-width: 125px;
        background: #eee;
        padding: 8px 5px 3px;
        margin: -8px 10px -8px -10px;
        white-space: normal;
    }
    td.td--qty span.mob--sh {
        color: #fff;
        background: none;
        margin: 0;
        padding: 5px;
    }
    .filtered--products-tbl tbody tr.product-row td:first-child {
        width: 0;
        padding: 0;
        border: none;
    }
    .filtered--products-tbl tbody tr.product-row td.td--qty {
        position: absolute;
        width: 100% !important;
        right: 0;
        bottom: -43px;
        border: none !important;
        background: #ee7927!important;
    }

    .scroll--table {
        max-height: inherit;
        overflow-y: inherit;
    }

    .search--filter-right table#myTable tr.pdRow--show td:nth-child(5),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(6),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(7),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(8),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(10),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(11),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(12),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(13),
    .search--filter-right table#myTable tr.pdRow--show td:nth-child(14) {
        display: none;
    }


    /* mobile table layout */




    td.det--trAll .det--trAllsp {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 1;
    }
    .filtered--products-tbl tbody tr.product-row td.colid--partno {
        position: absolute;
        top: 0;
        background: #fff;
    }

    body.outclass .category--listpg .search--filter-cont .search--filter-left {
        left: calc(50% - 150px);
        max-width: 300px;
    }
    .scroll--table #myTable_wrapper.dataTables_wrapper {
        padding-top: 40px;
    }
    .search--filter-right .about-item .bg-light.rounded.p-4.mb-4 div#ajaxContent .dataTables_wrapper .dataTables_info {
        padding: 8px 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #212121;
        border: 1px solid #999;
        color: #fff;
    }

    .mobile--tableFix div#myTable_length,
    .mobile--tableFix div#myTable_paginate {
        display: none;
    }
    .search--filter-right .about-item .bg-light.rounded.p-4.mb-4 div#ajaxContent {
        padding-top: 0 !important;
    }
    section#contact.contact .container {
        max-width: 500px;
        padding: 50px 20px;
    }
    section#contact.contact .container h4 {
        font-size: 24px;
    }

    .toggle--bsAdd{
        margin-top:0;
    }
    .about.final--orderpg .final--ordertblbtm div#ajaxContent {
        overflow: auto;
    }

    /* mobile table layout */


    .banner-area + section.team {
        padding-bottom: 80px;
    }
    section.about.prodbox.gray-bg.mob-d-contents-rgt + .home-choose.banner-btm .prodbox:last-child {
        padding-bottom: 0;
    }

    .col-sm-6, .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search--filter-right .about-item .bg-light.rounded.p-4.mb-4 {
        padding: 0px !important;
    }

    .search--filter-right .about-item .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
        position: fixed;
        bottom: 0;
        background: #212121;
        width: 100%;
        padding: 15px 20px 20px;
        border: 0;
        border-bottom: 0;
        left: 0;
        z-index: 9;
        top: auto;
        margin-left: 0;
        max-width: 100%;
    }
    .search--filter-right .about-item .dataTables_wrapper .dataTables_filter label input {
        border: 1px solid #ddd;
        padding: 15px;
        background: #fff;
        display: block;
        max-width: 500px;
        width: 100%;
        margin: 10px auto 0;
        color: #212121;
        font-size: 16px;
        min-width: 100%;
    }
    .search--filter-right .about-item .dataTables_wrapper .dataTables_filter label {
        margin-bottom: 0;
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        color: #fff;
    }
    body#cat_active.logclass .search--filter-cont.showhide .search--filter-right {
        max-width: 100% !important;
    }
    .user-tblScroll table#example tbody tr td {
        display: block;
    }
    .user-tblScroll table#example thead tr th {
        display: none;
    }
    .user-tblScroll table#example tbody tr:nth-child(2n + 1) {
        background: #eee;
    }
    .user-tblScroll table#example tbody tr {
        border-bottom: 10px solid #212121 !important;
    }
    .user-tblScroll table#example tbody tr:last-child {
         border-bottom:none !important;
    }
    .about.dashboard-user .search--filter-right {
        padding: 20px 10px;
    }

    body.logclass .SH--filterBar01{
        left: 0;
        top: -40px;
    }

    body#cat_active.logclass .search--filter-cont.showhide .search--filter-left {
        display: none!important;
    }

    .category-list .col-lg-4.mb-4.p-3 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .container.category-list {
        padding: 0 15px 40px;
    }
    .container.category-list h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .container.category-list h3 span{
        font-size: 15px;
        line-height: 20px;
    }
}

@media(max-width:767px) {
      
        
}

.about.py-5.category--listpg {
    min-height: calc(100vh - 114px);
}