/***** 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;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	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,
img {
	display: block;
}

/***** END RESET *****/
body {
	font-size: 20px;
	line-height: 40px;
	-webkit-text-size-adjust: none;
	background-color: #F5F5F5;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	margin-bottom: 5px;
	line-height: normal;
}

strong {
	font-weight: 700;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

p {
	color: #000;
	margin: 0;
	font-size: 18px;
	padding: 0;
	display: block;
	line-height: 30px;
}

p a:link,
.white a:visited,
.white a:active {
	text-decoration: none;
	color: #000;
	font-weight: normal
}

p a:hover {
	text-decoration: underline;
	color: #000;
}

/*-------------- HEADER STYLES --------------------------*/

.theader {
	width: 100%;
	float: left;
	background-color: #C9CACE;
}

.topcenter {
	float: left;
	padding: 0;
	display: inline-block;
	width: auto;
	text-align: left;
	color: #1e3964;
	margin: 10px 0 10px 30%;
}

.topcenter p {
	display: inline-block;
	text-align: right;
	color: #1E3964;
	letter-spacing: 1px;
	margin-left: 0;
	padding: 0 5px;
	font-size: 14px;
}

.topcenter p a {
	color: #1e3964;
}

.topcenter p a:hover {
	color: #000;
}

.topcenter ul {
	margin: 0;
	padding: 0;
}

.topcenter ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	width: auto;
	color: #1e3964;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 1px;
	font-weight: 700;
}

.topcenter ul li a {
	color: #1e3964;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 800;
	padding: 0 20px;
}

.fa,
.fas {
	font-weight: 700;
	font-size: 16px;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.mobile-text .fa {
	color: #1e3964;
	font-size: 45px;
	margin: 0;
	display: block;
	line-height: normal;
	position: absolute;
	padding-bottom: 24px;
	letter-spacing: 2px;
}

.mobile-text {
	color: #1E3964;
	float: left;
	border-bottom: #1E3964 solid 5px;
	border-top: #1E3964 solid 5px;
}

.mobile-text ul {
	margin: 0;
	padding: 0;
}

.mobile-text ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	width: auto;
	padding: 0 5px;
}

.mobile-text ul li a {
	color: #000;
	font-size: 40px;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 700;
}

.mobile-text ul li a:hover {
	color: #fff;
}

/*---------------Logo---------------------------*/
.logo {
	float: left;
	padding: 10px 10% 0 80px;
	position: relative;
	display: inline-block;
}

.logo img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}

.rightlogo {
	float: right;
	padding: 10 80 10 0px;
	position: relative;
	display: flex;
	top: 10px;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}

.rightlogo img {
	width: auto;
	height: 40px;
	display: block;
}

/*----------Hero Image/ Main image-----------------*/
.cycle-slideshow {
	border-bottom: #1E3964 solid 5px;
}

.banner {
	height: auto;
	box-sizing: border-box;
	width: 100%;
}

.wrapper {
	text-align: center;
	width: 100%;
}

/*----------Buttons-------------------------------*/
.container-bg {
	margin: 0 auto;
	padding: 0 8% 0 8%;
	box-sizing: border-box;
}

.flex-sb-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}

.cat-button {
	position: relative;
	margin: 10px;
	width: 30%;
}

.cat-button img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.cat-buttons a img:hover {
	opacity: 100;
}

.cat-button-cover {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1E3964;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.40);
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.cat-button-info {
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
	display: block;

}

.cat-button-cover:hover {
	background: rgba(0, 0, 0, 0);
}

/*----------middle-------------------------------*/
/*-------About Section on Main page-----*/
.l-side {
	width: 40%;
	height: auto;
	float: left;
	padding: 40px 0 0 0;
}

.l-side img {
	width: 100%;
	height: auto;
	float: left;
}

.ab-text {
	width: 40%;
	float: left;
	margin: 40px 60px 40px 150px;
}

.ab-text p {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 30px;
}

/*  BRAND LOGOS
------------------------------------------------*/
.brands {
	background-color: #C9CACE;
	width: 100%;
	margin: 0;
	display: inline-block;
	text-align: center;
}

.brands .manu-logos {
	width: 100%;
	display: block;
}

