@import url(../lib/font-awesome/css/font-awesome.min.css);
@import url(../lib/owl/css/owl.carousel.css);
@import url(../lib/animate/animate.min.css);
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
 overflow-x:hidden;
 font-family: 'Roboto Condensed', sans-serif;
}
p,a,li{font-size:14px;}
a {
    color: #2a2a2a;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #c4151c;
	outline: none;
	text-decoration: none;
}

html{scroll-behavior: smooth;}

p {
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color:#2a2a2a;
}
.color{ font-weight: 600;
}
.bg-grey{ background-color: #eeeeee;}
.bg-black{background-color: #000;}
.bg-red{background-color: #ce0707;}
.sec-pad {padding: 60px 0px 60px 0;}
.bg-dgrey{background-color: #2a2a2a;}
.bg-white{background-color: #ffffff;}

/*btn*/
.btn.btn-info {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #000;
    font-weight: normal;
    border: none;
    font-size: 14px;
    margin-top: 15px;
    padding: 15px 40px;
}
.btn.btn-info:hover {
    background-color: #f0441b !important;
    border-color: transparent;
    color: #fff !important;
    font-weight: normal;
}

.btn.btn-info.orangeBtn {
	background-color: #f0441b;
}




/*end btn*/
sup.qty {
    background: #000000;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    right: -8px;
    top: 0px;
    color: #fff;
    position: absolute;
    border: 2px solid #e20000;
}




.prod-sec .prod_Slide:hover {
    box-shadow: 0px 0px 23px #b9b9b9;
}
.card a:hover h2 {
    color: #f0441b;
}
.prod-sec a:hover h2{
   color: #f0441b;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header.header-scrolled #bottom-bar {
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 2px solid #e20000;
}
.topBar{
	background:#e20000;
	padding: 8px 0px;
}
.topBar_box ul{
	margin:0;
	justify-content:flex-end;
}
.topBar_box {
    line-height: 37px;
    margin-right: 26px;
    color: #000;
}
.topBar_box ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	margin:0;
	padding: 0px 13px;
	position:relative;
}
.topBar_box ul li:last-child a{
		padding-right:0px;
}
.topBar_box ul li:last-child a:after{
	display:none;

}
.topBar_box ul li a:after {
	content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
}
.TaglineHead h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
span.TagIcn {
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #333333;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    padding: 2px 7px;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 0px 0;
    /* position: fixed; */
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
    box-shadow: 0px 0px 5px rgba(187, 187, 187, 0.3);
}

span.heading-second {
        color: var(--main-button-bg);
}
#header.header-pages .main-nav > ul > li > a, #header.header-scrolled .main-nav > ul > li > a {
    position: relative;
    white-space: nowrap;
    float: left;
    line-height: 50px;
}
section#intro .owl-dots { display: none;}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo img {
    padding: 0;
    max-height: 100px;
    transition: all 0.5s ease-in-out 0s !important;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
}
#header.header-scrolled .logo img {
    padding: 0;
    max-height: 70px;
    transition: all 0.5s ease-in-out 0s !important;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
}
.main-pages {
    margin-top: 60px;
}
#bottom-bar {
	
    display: flex;
    width: 100%;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#bottom-bar .main-nav a.appointment-btn {
    height: 36px;
    background: var(--main-button-bg);
    line-height: 22px;
    margin-top: 27px;
    color: #fff;
    font-size: 16px;
    padding: 13px 30px;
    /*  border-radius: 5px;*/
    font-weight: normal;
}

#bottom-bar .main-nav a.appointment-btn:hover {
    background: #000;
}

.cart_block ul li {
    display: inline;
    line-height: 50px;
}

.cart_block ul {
    display: inline-block;
    margin: 0;
}

.cart_block {
    text-align: right;
}

