9am to 5pm ET

Free Consultation or Quick Quote:


980-256-6970

We Make Trucking Insurance Easy
Our mission is simple. We help you get on the road, stay on the road, and grow you trucking business.

Get your Quote


Today
One form. Multiple quotes.
Google Rating
5.0

Your 5 star Insurance Agent
The Best Agency, According to Those Who Matter: Our Customers

#testimonials {
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
gap: 12px;
background: black;
}

#container {
height: 580px;
width: 300px;
position: relative;
overflow: hidden;
background-color: black;
}

.photobanner {
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
}

.photobanner.up {
animation: move-up 30s linear infinite;
}

.photobanner.down {
animation: move-down 30s linear infinite;
}

.photobanner:hover {
animation-play-state: paused;
}

.item {
margin: 12px;
padding: 12px;
background: #232323;
border-radius: 8px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 12px;
}

.item__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}

.item__header__avatar {
height: 40px;
width: 40px;
border-radius: 50%;
background: #fff;
color: #232323;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 700;
}

.item__header__name {
font-size: 16px;
font-weight: 700;
color: #fff;
}

.item__body {
font-size: 14px;
font-weight: 400;
color: #9CA3AF;
}

@keyframes move-up {
0% {
transform: translate(0, 0);
}

100% {
transform: translate(0, -50%);
}
}

@keyframes move-down {
0% {
transform: translate(0, -50%);
}

100% {
transform: translate(0, 0%);
}
}

JM
Jeff Myers

Daniel was great to talk to. He listened to what I had to say then answered with knowledge and
what
he couldn’t answer he told me where to look to find the right answers and provided links to help
me.
I’ll be glad to do business with him and his company.

BD
Bert Dillow

Nick always goes above and beyond in providing service and answering any questions I have, no
matter
how dumb I think it is. I am very happy with the service I have received from everyone at
Charles
String. I highly recommend them, especially for new trucking companies.

JF
Jim Furr

Excellent company fast response schedules plenty of time to answer all your questions I will
definitely be doing business with them as long as they maintain the quality they have now.

TB
Taylor Benetz

Im very happy and appreciative of the help and knowledge from Daniel. The free consultation call
was
on time and no ridiculous hold times or answering machines. Highly recommend.

JM
Jeff Myers

Daniel was great to talk to. He listened to what I had to say then answered with knowledge and
what
he couldn’t answer he told me where to look to find the right answers and provided links to help
me.
I’ll be glad to do business with him and his company.

BD
Bert Dillow

Nick always goes above and beyond in providing service and answering any questions I have, no
matter
how dumb I think it is. I am very happy with the service I have received from everyone at
Charles
String. I highly recommend them, especially for new trucking companies.

JF
Jim Furr

Excellent company fast response schedules plenty of time to answer all your questions I will
definitely be doing business with them as long as they maintain the quality they have now.

TB
Taylor Benetz

Im very happy and appreciative of the help and knowledge from Daniel. The free consultation call
was
on time and no ridiculous hold times or answering machines. Highly recommend.

JH
Justin Horton

extremely helpful and knowledgeable, wisdom is priceless and these guys got it all!!! thank you
Nick
for taking the time to answer my questions!!

NL
NASSOMA Lewis

I really appreciate what these great people are doing at Charles String Inc.! Nicholas have
helped
me step by step with information on how to start my box truck business! Nicholas is awesome! I
would
definitely recommend him to anyone starting out in the business!

AW
Amber Williams

I can’t thank our agent Nicholas enough for how smooth and simple he made the process of
securing
insurance for our first commercial transportation business. Nicholas took the time to answer as
many
questions as one could imagine a newbie might have with patience and enthusiasm. I am much more
confident in my ability to stay compliant in the future just knowing I am partnering with a pro
like
Nicholas.

JH
Justin Horton

extremely helpful and knowledgeable, wisdom is priceless and these guys got it all!!! thank you
Nick
for taking the time to answer my questions!!

NL
NASSOMA Lewis

I really appreciate what these great people are doing at Charles String Inc.! Nicholas have
helped
me step by step with information on how to start my box truck business! Nicholas is awesome! I
would
definitely recommend him to anyone starting out in the business!

AW
Amber Williams

I can’t thank our agent Nicholas enough for how smooth and simple he made the process of
securing
insurance for our first commercial transportation business. Nicholas took the time to answer as
many
questions as one could imagine a newbie might have with patience and enthusiasm. I am much more
confident in my ability to stay compliant in the future just knowing I am partnering with a pro
like
Nicholas.

9am to 5pm ET

Free Consultation or Quick Quote:


980-256-6970
We Make Trucking Insurance Easy
Our mission is simple. We help you get on the road, stay on the road, and grow you trucking business.

