﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}

.topheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #000;
	width: 100%;
	flex-wrap: wrap;
	padding: 20px 50px;
}
.headerinfosect {
    display: flex;
    align-items: center;
    justify-content: space-between;
		flex-wrap: wrap;
width: 70%;
}
.headerlogosect{
	width: 30%;
}
.headerlogosect img{
	width: 100%;
}
.headercontactsect {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.headerbrands {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 24px 0px;
}
.headerbrands a{
    width: 20%;
	box-sizing: border-box;
	padding: 0px 5px;
}
.headerbrands a img{
    width: 100%;
}
.headerinfosect {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 45%;
}
.headerlogosect {
    width: 45%;
}
.headerlogosect img {
    width: 355px;
}
.headerlogosect {
    width: 45%;
}
.headercontact {
    display: flex;
    padding: 10px 20px;
}
.headercontact i{
    color:  #d1312e;
	padding-right: 12px;
}
.headercontact a{
      color:  #fff;
	 font-family: "Montserrat", sans-serif;
	font-size: 15px;
}
.headersocials{
	color:  #d1312e;
    padding: 10px 20px;
	font-size: 15px;
}
.headernav {
    width: 100%;
	border-bottom: 5px solid #000;
	padding: 0px 80px;
}
.heroslide img{
	width: 100%;
}
.heroleft{
	width: 80%;
}
.heroright {
    width: 20%;
}
.herosection{
	display: flex;
}
.herobtn {
    display: flex;
    height: calc(50% - 18px);
    align-items: center;
    position: relative;
    left: 0px;
    background: #000;
    margin-bottom: 15px;
	border-bottom: solid #d1312e 10px;
	transition-duration: 0.2s;
}
.herobtn:hover {
    background:  #d1312e;

}
.herobtnleft {
    background: #d1312e;
    color: #fff;
    width: 90px;
    position: relative;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 1;
    left: -40px;
	box-shadow: 2px 0px 2px 0px #9c0300;
}
.herobtnright {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    left: -33px;
	transition-duration: 0.2s;
}
.herobtnright:hover {
    left: -50px;
}
.herobtnicon {
    color: #fff;
    font-size: 30px;
    width: 15%;
    text-align: center;
}
.herobtntext {
    width: 85%;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
	line-height: 30px;
	transition-duration: 0.2s;
}
.herobtntext:hover {
    letter-spacing: 1.5px;
	
}
.herobtntext span{
    font-weight: 200;
}
.featured-slider-header{
	padding: 80px 5% 45px 5%;
	background-color: black;
}
.feat-cat-sect{
	background: url("/siteart/blackandwhite-bkgd.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 70px;
}
.headertext {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
	font-weight: 800;
}
.headertext span{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 32px;
	line-height: 30px;
	font-weight: 800;
	width: 100%;
	display: block;
}

.paratext {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
	line-height: 38px;
	padding: 10px 0px;
}
.featured-slider.slick-initialized.slick-slider {
    margin: 0px 5%;
}
.featured-cat {
    margin: 0px 5px;

    display: flex !important;
    align-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-between;
}
.feat-cat-img {
    width: 100%;
}
.featured-text {
    background: #fff;
    padding: 20px 10px;
    border-bottom: solid 8px #d1312e;
    color: #000;
    width: 100%;
    transition-duration: 0.2s;
    display: flex;
    align-items: center;
	height: 75px;
}
.featured-text:hover {
background:  #d1312e;
    color: #fff;
}
.featured-text p span {
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 20px;
	font-weight: 300;
}
.featured-text p{
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
	font-weight: 900;
	line-height: 18px;
}
.white{
	color: #fff;
}
.red{
	color: #d1312e;
}
.black{
	color: #000;
}
.hp-search-sect{
	background: #000;
	padding: 50px 5%;
}
.extraborder{
	margin: 50px 0px;
	border: solid 1px #d1312e;
	padding: 5px 8px;
	width: 100%;
	box-sizing: border-box;
}
.hpsearch{
	border: solid 1px #d1312e;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px;
}
.hpaboutsect{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 5%;
	box-sizing: border-box;
}
.halfsect{
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.hpaboutsect .halfsect img{
	width: 100%;
}
.titleunderline{
	border-bottom: double 7px #d1312e;
	width: 100%;
	padding: 15px 0px;
}
.hpbrandsect{
	padding: 50px 5%;
}
.brandslide img{
	width: 100%;
	padding: 10px 0px;
	transition-duration: 0.2s;
}
.brandslide img:hover{
	width: 100%;
	padding: 5px 0px 15px 0px;
	transition-duration: 0.2s;
}
.brandslide {
	margin:  20px;
	display: flex;
	align-items: center;
}
/*---BODY--------------------------------*/
.secondpageborder {
    border-top: #000 solid 15px;
    border-bottom: #000 solid 15px;
    padding: 5px 0px;
}
.secondpagebkgd {
	background: url("/siteart/page-title-bkgd.jpg");
	background-size: cover;
	padding: 45px 5%;
	display: flex;
}
.pageheader {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 28px;
    color: #fff;
	text-transform: uppercase;
}
.titlecenter{
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px 10%;
}
.pagepadding{
	padding: 40px 8%;
}
.flexboxcenter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.partslogobox {
    width: 28%;
    padding: 20px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0px 20px;
}
.partslogobox img{
    width: 200px;
}
.underlinelink {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: solid 3px #d1312e;
    color: #000000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px 0px;
	transition-duration: 0.2s;
}
.underlinelink:hover{

    padding: 6px 0px 10px 0px;
	letter-spacing: 0.8px;
}
.partsheader {
    background: #d1312e;
    width: 45%;
    padding: 35px 5% 10px 5%;
    box-sizing: border-box;
	margin-top: 40px;
}
.partsformsect {
    background: #d1312e;
    padding: 20px 5% 60px 5%;
}

.smheader {
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 0px;
	font-size: 16px;
}
.techlogo {
    width: 25%;
	text-align: center;
	padding: 5px 0px;
	transition-duration: 0.2s;
}
.techlogo:hover {
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.techlogo img{
    width: 70%;
	transition-duration: 0.2s;
}

.blkbtn{
	width: 480px;
	text-align: center;
	display: block;
	background: #000;
	color: #FFFFFF;
	font-family:  'Montserrat';
	padding: 12px 4px;
	box-sizing: border-box;
	font-weight: 700;
	margin: 10px 0px 20px 0px;
	text-transform: uppercase;
	transition-duration: 0.2s;
}
.blkbtn:hover {
    width: 485px;
    background: #d1312e;
    letter-spacing: 0.7px;
}
.cpinfo {
    padding: 30px 0px 5px 0px;
}
.cpinfo a{
      font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
    font-size: 20px;
	transition-duration: 0.2s;
}
.cpinfo a:hover{
    font-weight: 800;
}
.cpinfo i {
    font-size: 22px;
    color: #d1312e;
    padding-right: 8px;
}

/* =============================================================================
   Kubota Slides                                                              
============================================================================= */
/* ── Desktop 4-up grid ── */
  .eq-pkg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 97%;
    margin: 0 auto;
	  padding: 2%;
  }

  /* ── Card ── */
  .eq-pkg-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }

.eq-pkg-heading {
  color: #FF6600;
  text-align: center;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 32px;
	line-height: 30px;
	font-weight: 800;
	width: 100%;
	display: block;
	padding-top: 40px;
}

  .eq-pkg-card__img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }

  .eq-pkg-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .eq-pkg-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
	font-family: 'Montserrat';
  }

  .eq-pkg-card__desc {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.55;
    flex: 1;
    margin-bottom: 16px;
	font-family: 'Montserrat';
  }

  .eq-pkg-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
  }

  .eq-pkg-card__btn-details {
    background: transparent;
    border: 1.5px solid #FF6600;
    color: #FF6600;
    border-radius: 999px;
    padding: 15px 30px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
  }

  .eq-pkg-card__btn-details:hover {
    background: #FF6600;
    color: #fff;
  }

  .eq-pkg-card__expires {
    font-size: 0.72rem;
    color: #999;
    white-space: nowrap;
	 font-family: 'Montserrat';
  }

  /* ── Slider wrapper ──
     Padding here lets box-shadows breathe;
     overflow:visible so shadows aren't clipped.
  ── */
  .eq-pkg-slider {
    display: none;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* Shadow-safe outer shell */
  .eq-pkg-slider__shadow-wrap {
    padding: 8px 12px; /* room for shadows on all sides */
    overflow: visible;
  }

  /* Actual clip boundary sits inside the padded shell */
  .eq-pkg-slider__track-wrap {
    overflow: hidden;
	padding-bottom: 10px;
  }

  .eq-pkg-slider__track {
    display: flex;
    transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
	margin-bottom: 3%;
    /* card widths set by JS; gap via margin-right */
  }

  .eq-pkg-slider__track .eq-pkg-card:not(:last-child) {
    margin-right: 20px;
  }

  .eq-pkg-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
	margin-bottom: 20px;
  }

  .eq-pkg-slider__arrow {
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: border-color 0.2s, color 0.2s;
    flex-shrink: 0;
  }

  .eq-pkg-slider__arrow:hover { border-color: #e07000; color: #e07000; }
  .eq-pkg-slider__arrow:disabled { opacity: 0.3; cursor: default; }
  .eq-pkg-slider__arrow:disabled:hover { border-color: #ddd; color: inherit; }

  .eq-pkg-slider__dots { display: flex; gap: 7px; }

  .eq-pkg-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
  }

  .eq-pkg-slider__dot--active { background: #e07000; }

  /* ── Breakpoints ──
     ≥ 1100px  → static 4-up grid
     750–1099px → 3-up slider
     480–749px  → 2-up slider
     < 480px    → 1-up slider
  ── */
  @media (max-width: 1099px) {
    .eq-pkg-grid   { display: none; }
    .eq-pkg-slider { display: block; }
  }


/*--------FORM STYLES--------------------*/
.halfformfields {
    width: calc(50% - 2px);
    box-sizing: border-box;
    padding: 2px 10px;
    height: 42px;
    margin-bottom: 10px;
	font-family: 'Montserrat';
}
.fullformfields {
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    height: 42px;
	margin-bottom: 10px;
}
.comments {
    height: 160px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Montserrat';
}
.formthird{    
	height: 45px;
    padding: 5px 15px 5px 5px;
    width: 33%;
    font-family: 'Montserrat';
	background: #fff!important;
	color: #000!important;
	border-radius: 2px!important;
}
.formkeyword{    
    height: 45px;
    padding: 5px 15px 5px 5px;
    width: 60%;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

.submitbtn {
    width: 6%;
    height: 45px;
    background: #d1312e;
    border: #d1312e;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
	transition-duration: 0.2s;
	cursor: pointer;
}
.submitbtn:hover {
    background: #c0120e;
  
}
.CaptchaMessagePanel{
	color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
}
.CaptchaWhatsThisPanel a{
	    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
}
.submitform {
    width: 300px;
    padding: 10px;
    font-family: 'Montserrat';
    background:#000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
	transition-duration: 0.2s;
	cursor: pointer;
}
.submitform:hover {
    width: 320px;
    background: #1a1a1a;
}
.fullcenter{
	width: 100%;
	display: flex;
	justify-content: center;
}
/*-------- FOOTER STYLES ----------------*/
.footer{background: #000; text-align: center; padding: 20px 50px 40px 50px; display: flex;  color: #fff; justify-content: center; align-items: center;}
.footertextsect{
	width: 45%;
}
.footerheader{
    font-family: 'Montserrat';
	font-size: 16px;
	text-transform: uppercase;
}
.footerlinks{
	font-family: 'Montserrat';
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	transition-duration: 0.2s;
}
.footerlinks:hover{
	font-weight: 800;
}
.footerlinksect{
	padding: 10px 0px;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
    background-color: #d1312e!important;
}

.list-content{
		font-family: 'Montserrat'!important;
	margin-top: 10px!important;

}
.faceted-search-content .selected-facets-container .selected-facet{
	background: #d1312e!important;	

}
.list-content .list-error-container .info button:not(.login-button){
		background: #d1312e!important;	

}
.listing-widgets.listing-widgets-undefined a{
			font-family: 'Montserrat'!important;

}
.list-top-section .list-listings-count{
color: #d1312e!important;	
}
.detail__right-col{
				font-family: 'Montserrat'!important;

}
.detail__right-col a{
				font-family: 'Montserrat'!important;

}
.detail-wrapper{
	margin-top: 10px!important;
	
}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.headerinfosect{
	    width: 55%;	
	}	
	.techlogo img {
		    width: 100%;
    max-width: 265px;
	}
	.slick-prev {
    left: 88%!important;
}
}
@media only screen and (max-width: 1390px) {
.footertextsect {
    width: 70%;
}
.partslogobox {
	width: 44%;
	margin: 0px 5px;
    padding: 10px 2px;
	}
	.pagepadding {
    padding: 40px 5%;
}
}
@media only screen and (max-width: 1310px) {
.heroleft {
    width: 68%;
}
.heroright {
    width: 32%;
}
.herobtn{height: calc(50% - 11.5px); margin-bottom: 2px;}
}
@media only screen and (max-width: 1230px) {
	.headerlogosect {
    width: 30%;
}
.headerlogosect img {
    width: 100%;
}	
	.headerinfosect {
        width: 68%;
    }
}
@media only screen and (max-width: 1175px) {
	.cpinfo a {
		font-size: 17px;
	} 
	.slick-prev{
	 left: 85% !important;

	}
	   .slick-prev, .slick-next {
        height: 40px;
        width: 40px;
        top: -58px;
    }
	.hpaboutsect{
		flex-wrap: wrap;
		padding: 50px 2%;
	}

}
@media only screen and (max-width: 1020px) {
	.topheader{
	padding: 20px 10px;	
	}	
	.partsheader{
	    width: 88%;
		margin-top: 2px;
	}
	.halfsect {
		width: 100%; padding: 10px 20px;}
	.herobtntext{
	 font-size: 16px;
	}
	.herobtnicon{    
	font-size: 22px;
    width: 15%;
    text-align: right;}
	.herobtntext{
	    padding-left: 16px;	
	}
	
}
@media only screen and (max-width: 970px) {
    .footertextsect {
        width: 95%;
    }
	.slick-next {
    right: 3%;
}
	    .slick-prev {
        left: 82% !important;
    }
	.hpsearch form{
		display: flex;
		justify-content: space-between;
	}
	.formkeyword{
	width: 58%;	
	}
}
@media only screen and (max-width: 940px) {
	.topheader {
    flex-wrap: wrap;
		justify-content: center;
		padding: 10px;
}
	    .headerinfosect {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
	.headercontactsect{
		justify-content: center;
	}
	.headerbrands {
		    padding: 5px 0px;
	}
	.headerlogosect {
        width: 40%;
    }
	    .headerlogosect {
        width: 50%;
    }
	.halfsect {
		 padding: 10px 0px;}
}
@media only screen and (max-width: 820px) {
	.blkbtn{
		 width: 98%;    
		padding: 10px 4px;
		    font-size: 14px;
	}
	.blkbtn:hover{
		 width: 100%;    
		padding: 10px 4px;
		    font-size: 14px;
	}
	.paratext {
	    font-size: 14px;
    line-height: 30px;	
	}
	.headertext{
	font-size: 20px;	
	}
	.headertext span {
	font-size: 26px;
    line-height: 22px;
	}
	.pageheader{
	    font-size: 22px;	
	}
	.secondpagebkgd {
	    padding: 24px 2%;	
	}
	.secondpageborder {
    border-top: #000 solid 8px;
    border-bottom: #000 solid 8px;
    padding: 3px 0px;
}
	.pagepadding {
    padding: 20px 4%;
}
	.extraborder {
		margin: 20px 0px;}
	.herosection{
    flex-wrap: wrap;
	}
	    .heroleft {
        width: 100%;
    }
	.heroright {
        width: 100%;
        height: 355px;
    }
	.herobtnleft{
    height: 100%;left: 0px; box-shadow: none;
}
	.herobtnright{
	left: 20px; width: calc(100% - 140px);	
	}
	.herobtnright:hover {
    left: -5px;
}
}
@media only screen and (max-width: 720px) {
    .footertextsect {
        width: 100%;
    }
	.footer{
	padding: 20px 25px 40px 25px;	
	}
	.headercontact{
	justify-content: center;	
	}
	.headercontactsect{
		flex-wrap: wrap;
	}
	.techlogo {
		width: 33%;}
	.hpaboutsect{  
	padding: 10px 2%;
	flex-wrap: wrap;
	}
}


@media only screen and (max-width: 655px) {
	.slick-prev, .slick-next{
		        top: -12px;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 16px;
	}
	.headercontactsect {
	flex-wrap: wrap;
	}
	.headercontact{
	padding: 4px 10px;
    width: 100%;

	}
	.hpsearch form{
		flex-wrap: wrap;
	}
	.formthird{
		width: 100%;
	}
	    .formkeyword {
        width: 100%;
    }
	    .headerlogosect {
        width: 100%; text-align: center;
    }
	.headerlogosect img{
        max-width: 320px;	
	}
	.titleunderline{
		    padding: 10px 0px;
	}
	.halfformfields {
		width: calc(100% - 2px);
	}
	    .partslogobox {
			width: 100%;}
	.titlecenter {
		    margin: 20px 4%;
	}
	    .slick-prev {
        left: 80% !important;
    }
	.submitbtn {
    width: 100%;
    height: 40px;
    margin-top: 4px;
	margin-bottom: 4px;
	}
	.herobtntext span{
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width: 500px) {
    .slick-prev, .slick-next {
        top: -35px;
    }
	.slick-next {
    right: 0%;
    left: 10% !important;
}
	    .slick-prev {
        left: 0% !important;
    }
.featured-slider-header {
    padding: 30px 5% 65px 5%;
}
	.feat-cat-sect{
	 padding-bottom: 16px;
		background: #000;
	}
}
@media only screen and (max-width: 460px) {
.heroright {
        height: 265px;
    }	
 .herobtn {
        height: calc(50% - 5.5px);
        margin-bottom: 2px;
        border-bottom: solid #d1312e 5px;
    }
	.herobtnleft{
		width: 45px;    font-size: 20px;
	}
	.herobtnright{
	width: calc(100% - 155px);	
	}
	.slick-dots li{
		    width: 18px;
	}
	.slick-dots li button{
	width: 18px;	
	}
}
@media only screen and (max-width: 405px) {
	
	.techlogo {
        width: 50%;
    }
	.partsheader{
	    width: 100%;
		padding: 35px 5% 0px 5%;
	}
	.cpinfo a {
        font-size: 16px;
    }
	.hp-search-sect {
		    padding: 20px 5%;
	}
}
@media only screen and (max-width: 355px) {
	.headerbrands{
		flex-wrap: wrap;
		justify-content: center;
	}
	.headerbrands a {
		width: 33%;
	}
	.topheader{
	        padding: 10px 10px 0px 10px;	
	}
	.underlinelink {
		    font-size: 14px;
	}
	    .slick-next {
        right: 0%;
        left: 20% !important;
    }
    .herobtnright {
        width: calc(100% - 100px);
    }
	    .herobtntext {
        font-size: 14px;
        line-height: 24px;
			        padding-left: 25px;
    }
	    .heroright {
        height: 200px;
    }
}