.cart_block ul li a {
  position: relative;
}
.SelectYourVehicle{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* searchbtpart form */
.SearchbyPart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.srch_item {
    margin-top: 11px;
}
.SearchbyPart .srch_item {
    width: calc(100% - 0px);
}
.SearchbyPart .srch_item .form-control {
    padding: 9px 15px;
}
.SearchbyPart .srch_btn {
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
.SearchbyPart .srch_btn button {
    border-radius: 0px;
    border: none;
    background: transparent;
    color: #2a2a2a;
    height: 36px;
    width: 100%;
    position: relative;
    border-left: 1px solid #ddd;
}
.SearchbyPart .srch_btn button:after {
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    background-image: url(/Images/Themes/365/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.SearchbyPart .srch_item .form-control::placeholder{
	    font-family: 'Noto Sans', sans-serif;
		font-size:12px;
		color:#b8b8b8;
}
.crt_icn span {
    height: 34px;
    width: 33px;
    display: inline-block;
	background-image: url(/Images/Themes/365/cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.m-no {
    margin-left: auto;
}
.m-no h4{
    margin: 0;
    font-size: 16px;
    line-height: 50px;
}
.m-no i {
    color: #f0441b;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.top_srch_panel, .menu_panel {
	margin:0;
}
.top_srch_panel {
    padding-top: 15px;
    padding-bottom: 15px;
}




.SelectYourVehicle .srch_item {
	margin-bottom:10px;
}
.SelectYourVehicle .srch_item select.form-control{
	padding: 0px 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    height: unset;
    font-size: 14px;
    border-radius: 0;
    border: none;
    height: 45px;
}
.srch_btn {
    width: 100%;
}
#intro .intro-info h2 span {
    color: #f0441b;
}
.srch_btn button {
    border-radius: 0px;
    border: none;
    background: #e20000;
    color: #000;
    height: 45px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}





.nav_main {
    transform: translatey(18px);
	    transition: all 0.5s ease-in-out 0s !important;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
}
#header.header-scrolled .nav_main {
    transform: unset;
	  transition: all 0.5s ease-in-out 0s !important;
    -webkit-transition: all 0.5s ease-in-out 0s !important;
}
.categories h2 {
    margin: 0;
    font-size: 16px;
    background: #c4151c;
    color: #fff;
    padding: 17px 27px;
    text-align:center;
	position:relative;
}

.list-unstyled.c_submenu {
    background: #fff;
    padding: 10px 0px;
    margin-top: 0;
    display: none;
    position: absolute;
    width: calc(100% - 15px);
    box-shadow: 2px 2px 7px #cecece;
}

.list-unstyled.c_submenu li a:hover span{
	transform:translatex(-5px);
}
.categories:hover .c_submenu {
	display:block !important;
}
.categories:hover h2:after {
	opacity:1;
}
.list-unstyled.c_submenu li a span {
    float: right;
    color: #c4151c;
    font-size: 16px;
	transition:0.3s;
}
.list-unstyled.c_submenu li a {
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
	line-height:20px;
}

.nav_main .row {
    background: #000;
}
























/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro .slider-item{
     height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
  
   
  
}
#intro .banner_btn {
    background-color: #c4151c;
    height: 36px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    border-radius: inherit;
    font-weight: normal;
    padding: 5px 23px;
}
#intro .intro-info h2 {
	color: #fff;
    font-size: 19px;
    line-height: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}
#intro .content-bg.intro-info .intro-info-box {
    padding: 40px;
	text-align:center;
	padding-top:0;
}

#intro .content-bg.intro-info .intro-info-box p {
    color: #fff;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/





/* Shippping Header Strip */
.Ship h4 {
    font-size: 16px;
    margin: 0;
}
.BtnStrip {
    padding: 12px 0px;
}
.BtnStrip .row h4{
    font-weight: bold;
}
.FlatShip.Ship h4{
    margin: 0;
    border-right: 2px solid #e20000;
    padding-right: 30px;
    margin-right: 0px;
}





/* Desktop Navigation */


.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
	display:inline-block;
}
.single-features-box:hover .btn.btn-info {
    background: #000;
}
.main-nav a {display: inline-block;position: relative;color: #2a2a2a;padding: 0px 16px;transition: 0.3s;font-size: 14px;text-transform: capitalize;font-weight: 500;line-height: 50px;}

.cart_price {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    float: right;
    padding-left: 8px;
    color: #2a2a2a;
    margin-left: 6px;
    margin-top: 18px;
}
.cart_price span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}


.LogIn {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    float: left;
    padding-right: 20px;
    color: #2a2a2a;
    margin-right: 20px;
    /* border-right: 2px solid #e20000; */
}
.LogIn span {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}
.LogIn span:last-child {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}


	
.search_main {
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    z-index: 999;
}
.crt_icn{
    float: left;
    line-height: 10px;
    color: #2a2a2a;
}
.main-nav ul > li:hover a:after {
   opacity:1;
}

.main-nav .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background-color: #fff;
    transition: ease all 0.3s;
    box-shadow: 2px 2px 7px #cecece;
}

.main-nav .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    line-height: unset;
}

.main-nav .menu-item-has-children li {
    min-width: 180px;
    position: relative;
    line-height: 0 !important;
    margin: 0 !important;
    display: block;
}
.main-nav ul li.menu-item-has-children ul li:after{content:none;}
.main-nav .menu-item-has-children ul a {
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #000;
    line-height: unset;
    display: block;
}
.main-nav > ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.main-nav .menu-item-has-children ul a:hover,
.main-nav .menu-item-has-children ul .active > a,
.main-nav .menu-item-has-children ul li:hover > a {
    color: #fff;
    background: #f0441b;
	border:none;
}

