﻿/***** 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 {font-family: muli, sans-serif !important;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

h1,h2,h3,h4,h5,h6{font-family: zeitung, sans-serif !important;}
p {font-family: muli, sans-serif !important;font-size: 18px;line-height: 1.5;}

/*--------BUTTONS--------------------*/
.light-btn{background:#f5f5f5;color: #05529b;padding: 15px;max-width: 220px;width: 100%;text-align: left;transition: .3s all;position: relative;border: none;border: none;font-family: zeitung, sans-serif !important;font-size: 16px;letter-spacing: 1px;font-weight: 600;cursor: pointer;text-transform: uppercase;}
button.yellow-btn {background: #ffcc4c;border: 1px solid #ffcc4c;padding: 10px;border-radius: 3px;text-transform: uppercase;line-height: 1;font-family: zeitung, sans-serif !important;font-weight: 900;}

.form-subhead {margin-top: 30px !important; font-size: 15px;}

span.btn-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;
    right: 0;
    background: #05529b;
    color: #ffcc4c;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page button {
    background: #fff;
    border: 1px solid #eee;
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #05529b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: #ffcc4c;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.animate__animated.animate__fadeInUp {
  animation-delay: 0.6s;
}
/*--- HEADER STYLES ---------------------*/
header {position: relative;}
.top-head.dark-bg{padding:10px 0;color:#fff;}
.top-head .top-contact{display:flex;justify-content: flex-end;    gap: 20px;}

.top-head .top-contact a {color:#fff;}
.top-contact strong {text-transform: uppercase;font-weight: 900;}
.logo img {max-width: 100%;height: 40px;}
img.nhlogo {
    height: 48px;
}
.main-header{position: absolute;z-index: 9;left: 0;right: 0;background:rgba(232,232,232,0.60);}
.main-header .flex-container {justify-content: space-between;align-items: center;}

header.sub-head{box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}
header.sub-head .main-header {
    position: unset;
	background: #fff;
}

header.sub-head .main-header a {color: #05529b;}

header.sub-head nav.primary ul ul a {color: #fff;}

.flex-logo{display:flex;align-items: center;gap:20px;}
.flex-logo:before,.flex-logo:after {
  content: "";
  border: 1px solid rgba(51,51,51,0.20);
	align-self: stretch;
}

.main-logo{ order: -1;}

.last-logo {order: 1;}

.mobile-contact {
    gap: 10px;
	display: none;
}

.desktop-facebook .fa-brands{font-size: 16px;}
/*---BODY--------------------------------*/
.wid90{margin: 0 auto;width:90%;}
.dark-bg{background:#282828;}
.grey-bg{background: #f5f5f5}
.flex-container {display: flex;}
.center {text-align: center;}
#pad-xl {padding-top: clamp(70px, 5%, 90px);padding-bottom: clamp(70px, 5%, 90px);}
.grid-container{display:grid;}
.page-wid{max-width: 1500px;width:90%;margin: 0 auto;}
/*---HERO--------------------------------*/
.hero{background:linear-gradient(0deg, rgba(40,40,40,.75) 0%, rgba(40,40,40,.75) 100%),url("/siteart/hero.jpg") no-repeat;background-size:cover;background-position: center;display:flex;align-items:center;position:relative;flex-wrap:wrap;}

.hero-txt{color: #fff;padding-top: clamp(250px, 16%, 600px);
padding-bottom: clamp(70px, 5%, 90px);width: 65%;margin-left: 5%;}

.hero-txt.wid90,.inventory-search {flex-basis: 100%;}
.hero-txt h1 {font-size: 48px;line-height: 1.15;font-weight: 900;margin-bottom: 20px;}

.hero-txt p {font-size: 20px!important;}
.flex-column {flex-wrap: wrap;}
.search-row {flex-basis: 40%;flex-grow: 1;}

.search-btn button {border: none !important;background: rgb(5 82 155 / 60%);color: #fff;padding: 30px 0;}
.flex-column {flex-wrap: wrap;gap: 30px;width: 90%;margin: 0 auto;background: #fff;padding: 40px 0;}
.search-wrap {width: 75%;}

form.detailed-search {display: flex; gap: 0;}

.search-btn {display: flex;}

.search-btn button {border: none !important;cursor: pointer;background: rgb(5 82 155 / 60%);color: #fff;padding: 30px 50px;    font-family: zeitung, sans-serif !important;transition: .4s all;}

button.searchbtn-txt:hover{background: rgb(5 82 155 / 100%);}
button.searchbtn-txt:hover span i {color:#fff;}
.detailed-search .wid90 {background: #fff;    width: 100%;}

.detailed-search label {width: 100%;display: block;text-transform: uppercase;margin-bottom: 10px;font-size: 14px;font-weight: 600;letter-spacing: 1px;    font-family: zeitung, sans-serif !important;}

.detailed-search select, .detailed-search input {width: 100%;padding: 10px;box-sizing: border-box;border: 0.5px solid #e8e8e8;    font-family: zeitung, sans-serif !important;}

.search-btn span {text-transform: uppercase;letter-spacing: 1px;display: block;}

.search-btn span i {    font-size: 36px;color: #ffcc4c;margin-bottom: 15px;transition: .4s all;}
/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #eee !important; border: 1px #e8e8e8 solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative;background: #05529b !important;border: 1px solid #05529b;border-radius: 3px;z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #555;}
.example-val{font-size: 15px; font-weight: 700;}
.example-val span{font-weight: 500;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

.about-page {width: 50%; margin-right: 40px;}

/*--------HOME STYLES--------------------*/
.flex-home {align-items: center;}
.home-txt{flex:3;}
.home-txt h2 {font-size: 48px;font-weight: 900;margin-bottom: 15px;line-height:1.25}
.home-txt h2 span {display: block;font-weight: 500;}
.manu-quad{flex:1;background: linear-gradient(0deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,.8) 100%),url("/siteart/bg-texture.jpg") no-repeat;background-size:cover;background-position:center center;}
.flex-brands {flex-direction: column;width: 90%;margin: 0 auto;text-align: center;padding: 10% 0;gap: 40px;}
.manu-quad img{max-width:100%;width: 190px;transition: .3s all;}
.manu-quad a:hover img{opacity: .75}

.inv-cats .grid-container{
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
}

.inv-txt h2{font-size: 28px;color: #05529b;margin-bottom: 10px;font-weight: 600;    line-height: 1.25;}
.inv-grid {
    position: relative;
	height: 350px;
	transition:.3s all;
}

.inv-grid img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.inv-grid .label-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,0.8);
    align-items: center;
    text-transform: uppercase;
	color: #05529b;
	transition: .3s all;
}

.inv-grid:hover {box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;}
.inv-grid:hover .label-holder{background: #fff;}

span.inv-title {
    width: 75%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
}

.label-holder span.btn-arrow{position:unset;padding:30px 20px;}

span.inv-txt {
    width: 75%;
    display: block;
}


.hero-mobile{display: none;}

.sub-page{background-color: #f8f8f8;background-image: url("/siteart/ecailles.png");}
/*--------CONTACT STYLES--------------------*/
.contact-form {
    flex: 3;
}

.sub-page h1 {
    margin-bottom: 20px;
    font-size: 42px;
}

.contact-info-col {
    flex: 1;
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
}

.flex-contact {
    gap: 60px;    align-items: flex-start;
}

.contact-info span {
    display: block;
    margin-bottom: 20px;
}

.contact-info .fa-solid {color:#05529b !important;}
.contact-info-col iframe {
    margin-bottom: 20px;
}
.contact-info i {
    margin-right: 5px;
}

.contact-info ul {
    padding-inline-start: 30px;
    line-height: 2;
}

.contact-info strong {
    text-transform: uppercase;
    font-weight: 900;
}

.contact-info a {color: #000;transition: .3s all;}
.contact-info a:hover {text-decoration: underline}
.contact-form h2 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #05529b;
}
/*-------- FOOTER STYLES ----------------*/
footer{}

.foot-col,.foot-col a {color: #fff;}
.flex-foot {
    justify-content: space-between;    padding: 40px 0;
}

span.foot-title {
    color: #ffcc4c;
    font-family: zeitung, sans-serif !important;
    font-weight: 900;
    letter-spacing: 1px;
}

.foot-col ul{margin-top: 10px;}
.foot-col ul li {
    margin-bottom: 10px;
    line-height: 1.25;
}


.bottom-foot {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    color: #fff;
}
.bottom-foot img {
    max-width: 100%;
    width: 170px;
}

footer hr {
    border: none;
    height: 0.5px;
    background: #ffcc4c;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.flex-inv {display: flex;width: 90%;margin: 0 auto;gap: 20px;}
.inv-wrap {flex: 1;}
.inv-request-info {min-width: 250px;box-sizing: border-box;margin: 0 auto;display: flex;flex-direction: column;align-items: center;flex-basis: fit-content;}
.faceted-search-content .faceted-search__main-section,.list-content .has-search-bar,button.ts-button.faceted-section-head.section-head {background:#fff !important;}

.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: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.inv-request-info p {font-family: muli, sans-serif !important;font-size: 20px; font-weight: 600;line-height: 1.5;width: 100%;padding: 14px 14px;background: #05529b;color: #ffcc4c;}

i.fa-solid.fa-circle-exclamation {margin-right: 10px;}

button i {margin-right: 10px;}

.inv-request-info a {width: 100%;}
.inv-request-info button {cursor: pointer !important; padding: 18px 18px;width: 100%;background-color: #fff;border: 1px #ccc solid;text-align: left !important;}

.inv-request-info button:hover,.inv-request-info button:active, .inv-request-info button:focus {background:#CFCFCF; } 

.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:#05529b !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:#05529b !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 #05529b !important; transition: ease all 0.2s !important;}

.view-listing-details-link:hover,.ts-button:hover {background: #054480 !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: #282828 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #282828 !important;}
.list-main-section .contact-options a {border: #282828 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #282828!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;}

.list-top-section .list-title .list-title-text,.faceted-search-content .selected-facets-container .selected-header strong,.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,.faceted-search-content .faceted-section-head .faceted-section-title{

    font-family: zeitung, sans-serif !important;
}

.list-content .listing-description {font-family: muli, sans-serif !important;}

.list-content .list-error-container .info .selected-facet{background: transparent !important; border: none !important;}

.list-content .list-error-container .info .selected-facet button,.list-content .list-error-container .info button{border: solid 1px #05529b !important; transition: ease all 0.2s !important;background:#05529b !important;color: #fff !important;}

.list-content .list-error-container .info .selected-facet button:hover {background: #054480 !important;}
h1.detail__title {font-size: 1.563rem !important;}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1400px) {
	.inv-cats .grid-container {gap:20px;}
	span.inv-title{padding: 0 10px;    font-size: 15px;}

	img.nhlogo {
    height: 40px;
}
	.flex-logo {gap: 15px;}
}

@media only screen and (max-width: 1330px) {
	
.logo img {
    height: 35px;
}
	
	.flex-logo {gap: 13px;}
	
}

@media only screen and (max-width: 1248px) {	

	.logo img {
		height: 30px;
	}
	
	.flex-logo {gap:11px}

}

@media only screen and (max-width: 1280px) {
	.hero-txt {width: 70%;}
	
	.hero-txt h1 {font-size: 48px;}
	.hero-txt p {font-size: 18px!important;}
}

@media only screen and (max-width: 1250px) {
	.flex-inv {flex-wrap:wrap-reverse;}
	.inv-request-info,.inv-wrap {flex-basis: 100%;}
	
}

@media only screen and (max-width: 1100px) {
	.flex-home,.flex-contact{flex-wrap:wrap;}
	.flex-about {flex-wrap: wrap-reverse;}
	.about-page {width: 100%; margin-bottom: 30px; margin-right: 0px;}
	.manu-quad{background-position: center 8%;}
	.manu-quad,.home-txt {flex-basis:100%;}
	.search-wrap,span.inv-txt {width: 100%;}
	.flex-brands{flex-direction: row;justify-content: space-between;padding: 50px 0;}
	.hero-txt {width:90%; margin: 0 auto;}
	.inv-cats .grid-container{grid-template-columns: repeat(2, 1fr);}
	
	.contact-info-col{order: -1;}
	.contact-info-col,.contact-form {flex-basis: 100%;}
.logo img {
    height: 30px;
}img.nhlogo {
    height: 40px !important;
}
	
}

@media only screen and (max-width: 1166px) {
		.main-header .flex-container{justify-content: center;}
	.logo img {height: 45px;}
	.main-header .flex-container {padding: 15px 0;}
	.mobile-contact {display: flex;}
		.top-head .wid90 {display: flex;justify-content: space-between;align-items: center;}
	
	.top-head .top-contact {display: none;}
	.top-head .wid90 {text-align: right;}
}



@media only screen and (max-width: 990px) {
	.main-header .flex-container {padding: 15px 0;}
/*
	.top-head .top-contact {display: none;}
	.top-head .wid90 {text-align: right;}
*/
	.main-header .flex-container{justify-content: center;}
	.search-btn button {padding: 0 10px;}
	.flex-foot{flex-wrap:wrap; gap:30px;}
	.foot-col{flex-basis: 40%;}
	.logo img {height: 45px;}
	img.nhlogo {height: 50px !important;}
	
/*
	.top-head .wid90 {display: flex;justify-content: space-between;align-items: center;}
	.mobile-contact {display: flex;}
*/
	
}

@media only screen and (max-width: 765px) {
	.hero-txt {padding-top: clamp(200px, 16%, 600px);}
	form.detailed-search{flex-wrap:wrap;}
	.search-btn button{width:100%;padding: 20px 0; }
	.search-btn {flex-basis: 100%;}
	.mobile-hero{background: linear-gradient(0deg, rgba(40,40,40,.75) 0%, rgba(40,40,40,.75) 100%),url("/siteart/hero.jpg") no-repeat;background-size: cover;background-position: center center;}
	.inv-request-info {width: 90%;}
}

@media only screen and (max-width: 660px) {
	.inv-cats .grid-container {
    grid-template-columns: repeat(1, 1fr);
}
	
	.inv-grid{height:280px;}
}

	
@media only screen and (max-width:560px) {
	.hero{background-position: 25% center;}
	.hero-txt h1 {font-size: 36px;}
	.flex-column{gap:15px;}
	.search-row,.foot-col{flex-basis: 100%;}
	
	.hero-txt p {font-size: 16px!important;}
	p {font-size: 16px;}
	.flex-logo{justify-content: center;}
	.flex-logo a {
    flex-basis: 100%;
    text-align: center;
}
	.logo img {height: auto !important;width:100%;}
	
	.hero-txt {padding-top: clamp(150px, 16%, 600px);}
	
.home-txt h2 span {display: inline-block;font-weight: 900;}
	
	.home-txt h2 {font-size: 36px !important;}
}


@media only screen and (max-width:553px) {
	
	.top-head .wid90 {flex-wrap: wrap;
    gap: 10px;justify-content: flex-end;flex-direction:column;}
}

@media only screen and (max-width:400px) {
	
	.home-txt h2 {
    font-size: 28px;
	}
	.flex-brands {flex-wrap:wrap;}
	.flex-brands a{flex-basis:100%;}
		.contact-info ul{padding-inline-start: 0;}
	.contact-info .fa-solid {
    color: #05529b !important;
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}
	.sub-page h1 {font-size: 28px !important;}
	.mobile-contact {flex-wrap:wrap;}
	.mobile-contact a {
    flex-basis:100%;
	}
	.mobile-contact a button {
    width: 100%;
}
}

@media only screen and (max-width:350px) {
	.bottom-foot{flex-wrap:wrap;gap: 10px}
	.bottom-foot span:first-of-type {order: 1;font-size: 14px;}
	.top-head .wid90{flex-wrap:wrap;gap:10px;justify-content: flex-end;}
	.mobile-contact {
    flex-basis: 100%;
}
	.mobile-contact a {
    flex-grow: 1;
	}
	.mobile-contact a button {
    width: 100%;
}
	.main-header {position: relative;background: #fff;box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}
	.flex-logo {
    flex-wrap: wrap;gap: 5px;
}
	.flex-logo:before, .flex-logo:after {display: none;}
	.logo img {height: 40px !important;width: auto !important;}
	.hero-txt {
    padding-top: 50px;
}
	.hero-txt h1 {
    font-size: 28px;
}
	.hero-txt p {
    font-size: 16px!important;
}
	
}
	