Get your Quote


Today
One form. Multiple quotes.
Google Rating
5.0

Your 5 star Insurance Agent
The Best Agency, According to Those Who Matter: Our Customers.

#testimonials-mobile {
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
gap: 12px;
background: black;
}

#container-mobile {
height: 350px;
width: 100%;
position: relative;
overflow: hidden;
background-color: black;
}

.photobanner-mobile {
position: absolute;
top: 0px;
left: 0px;
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}

.photobanner-mobile.left {
animation: move-left 30s linear infinite;
}

.photobanner-mobile:hover {
animation-play-state: paused;
}

.item-mobile {
box-sizing: border-box;
height: 324px;
width: 300px;
margin: 12px;
padding: 12px;
background: #232323;
border-radius: 8px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 12px;
flex-grow: 1;
}

.item__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}

.item__header__avatar {
height: 40px;
width: 40px;
border-radius: 50%;
background: #fff;
color: #232323;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 700;
}

.item__header__name {
font-size: 16px;
font-weight: 700;
color: #fff;
}

.item__body {
font-size: 14px;
font-weight: 400;
color: #9CA3AF;
}

@keyframes move-left {
0% {
transform: translate(0, 0);
}

100% {
transform: translate(-50%, 0);
}
}

JM
Jeff Myers

Daniel was great to talk to. He listened to what I had to say then answered with knowledge and
what
he couldn’t answer he told me where to look to find the right answers and provided links to help
me.
I’ll be glad to do business with him and his company.

BD
Bert Dillow

Nick always goes above and beyond in providing service and answering any questions I have, no
matter
how dumb I think it is. I am very happy with the service I have received from everyone at
Charles
String. I highly recommend them, especially for new trucking companies.

JF
Jim Furr

Excellent company fast response schedules plenty of time to answer all your questions I will
definitely be doing business with them as long as they maintain the quality they have now.

TB
Taylor Benetz

Im very happy and appreciative of the help and knowledge from Daniel. The free consultation call
was
on time and no ridiculous hold times or answering machines. Highly recommend.

JH
Justin Horton

extremely helpful and knowledgeable, wisdom is priceless and these guys got it all!!! thank you
Nick
for taking the time to answer my questions!!

NL
NASSOMA Lewis

I really appreciate what these great people are doing at Charles String Inc.! Nicholas have
helped
me step by step with information on how to start my box truck business! Nicholas is awesome! I
would
definitely recommend him to anyone starting out in the business!

AW
Amber Williams

I can’t thank our agent Nicholas enough for how smooth and simple he made the process of
securing
insurance for our first commercial transportation business. Nicholas took the time to answer as
many
questions as one could imagine a newbie might have with patience and enthusiasm. I am much more
confident in my ability to stay compliant in the future just knowing I am partnering with a pro
like
Nicholas.

JM
Jeff Myers

Daniel was great to talk to. He listened to what I had to say then answered with knowledge and
what
he couldn’t answer he told me where to look to find the right answers and provided links to help
me.
I’ll be glad to do business with him and his company.

BD
Bert Dillow

Nick always goes above and beyond in providing service and answering any questions I have, no
matter
how dumb I think it is. I am very happy with the service I have received from everyone at
Charles
String. I highly recommend them, especially for new trucking companies.

JF
Jim Furr

Excellent company fast response schedules plenty of time to answer all your questions I will
definitely be doing business with them as long as they maintain the quality they have now.

TB
Taylor Benetz

Im very happy and appreciative of the help and knowledge from Daniel. The free consultation call
was
on time and no ridiculous hold times or answering machines. Highly recommend.

JH
Justin Horton

extremely helpful and knowledgeable, wisdom is priceless and these guys got it all!!! thank you
Nick
for taking the time to answer my questions!!

NL
NASSOMA Lewis

I really appreciate what these great people are doing at Charles String Inc.! Nicholas have
helped
me step by step with information on how to start my box truck business! Nicholas is awesome! I
would
definitely recommend him to anyone starting out in the business!

AW
Amber Williams

I can’t thank our agent Nicholas enough for how smooth and simple he made the process of
securing
insurance for our first commercial transportation business. Nicholas took the time to answer as
many
questions as one could imagine a newbie might have with patience and enthusiasm. I am much more
confident in my ability to stay compliant in the future just knowing I am partnering with a pro
like
Nicholas.

Supporting Your Business Beyond Quotes
Our work does not stop when you get a quote from us. We are here to help you stay on the road and grow your trucking business in the way that fits your goals.
Supporting Your Business Beyond Quotes
Our work does not stop when you get a quote from us. We are here to help you stay on the road and grow your trucking business in the way that fits your goals.
Free DOT Compliance & Driver Recruiting tool
  • Keep track of everything you need for your New Entrant Audit
  • Store and manage your DQ files
  • Be notified when documents are about to expire.
  • Hire drivers with our Electronic DOT application
  • Save up to $500 vs. other solutions that charge you $$$