.main-nav .menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .menu-item-has-children .menu-item-has-children > a {
    padding-right: 35px;
}

.main-nav .menu-item-has-children .menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}
.mobile_no {
    background: #c4151c;
    color: #fff;
    padding-left: 48px;
    line-height: 17px;
    padding-top: 6px;
    padding-bottom: 11px;
}

.mobile_no span:last-child {
    font-weight: bold;
    font-size: 16px;
}

.mobile_no span {
    font-size: 11px;
}

.mobile_no p {
    margin: 0;
}
.mobile_no p:after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url(/Images/Themes/365/phone.png);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translatey(-50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-nav ul > li{
	position:relative;
}
.main-nav ul > li > a:after{
	content: "";
    width: 100%;
    height: 2px;
    background: #c00a27;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    opacity: 0;
}

.main-nav ul > li.menu-item-has-children a:after{
	display:none;
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #fff;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #c4151c;
    text-decoration: none;
	font-weight:bold;
}

.mobile-nav .menu-item-has-children > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.menu-item-has-children > a:after {
    content: "\f077";
}

.mobile-nav .menu-item-has-children > a {
    padding-right: 35px;
}

.mobile-nav .menu-item-has-children ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .menu-item-has-children li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 132px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    background: transparent !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    color: #fff !important;
}

.mobile-nav-toggle i {
    color: #2a2a2a;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(0 0 0 / 80%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/
.section-heading{
	position:relative;
	margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 38px;
    color: #000;
	display:inline-block;
	padding:0px 30px;
	position:relative;
	z-index:3;
	text-transform:uppercase;
	margin:0;
	font-weight:900;
}
.section-heading h2 span.heading-second {
    color: #2a2a2a;
}
.section-heading h3 {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-transform: unset;
}

/*categories */
.card_top_img {
	overflow: hidden;
    position: relative;
    padding: 30px;
    min-height: 250px;
    max-height: 250px;
}
.card-img {
	border-bottom-left-radius: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: initial;
	width:auto !important;
	
}
.test-box .card-img {

}
.card-img-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
}
.coverage.sec-pad {
    background: #fbfbfb;
}
.brands {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	width:100%;
}
.cove_box {
    width: 100%;
    position: relative;
    height: 80px;
}
.cove_box img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: auto !important;
	width:60% !important;
}
.single-features-box:hover {
    background: #c4151c;
}
section.sec-pad.prod-sec.border__wth .prod_card {
    margin-bottom: 0;
}
.card-img-content h5{
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}
.card-img-content p{
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}
.card-body {
    padding: 15px 0px;
}
.card-body h6 {
    font-size: 14px;
    margin-bottom: 5px;
    display: none;
}
.card-body p {
    line-height: 24px;
    margin-bottom: 10px;
}
.price_btn span{
    font-size: 19px;
    margin-right: 5px;
}
.card-title {
  margin-bottom: 0.3rem;
}



/* insta_post */
.sec-pad.bg-grey.insta_post{
	padding: 60px 0px 120px 0;
}





/* products */
.prod-sec{
	position:relative;
}
.prod-sec .card{
	border:none;
}	
.prod-sec .prod_card{
    border-radius: unset !important;
    border: unset;
    padding: 0;
    background: #fbfbfb;
margin-bottom:30px;	
}
.prod-sec .prod_Slide {
	border-radius: unset !important;
    border: unset;
    box-shadow: 0px 0px 23px #ededed;
    margin: 13px;
    padding: 0;
	background:#fff;
}
.prod-sec .card-body h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prod-sec .card-body{
	padding: 15px 15px;
}
.categroies .card-body h2 {
    margin: 0px;
    font-size: 20px; 
	padding-top: 10px;
    padding-bottom: 14px;
}
ul.list-unstyled.ProdList li {
    font-weight: 500;
}
ul.list-unstyled.ProdList {
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
}
.prod_price h3 span b {
    font-size: 12px;
}
span.SellingPrice {
}

span.MRP {
    color: #919191;
    text-decoration: line-through;
}
.prod-sec .card-body {
    padding: 15px 15px;
    padding-bottom: 30px;
}
.ProdBtns a {
    padding: 8px 18px;
    background: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
	color:#fff;
}
.ProdBtns span {
    padding: 8px 18px;
    background: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
	color:#fff;
}
.ProdBtns a.btn.Cart{
	background: #e20000;
	color:#000;
}
.prod_price h3 {
    margin-bottom: 14px;
}
.cat_box {
    padding: 25px 12px;
    transition: 0.4s;
}
.prod_price h3 span {
    font-size: 20px;
    font-weight: 700;
}



