/*
Theme Name: Sandhills
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/*========== Header Styles  ==========*/
.headermobiledisplay{display: none;}
.headertop {
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 20px;
}
.headerleft img {
    width: 100%;
    max-width: 450px;
}
.headerright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	width: 60%;
}

.headernumber {
    color: #d4bc8c;
    font-family: "Russo One", sans-serif;
    margin: 0px 30px;
	font-size: 24px;
}
.headernumber a{
    color: #d4bc8c;
    margin: 0px 10px;
}

.headerleft{
	width: 40%;
}
.headerbtn{
background-image: linear-gradient(#bc9129,#d5ae5f, #d4bc8c);
background-color: #bc9129;
color: #000;
font-family: "Russo One", sans-serif;
padding: 10px 20px;
margin: 0px 10px;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
width: 350px;
text-align: center;
transition-duration: 0.5s;
}
.headerbtn:hover{
    background-image: linear-gradient(to bottom, rgb(212, 188, 140), rgb(213, 174, 95), rgb(188, 145, 41));
	letter-spacing: 0.5px;
}
.herotextsect {
    width: 100%;
    height: 100%;
    background: #0000009e;
    padding: 10px 80px 10px 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.heroheader span {
    font-family: "Epilogue", sans-serif;
    background: #d4bc8c;
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 20px;
    box-sizing: border-box;
	color: #000;
	width: max-content;
}
.heroheader {
    font-family: "Russo One", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 500;
}
.herosubhead {
    color: #d5ae5f;
    text-transform: uppercase;
    font-family: "Russo One", sans-serif;
    font-size: 70px;
    line-height: 65px;
    margin-top: -20px;
}
.herobtnsect {
    width: 82%;
    margin: 30px 0px;
}
.herobtnicon {
    width: 60px;
    height: 60px;
    background-image: linear-gradient(#bc9129, #d5ae5f, #d4bc8c);
    color: #000;
    justify-content: center;
    display: flex;
    align-items: center;
	font-size: 20px;
	transition-duration: 0.3s;
}
.herobtnicon:hover {
    width: 70px;
}
a.herobtn {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #d4bc8c;
    margin: 20px 0px;
	align-items: flex-end;
}
.herobtntext span {
    width: 100%;
    font-family: "Epilogue", sans-serif;
    display: block;
    line-height: 15px;
    color: #d5ae5f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.herobtntext {
    font-family: "Russo One", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
.pagepadding{
	padding: 5% 5% 5% 5%!important;
	background: #000;
}
.gold{
	color: #d5ae5f;
}
.ltbrown{
	color: #d4bc8c;
}
.black{
	color: #000!important;
}
.subheadtext{
font-family: "Russo One", sans-serif;
font-size: 25px;
line-height: 25px;
text-transform: uppercase;
}
.headertext{
font-family: "Russo One", sans-serif;
font-size: 32px;
line-height: 32px;
text-transform: uppercase;
}
.headertext span{
 font-family: "Epilogue", sans-serif;
   background: #d4bc8c;
    display: block;
	font-size: 20px;
	line-height: 20px;
 	text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px 8px 20px;
    box-sizing: border-box;
	color: #000;
	width: max-content;
	margin-bottom: 5px;
}
.paratext{
 font-family: "Epilogue", sans-serif;
	font-size: 16px;
	line-height: 42px;
    font-weight: 500;
	padding: 20px 0px;
}
.smparatext{
 font-family: "Epilogue", sans-serif;
	font-size: 14px;
	line-height: 20px;
    font-weight: 500;
	padding: 10px 0px;
}
.lgparatext{
 font-family: "Epilogue", sans-serif;
	font-size: 22px;
	line-height: 30px;
    font-weight: 400;
	padding: 20px 0px;
}
.lgparatext strong{
 text-transform: uppercase;
line-height: 60px;
}
.liststyle{
	list-style: circle;
	line-height: 34px;
}
.noliststyle{
	list-style: none;
}
.noliststyle li{
	padding: 0px;
}

.white{color: #fff!important;}
.dwnblkbkgd{
	background: #000;
	width: max-content;
	padding: 10px 40px;
}
.movedown{
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}
.goldborder{
	border-left: solid 4px #d4bc8c;
	border-right: solid 4px #d4bc8c;
	border-top: solid 4px #d4bc8c;
	padding: 50px 20px 20px 20px!important;
}
.justifycenter{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.hplogosect {
    width: 240px;
    margin-top: -30px;
    background: #000;
    border-radius: 20px;
    position: relative;
    padding: 5px 20px;
	transition-duration: 0.3s;
	display: flex;
	justify-content: center;
}
.hplogosect:hover {
    width: 280px;
}
.hplogosect img{
    max-height: 55px!important;
	width: auto!important;
	max-width: 100%!important;
}
.inbetweensectpad{
	padding: 10% 0px 0% 0px;
}
.goldbtn{
	background-image: linear-gradient(#bc9129, #d5ae5f, #d4bc8c);
    color: #000;
	width: 300px;
	display: block;
	text-align: center;
	padding: 10px;
	font-family: "Russo One", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition-duration: 0.3s;
}
.goldbtn:hover{
	 background-image: linear-gradient(to bottom, rgb(212, 188, 140), rgb(213, 174, 95), rgb(188, 145, 41));
	letter-spacing: 0.5px;
}
.blkbtn{
	background-color: #000;
    color: #d4bc8c;
	width: 350px;
	display: block;
	text-align: center;
	padding: 8px 10px;
	font-family: "Russo One", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition-duration: 0.3s;
		border: 3px solid #000;
}
.blkbtn:hover{
	border: 3px solid #000;
	background: transparent;
    color: #000;
}
.fullgoldbtn{
	background-image: linear-gradient(#bc9129, #d5ae5f, #d4bc8c);
    color: #000;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	font-family: "Russo One", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0px;
	transition-duration: 0.3s;
}
.fullgoldbtn:hover{
	 background-image: linear-gradient(to bottom, rgb(212, 188, 140), rgb(213, 174, 95), rgb(188, 145, 41));
	letter-spacing: 0.5px;
}
.hpservtitlesect{
	background: url(///media.sandhills.com/img.axd?id=10008951992&wid=0&rwl=False&p=&ext=jpg&w=600&h=601&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=2Ud5g2JFtfc77rQEYYX7zAKMnmU2DPse);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 490px;
}
.hpservicetitle {
    width: 80%;
}
.lgheader {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: #d5ae5f;
    font-size: 50px;
	line-height: 45px;
}
.lgheader span{
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: #d4bc8c;
    font-size: 30px;
	width: 100%;
	display: block;
	line-height: 28px;
}
.hpserviceicon {
    width: 15%;
    height: 80px;
    text-align: center;
    background: #d4bc8c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.hpservicebox img {
    height: 340px !important;
    object-fit: cover;
    margin-bottom: 40px;
}
.smheadertext {
    font-family: "Epilogue", sans-serif;
    font-weight: 500;
    width: 100%;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #d1bc89;
	line-height: 24px;
}
.smheadertext span {
    font-family: "Epilogue", sans-serif;
    font-weight: 800;
    width: 100%;
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    color: #d1bc89;
}
.hpreviewtext {
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    line-height: 38px;
}
.hpreviewname {
    font-family: "Epilogue", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0px;
}
.hpcareersect {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 40px;
    box-sizing: border-box;
}
.hpcareertext {
    display: flex;
	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
}
.hpcareertext .headertext{
	width: 100%;
	display: block;
}
.hprentalbox {
    width: 19%;
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: stretch;
}
.hprentalimg img{
    height: 260px !important;
    object-fit: contain;
    width: 100%;
	text-align: center;
}
.hprentalimg {
    width: 100%;
}
.hprentalicon {
    background-image: linear-gradient(#bc9129, #d5ae5f, #d4bc8c);
    width: 20%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
}

.hprentaltext{
	width: 80%;
	transition-duration: 0.2s;

}
.hprentaltext h5{
	transition-duration: 0.2s;
}
.hprentaltext h5:hover {
    line-height: 26px;
}
.hprentalsect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hptestamonialsect {
    border: solid 1px #d1ae59;
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
	text-align: left;
    color: #fff;
	width: 98%;
}
.hpsafebanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5% 20px 5%;
}
.footerbkgd {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    padding: 20px 5%;
    justify-content: space-between;
}
.footertextsect {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footerheader {
    font-family: "Russo One", sans-serif;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
}
.footerlink {
    color: #fff;
    width: 100%;
}
.footerlogosect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerlogo {
    width: 46%;
}
.footerlogo img{
	width: 100%;
}
.footersocialsect {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
}
.footersocial{
	background-image: linear-gradient(#bc9129, #d5ae5f, #d4bc8c);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #000;
	height: 40px;
	width: 40px;
	margin: 0px 5px;
	font-size: 20px;
}
.pageheader{
	font-weight: 800;
    color: #d1b980;
    font-size: 50px;
    text-transform: uppercase;
    background-image: linear-gradient(rgb(188 145 41 / 0%), rgb(213 174 95 / 0%), rgb(213 174 95 / 0%), rgb(212 188 140 / 15%));
	width: 100%;
    padding: 10px 60px;
    margin: 25px 0px;
    display: block;
    font-family: 'Russo One';
}
.rentalbtns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-end;
	text-transform: uppercase;
}
.rentalbtns strong {
    width: 70%;
    line-height: 24px;
}
	
.rentalbtnicon {
    background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140));
    background-color: rgb(188, 145, 41);
    color: rgb(0, 0, 0);
    padding: 5px 10px 0px 10px;
	margin-left: 25px;
	 width: 14%;
    text-align: center;
box-sizing: border-box;
	transition-duration: 0.3s;
}
.rentalbtnicon:hover {

	 width: 15%;

}
.rentalcatbox {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 40px;
}
.rentalcatimg {
    max-width: 350px;
}
.rentalcatimg img{
    height: auto;
    object-fit: contain;
	max-height: 350px;
	width: 100%;
}
.rentalcattext {
    padding: 0px 20px 10px 20px;
	min-height: 90px!important;
	width: 100%!important;
	text-align: center;
}
.rentalcatbtn {
    background: #000;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-family: 'Russo One';
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: -38px;
    border-bottom: solid #d1ae59 6px;
}
.rentalcaticon {
    position: relative;
    top: 18px;
    background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140));
    background-color: rgb(188, 145, 41);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 17px;
	transition-duration: 0.3s;
}
.rentalcaticon:hover {
    height: 35px;
    width: 45px;
}
.rentalcaticon i{
    padding: 0px!important;
}
.contactForm.container-fluid h3{
    text-transform: uppercase;
    font-family: 'Russo One';
	color:#d1b980; 
}
.contactForm.container-fluid h2{
    text-transform: uppercase;
    font-family: 'Russo One';
	color:#d1b980; 
}
.cpinfosect {
    background: #ceb97d;
    color: #000;
    padding: 15px 10px;
    font-family: 'Epilogue';
    margin: 15px 0px;
	font-weight: 600;
	font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 20px;
	width: 33%; 
}
.careersubhead {
    font-family: 'Epilogue';
    font-size: 18px;
	margin: 15px 0px;
}
.liftmodeltext ul {
    list-style: none;
    font-family: 'Epilogue';
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    font-weight: 400;
}
.liftmodeltext p {
    list-style: none;
    font-family: 'Epilogue';
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    font-weight: 400;
}

.liftmodright{
	width: 100%;
}
.liftmodleft{
	width: 100%;
}
.liftmodleft img{
	width: 100%;
	max-width: 400px;
}
.cpinformationbox {
    background: #ccb979;
    padding: 20px 40px 0px 40px;
    border-radius: 10px;
	margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.cpinformationbox h3 {
    width: 100%;
}
.cpinfosect i{
  margin-right: 18px;
	background: #b8a770 !important;
    padding: 0px !important;
    width: 45px;
    height: 40px;
	    justify-content: center;
    align-items: center;
    align-content: center;
	display: flex;
}
.cpinfosect a {
    color: #000;
    font-weight: 600;
	width: calc(100% - 62px);
	border-radius: 2px;
}
.cpinfosect span {
    color: #000;
    font-weight: 600;
	width: calc(100% - 68px);
}
.careerbox {
    padding: 40px;
    text-align: left;
	background: #d1bc89;
    border-radius: 5px;
}
.careerheader {
    font-family: 'Russo One';
    text-transform: uppercase;
    font-size: 28px;
}
.post-column-career-opening2.border-career-opening.col-md-12.col-12.col-sm-12 {
    background: transparent;
    border: none;
}
.post-column-trusted-brands3.border-trusted-brands.col-md-12.col-12.col-sm-12 {
    background: #000; border: none;
}
.liftmodelbox {
    text-align: left;
    margin: 20px 40px;
	
}
.productspeclink {
	color:#d1b980; 
    font-family: 'Russo One';
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: block;
}
.liftmodelimg {
    background: #fff ;
    padding: 20px 60px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px;
}
.flexbox{display: flex;flex-wrap: wrap;justify-content: space-between; align-items: stretch;}
.flexboxcenter{display: flex; flex-wrap: wrap;justify-content: space-between; align-items: center;}
.twothird{width:64%;}
.thirdsect{width:36%;}
label.form-check-label {
    color: #fff;
}
.tab {
    background: #d5ae5f;
    text-transform: uppercase;
    font-family: 'Russo One';
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
	text-transform: uppercase;
width: 20%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #d1b980;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:#d1b980;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #d1b980;
  border-top: none;
}
label.contactFormLabel {
    color: #fff;
}
i.form-control-feedback.fas.fa-star-of-life {
    color: #d1ae59;
}
label.col-form-label.sh-control-label {
    color: #fff;
}
.btn.btn-success.sheSubmitButton {
    border: solid;
}
.rentalmodelbox {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0px 40px 0px;
	flex-wrap: wrap;
	align-content: center;
}
.rentalmodelimg {
    width: 50%;
    object-fit: cover;
    margin-right: 2%;
}
.rentalmodelimg img {
    width: 100%;
}
.rentalmodeltext{
	width: 48%;
}
/*==========  Inventory Styles  ==========*/
.list-top-section .list-listings-count{
    color: #000000!important;	
}
.list-top-section .list-title .list-title-text{
    font-family: "Russo One", sans-serif!important;
	font-weight: 300!important;
}
a.payments-as-low-as-route{
    color: #000000!important;		
}
.dealer-data{
    color: #000000!important;			
}
.dealer-data a{
    color: #000000!important;			
}
.list-top-section{
margin-top: 15px;
}
.faceted-search-content .faceted-section-box .faceted-search{
background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140))!important;
    background-color: rgb(188, 145, 41)!important;
    color: rgb(0, 0, 0)!important;	
	font-weight: 700;
}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140))!important;
    background-color: rgb(188, 145, 41)!important;
    color: rgb(0, 0, 0)!important;
		font-weight: 700;

}
a.view-listing-details-link.des-view-listingDetails.template-branded-button{
background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140))!important;
    background-color: rgb(188, 145, 41)!important;
    color: rgb(0, 0, 0)!important;
		font-weight: 700;	
}
.faceted-search-content .selected-facets-container .selected-facet{
background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140))!important;
    background-color: rgb(188, 145, 41)!important;
    color: rgb(0, 0, 0)!important;
		font-weight: 700;		
}
.list-content .list-error-container .info button:not(.login-button){
	background-image: linear-gradient(rgb(188, 145, 41), rgb(213, 174, 95), rgb(212, 188, 140))!important;
    background-color: rgb(188, 145, 41)!important;
    color: rgb(0, 0, 0)!important;
		font-weight: 700;	
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1530px) {		
	.headertext span{
	width: auto;	
	}	
	.rentalcattext h3 {
    font-size: 26px ;
}
	.rentalcattext{
    width: 100%;
}
}
@media only screen and (max-width : 1480px) {		
	.tab button {
    width: 50%;
}
.herobtnsect {
    width: 100%;
}	
}
@media only screen and (max-width : 1380px) {		
.hprentalbox {
    width: 49%;
    margin: 10px 0px;
}
.herotextsect {
    padding: 10px 65px 10px 15px;
}	
	
}
@media only screen and (max-width : 1320px) {		
.footertextsect {
    width: 33%;
    margin-bottom: 25px;
}	
	
	
}
@media only screen and (max-width : 1250px) {		
	.headernumber{
		font-size: 20px;
	}
}
@media only screen and (max-width : 1199px) {		
	.rentalbtns strong {
    width: 30%;
    line-height: 24px;
}
	.hpservtitlesect {
    margin-bottom: 20px;
    height: 250px;
    padding-left: 20px;
}
}
@media only screen and (max-width : 1100px) {		

.headernumber{
	margin: 0px;
}
.lgheader {
    font-size: 35px;
    line-height: 38px;
}	
.lgheader span{
    font-size: 26px;
    line-height: 28px;
}	
	.hptestamonialsect{
		width: 95%;
		padding: 10px;
	}
	.hpreviewtext{
	font-size: 15px;
    line-height: 30px;	
	}
.heroheader span {
    width: 100% !important;
    display: block;
    font-size: 25px !important;
}
.heroheader {
    font-size: 80px;
}
.herosubhead{font-size: 70px;}
		.headerright {
    flex-wrap: wrap;
}
}
@media only screen and (max-width : 1020px) {		
	.pageheader{
	padding: 10px 5px;
    font-size: 42px;
    line-height: 44px;
	}
	.hpcareertext {
    width: 100% ;
}
}
@media only screen and (max-width : 991px) {		
.hplogosect {
    width: 50%;
    justify-content: center;
    display: flex;
}	
.hplogosect:hover {
    width: 55%;
    justify-content: center;
    display: flex;
}	
	
}
@media only screen and (max-width : 920px) {		
	.cpinfosect{
		width: 100%;
		padding: 0px 10px;
		margin: 10px 0px;
	}	
	.cpinformationbox{
		padding: 40px;
	}
.tab button {
    width: 100%;
}
.hpsafebanner {
    display: flex;
    flex-wrap: wrap;
}
}
@media only screen and (max-width : 830px) {		
.footertextsect {
    width: 50%;
    margin-bottom: 25px;
}	
.noliststyle {
    padding-left: 10px;
}	
}
@media only screen and (max-width : 768px) {		
	.hptestamonialsect{
		width: 85%;
	}
	.herotextsect{
		clip-path: none;
	}
}
@media only screen and (max-width : 680px) {		
.headertop {
    flex-wrap: wrap;
	justify-content: center;
}
.headerleft {
    width: 100%;
	text-align: center;
}
.headerbtn {
    display: block;
    width: 100%;
    margin: 8px 0px 4px 0px;
}

.headerright {
	text-align: center;
    width: 100%;
	justify-content: center;

}.rentalbtns strong {
    width: 80%;
    line-height: 24px;
}
	.rentalbtnicon {
    width: 14%;
    text-align: center;
    margin-left: 0px;
box-sizing: border-box;
	}
	.lgparatext{
		font-size: 18px;
	}
.blkbtn {
    width: 100%;
}
.goldbtn {
    width: 100%;
}
.headernumber i{
	margin-right: 8px;
}
.headertext{
font-size: 30px;
line-height: 32px;
}
	.smheadertext {
    font-size: 16px;
}
.liststyle {
    padding-left: 20px;
}
.twothird{width: 100%;}
.thirdsect{width: 100%;}
.rentalmodelimg{
	width: 100%;
	}
	.rentalmodeltext{
		width: 100%;
		margin-top: 20px;
	}
	.dwnblkbkgd {
    width: 100% !important;
}
}
@media only screen and (max-width : 620px) {		
.heroheader span {
    font-size: 18px !important;
	padding: 8px 10px;
}	
.heroheader {
    font-size: 60px;
}	
.herosubhead {
    font-size: 40px !important;
    line-height: 42px;
}
	.herobtntext {
    font-size: 20px;
	line-height: 20px;
}	
.herobtntext span{
    font-size: 18px;
}
	.herobtnicon {
    width: 50px;
    height: 50px;
    font-size: 18px;
		transition-duration: 0.3s;
}
.herobtnicon:hover{
    width: 60px;
}
	.herobtnsect{
		margin: 10px 0px;
	}
	.herotextsect{
	padding: 10px 15px;	
	}
}
@media only screen and (max-width : 520px) {		
.footertextsect {
    width: 100%;
    margin-bottom: 25px;
	}
	.careerbox {
    padding: 20px;
	}
	.careerheader{
		font-size: 24px;
	}
	.pagepadding{
		padding: 2% 2% 2% 2%!important;
	}
	.hprentalbox {
    width: 100%;
    margin: 10px 0px;
	}
	.hpservtitlesect {
    margin-bottom: 20px;
    height: 150px;
    padding-left: 20px;
}
	.hplogosect {
    width: 100%;
    justify-content: center;
    display: flex;
    max-width: 180px;
}
	.hplogosect:hover {
    max-width: 190px;
		    width: 100%;
}
	.productspeclink{font-size: 16px;}
	.rentalmodeltext{font-size: 16px;}
	.careersubhead{font-size: 16px;}
	.footersocial{margin: 5px;}
}
@media only screen and (max-width : 430px) {		
	.pageheader{
	padding: 10px 5px;
    font-size: 36px;
    line-height: 38px;
	}
	.noliststyle li{
    line-height: 28px!important;
    margin-bottom: 15px!important;
}
	.cpinformationbox {
    padding: 20px 10px;
}
	.hpsafebanner {
		padding: 20px 5%;
	}
	.hpcareersect {
    padding: 10px 20px;
}
}
@media only screen and (max-width : 280px) {		
	.headernumber{
		font-size: 16px;
	}
}