.brands .manu-logos a {
	width: auto;
	margin: 0;
	display: inline-block;
}

.manu-logos img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.manu-logos a:first-of-type img {
	width: 250px;
}

.wrap {
	width: 100%;
	margin: 0 auto;
}

.brands h3 {
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}

/*----------bottom-------------------------------*/

/*  SCROLLING INVENTORY
------------------------------------------------*/
.inventory h3 {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	line-height: normal;
}

.inventory {
	margin: 5px 0;
}

.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
}

/*  Google Map 
------------------------------------------------*/
.map-wrap {
	width: 100%;
}

/*  footer
--------------*/
footer {
	background-color: #C9CACE;
	width: 100%;
	height: auto;
	border-bottom: 5px #1E3964 solid;
	border-top: 5px #1E3964 solid;
}

.wrapb {
	max-width: 1600px;
	margin: 0 auto;
}

.f-row {
	content: "";
	display: block;
	clear: both;
	height: 140px;
	padding: 15px 0;
	width: 100%;
}

.left-logo {
	height: auto;
	float: left;
	margin: 25px 50px;
}

.left-logo img {
	width: 100%;
	height: auto;
	float: left;
}

.f-column {
	float: left;
	width: 35%;
}

.r-column {
	float: left;
	width: 45%;
}

.main {
	position: relative;
	left: 25%;
	text-align: left;
	float: left;
	display: inline-block;
}

.main p {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	float: left;
	color: #1E3964;
	text-align: left;
}

.main p a {
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	color: #1E3964;
	text-align: left;
}

.main a:hover {
	color: #fff;
	text-decoration: none;
}


.divfooter {
	background-color: #1E3964;
	color: #fff;
	text-align: center;
	font-size: 12px;
	transition: all 0.3s;
	padding: 0 5px;
}

.divfooter a {
	color: #fff;
	transition: all 0.3s;
}

.divfooter a:hover {
	opacity: 0.6;
}

.footertext {
	text-align: center;
	padding: 0 !important;
}

/*  end footer
--------------*/
/*-------Service section -----*/
.ser-text {
	width: 40%;
	float: left;
	margin: 40px 60px 40px 150px;
}

.ser-text p {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 30px;
	text-align: left
}

.ser-img {
	width: 40%;
	height: auto;
	float: left;
	padding: 20px 0 20px 0;
}

.ser-img img {
	width: 100%;
	height: auto;
	float: left;
}

/*-------Chevron section -----*/
.chev-side {
	width: 80%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 0 30px;
}

.chev-side img {
	max-width: 100%;
	height: auto;
	float: left;
}

.oil-text {
	width: 80%;
	float: left;
	margin: 40px 60px 40px 80px;
}

.oil-text h4 {
	color: #0060BC;
}

.oil-text p {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 30px;
}

.oil-text ul li {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 30px;
	list-style-type: none;
}

.oil-text ul {
	margin-left: 20px;
}

.chv-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

/*-------Contact Us section -----*/
.cmap-side {
	width: 40%;
	height: auto;
	float: left;
	padding: 60px 0;
}

.cmap-side img {
	width: 100%;
	height: auto;
	float: left;
}

.con-text {
	width: 40%;
	float: left;
	margin: 40px 60px 40px 150px;
	text-align: center;
}

.con-text p {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}

.con-text ul li {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 30px;
	list-style-type: none;
	text-align: center;
}

.con-text ul li a {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 800;
	padding: 0;
	list-style-type: none;
}

.con-text ul li a:hover {
	color: #1E3964;
}

/* SITE FORM
------------------------------------------------*/
.site-form {
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0;
}

.site-form .three-cells {
	width: 32.3%;
	*width: 32%;
	box-sizing: border-box;
}

.site-form .full-cell {
	width: 99% !important;
}

.site-form .last {
	margin-right: 0 !important;
}

.short-textbox {
	height: 100px !important;
}

.site-form .instructions {
	font-size: 14px;
	color: #777;
	margin: 6px 0 6px 0;
	text-transform: capitalize;
}

.site-form .note {
	font-size: 12px;
	font-style: italic;
	color: #777;
	text-align: center;
	margin: 8px 0 0 0;
}

