<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
a {
    color: #3267B1;
}
a:hover, a:focus, .nav-link:focus, .nav-link:hover {
    color: #273272; 
}
.primary-blue{
    color: #3267B1;
}
.max-404{
    max-width: 1000px;
}
/* scroll-css */
.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.123);
	background-color: #AEB9D1;
}
.style-3::-webkit-scrollbar
{
	width: 5px;
    border-radius: 15px;
	background-color: #1d1c1c;
}
.style-3::-webkit-scrollbar-thumb
{
	background-color: #586a8d;
}
.top-categories img{
    border-radius: 10px;
}
/* end */
.icon-48 {
    height: 48px;
    width: 48px;
    object-fit: contain;
}
.medium {
    font-weight: 500 !important;
}
.semi {
    font-weight: 600 !important;
}
/* loder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 80%);
}
#preloader:before {
    height: 200px;
    width: 200px;
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/loder/loader.svg) 50% 50% no-repeat transparent;
    background-size: contain;
}
/* end */
p{
    color: var(--bs-gray);
}
.gray{
    color: var(--bs-gray);
}
.rounded-10{
    border-radius: 10px;
}
.mt-90{
    margin-top: 90px;
}
.first-section-mt-65{
    margin-top: 155px;
}
.fw-semibold {
    font-weight: 600;
}
.error {
    color: #dc3545;
}
.bg-business-partner{
    background: #393939;
}
.eagle-bg-red{
    background-color: #ed1f24;
}
/* navbar */
.topbar-icon a{
    text-decoration: none;
    font-size: 0.8rem;
}
.topbar-icon a:hover, .text-primary {
    color: var(--bs-primary) !important;
}
.topbar-icon a img {
    max-height: 16px;
}
.dark-top-section{
    background-color: var(--bs-dark);
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img{
    width: 100%;
    height: 64px;
}
.fixed-top-black-header{
    top: 53px;
}
.navbar-dark .navbar-nav .nav-link{
    color: var(--bs-dark);
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show&gt;.nav-link, .quick-links li a.active {
  color: #3267B1;
  font-weight: 500;
 
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: var(--bs-dark);
  font-weight: 500;
 
}
.navbar-dark .navbar-nav .nav-link:focus{
    color: var(--bs-dark);
}
.navbar-dark .navbar-toggler-icon{
    background-image: url(../img/icon/menu-svgrepo-com.svg) !important;
}
.nextpart-mobile-show{
    display: none;
}

/* end */
.first-slider-img{
    max-width: 1980px;
    margin: auto;
}

.heading-d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delivery-option{
    background-color: var(--bs-light-dark);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.slick-next {
    right: 40px;
}
.slick-prev {
    left: 20px;
    z-index: 1;
}
.slick-prev:before, .slick-next:before{
    border-radius: 35px;
    border: 1px solid #fff;
    padding: 10px 11px;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: var(--bs-primary);
}
.slick-dots li button:before{
    font-size: 35px;
    color: #646464;
    margin-top: 5px;
}

.offer-div{
    background-image: linear-gradient(to right, #CFB9F7 , #93CEFC);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offer-div h5{
    font-weight: 600;
}
.popular-brands, .popular-brands a {
    text-align: center;
}
.popular-brands img{
    /*max-width: 170px;*/
    object-fit: contain;
    height: 64px;
}
#map {
    width: 100%;
    height: 100%;
}
.location-main{
    max-height: 630px;
    width: 100%;
    overflow-y: auto;
}
.location-main &gt; div {
    cursor: pointer;
}
.location-child{
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serch-location-textbox{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.abs-input {
    position: absolute;
    top: 11px;
    right: 70px;
    width: 160px;
}
.active-location{
    background-color: var(--bs-light-blue);
}
.connecting-main{
    background-color: var(--bs-dark);
}
.connecting-main h5{
    line-height: 30px;
}
.connecting-main small {
    font-size: 12px;
}
.opacity-50 {
    opacity: .5;
}
.subscribe-news{
    padding: 50px 0 0;
}
.subscribe-news .container {
    border-bottom: 1px solid #424242;
    padding-bottom: 30px;
}
.tre-state-input{
    padding: 15px;
    font-size: 0.9rem;
    height: 45px;
}
.tre-state-input:focus{
    border-color:unset;
    box-shadow: unset;
}
.btn-tre-state-connect{
    background-color: var(--bs-primary);
    height: 45px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 10px;
    border: 1px solid var(--bs-primary);
}
.btn-tre-state-connect:focus{
    box-shadow: unset;
}
.btn-tre-state{
    background-color: var(--bs-primary);
    padding: 15px 25px;
    font-size: 15px;
    line-height: 10px;
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    color: var(--bs-white);
}
.btn-tre-state:hover{
    color: var(--bs-white);
}
.btn-dark{
    background-color: var(--bs-dark);
    border: 1px solid var(--bs-dark);
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color:#0b5ed7;
}

footer, .subscribe-news{
    background-color: var(--bs-dark);
}
.social-meadia {
    list-style-type: none;
    padding: 0;
}
footer p{
    max-width: 75%;
}
footer .row img{
    max-width: 120px;
}
.social-meadia li {
    display: inline-block;
}
.social-meadia li a {
    margin-right: 15px;
}
.footer-two-logo img{
    width: 60%;
}
.quick-links {
    padding: 0;
    list-style-type: none;
}
.quick-links li {
    margin-bottom: 8px;
    font-weight: 600;
}
.quick-links li a {
    text-decoration: none;
    color: var(--bs-white);
}
.copyright-section{
    background-color:#2d2d2d;
}

/* abouts */
.about-img img{
    max-width: 400px;
}
.ab-box{
    padding: 20px;
    background: #F5F7FA;
    border-radius: 20px;
    display: flex;
    align-items: center;
    min-height: 100%;
    height: 100%;
}
.ab-box:hover {
    0px 0px 6px rgba(0,0,0,.1)
}
.ab-box img{
    max-width: 70px;
    border: 3px solid #3267b126;
    padding: 10px;
    border-radius: 10px;
}
/* end */
/* Manufacturers Links */
.two-pdf-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    vertical-align: middle;
}
.black-icon-btn{
    background-color: var(--bs-dark);
    color: var(--bs-white);
    padding: 18px 25px;
}
.black-icon-btn:hover{
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.alphabet li {
    font-size:16px;
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}
.alphabet li a { 
    cursor:pointer; 
    display:inline-block;
    width:35px;
    height:35px;
    background-color:var(--bs-white);
    padding:5px;
    color:var(--bs-gray) !important;
    box-sizing:border-box;
    text-align:center!important;
    font-weight:500;
    border: 1px solid var(--bs-light);
    border-radius: 7px;
  }

.alphabet li a:hover { 
    background-color: var(--bs-secondary);
    color: var(--bs-white) !important;
}
.alphabet li a.active { 
    background-color: var(--bs-dark);
    color: var(--bs-white) !important;
}
.character{
    background-color: var(--bs-dark);
    color: var(--bs-white);
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}
div[id^="ShowOnly"]:not(.active) {
    display: none;
}
div[id^="ShowOnly"].active {
    display: block;
}

.man-link-ul{
    list-style-type: none;
}
.man-link-ul li{
    margin-bottom: 15px;
}
.man-link-ul li a{
    color: var(--bs-light-dark);
    /*var(--bs-dark);*/
}

.autoparts-badge{
    background-color:#A33441;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.tristate-badge{
    background-color:#3267B1;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.map-badge{
    display: flex;
    align-items: center;
}

/* contact */
.tri-textbox{
    border: 1px solid #D0D9ED;
    padding: 8px;
    border-radius: 6px;
}
.tri-textbox::placeholder{
    font-size: 0.9rem;
}
.tri-textbox:focus{
    box-shadow: unset;
    border-color: unset;
}
/* end contact */

/* nextpart login */
.next-oart-logo-img img{
    max-width: 115px;
    cursor: pointer;
}

.search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 140%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.search-form-main {
    border-top-color: var(--bs-primary);
}
.search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}
.search-form-main:before {
    border-bottom-color: var(--bs-primary);
}
.button-nextpart{
    width: 100%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 0.9rem;
}
.button-nextpart:hover{
    color: var(--bs-white);
}
.color-changes-account{
    background-color:#000242;
}
.btn:focus{
    box-shadow: unset;
}
.first-section-form-mt-65{
    margin-top: 165px;
    display: none;
}
.responsive-form-nextpart{
    background: var(--bs-white);
    box-shadow: 1px 1px 15px #dedede;
    border-radius: 12px;
}

.logo-nextpart-responsive{
    display: flex; 
    align-items: center;
    justify-content: space-between;
}
.logo-nextpart-responsive img{
    max-width: 150px;
}
/* end nextpart login */

/* career */
p.highlighter {
    font-size: 32px;
    color: #0c0c0c;
    font-weight: 500;
    margin: 30px 0 0 0;
}
p.highlighter small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-secondary);
}
.career-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career-main a:first-child{
    font-size: 1.2rem;
    color: #1D274C;
    font-weight: 600;
}
.apply-link-career{
    color: var(--bs-primary);
    font-size: 1.2rem;
    font-weight: 500;
}
.apply-link-career:hover{
    color: var(--bs-primary);
}
.content-check-icon{
    list-style-type:none;
    position: relative;
}
.content-check-icon li{
    margin-bottom: 10px;
}
.content-check-icon li::before{
    content: '';
    position: absolute;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 0;

}

/*end career */

.new-tabbar{
    color: var(--bs-dark);
    font-weight: 500;
    margin-right: 3rem;
    font-size: 1rem;
    padding: 0 0 8px;
}
.nav-pills .new-tabbar.active, .nav-pills .show&gt;.new-tabbar{
    color: var(--bs-primary);
    background-color: transparent;
    position: relative;
}
.nav-pills .new-tabbar.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    border-radius: 40px;
    background: var(--bs-primary);
}
.dealership-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.tab-content.bg-dark p {
    font-size: 1rem;
    line-height: 1.75;
    padding-right: 30px;
    opacity: 0.8;
}
.tab-content.bg-dark a {
    color: #6194db;
}

.cureer-bg-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#04082300 20%, #040823 100%);
    z-index: +1;
    border-radius: 10px;
}
.cureer-bg-img h2{
    position: absolute;
    bottom: 15px;
    left: 30px;
    text-transform: uppercase;
    color: var(--bs-white);
    z-index: +2;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}