One platform.
Many superpowers.

Crashes
11.3%

VS PREV. MONTH

Free DOT Compliance & Driver Recruiting tool

One platform.
Many superpowers.

Crashes
11.3%

VS PREV. MONTH

  • Keep track of everything you need for your New Entrant Audit
  • Store and manage your DQ files
  • Be notified when documents are about to expire.
  • Hire drivers with our Electronic DOT application
  • Save up to $500 vs. other solutions that charge you $$$
Subscribers






+16K

Educational Content
  • Biggest trucking insurance YouTube Channel.
  • How-to videos that help you get on-road, stay on the road and grow.
  • Receive insurance market analysis.
  • Receive exclusive content about growing your business and safety.
Educational Content
Subscribers






+16K

  • Biggest trucking insurance YouTube Channel.
  • How-to videos that help you get on-road, stay on the road and grow.
  • Receive insurance market analysis.
  • Receive exclusive content about growing your business and safety.
Quoting Made Easy
  • Competitive Pricing.
  • One quote, multiple carriers, multiple results.
  • We got you covered: General Liability, Commercial Auto, Physical Damage, Cargo.
  • Your time, our priority: ELD and FMCSA connection.

FMCSA Portal

Connected

Samsara
ELD – The connected Operations Cloud.

Motive
ELD compliance and Trailer tracking.

Quoting Made Easy

FMCSA Portal

Connected

Samsara
ELD – The connected Operations Cloud.

Motive
ELD compliance and Trailer tracking.

  • Competitive Pricing.
  • One quote, multiple carriers, multiple results.
  • We got you covered: General Liability, Commercial Auto, Physical Damage, Cargo.
  • Your time, our priority: ELD and FMCSA connection.
Policy Types
Policy Types
Commercial Auto Liability
Trucking companies rely heavily on Commercial Auto Liability insurance, tailored to their specific needs. This coverage is vital for accident protection and regulatory compliance.
Physical
Damage
Physical Damage Insurance is a safety net for trucking companies, offering a crucial shield for their vehicles against the costs of repairs and replacements resulting from both accidents and non-collision incidents
Cargo
Coverage
Cargo Coverage is essential for trucking companies. It protects the goods they transport, providing financial security in case of loss or damage during transit.
Trucker’s General Liability
Trucker’s General Liability insurance is a must-have for trucking companies, offering protection against legal claims and liabilities that extend beyond accidents, ensuring their overall business security.

Partners

RTS Referral Partner - Freight Factoring, Fuel Card

Freight Factoring and Fuel Discounts for Trucking Companies

RTS and Charles String, Inc. have a trusted partnership that provides access to factoring and fuel services, helping customers grow their business.

  • Same Day funding
  • 97% Advance Rate
  • No Hidden Fees

Fuel Card

  • Save an average of 25 cents at over 2,000 fuel stations
  • $2,500 line of credit per truck, per week
  • No contract, no annual fees

The #1 Rated ELD

IFTA, DVIR, HOS in one easy-to-use solution.

Track live and historical vehicle, trailer, and equipment locations on a single map.

  • Geofence yards to take real-time inventory
  • Send automatic customer ETAs to reduce check-in calls
  • Dispatch drivers faster with one-click HOS visibility

Reduce Operational Costs

  • Increase profits with actionable performance insights and cost-saving tools.
  • Spend up to 50% less time on compliance with the #1-rated ELD.
  • Protect your business and prevent accidents with intelligent video safety.
MVR Check Instant Driving Records - Referral Partner

Motor Vehicle Reports from MVRcheck.com

Charles String Insurance partnered with MVRcheck.com to provide Instant Driving Records. To maintain compliance with FCRA, DPPA, and other state laws, MVRcheck.com verifies the legitimacy of all accounts.

  • Driver Monitoring
  • Drug Testing
  • Consortium Enrollment
DAT Truckers Edge - Referral Partner

Find Freight Anytime Anywhere

TruckersEdge provides carriers access to the trusted DAT® Network, North America’s largest marketplace for freight loads and trucks with over 600,000 loads posted daily.

Starting at just $34.95, TruckersEdge provides unlimited searching and posting, instant alarm match notification, broker credit scores and days to pay, market rates, mileage routing, and more.

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘AW-347111087’);


(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘[https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f)](https://www.googletagmanager.com/gtm.js?id=%27+i+dl;f.parentNode.insertBefore(j,f));
})(window,document,’script’,’dataLayer’,’GTM-P7WB5M9F’);