/* coverage */
.cov_box img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}







.prod-sec .owl-carousel .owl-nav button.owl-prev, .coverage .owl-carousel .owl-nav button.owl-prev  {
    background: #000;
    display: inline-block;
	width: 22px;
    height: 22px;
    background: url(/Images/Themes/365/left.png);
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translatey(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.prod-sec .owl-carousel .owl-nav button.owl-prev span,.prod-sec .owl-carousel .owl-nav button.owl-next span{
	opacity:0;
}
.coverage .owl-carousel .owl-nav button.owl-prev span,.coverage .owl-carousel .owl-nav button.owl-next span{
	opacity:0;
}

.prod-sec .owl-carousel .owl-nav button.owl-next, .coverage .owl-carousel .owl-nav button.owl-next  {
    background: #000;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/Images/Themes/365/right.png);
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translatey(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.prod-sec .owl-carousel .owl-nav.disabled, .prod-sec .owl-carousel .owl-dots.disabled{
	display:block !important;
}
.coverage .owl-carousel .owl-nav.disabled, .coverage .owl-carousel .owl-dots.disabled{
	display:block !important;
}
.prod-sec .owl-carousel .owl-nav button.owl-prev:focus,.prod-sec .owl-carousel .owl-nav button.owl-next:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.coverage .owl-carousel .owl-nav button.owl-prev:focus,.coverage .owl-carousel .owl-nav button.owl-next:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.SaleItem:after {
   
    content: "";
    display: block;
    height: 160px;
    width: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
   
    bottom: 0;
}





/* ctegories */
.cat_box h3, .cat_box h4 {
    margin: 0;
}
.cat_box h4{
	font-size:18px;
	color:#8d8d8d;
}
.cat_box h3 {
    font-size: 20px;
}



/*footer_top*/
.foot-top {
    padding: 50px 50px;
    position: absolute;
    top: -200px;
    width: 100%;
    left: 0;
    right: 0;
	background:#fff;
}
/*end footer_top*/

/*footer*/
.footer{
    /* background: url(/Images/Themes/365/footer_bg.png); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-color: #000000; */
}
.footer_logo h2{
    font-size: 25px;
    color: #fff;
}
.footer_logo h4{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_logo p{
    font-size: 14px;
    color: #fff;
}
.footer_menu h2{
    font-size: 16px;
    color: #fff;
    
}
.footer_menu h2:after {
    content: "";
    display: block;
    background: #f0441b;
    width: 25px;
    height: 2px;
    margin-top: 8px;
}
.footer_list{
    list-style: none;
    padding-inline-start: 0px;
	column-count:2;
}
.icon ul li:hover i {
    color: #00bcbb;
}
.footer_list li a:hover{color:#fff;}
.footer_list li a{
    color: #a6a6a6;
    font-size: 14px;
    line-height: 30px;
}
li.fm_no a {
    font-size: 20px;
    font-weight: bold;
}
ul.footer_list.comp_list li {
    padding-bottom: 12px;
}

.footer_bottom_icon ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.CompnyName {
	padding: 5px;
    font-size: 24px;
	font-weight:bold;
}

.CompnyName h4 {
    font-weight: 900;
    
}
.footer_bottom_icon li span {
    font-weight: bold;
    color: #a6a6a6;
    line-height: 37px;
}
.terms_cond ul{
	display:flex;
	margin:0;
	justify-content:center;
}
.terms_cond ul li a{
    color: #ffffff;
    padding-right: 37px;
    line-height: 37px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
	position:relative;	
}
.terms_cond ul li a:after {
    content: "";
    display: block;
    height: 13px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translatey(-50%);
}
.footer_bottom_icon {
    margin-top: 20px;
}
.terms_cond ul li a:hover {
    color: #e20000;
}
.footer_bottom{
    margin-top: 30px;
    padding: 8px 0px;
    background: #2a2a2a;
}
.icon {
    margin-top: 17px;
}
.seals-img {
    text-align: right;
}
.copyright p{
    color: #a6a6a6;
    font-size: 12px;
    height: 65px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.desclaimer {
    margin-top: 50px;
    color: #a6a6a6;
    margin-bottom: 15px;
}
#intro .content-bg.intro-info .intro-info-box {
    position: relative;
    z-index: 9;
}
section#intro {
    /* margin-top: 168px; */
	position:relative;
}
.intro-info {
    /* background: #1DA1F2; */
	background: #000000;
    padding: 20px;
}
#intro .inner-page-banner-overly {
	background: #00000070;
}

.icon ul{
    margin-bottom: 0px;
}
.icon ul li{
    display: inline-block;
}
.icon i {
    font-size: 25px;
    margin-right: 8px;
    color: #fff;
}
.footer_bottom_icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;

}

.footer_bottom_icon ul li {
    margin: 0px 5px;
}

.footer_bottom_icon ul li a {
	width: 40px;
    height: 40px;
    display: block;
    background: #242424;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.footer_bottom_icon ul > li > a:hover {
    background: #f0441b;
    color: #fff;
	opacity:0.7;
}
ul.footer_list li a i {
    color: #f0441b;
}
.terms_cond ul li:first-child a:after {
    display: none;
}


.footer_bottom_icon ul li.facebook a {
    background: #3b5998;
}
.footer_bottom_icon ul li.linkedin a {
    background: #00aced;
}
.footer_bottom_icon ul li.instagram a {
    background: #127595;
}
.footer_bottom_icon ul li.youtube a {
    background: #ac1f1c;
}
/*end footer*/






/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/




@media (max-width: 991px) {
    #header {
        /* height: 70px; */
        padding: 0px 0;
    }
    #header .logo h1 {
        font-size: 28px;
        
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    
 
    #topbar {
        display: none;
    }

    .call-to-action .newsletter {
        width: 100%;
    }
    
    
    
}

@media (max-width: 767px) {
     
    #intro .container {
        height: auto !important;
    }
    #intro .intro-img {
        width: 80%;
    }
    #intro .intro-info {
       
        padding-top: 30px;
    }

 .footer_top {

    display: block;
    width: 100%;
    height: auto;    
}
.footer_top_list li {
   
    font-size: 12px;
    display: block;
    padding: 10px 0px;
    white-space: nowrap;
}
.services .box .img-box {
    height: 300px;
    margin-bottom: 10px;
}
.testimonial_bg{
    background-position-y: 295px;
}
.quote {
    background: #f1f1f1;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-right: 0px;
}
.icon ul {
    margin-bottom: 0px;
    padding-inline-start: 0px;
}