.ta-tabs{
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-dark);
    border: 1px solid var(--bs-dark);
    padding: 10px 15px;
    border-radius: 10px;
}
.ta-tabs:hover{
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}
/* sub-category-tab */
.sub-c-tab{
    color: var(--bs-gray);
    padding: 10px 15px;
    font-size: 15px;
    /* border: 1px solid #dbdbdb !important; */
    margin-right: 10px;
}

.nav-tabs .sub-c-tab.active,  .nav-tabs .show&gt;.sub-c-tab{
    color: var(--bs-primary);
    font-weight: 500;
}
.sub-c-tab:hover{
    color: var(--bs-dark);
    /* background: #273272; */
} 

.add-border-box{
    border: 1px solid #dedede;
    padding: 15px;
   
}
.accordion-item-new{
    border: 0;
}

/* end sub-category-tab */

/* news */
.news-block{
    height: 100%;
}

.new-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: var(--bs-dark);
}
/* .date-details{
    position: absolute;
    top: 20px;
    right: 20px;
} */
.fixed-recent{
  position: sticky;
  top: 150px;
}

/*end news */
/* pagination */
.page-link-count{
    margin-right: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: var(--bs-gray);
    border-radius: 5px;
}
.page-item.active .page-link{
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}
.page-item:hover .page-link{
    background-color: var(--bs-dark);
    color: var(--bs-white);
}
.page-link{
    color: var(--bs-dark);
    border-radius: 5px;
}
.page-link:focus{
    color: var(--bs-white);
    background-color: var(--bs-dark);
    box-shadow: unset;
}
/* end pagination */

