﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

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;	
}

 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 --------*/
*{box-sizing:border-box;}
body {
	font-family:'open-sans', sans-serif;
	overflow-x:hidden;
}
h1, h2, h3, h4{font-family:'Oswald', sans-serif;}
a{text-decoration:none;}
.red-btn{ background:#E71316; margin:5px; transition:.3s ease; color:#fff; text-align:center; display:inline-block; padding:12px 18px; box-sizing:border-box;}
.red-btn:hover{background:#1f2d61;}
/*--- HEADER STYLES ---------------------*/
header{width:100%; background:url("/siteart/white-tiles.jpg") repeat-x; height:140px;}
.header{max-width:1600px; margin:0 auto; padding:10px; box-sizing:border-box;}
.wrap{max-width:1600px; margin:0 auto; padding:10px; box-sizing:border-box;}
.wrap2{max-width:1400px; margin:0 auto; padding:10px; box-sizing:border-box;}
.header-top{width:100%; display:flex; flex-direction:row; justify-content: space-between; border-bottom:solid 1px #000; padding-bottom:10px;}
.header-top a{color:#000; font-size:16px; transition:.3s ease;font-family:'Oswald', sans-serif;}
.header-top a i{padding-right:10px;}
.header-top a:hover{color:#e71316;}
.nav-row{width:100%; display:flex; flex-direction:row; justify-content:center;}
.logo{width:380px; z-index:100; position:relative;}
.logo img{max-width:260px; width:100%; margin:-50px auto 0 auto; display:block;}
/*---BODY--------------------------------*/
.hero{width:100%; display:flex; flex-direction:row;}
.hero-left{width:calc(100% - 600px);}
.hero-left img{width:100%;}
.hero-right{width:600px; padding:100px 5.5% 0 20px; box-sizing:border-box;}
.hero-right h1{font-size:55px; font-weight:400; float:right; text-transform:uppercase; line-height:58px; text-align:right;}
.hero-right p{font-size:18px; text-align:right; line-height:28px; display:inline-block; padding:10px 0;}
.hero-right a{float:right; margin-top:20px;}

/*---------Quick Links----------*/
/*--.qls{max-width:1600px; margin:-10px auto 50px auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.qls a{width:calc(33.33% - 10px); margin:5px; box-shadow:2px 2px 5px 2px rgba(0,0,0,.2); padding:60px 20px 70px 20px; box-sizing:border-box; background:url("/siteart/white-tiles.jpg"); transition:.3s ease;}
.qls a h2{font-size:60px; line-height:50px; transition:.3s ease; font-weight:400; color:#000; text-align:center; text-transform:uppercase;}
.qls a h2 span{color:#e71316; font-size:40px; transition:.3s ease;}
.qls a:hover{background:url("/siteart/blue-tile.jpg");}
.qls a:hover h2{color:#fff;}
.qls a:hover h2 span{color:#fff;}--*/

.qls{max-width:1600px; margin:20px auto 60px auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row; gap:20px;}
.ql{width:calc(25% - 20px); box-shadow:2px 2px 5px 2px rgba(0,0,0,.2); padding:30px; box-sizing:border-box; background:#fff; transition:.3s ease;}
.ql h2{font-size:40px; min-height:82px; line-height:40px; transition:.3s ease; font-weight:400; color:#000; text-align:center; text-transform:uppercase;}
.ql p{font-size:16px; min-height:175px; line-height:24px; text-align:center; color:#000; padding:15px 0; display:inline-block;}
.ql a:hover{color:#000;}
/*------Home About-----------*/
.top-row{max-width:1600px; padding: 0; width:100%; margin:30px auto; display:flex; flex-direction:row;}
.top-row-left{width:52%;}
.back-square{background:linear-gradient(to right, #e71316 80%, #fff 80%); height:350px; padding-top:40px; padding-left:40px;}
.img-wrap{height:400px; width:98%; padding:10px; background:#fff; box-shadow:2px 2px 5px 2px rgba(0,0,0,.2);}
.img-wrap img{width:100%; height:100%; object-fit:cover;}
.top-row-right{width:48%; padding:0% 60px 0; box-sizing:border-box;}
.top-row-right h3{font-size:40px; font-weight:400; text-transform:uppercase; padding-bottom:15px;}
.top-row-right p{font-size:16px; line-height:24px; padding-bottom:20px;}
.top-row-right p span{color:#e71316;}
.blue-square{background:linear-gradient(to left, #1f2d61 80%, #fff 80%); height:350px; padding-top:40px; padding-right:40px;}
.quality h3, .quality p{text-align:right;}
.quality a{float:right;}

/*--------Low Prices----------*/
.tilt-row{width:100%; display:flex; flex-direction:row; height:280px;}
.tilt-row img{width:50%; margin-right:-45px; height:100%; object-fit:cover; object-position:80% 80%; clip-path:polygon(0% 0%, 100% 0%, 95.5% 100%, 0% 100%);}
.prices{width:55%; background:url("/siteart/white-tiles.jpg"); padding:60px 30px; box-sizing:border-box;clip-path:polygon(4.5% 0%, 100% 0%, 100% 100%, 0% 100%);}
.prices h3{font-size:50px; line-height:50px; color:#1f2d61; text-transform:uppercase; text-align:center;}
.prices h3 span{font-size:40px; font-weight:400;}

/*--------Brands----------*/
.brands{width:100%; background:url("/siteart/BLUE-DIAMOND.webp");}
.brands-wrap{max-width:1600px; width:100%; margin:0 auto; padding:50px 10px; box-sizing:border-box;}
.brands a{ padding:10px; box-sizing:border-box;}
.brands a img{width:100%; margin:0 auto;display:block; transition:.3s ease;}
.brands a:hover img{transform:scale(1.1);}
.brandbar{background:transparent;margin: 0 auto;text-align: center;padding:40px 30px;box-sizing:border-box;width: 100%;max-width:1600px;top:0;left: 0;right:0;}

/*-----Contact Page----------*/
.contact-page{width:100%; max-width:1600px; padding:0 10px; box-sizing:border-box; margin:120px auto 40px auto; display:flex; flex-direction:row;}
.contact-left{width:550px; padding-right:20px;}
.flex-form{width:calc(100% - 550px);}

.contact-left h1{font-size:50px; padding:20px 0; font-weight:400; text-transform:uppercase;}
.contact-left p{font-size:18px; line-height:26px;}
.contact-left a{color:#000; padding:10px 0; display:inline-block; font-size:20px; transition:.3s ease;}
.contact-left a:hover{color:#e71316;}
.contact-left a i{color:#1f2d61; padding-right:10px;}

.thanks h1{font-size:50px; padding:40px 0; font-weight:400; text-transform:uppercase;}
.thanks p{padding-bottom:40px; font-size:16px;}

.grey-back{width:100%; background:#1F2D61;}
.map{max-width:1600px; margin:0 auto; width:100%; padding:60px 10px 100px 10px; box-sizing:border-box;}
.map h2{padding-bottom:40px; color:#fff; font-size:40px; text-transform:uppercase; font-weight:400;}

/*-------Pages--------*/
.gray-back{width:100%; background:#f0f0f0!important;;}
.bread p, .bread p a{color:#000; font-size:16px;}
.bread a:hover{text-decoration:underline;}

.page-header{width:100%; padding:4% 0 2% 0; background:url("/siteart/white-tiles.jpg"); }
.page-text{width:100%;}
.page-text ol{margin-left:20px;}
.page-text ol li{line-height:30px; font-size:18px;}
.page-text h1{font-size:70px; font-weight:400; text-transform:uppercase; line-height:75px; padding-bottom:40px;}
.page-text p{font-size:18px; line-height:26px;}
.page-img{width:58%;height:450px; margin:-70px 0 -40px 0;}
.page-img img{width:100%; float:right; height:100%; object-fit:contain;}

.boxes{width:100%; padding:5% 0;}
.boxes h2{font-size:40px; text-align:center; font-weight:500; text-transform:uppercase; color:#1f2d61; padding-bottom:40px;}
.cards{display:flex; flex-direction:row; justify-content: flex-start; gap:20px; flex-wrap:wrap;}
.cards a{width:calc(25% - 20px); border:solid 1px #ccc; padding:30px; text-align:center;}
.cards a h3{font-size:26px; transition:.3s ease; font-weight:600; color:#000; }
.cards a p{font-size:18px; line-height:26px; color:#000;}
.cards a img{width:100%; height:200px; object-fit:contain; transition:.3s ease;}
.cards a:hover img{transform:scale(.9);}
.cards a:hover h3{color:#e71316;}
.cards2{display:flex; flex-direction:row; justify-content: flex-start; gap:20px;}
.cards2 a

.gray-back{width:100%; background:#f0f0f0;}
.list{width:100%; display:flex; flex-direction:row; flex-wrap:wrap;}
.list p{padding:20px 15px; width:50%; font-size:22px; font-weight:400; display:block; }
.list p i{-webkit-text-stroke: 2px #e71316; padding-right:10px; font-size:26px; color:transparent;}

.icons{display:flex; flex-direction:row; gap:30px;}
.icon{width:calc(33.33% - 30px);text-align:center; }
.icon i{font-size:30px;-webkit-text-stroke: 2px #fff; color:transparent; display:flex; flex-wrap:wrap;justify-content: center; align-content:center; background:#1F2D61; border-radius:50%; height:80px; width:80px; margin:0 auto; text-align:center;}
.icon h3{font-size:24px; font-weight:400; text-align:center; padding-top:15px;}

.blue-back{width:100%; background:#1F2D61;}
.service{padding:5% 0; text-align:center;}
.service h2{font-size:40px; text-align:center; font-weight:500; text-transform:uppercase; color:#fff; padding-bottom:40px;}
.service h2 i{font-size:40px;-webkit-text-stroke: 2px #fff; color:transparent;}
.service p{font-size:20px; font-weight:400; color:#fff;}
.service h2 a{color:#fff;}
.service h2 a:hover{text-decoration:underline;}

.serv-area{width:100%; display:flex; flex-direction:row; margin:60px 0 20px 0;}
.serv-area-left{width:50%; padding:1% 4% 0 8%;}
.serv-area-left h2 a{font-size:40px; color:#e71316; font-weight:500; text-transform:uppercase; padding-bottom:10px;}
.serv-area-left p{font-size:16px; line-height:24px; font-family:'Arial', sans-serif; font-weight:400;}
.serv-area-left a{margin:20px 0;}
.serv-area-left ul li{list-style: disc; line-height:35px; }
.serv-area-left ul li a{color:#e71316; }
.serv-area-left ul li a:hover{text-decoration:underline;}
.serv-map{width:50%;}
.serv-row{display:flex; flex-direction:row; width:90%; }
.serv-row ul{width:50%; margin-left:20px; padding:0 10px 0 0;}


.loc-row{display:flex; flex-direction:row; flex-wrap:wrap; justify-content: center;}
.loc-row a{display:inline-block; color:#fff; font-size:22px; font-weight:400; padding:20px;}
.loc-row a:hover{text-decoration:underline;}

.flex2{display:flex; background-color:#fff; background:url('/siteart/logo-background.jpg') center center no-repeat; flex-direction:row; width:100%; flex-wrap:wrap; padding:5% 0;}
.flex3{display:flex; flex-direction:row; width:100%; flex-wrap:wrap; padding:5% 0;}
.faq{width:calc(100% - 500px); box-sizing:border-box; padding-right:60px;}
.faq2{width:calc(100% - 500px); display:flex; flex-direction:row; box-sizing:border-box; padding-right:60px;}
.faq2 img{width:40%; object-fit:contain; filter:grayscale(1); opacity:.05;}
.faq h2, .faq2 h2{font-size:30px; font-weight:500; text-transform:uppercase; color:#1F2D61; padding-bottom:30px;}
.faq h3{padding:15px 0 5px 0; font-size:24px; font-weight:400; color:#000;}
.faq p{font-size:18px; color:#000;}
.blue-box{width:500px; background:#1F2D61; border-radius:5px; padding:30px;}
.blue-box p{font-size:18px; color:#fff; padding-bottom:20px; margin-top:-20px;}
.blue-box h2{font-size:30px; font-weight:500; text-transform:uppercase; color:#fff; padding-bottom:30px;}

.red-full{width:100%; background:#E71316; border:solid 1px #E71316; font-size:18px; font-weight:600; transition:.3s ease; color:#fff; text-align:center; display:block; padding:13px; border-radius:5px; box-sizing:border-box;margin:6px; }
.white-full{width:100%; background:#fff; font-size:18px; border:solid 1px #fff; font-weight:600; transition:.3s ease; color:#000; text-align:center; display:block; padding:13px; border-radius:5px; box-sizing:border-box; margin:6px;}
.white-full:hover{background:transparent; color:#fff;}
.red-full:hover{background:transparent;}

.testis{width:100%; display:flex; flex-direction:row; gap:30px;}
.testi{width:calc(50% - 30px); border-radius:5px; background:#fff; padding:40px;}
.testi .fa{font-size:40px;-webkit-text-stroke: 2px #E71316; color:transparent; padding-bottom:10px; display:block;}
.review{font-size:18px; padding:15px 0px;}
.name{font-size:18px; font-weight:600; color:#333;}

.text-list{flex:1; padding:0 30px; border-right:solid 1px #ccc;}
.text-list:last-of-type{border-right:none;}
.text-list h2{font-size:24px; font-weight:600; padding-bottom:20px; text-transform:uppercase;}
.text-list ul li{list-style: disc; line-height:30px; font-size:18px;}
.text-list ul{margin-left:15px;}

.policy{padding:4% 0 2% 0;}
.policy h1{font-size:30px; font-weight:500; text-transform:uppercase; color:#000; padding-bottom:30px;}
.policy h2{font-size:24px; font-weight:500; text-transform:uppercase; color:#000; padding:15px 10px;}
.policy ul{margin-left:15px;}
.policy ul li{list-style: disc; line-height:30px; font-size:18px;}
.flex{width:50%;}


/*--------FORM STYLES--------------------*/
.sell{width:100%!important; background:#fff; margin:5% auto!important;}
.flex-form label{font-size:16px; padding-top:10px; display:block;}
.flex-form{text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px; box-shadow:2px 2px 5px 2px rgba(0,0,0,.2); padding:50px; box-sizing:border-box;}
#formpage input, select {padding:14px;border-bottom: 1px solid #ccc; border-left:none; border-right:none; border-top:none;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%; flex-wrap:wrap;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}


#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border-bottom: 1px solid #ccc!important;border-top:none; border-left:none; border-right:none; color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{width:160px; background:#e71316; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;border:none;height:auto; font-size:16px; font-weight:400; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:#1f2d61; cursor:pointer; transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:160px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:url("/siteart/white-tiles.jpg");}
.footer{padding:80px 10px; box-sizing:border-box;font-family: 'Oswald', sans-serif;}
.footer img{display:block; margin:0 auto; max-width:280px; width:100%;}
.footer-row{padding:20px 0; display:flex; flex-direction:row; justify-content: center;}
.footer-row a{padding:5px 20px; color:#000; font-weight:500; text-transform:uppercase; transition:.3 ease;}
.footer-contact{text-align:center;}
.footer-contact a{padding:5px; color:#000; font-weight:500; transition:.3s ease;}

.footer a:hover{color:#e71316;}






.rent-top{ margin:0 auto; display:flex; justify-content: flex-end; margin-top:-40px; width:100%;position:relative; z-index:150; float:right;}
.rent-top .red-btn{width:auto; padding:12px 20px; max-width:260px;}
.inv-top{max-width:1450px; margin:0 auto; width:100%;position:relative; z-index:150;}
.inv-top .red-btn{width:auto; padding:12px 20px; max-width:260px;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #e71316 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #e71316 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #1f2d61 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1650px) {
	.hero-right{width:500px; padding:60px 1% 0 20px;}
	.hero-left{width:calc(100% - 500px);}
}
@media only screen and (max-width: 1450px) {	
	.hero{flex-direction:column;}
	.hero-right, .hero-left{width:100%; text-align:center;}
	.hero-right a{margin:3px;  clear:both; float:none;}
	.hero-right h1{text-align:center; width:100%; padding-bottom:20px;}
	.hero-right p{text-align:center;}
	.qls{margin:50px auto; flex-wrap:wrap;}
	.ql p, .ql h2{min-height:0;}
	.ql{width:calc(50% - 30px);}
}
@media only screen and (max-width: 1300px) {	
	.hero-right h1{font-size:55px; line-height:55px;}
	.logo{width:300px;}
	.contact-left{width:350px;}
	.flex-form{width:calc(100% - 350px);}
	.faq{padding-right:20px;}
}
@media only screen and (max-width: 1200px) {	
	.cards a{width:calc(33.33% - 20px);}
	.contact-page{flex-direction:column; margin:60px auto 40px auto;}
	.contact-left{width:100%; padding-bottom:40px;}
	.flex-form{width:100%;}
	.serv-area-left{padding:1% 15px 0;}
	.flex2{background:#fff;}
}
@media only screen and (max-width: 1000px) {	
	.hero-right h1{font-size:45px; line-height:45px;}
	.header-top{display:none;}
	.logo img{margin:0 auto; max-width:220px;}
	.logo{width:auto;}
	header{height:auto;}
	.header{padding:0;}
	.top-row{flex-direction:column;}
	.top-row-left{width:95%;}
	.top-row-right{width:99%;}
	.sell{padding:100px 20px 0 20px;}
	.quality{padding:0 20px 80px 20px;}
	.top-row:last-of-type{flex-direction:column-reverse!important;}
	
	.faq{width:100%; padding:15px 0;}
	.blue-box{width:100%;}
	.page-text h1{font-size:50px; line-height:55px;}
	.list p{width:100%;}
	.page-header .top-row{flex-direction:column!important;}
	.page-img{margin:0 auto; width:80%; height:auto;}
	.text-list{width:100%; flex:auto; border-right:none; border-bottom:solid 1px #ccc; padding:20px;}
	.quality{padding:120px 20px 80px 20px;}
	.sell{z-index:1;}
	.img-wrap{z-index:20; position:relative;}
	.faq2{width:100%;}
}
@media only screen and (max-width: 900px) {
	.cards a{width:calc(50% - 20px);}
	.flex-row{flex-direction:column;}
	.form-third, .form-half{width:calc(100% - 10px);}
	.flex{width:100%;}
	
}
@media only screen and (max-width: 800px) {	
	.hero-right h1{font-size:38px; line-height:38px;}
	.qls a{width:calc(100% - 10px);}
	.tilt-row{flex-direction:column; height:auto;}
	.tilt-row img{width:100%; height:300px; clip-path:none; margin-right:0;}
	.prices{width:100%; clip-path:none;}
	.ql{width:100%;}
	.testis{flex-wrap:wrap; gap:20px;}
	.testi{width:100%;}
	.rent-top{margin-top:-20px;}
	.serv-area{flex-direction:column;}
	.serv-area-left{padding:20px 10px; width:100%;}
	.serv-map{width:100%;}
	.serv-map iframe{height:350px!important;}
	
}
@media only screen and (max-width: 650px) {	
	.qls a h2{font-size:50px; line-height:42px;}
	.img-wrap{height:300px;}
	.back-square{height:260px;}
	.footer-row{flex-direction:column;}
	.footer-row a{text-align:center;}
	.footer img{max-width:240px;}
	.contact-left h1{font-size:40px;}
	.map h2{font-size:32px;}
	.flex-form{padding:30px;}
	.ql h2{font-size:30px; line-height:34px;}
	.service h2, .boxes h2{font-size:30px; padding-bottom:20px;}
	.loc-row a{font-size:18px; padding:10px;}
	.page-text h1{font-size:40px; line-height:45px;}
	.cards a{width:100%;}
	.list p{font-size:20px;}
	.icon{width:calc(50% - 30px);}
	.icons{flex-wrap:wrap;}
	.faq2 img{display:none;}
	.quality{padding:40px 20px 40px 20px;}
}
@media only screen and (max-width: 500px) {
	.blue-box h2{font-size:24px; line-height:30px;}
	.icon{width:100%;}
}
@media only screen and (max-width: 420px) {
	.qls a h2{font-size:40px; line-height:35px;}
	.qls a h2 span{font-size:32px;}
	.back-square, .blue-square{padding:0; height:auto;}
	.img-wrap{height:240px; box-sizing:border-box; width:100%;}
	.tilt-row img{height:240px;}
	.prices h3{font-size:35px; line-height:40px;}
	.prices h3 span{font-size:30px;}
	.ql h2{font-size:28px; line-height:32px;}
	p, .hero-right p, .page-text p{font-size:16px;}
	.testi{padding:20px;}
	.page-text h1{font-size:30px; line-height:35px;}
	.cards a{padding:15px;}
	.list p{font-size:18px;}
	.page-img{display:none;}
	.icon h3{font-size:20px;}
	.service p{font-size:18px;}
	.top-row-left{margin:0 auto;}
	.sell{padding:40px 20px 0 20px;}
	.serv-row{width:100%; flex-direction:column;}
	.serv-row ul{width:100%;}
	.hero-right{padding:40px 10px;}
}