.copyright p {

    text-align: center;
}
}


}
@media (max-width: 574px) {
    footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1365px)
  and (-webkit-min-device-pixel-ratio: 2) {
.prod-sec .owl-carousel .owl-nav button.owl-prev, .coverage .owl-carousel .owl-nav button.owl-prev{
	left:0;
}
.prod-sec .owl-carousel .owl-nav button.owl-next, .coverage .owl-carousel .owl-nav button.owl-next{
	right: 0;
}
#intro {
    height: auto;
 }
    #intro .intro-info h2 {
    font-size: 26px;
    line-height: 37.83px;
}
.testimonial_bg {
    background: #fff0;

}
.news_text {

    height: 235px;
}
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .prod-sec .owl-carousel .owl-nav button.owl-prev, .coverage .owl-carousel .owl-nav button.owl-prev{
	left:0;
}
.prod-sec .owl-carousel .owl-nav button.owl-next, .coverage .owl-carousel .owl-nav button.owl-next{
	right: 0;
}
.box-content h4.title {
    font-size: 14px;
}
.testimonial_bg {
    background: #fff0;
}
.news_text {
    height: 175px;
}
.SaleItem:after{
	display:none;
}
}



/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .SaleItem:after{
	display:none;
}
	  .prod-sec .owl-carousel .owl-nav button.owl-prev, .coverage .owl-carousel .owl-nav button.owl-prev{
	left:0;
}
.prod-sec .owl-carousel .owl-nav button.owl-next, .coverage .owl-carousel .owl-nav button.owl-next{
	right: 0;
}
.top_srch_panel, .menu_panel{
	    padding-left: 20px;
}
 .menu_panel{
	 display:none;
 }
 #header .logo img{
	margin: 14px 0px 0px 0px;
    max-height: 50px;
 }
 .mobile-nav-toggle{
	 top:60px;
	 right: 160px;
 }
 #header.header-scrolled .logo img{
	     margin-top: 14px;
		     max-height: 50px;
 }
 .img_right_align figure.blog_img{
	order:0;
}
.footer_menu img {
    width: 100%;
}
 .footer_list{column-count:1;}
 figcaption.blog_content {
    width: calc(100% - 0%);
    padding: 20px 20px;
}
figure.blog_img {
    width: 100%;
}
.blog_box {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

 .pad_d {
    padding: 10px 10px 10px 10px !important;
}

figcaption.blog_content:after {
    transform: rotate(90deg);
    right: 0;
    margin: 0 auto;
    left: 0;
    top: -12px;
}
 .img_right_align figcaption.blog_content:after {
    transform: rotate(-90deg);
    left: 0;
    right: 0;
}
.test-box{
	width:100%;
}
 
 
.guar_box h3{
	font-size: 14px;
}
.cat_box h3 {
    font-size: 18px;
}
.cat_box h4 {
	font-size: 16px;
}	  
.cove_box img {
    margin: 0 auto;
    display: block;
}  

	
.box-content h4.title {
    font-size: 14px;
}
.news_img {
    height: 234px;
}
.footer_top_list li{
    margin-top: 5px;
}
#intro .intro-info h2 {
	display:none;
    font-size: 17px;
}
.mobile-nav-toggle{
	right: 152px;
}
.testimonial_bg {
    background: #fff0;
}
.SearchbyPart{
	margin-right:0;
}
#intro .slider-item{
	height:310px;
}
#owl .owl-page:last-child span{
	right:0;
}
#owl .owl-page:first-child span{
	left:0;
}
.brands-container .cov_box {
    width: calc(33.3% - 0px) !important;
}
.seals-img img {
    width: 100%;
}
}