.user-icon-men{
    max-width: 60px;
}
.accordion-button:not(.collapsed){
    box-shadow: unset;
}
.accordion-item:first-of-type{
    border-radius: 10px;
}
.accordion-item:first-of-type .accordion-button{
    border-top-left-radius: 10px;
    border-top-right-radius:10px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pronto-points {
    list-style-type: none;
}
.pronto-points li{
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}
.pronto-points li::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    background-image: url(../img/checkmark-circle-green.svg);
    top: 3px;

  }
.bg-part{
    background-color: #f9a13a;
}
/* .other-store {

}
.other-store img{
    max-width: 100px;
} */

.contact-form-bg{
    background-color: #F5F8FF;
    border: 1px solid #D0D9ED;
}

/* new three img */
.top-header-zero{
    top: 0;
}
.max-mokup-size{
    max-width: 60%;
}
.bg-custom-light{
    background-color: #F6F9FF;
}
.first-section-mt-115 {
    margin-top: 115px;
}
.round-icon{
    padding: 5px;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}
.round-icon img{
    max-width: 50px;
}
.media-social p{
    font-weight: 500;
    font-size: 18px;
    color: var(--bs-dark);
}



/* end new three img */
.three-icon{
    max-width: 50px;
    display: block;
    margin: auto;
}