.site-form input[type="text"],
.site-form input[type="email"],
.site-form input[type="number"],
.site-form input[type="time"],
.site-form input[type="date"],
.site-form select {
	margin: 6px .8% 9px 0;
	padding: 14px 0;
	font-size: 14px;
	background-color: #fdfdfd;
	border: 1px #A3A3A3 solid;
	text-indent: 12px;
	box-sizing: border-box;
}

.site-form input[type="text"]:focus,
.site-form input[type="email"]:focus,
.site-form input[type="number"]:focus,
.site-form input[type="time"]:focus,
.site-form input[type="date"]:focus,
.site-form select:focus {
	border: 1px #5A5A5A solid;
	background-color: #fcfcfc;
}

.site-form textarea {
	width: 100%;
	height: 150px;
	margin: 2px 0;
	padding: 4px 8px;
	font-size: 14px;
	border: 1px #A3A3A3 solid;
	background-color: #fdfdfd;
	ox-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.site-form textarea:focus {
	background-color: #FCFCFC;
	border: 1px #5A5A5A solid;
}

.site-form input[type="submit"] {
	height: 46px;
	padding: 0 20px;
	margin: 10px 0 0 0;
	font-size: 14px;
	border: none;
	color: #fff;
	background: #1E3964;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-appearance: none;
}

.site-form input[type="submit"]:hover {
	color: #fff;
	background: #000;
	-webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	-webkit-appearance: none;
}

.CaptchaImagePanel {
	text-align: center;
}

.CaptchaImagePanel img {
	margin: 0 auto;
}

.CaptchaAnswerPanel input {
	padding: 8px 8px;
	border: 1px #e6e6e6 solid;
}

/*  MAIN
------------------------------------------------*/
.main-form {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	float: left;
	display: inline-block;
}

/*  ARTICLE
------------------------------------------------*/
article {
	margin: 0;
	padding: 0;
}



.list-content {
	padding-top: 30px;
}

#inv {
	padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
	font-family: bahnschrift, urw-din, sans-serif !important;
}

/* Reset font, ignore icons */