/**************** Home Page End*********************/

.line {
     display: flex;
    white-space: nowrap;
    align-items: center;
}
.line:before,
.line:after {
  border-top: 1px solid #d7d7d7;
  content: '';
  display: table-cell;
  position: relative;
  /*top: 18px;*/
  width: 45%;
}
.line:before {
  right: 1.5%;
}
.line:after {
  left: 1.5%;
}
.btn:hover {
    color: #fff !important;
    
	text-decoration: none;
}
.btn{    border-radius: 0px;}



#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}

#bottom-bar .main-nav a.appointment-btn i {
    font-size: 20px;
}
.single-features-box h3 strong {
    font-weight: 800;
}

span.heading-second strong {
    font-weight: 600;
}
.card-body h2 strong {
    font-weight: 700;
}






.mobile-nav ul#menu-primary li {
    position: relative;
    white-space: unset;
    float: unset;
    line-height: unset;
}


.form-control {
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    height: unset;
    font-size: 13px;
	border-radius:0;
	border:none;
}
.form-control:focus {
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    height: unset;
    font-size: 13px;
    border-radius: 0;
    border: none;
}

span.wpcf7-form-control-wrap.chapter input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext.form-control {
    padding: 0;
    border: none;
    background: transparent;
    font-size:30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 0px;
    color: #000;
    margin-bottom: 20px;
}
.heading-form label {
    margin: 0;
    border-bottom: solid 1px #909090;
}
.heading-form{
    padding-left: 15px;
}

.wppopups-whole #spu-353 {
    background: #fff !important;
}
.wppopups-whole #spu-353 .spu-close {
    font-size: 40px;
    color: #000;
    text-shadow: 0 1px 0#000;
    position: absolute;
    top: 10px;
    right: 10px;
}
.single-packages-banner .inner-info-box h2 {
    padding-top: 125px;
}
#recent-posts-2 {
    background: #f9f9f9;
    /* padding: 10px; */
}

#recent-posts-2 h2.widget-title {
    font-size: 19px;
    padding: 10px;
    margin: 0;
    text-align: center;
    background: #00bcbb;
    font-weight: 600;
}

#recent-posts-2 ul {
    padding: 0;
    list-style: none;
}

#recent-posts-2 ul li a {
    font-size: 15px;
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
}
#recent-posts-2 ul li a:hover {
    padding-left: 20px;
}