#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
  }
  
  #infowindow-content .title {
    font-weight: bold;
  }
  
  #infowindow-content {
    display: none;
  }
  
  #map #infowindow-content {
    display: inline;
  }
  
  .pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
  }
  
  #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
  }
  
  .pac-controls {
    display: inline-block;
    padding: 5px 11px;
  }
  
  .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }
  
  #zip-code {
    position: absolute !important;
    left: auto  !important;
    right: 120px;
    top: 4px !important;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 10px;
    /* padding: 0 11px 0 13px; */
    text-overflow: ellipsis;
    width: 141px;
  }

  #zip-code_make {
    position: absolute !important;
    left: 59px  !important;
    top: -16px !important;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 10px;
    /* padding: 0 11px 0 13px; */
    text-overflow: ellipsis;
    width: 141px;
  }


  #zip-code1 {
    position: absolute !important;
    left: auto  !important;
    right: 120px;
    top: 4px !important;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 10px;
    /* padding: 0 11px 0 13px; */
    text-overflow: ellipsis;
    width: 141px;
  }

  #Zipcode_searchbox1 {
    position: absolute !important;
    left: 1045px !important;
    top: 4px !important;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 10px;
    /* padding: 0 11px 0 13px; */
    text-overflow: ellipsis;
    width: 200px;
  }
  
  #Zipcode_searchbox:focus {
    border-color: #3267B1;
  }
  
  #title {
    color: #fff;
    background-color: #3267B1;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
  }
  
  #target {
    width: 345px;
  }
  select+.select2-container--bootstrap-5 {
    max-width: 100%;
  }

.state-select {
    flex-wrap: wrap;
    display: flex;
}
.state-select a {
    text-decoration: none;
    margin: 10px;
    padding: 30px 10px;
    text-align: center;
    justify-content: space-evenly;
    background: #e9e9e9;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    flex: 2 1 180px;
}
.state-select a:hover, .state-select a:focus {
    background: #3267B1;
    color: #FFF;
}
select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -o-appearance: auto;
    -ms-appearance: auto;
}

/* Policies Pages */
.muted-li {
  padding-left: 16px;
}
.muted-li li {
    color: var(--bs-gray);
    margin-bottom: 8px;
}

/* Nextpart form */
#show_data ul {
    background: #FFF;
    padding: 5px 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border: 1px solid #d0d9ed;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    list-style: none;
}
    /*.rounded-10 a &gt; img {*/
    /*    width: 80% !important;*/
    /*    height: 80px;*/
    /*    object-fit: contain;*/
    /*}*/


.abs-input {

        position: absolute;
    
        top: 15px;
    
        right: 70px;
    
        width: auto;
    
    }