.listing-top-right a,
.lower-detail-data-left button,
.send-email-btn,
.media-buttons a,
.media-buttons button,
.faceted-search,
.listing-dealer-info a,
.view-listing-details-link,
.main-detail-data .contact-options a,
.fin-calc-btn-mobile,
.selected-facet,
.page-nav,
.apply-button,
.back-button,
.calculator-btn,
.mobile-done-button {
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.body-wrapper {
	overflow: inherit !important;
}

.body-content {
	overflow: inherit !important
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
	margin: 0px 3px 0px 6px;
}


.bread-crumbs-heading .return-links .return-links-link span,
#no-compare-listings,
.bread-crumbs-heading .return-links .return-links-link i {
	color: #1e3964 !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}

.view-listing-details-link,
.selected-facet,
.view-listing-details-link,
.buy-now-link,
.check-availability-link,
.email-seller-link,
.offer-btn,
.buy-btn,
.dealer-phone-mobile,
.offer-btn-mobile,
.send-email-btn-mobile,
.send-wholesale-email-btn-mobile,
.fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button,
.dealer-btns-bottom a {
	background: #1e3964 !important;
}

.selected-facet,
.dealer-phone-mobile,
.offer-btn,
.offer-btn-mobile,
.fin-calc-btn-mobile,
.send-wholesale-email-btn-mobile,
.send-email-btn-mobile,
.buy-now-link,
.view-listing-details-link,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button {
	border: solid 1px #1e3964 !important;
	transition: ease all 0.2s !important;
}

.selected-facet:hover,
.dealer-phone-mobile:hover,
.offer-btn:hover,
.offer-btn-mobile:hover,
.fin-calc-btn-mobile:hover,
.send-wholesale-email-btn-mobile:hover,
.send-email-btn-mobile:hover,
.buy-now-link:hover,
.view-listing-details-link:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.page-nav:hover,
.apply-button:hover,
.mobile-done-button:hover,
.dealer-btns-bottom a:hover {
	background: #fff !important;
	color: #1e3964 !important;
}

.check-availability-link,
.email-seller-link,
.video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.cs-btns a,
.calculator-btn {
	background: #000 !important;
	border: solid 1px #000 !important;
	transition: ease all 0.2s !important;
}

.check-availability-link:hover,
.email-seller-link:hover,
.video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.cs-btns a:hover,
.calculator-btn:hover {
	background: #fff !important;
	color: #000 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
	color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
	padding-left: 4px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
	background: #000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-page-nav,
.contact-options a {
	background: #000 !important;
}

.list-main-section .contact-options a {
	border: #000 solid 1px !important;
	transition: ease all 0.2s !important;
}

.list-main-section .contact-options a:hover {
	background: transparent !important;
	color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container a,
.back-button {
	border-color: #000 !important;
	color: #000 !important;
}

.material-icons,
.collapsible-content a {
	color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
	background-color: #000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	height: 48px !important;
	box-sizing: border-box;
}

.body-content {
	line-height: initial !important;
}



/*  smaller Screens
------------------------------------------------*/
@media screen and (max-width: 2000px) {
	.mobile-text {
		display: none;
	}
}

@media screen and (max-width: 1555px) {
	.ab-text {
		width: 45%;
		float: left;
		margin: 40px 60px;
	}
}

@media screen and (max-width: 1527px) {
	.topcenter {
		margin: 10px 0 10px 20%;
	}
}

/*  Mobile Screens
------------------------------------------------*/
@media screen and (max-width: 1340px) {
	.topcenter {
		display: none;
	}

	.mobile-text {
		display: inline-block;
		width: 100%;
	}

	.mobile-text ul {
		padding: 0 50px 0 0;
	}

	.logo {
		padding: 5px 50px 0 60px;
	}

	.list-content {
		padding-top: 90px;
	}
}



@media screen and (max-width: 1249px) {
	.f-column {
		float: left;
		width: 35%;
	}

	.r-column {
		float: left;
		width: 35%;
	}

	.con-text {
		width: 40%;
		float: left;
		margin: 40px 60px 40px 100px;
	}

}

@media screen and (max-width: 1229px) {
	.cat-button-info {
		font-size: 25px;
	}

	.ab-text p {
		font-size: 14px;
	}

	.ab-text h1 {
		font-size: 25px;
	}

	.brands h3 {
		font-size: 16px;
	}

	.inventory h3 {
		font-size: 16px;
	}

	.f-column {
		float: left;
		width: 25%;
	}

	.r-column {
		float: left;
		width: 25%;
	}



}

@media screen and (max-width: 1049px) {
	.map-side {
		width: 100%;
	}

	.ser-text {
		width: 80%;
		float: left;
		margin: 20px 60px;
	}

	.cmap-side {
		width: 100%;
	}

	.con-text {
		width: 80%;
		float: left;
		margin: 20px 60px;
	}

	.ser-img {
		width: 100%;
		height: auto;
		float: left;
		padding: 0;
	}

	.ser-img img {
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}
}



@media screen and (max-width: 950px) {
	.cat-button {
		position: relative;
		width: 65%;
		height: auto;
		margin: 2% auto;
		box-sizing: border-box;
	}

	.cat-button-info {
		font-size: 25px;
	}

	.flex-sb-row {
		margin: 0;
	}

	.l-side {
		width: 100%;
		height: auto;
		float: left;
		padding: 0;
	}

	.l-side img {
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}

	.ab-text {
		width: 80%;
		float: left;
		margin: 20px 60px;
	}

	.ab-text p {
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: bold;
		line-height: 30px;
	}

	.manu-logos img {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.map-side {
		width: 100%;
		height: auto;
		float: left;
		padding: 0;
	}

	.map-side img {
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}

	.ser-text {
		width: 80%;
		float: left;
		margin: 20px 40px;
	}

	.ser-text p {
		font-size: 16px;
	}

	.oil-text {
		width: 60%;
	}

	.cmap-side {
		width: 100%;
		height: auto;
		float: left;
		padding: 0;
	}

	.cmap-side img {
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 10px;
	}

	.con-text {
		width: 80%;
		float: left;
		margin: 20px 60px;
	}


}

@media screen and (max-width: 878px) {
	.main p {
		font-size: 14px;
		font-weight: 700;
	}

	.main p a {
		font-size: 14px;
		font-weight: 700;
	}
	
	.rightlogo img {
		height: 30px;
		width: auto;
	}
	
	.rightlogo {
		gap: 10px;           
		padding-right: 20px; 
		top: 15px;            
  }
}

@media screen and (max-width: 850px) {
	.logo {
		padding: 5px 20px 0 30px;
	}

	.rightlogo {
		padding: 0;
	}

	.mobile-text ul {
		padding: 0 40px 0 0;
	}
}

@media screen and (max-width: 776px) {
	.f-column {
		float: left;
		width: 100%;
	}

	.r-column {
		float: left;
		width: 100%;
	}

	.main p {
		font-size: 12px;
		font-weight: 700;
	}

	.main p a {
		font-size: 12px;
		font-weight: 700;
	}

	.main {
		left: 10%;
	}

	.left-logo {
		margin: 0px 50px 10px;
	}
}

@media screen and (max-width: 650px) {
	.oil-text {
		margin: 40px 60px 40px 60px;
	}
		.rightlogo img {
		height: 25px;
		width: auto;
	}
	
	.rightlogo {
		gap: 10px;           
		padding-right: 20px; 
		top: 18px;            
  }


}

@media screen and (max-width: 611px) {
	.cat-button {
		position: relative;
		width: 75%;
		height: auto;
		margin: 2% auto;
		box-sizing: border-box;
	}
}



@media screen and (max-width: 579px) {

	.logo {
		padding: 5px 20px 0 30px;
	}

	.rightlogo {
		padding: 0;
	}

	.mobile-text ul {
		padding: 0 20px 0 0;
	}

	.con-text {
		width: 80%;
		float: left;
		margin: 20px 40px;
	}

	.site-form .three-cells {
		width: 35%;
	}
	
	.rightlogo {
		display: flex;
		flex-direction: column;       
		align-items: flex-end;        
		gap: 4px;                     
		padding: 10px 16px 10px 0;    
		height: auto;
		top: unset;
  }

  .rightlogo img {
	  height: 16px;                
	  width: auto;
  }
}



@media screen and (max-width: 499px) {

	.logo {
		width: 25%;
		padding: 10px 10px 0 20px;
	}


	.oil-text {
		width: 70%;
		float: left;
		margin: 40px 60px 40px 60px;
	}

	.site-form .three-cells {
		width: 45%;
	}
}


@media screen and (max-width: 479px) {}

@media screen and (max-width: 550px) {

	.cat-button-info {
		font-size: 18px;
	}



}

@media screen and (max-width: 360px) {
	.oil-text {
		width: 70%;
		float: left;
		margin: 40px 60px 40px 60px;
	}

	.oil-text ul li {
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 500;
		line-height: 30px;
	}
}

@media screen and (max-width: 354px) {
	.logo {
		width: 20%;
		padding: 20px 10px;
	}



}

@media screen and (max-width: 320px) {
	.oil-text {
		width: 80%;
		float: left;
		margin: 40px 30px;
	}

	.con-text {
		width: 80%;
		float: left;
		margin: 20px 20px;
	}

	.site-form .three-cells {
		width: 75%;
	}

	.site-form {
		width: 100%;
		margin: 25px 0 0 0;
		padding: 0;
	}
	.rightlogo img{  
		height: 14px;
		
}


@media screen and (max-width: 280px) {

	.mobile-text .fa,
	.fas {
		font-weight: 700;
		font-size: 14px;
	}

	.mobile-text ul {
		padding: 0;
	}

	#menu-button a {
		font-size: 20px !important;
		font-weight: 900;
		color: #1E3964;
		text-decoration: none;
		padding: 0 8%;
	}

	.cat-button-info {
		font-size: 16px;
	}

	.ab-text {
		width: 80%;
		float: left;
		margin: 10px;
	}

	.ser-text {
		width: 80%;
		float: left;
		margin: 15px;
	}

	.con-text {
		width: 80%;
		float: left;
		margin: 15px;
	}
}




@media screen and (max-width: 210px) {
	.cat-button-info {
		font-size: 12px;
	}

}