.timeline-image {
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.days-list {
    background: #f3f3f3;
}

.days-list ul {
    list-style: none;
    padding: 0;
}
.days-list ul li a:hover, .days-list ul li a.active {background: #00bcbb;color: #fff;}
.days-list ul li a {
    display: block;
    padding: 9px 20px;
    font-size: 14px;
    border-bottom: solid 2px #fff;
    text-align: center;
    color:#000;
}























@media (max-width: 767px) {
.social__media .row.w-100 {
    margin: 0;
}
.section-heading{
	margin-bottom:30px;
}
.ProdBtns a{
	font-size: 16px;
}
.prod-sec .card-body{
	text-align:center;
}
.SaleItem:after{
	display:none;
}
.timeline-block {
    position: relative;
    padding-top: 0;
}
.timeline:before {
    top: 10px;
}
.sticky {
    position: -webkit-relative;
    position: relative;
    top: 100px;
}
.mobile_no{display:none;}
.categories{display:none;}
.why-choose-us-area.extra-pt{position:inherit;}
#header.header-pages #bottom-bar, #header.header-scrolled #bottom-bar{height:auto;}
.searchbar{padding-left: 15px;}
.searchbar .form-control{height:42px;}
.searchbar button[type="submit"]{padding: 8px 20px;}
.top-header{padding-top:0;     position: relative;}
#owl .owl-page:last-child span{display:none;}
.newslatter{padding: 15px 15px;	}
.newslatter_text p{font-size: 13px;margin-bottom: 9px;line-height: 15px;padding-left: 40px;}
.newslatter_text p:after{width: 30px;height: 33px;}
.footer_top_list li{width: calc(100% - 0px);}
.services {padding: 40px 0px 40px 0;}

}







.subHeading {
    position: relative;
    margin-bottom: 20px;
}

.subHeading h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.subHeadingBorder {
    height: 3px;
    width: 30px;
    background: #c4151c;
    margin-top: 5px;
}
.Specifications td:first-child {
    text-transform: uppercase;
}

.Specifications td {
    font-size: 14px;
    font-weight: bold;
}


/* nav */




@media screen and (max-width: 1024px) and (min-width: 768px){
	.TaglineHead h3{
	 font-size:16px;	
	}
}



@media screen and (max-width: 991px) and (min-width: 768px){
	.nav_main{display:none;}
	header .col-lg-4.col-md-4.col-sm-12.p-0.col-12 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
    padding: 0px 15px !important;
}

header .col-lg-4.col-md-4.col-sm-12.p-0.col-12 .logo.float-left img {
    max-height: 100%;
    width: 100%;
}

header .col-lg-6.col-md-6.col-sm-9.p-0.col-8 {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
}
.categroies .card{flex: 0 0 calc(50% - 26px);max-width: 50%;}

ul.nav.nav-tabs.srchTab li a{padding: 20px 20px;}
.guar_box {
    padding-left: 45px;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.brands-container .cov_box {
    width: calc(50% - 0px);
}
}






@media screen and (max-width: 1200px) and (min-width: 992px){
	.mobile_no {
    padding-left: 39px;
}
.mobile_no span:last-child {
    font-weight: bold;
    font-size: 13px;
}
.mobile_no p:after {
    width: 20px;
    height: 20px; 
    left: 24px;
}
.categories h2 {
    font-size: 14px;
    padding: 19px 9px;
}


.big-item .big-image>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.big-item .big-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: auto;
	border: solid 1px #ddd;
}
.small-item-box .small-image>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-nav .slick-slide.slick-current.slick-active .small-image {
    border-color: #c4151c;
}
.small-item-box .small-image {
    height: 80px;
    width: 100%;
    border: solid 1px #ddd;
}
.slider-nav .slick-slide>div {
    margin: 0px 5px;
}
.slider.slider-small.slider-nav {
    width: 75%;
    margin: auto;
}

.slider.slider-small.slider-nav .slick-prev:before {
    content: '';
    background-image: url(http://myprojectdemonstration.com/development1/rcj/web/wp-content/themes/rjc/img/right.png);
    position: absolute;
    background-repeat: no-repeat;
left: -12px;
    top: -27%;
    height: 30px;
    width: 30px;
    background-size: contain;
    transform: rotate(180deg);
}

.slider.slider-small.slider-nav .slick-next:before {
    content: '';
    background-image: url(http://myprojectdemonstration.com/development1/rcj/web/wp-content/themes/rjc/img/right.png);
    position: absolute;
    background-repeat: no-repeat;
    right: -12px;
    top: -27%;
    height: 30px;
    width: 30px;
    background-size: contain;
}
.slider.slider-small.slider-nav button.slick-arrow {
    background: transparent !important;
}

.mobile_no a:hover {
    color: unset;
}
.mobile_no a {
    color: unset;
}
header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border: 1px solid #000 !important;
    border-radius: 0 !important;
}
	
	
.DetailPageBoxButtons .btn.btn-info.border-btn.DownloadBTN {
    background: #000;
    border-color: #000;
    color: #fff;
}
}












/* media query */
@media (max-width: 767px) {
	section.sec-pad.prod-sec.pt-0 {
    padding-bottom: 20px;
}


	.FlatShip.Ship h4{
		padding-right:0;
		border:none;
	}
.Ship { text-align: center !important;}
.Ship h4{font-size:14px;}
.topBar_box ul{justify-content: center !important;}
.topBar_box ul li:last-child a{font-weight:bold;}
.SearchbyPart .srch_btn {right:15px;}
.SelectYourVehicle{padding: 15px; flex-wrap: wrap;background-color:#000;}
.SelectYourVehicle .srch_item{width: calc(100% - 0px);}
#intro .content-bg.intro-info {flex-direction: column;}
.srch_btn {width: 100%;}
#intro .slider-item { height: 150px;}
#intro { height: auto;padding: 0;}
.search_main {width: 100%;transform: inherit;position:relative;}
.guar_box {padding-left: 45px;border:none;border-bottom: 1px solid #eee;margin-bottom: 20px;padding-bottom: 25px;}
.guar_box:before{top: 28%;}
.brands-container .cov_box{ width: calc(50% - 0px);}
#header.header-scrolled .logo img{width: 70%; max-height: inherit;padding-left: 15px;}
.mobile-nav-toggle{top:20px;}
ul.nav.nav-tabs.srchTab li a{    font-size: 12px; padding: 14px 15px;}
#intro .intro-info h2 {
    /* display: none; */
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
}

#header.header-scrolled .cart_block ul {padding-right: 15px;}
.head_blog{margin-top:20px;}
figcaption.blog_content{    width: calc(100% - 0%);    padding: 20px 20px;}
figure.blog_img{width:100%;}
.blog_box {flex-wrap: wrap;margin-bottom:20px;	}
.img_right_align figure.blog_img{order:0;}
figcaption.blog_content:after{transform: rotate(90deg); right: 0;max-height: 51px;
margin: 0 auto;left:0;top:-12px;}
.img_right_align figcaption.blog_content:after{    transform: rotate(-90deg);    left: 0;    right: 0;}
.view_blog{    margin-top: 0px;}
.test-box{width:100%;}
.test_img{display:none;}
.test-content{width: calc(100% - 0px);}
.eapps-instagram-feed-title{font-size:25px !important;}
.foot-top{padding: 20px 20px;}
.test-content{padding-left:0;}
.test-content p{font-size: 16px;}
#header .logo img{padding-left:15px;max-height: 48px;}
.cart_block ul{margin:0;padding-top: 3px;padding-right: 15px;}
.section-heading h2{font-size: 25px;margin: 0;padding: 0px 10px;}
.seals-img img{width: 150px;}
.search_main .tab-content {width: 100%;}
.SearchbyPart .srch_item {width: calc(100% - 0px);}
.SearchbyPart{display: flex;flex-direction: column;padding: 0px 15px;}
#intro .content-bg.intro-info {height: auto; display: flex;align-items: flex-start;justify-content: center;}
#intro .content-bg.intro-info form{width:100%;}
ul.nav.nav-tabs.srchTab {border: none;padding: 0px 15px;}
.bnone:last-child .guar_box {border: none;margin: 0;padding-bottom: 0;}
.about_text h2 {font-size: 24px;}
.about_text p {padding-right: 0px;}
.topBar_box{padding: 0px 15px;}
.topBar_box ul li a{font-size: 12px;    padding: 0px 10px;}
.menu_panel{ display:none;}
.top_srch_panel{border-bottom:none;padding:0;}
.cove_box img {margin: 0 auto;display: inherit;}
.newsletter .form-group{    margin-top: 10px;}
.footer_list{column-count: 1;}
.terms_cond ul{flex-wrap: wrap;
    flex-direction: column;
    text-align: center;}
	.terms_cond ul li a:after{
		display:none;
	}
	.terms_cond ul li a {
    padding-right: 0;
    line-height: 24px;
}
.CompnyName h4{
	font-size:14px;
}
.footer_bottom_icon ul{justify-content: center;margin-top:20px;}
.icon.text-right{text-align:center !important;}
.footer_menu {margin-top: 30px;}
.footer_menu img {width: 50%;}
.pad_d {padding: 10px 10px 10px 10px !important;}
.prod-sec .owl-carousel .owl-nav button.owl-next, .coverage .owl-carousel .owl-nav button.owl-next{
	right:9px;
}
.prod-sec .owl-carousel .owl-nav button.owl-prev, .coverage .owl-carousel .owl-nav button.owl-prev{
	left:9px;}
.mobile-nav-toggle {
    top: 27px;
    right: 200px;
}
.mobile-nav-active .mobile-nav-toggle {
    top: 27px;
    right: 70px;
}
}


























@media screen and (max-width: 500px) and (min-width: 300px){
.topBar_box ul li a{padding: 0px 9px;}
.mobile-nav-toggle {
    top: 27px;
    right: 235px;
}
.mobile-nav-active .mobile-nav-toggle {
    top: 27px;
    right: 70px;
}
.coverage  .owl-carousel .owl-nav button.owl-prev, 
.coverage  .owl-carousel .owl-nav button.owl-next
{
	    top: 40% !important;
}
}

@media screen and (max-width: 350px) and (min-width: 300px){
	ul.nav.nav-tabs.srchTab li a {
		    font-size: 10px;
	}
	.section-heading h2{
		font-size:21px;
	}
}

.banner-text-box{
	
	position: absolute;
    top: 42%;
    z-index: 99999;
    left: 10%;
}
h3.banner-text {
    color: #000000;
    font-weight: 700;
}
h2.banner-heading-text {
    color: #000000;
    font-weight: 800;
}