.store-opening .card-footer {
    background: var(--bs-primary);
}
.store-opening .card {
    border-radius: 5px;
    overflow: hidden;
}
.store-opening .card-body {
    background: url(../img/store-open-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
}
.store-opening .card-body &gt; h3 {
    font-weight: 300;
    margin: 0;
}
.store-opening .card-body &gt; h3 strong {
    font-weight: 700;
}


/***************************************************
Responsive 
****************************************************/
@media only screen and (max-width:1024px) {

    .footer-two-logo img {
        width: 90%;
    }
}
@media only screen and (max-width:991px) {
    .responsive-not-show{
        display: none;
    }
    /* .first-section-form-mt-65{
        display: block;
    } */
    .nextpart-mobile-show{
        display: block;
    }
    .first-section-mt-65{
        margin-top: 165px;
    }
    .container, .container-md, .container-sm {
        max-width: 95%;
    }
    
    .tab-content&gt;.tab-pane {
        display: block;
        opacity: 1;
      }
}
@media only screen and (max-width:768px) {
    .accordion-item-new{
        border: 1px solid rgba(0, 0, 0, .125);
    }
    .add-border-box{
        padding: 0;
        border: 0;
    }
    footer p{
        max-width: 100%;
    }

    #zip-code1 , #zip-code{
        top: 50px !important;
        right: 75px;
    }

    .abs-input {

        position: absolute;

        top: 61px;

        right: 24px;

        width: auto;
        
    }
}

@media only screen and (max-width:767px) {
    .footer-two-logo img{
        width: 42%;
        /* height: 70px; */
    }
    .black-icon-btn{
        padding: 18px 20px;
    }
    /*.topbar-icon a {*/
    /*    display: block;*/
    /*}*/
    .fixed-top-black-header {
        top: 35px;
        /*top: 55px;*/
    }
    .alphabet{
        display: block;
    }
    .delivery-option{
        display: block;
    }
    .cureer-bg-img h2{
        font-size: 30px;
    }
}

@media(min-width: 430px) and (max-width: 767px) {
    .tri-textbox.res-tri-textbox:first-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:575px) and (min-width: 430px) {
    .topbar-icon a {
        display: inline-block;
        margin: 0 0 5px;
    }
    .topbar-icon {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width:430px) {
    .top-header-zero{
        top: 0 !important;
    }
    .fixed-top-black-header {
        top: 39px;
        /*top: 80px;*/
    }
    .topbar-icon a{
        display: block;
    }
    .topbar-icon img{
        max-width: 15px;
    }
    .mt-90 {
        margin-top: 60px;
    }
    .subscribe-news a.btn, .subscribe-news h3 {
        display: block;
        text-align: center;
    }
    .subscribe-news a.btn {
        margin-top: 10px;
    }
    .first-section-mt-65 {
        margin-top: 180px;
    }
    .slick-prev:before, .slick-next:before{
        padding: 5px 6px;
    }
    .two-pdf-btn{
        justify-content: space-around;
    }
    .black-icon-btn{
        padding: 18px 15px;
    }
    .offer-div h5{
        font-size: 0.8rem;
        max-width: 235px;
    }
    .icon-and-data img{
        max-width: 40px;
    }
    .connecting-main h5 {
        line-height: 20px;
        font-size: 0.8rem;
    }
    .heading-d-flex{
        display: block;
    }
    .logo-nextpart-responsive{
        justify-content: center;
    }
    .new-input-group{
        display:block !important;
    }
    .tri-textbox.res-tri-textbox:first-child {
        margin-bottom: 1rem;
    }
    .res-tri-textbox{
        width: 100% !important;
        border-radius: 6px !important ;
    }
    .select2-container{
        width: 100% !important;
    }
    .new-tabbar{
        margin: 0;
    }
    .cureer-bg-img h2{
        bottom: 10px;
        left: 20px;
        font-size: 18px;
    }
    .truck-btn-div{
        margin: 20px 0px 0px;
    }
    .truck-btn-div a{
        display: block;
    }
    
}
@media only screen and (max-width:375px) {
    .black-icon-btn {
        padding: 18px 15px;
        font-size: 0.8rem;
    }
}



</pre></body></html>