body {
  background-color: black;
  background-image: url('../img/bg-rpt.jpg');
  background-position: 50% 0px;
  background-repeat: repeat-x;
  font-family: myriad-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
h1 {
  margin: 0px 0px 20px;
  font-family: atrament-web, sans-serif;
  color: white;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  margin: 20px 0px;
  font-family: atrament-web, sans-serif;
  color: white;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  margin: 20px 0px 18px;
  font-family: Oswald, sans-serif;
  color: #efca1f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
h4 {
  margin: 10px 0px 0px;
  background-color: transparent;
  color: #efca1f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.licence-info{
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.licence-info h3{
	margin-bottom: 0;
}

.p-3{
  padding: 1rem!important;
}

h3 + h2{
  margin-top: 0;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

@media only screen and (max-width:768px) {
  .text-sm-left{
	text-align: left;
  }
}

.phone-icon{
  display: inline-block;
  margin-left: 10px;
  height: 20px;
  width: 20px;
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  text-indent: 0px;
  list-style-type: disc;
}
.button {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #e2bd15;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset;
  color: black;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #ffdb3d;
}
.button.purple {
  background-image: -webkit-linear-gradient(#b34ed2, #9d18cc);
  background-image: -o-linear-gradient(#b34ed2, #9d18cc);
  background-image: linear-gradient(#b34ed2, #9d18cc);
  color: white;
  font-size: 16px;
}

.button.purple:hover {
  background-color: #b34ed2;
  background-image: none;
}

.button.yellow {
  padding: 10px 20px;
  font-size: 18px;
}
.button.purple.arrow {
  margin-top: 0px;
  padding: 10px 17px;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.outer-wrap {
  background-image: url('../img/body-bg.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.licence-list{
  column-count: 3;
  padding-inline-start:0;
  list-style: none;
  margin-bottom: 40px;
}

@media only screen and (max-width:768px) {
  .licence-list{
	column-count:2;
  }
}

.licence-list li{
  margin-bottom: 24px;
  font-size: 19px;
}

.licence-list li a{
  color:#fff;
  text-decoration: none;
  border-bottom: 1px solid;
}

.licence-list li a:hover{
  color:#bbb;
}

.section.foot-info {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url('../img/bg-foot-info.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.section.footer {

  padding-bottom: 26px;
	padding-top: 26px;
  border-top: 1px solid #3b3b3b;
  background-color: #212121;
  color: #ddd;
  font-size: 12px;
  text-align: center;
}
.section.footer .w-col-4
{
  width: 100%;
}
.section.content-frame {
  background-image: url('../img/content-frame.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.section.content-frame-internal {
  background-image: url('../img/content-frame.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.rto
{
  color:white;
  text-align: left;
  display: block;
  padding-left: 100px;
  margin-top:-10px;
  font-size: 11px;
}
.logo {
  padding-top: 38px;
  padding-bottom: 0;
}
.nav-link {
  margin-left: 0px;
  padding: 12px 12px 13px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: #6b6b6b;
}
.nav-link.last {
  margin-left: 10px;
}
.navbar {
  margin-top: 52px;
  padding: 13px 22px;
  border-radius: 26px;
  background-image: -webkit-linear-gradient(#5c5c5c, #4f4f4f);
  background-image: -o-linear-gradient(#5c5c5c, #4f4f4f);
  background-image: linear-gradient(#5c5c5c, #4f4f4f);
  box-shadow: rgba(145, 145, 145, 0.49) 0px 1px 0px 0px inset, #242424 0px 1px 0px 0px;
}
.hero-img {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  float: none;
}
.b0 {
  margin-bottom: 0px;
  font-family: atrament-web, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.cones {
  margin-top: 0px;
}
.licenses {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #efca1f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.col-licencing {
  text-align: center;
}
.col-licencing.padding-mob {
  margin-top: -15px;
}
.col-quote {
  margin-top: 85px;
  margin-bottom: 40px;
  padding-right: 35px;
  text-align: right;
}
.col-quote.padding-mob {
  margin-top: 50px;
  padding-right: 40px;
  padding-left: 0px;
}
.truck-img {
  margin-top: 5px;
  margin-bottom: -5px;
}
.bookings {
  padding-top: 12px;
  padding-left: 20px;
  color: #efca1f;
  font-size: 20px;
  line-height: 23px;
}
.white,
.white a {
  color: white;
  text-decoration: none;
}
.white.center {
  font-size: 16px;
  text-align: center;
}
.icon-phone {
  display: block;
  width: 30px;
  height: 32px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  float: none;
  background-image: url('../img/contact-icons.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.icon-phone.mob {
  width: 18px;
  background-position: 80% 0px;
}
.main-office {
  margin-top: 8px;
  color: white;
  font-size: 14px;
}
.citb-logo {
  margin-left: 18px;
}
.col-phone {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 10px;
}
.col-mob {
  padding-top: 15px;
  padding-right: 30px;
}
.footer-text {
  margin-bottom: 6px;
}
.footer-link {
  margin-right: 8px;
  margin-left: 8px;
  color: #9e9e9e;
  font-size: 12px;
}
.footer-link:hover {
  color: #c9c9c9;
}
.footer-link.sub-footer {
  color: #ccc;
  font-size: 11px;
}
.col-1 {
  margin-top: 85px;
  padding-left: 35px;
}
.col-1.padding-mob {
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 40px;
}
.licencing {
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 30px;
}
.nav-wrap {
  background-color: transparent;
}
.padding-mob.seo-links {
  margin-top: 10px;
}
.footer-links {
  font-weight: 700;
}
.footer-credit {
  text-align: center;
}
.internal-content {
  padding: 50px 30px 20px;
}
.questions {
  padding-left: 30px;
}
.ul {
  color: white;
}
.content-li {
  margin-top: 0px;
  color: white;
}
.content-list {
  margin-bottom: 12px;
}
.call-us {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3d3d3d;
  box-shadow: black 0px -1px 0px 0px;
  font-family: myriad-pro, sans-serif;
  color: white;
  font-size: 19px;
  font-weight: 400;
}
.call-us.contact-page {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px none transparent;
  border-bottom-style: solid;
  border-bottom-color: #545454;
  box-shadow: none;
}
.purple,
.purple a {
  color: #fc5bfc;
  font-size: 21px;
  text-decoration: none;
}
.video-wrap {
  margin-bottom: 32px;
}
.icon-box {
  margin-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #adadad;
  border-radius: 6px;
  background-color: #424242;
  text-align: center;
}
.icon-box-text {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 25px;
  color: white;
  text-align: center;
}
.call-us-column {
  padding-right: 0px;
  padding-left: 40px;
}
.q {
  display: block;
  height: 28px;
  margin-right: 14px;
  float: left;
  clear: none;
  font-family: myriad-pro, sans-serif;
  color: #b3b3b3;
  font-size: 30px;
  font-weight: 700;
}
.get-licence {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid black;
  box-shadow: #474747 0px 1px 0px 0px;
  font-family: myriad-pro, sans-serif;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
.get-licence.top {
  margin-top: 0px;
}
.text-row {
  margin-bottom: 25px;
  padding-bottom: 30px;
  background-image: url('../img/hr.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.text-row .truck-lr,
.text-row .truck-mr,
.text-row .truck-hr,
.text-row .truck-hc,
.text-row .truck-mc
{
  float: left;
  margin: 20px 0 30px 0;
  padding-right: 25px;
}
.p-link,
p a {
  color: white;
}
.regions-list-item {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 38px;
  border-radius: 2px;
  background-color: #424242;
  background-image: url('../img/list-tick.png');
  background-position: 16px 50%;
  background-repeat: no-repeat;
  direction: ltr;
  color: white;
  list-style-type: none;
}
.regions-list {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-left: 0px;
}
.contact {
  margin-top: 8px;
  color: white;
  font-size: 15px;
}
.contact.contact-email-link:hover {
  color: #ff59fa;
}
.contact-box {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 3px 18px;
  border-radius: 6px;
  background-color: #424242;
}
.contact-box.dark {
  background-color: #333232;
}
.contact-col-1 {
  padding-right: 35px;
}
.contact-email-link {
  color: white;
}
.contact-email-link:hover {
  color: #ff59fa;
}

/* PAGE INFO SIDEBAR
=====================================================================================*/

.page-info-sidebar .sidebar li
{
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  float: left;
  width: 100%;
  height: 40px;
}
.page-info-sidebar .sidebar ul
{
  padding: 0;
}
.page-info-sidebar hr
{
  background-image: url('../img/hr.png');
  background-repeat: no-repeat;
  height: 13px;
  border: 0;
  background-position: center top;
}
.page-info-sidebar .icon-box {
  border: 0;
  border-radius: 6px;
  background-color: #424242;
  text-align: center;
  padding: 8px;
  display: block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  float: left;
}

.page-info-sidebar .sidebar .icon-box-text
{
  display: block;
  margin-right: 10px;
  line-height: 1.1;
  margin-top:0;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clear
{
  clear: both;
}
.page-info-sidebar h1
{
  font-size: 38px;
}
.page-info-sidebar a.course-outline
{
  display: inline-block;
  background: #444;
  padding: 0 12px;
  line-height: 30px;
  color: #999;
  text-decoration: none;
  border-radius: 2px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.page-info-sidebar a.course-outline:focus
{
  outline: none;
}
.fb-square-wrap {
	text-align: center;
	margin-bottom: 7px;
}
.fb-square-wrap .fa-facebook-square {
color: #939393;
  font-size: 28px;
}
.contact-social .fb-link .fa {
font-size: 2em;
  display: inline-block;
  margin-right: 0.2em;
}
.contact-social .fb-link:hover .fa {
	color: #3b5998;
}
.fb-square-wrap a:hover .fa {
	color: #3b5998;
}
.contact-social .fb-link {
}
@media (max-width: 991px) {
  h1 {
	font-size: 34px;
	line-height: 37px;
  }
  p {
	margin-bottom: 15px;
  }
  .button.purple.arrow {
	margin-top: 0px;
	font-size: 15px;
  }
  .section.footer {
	padding-top: 26px;
	padding-bottom: 26px;
  }
  .section.content-frame {
	background-image: none;
	background-position: 0% 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
  }
  .contact-col-1 {
	padding-right: 20px;
  }
  .section.content-frame-internal {
	background-image: none;
	background-position: 0% 0%;
	background-size: auto;
	background-repeat: repeat;
  }
  .logo {
	width: 100%;
  }
  .nav-link {
	margin-left: 0px;
	padding-right: 11px;
	padding-left: 11px;
	font-size: 15px;
  }
  .nav-link.last {
	padding-right: 8px;
	padding-left: 8px;
  }
  .navbar {
	margin-top: 43px;
	padding-right: 17px;
	padding-left: 17px;
	float: right;
  }
  .rto
  {
	padding-left: 70px;
  }
  .hero {
	background-size: contain;
  }
  .home-page-content {
	padding-bottom: 36px;
  }
  .home-page-content.content-frame {
	background-image: url('../img/content-frame.png');
	background-position: 50% 0px;
	background-size: contain;
	background-repeat: no-repeat;
  }
  .b0 {
	margin-top: 0px;
	font-size: 24px;
	line-height: 26px;
  }
  .col-licencing.padding-mob {
	margin-top: -12px;
  }
  .col-quote {
	margin-bottom: 0px;
	padding-right: 10px;
  }
  .col-quote.padding-mob {
	margin-top: 38px;
	padding-right: 45px;
  }
  .bookings {
	margin-top: 7px;
	font-size: 18px;
  }
  .main-office {
	margin-top: 0px;
	padding-left: 5px;
	font-size: 15px;
  }
  .nrt-logo {
	width: 46%;
  }
  .citb-logo {
	width: 45%;
  }
  .col-phone {
	padding-right: 10px;
	padding-left: 15px;
  }
  .col-mob {
	padding-right: 10px;
  }
  .footer-link {
	margin-right: 0px;
	margin-left: 14px;
  }
  .col-1 {
	padding-left: 10px;
  }
  .col-1.padding-mob {
	margin-top: 38px;
	padding-left: 45px;
  }
  .licencing {
	margin-bottom: 0px;
	line-height: 31px;
  }
  .menu-tablet {
	margin-top: 37px;
	margin-right: 2px;
	border-radius: 4px;
	background-color: #8c8c8c;
  }
  .menu-mobile {
	margin-top: 39px;
	margin-right: 1px;
	float: right;
	border-radius: 4px;
	background-color: #787878;
  }
  .menu-icon {
	background-color: transparent;
  }
  .brand {
	width: 34%;
  }
  .padding-mob.seo-links {
	margin-top: 15px;
  }
  .footer-links {
	padding-left: 0px;
  }
  .footer-credit {
	text-align: center;
  }
  .copyright {
	padding-right: 15px;
  }
  .internal-content {
	background-image: url('../img/content-frame.png');
	background-position: 50% 0px;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 50px 50px 20px;
  }
  .call-us {
	padding-top: 15px;
	padding-right: 86px;
	padding-bottom: 15px;
	line-height: 28px;
  }
  .icon-box {
	margin-right: 16px;
  }
  .icon-box-text {
	margin-right: 15px;
  }
  .regions-list-item {
	padding-right: 10px;
  }
  .licence-left-col {
	margin-top: -120px;
  }
  .nrt-logo
  {
	width: 45%;
  }
}
@media (max-width: 767px) {
  h1 {
	font-size: 40px;
	line-height: 39px;
	text-align: left;
  }
  p {
	margin-top: 15px;
	font-size: 16px;
  }
  .button.tablet {
	padding: 8px 21px;
	font-size: 14px;
  }
  .outer-wrap {
	background-image: none;
	background-position: 0% 0%;
	background-size: auto;
	background-repeat: repeat;
  }
  .contact-col-1 {
	padding-right: 0;
  }
  .internal-content h1
  {
	margin-left: 10px;
	margin-bottom: 5px;
  }
  .section.footer {
	padding-top: 34px;
	padding-bottom: 34px;
  }
  .logo {
	display: block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 28px;
	padding-bottom: 11px;
  }
  .rto
  {
	text-align: center;
	margin-left: -165px;
	margin-top:-18px;

  }
  .nav-link {
	display: inline-block;
	margin-bottom: 12px;
	margin-left: 13px;
	padding: 8px 15px;
	float: none;
	clear: none;
	border-radius: 20px;
	background-color: #636363;
  }
  .nav-link.last {
	padding-right: 15px;
	padding-left: 15px;
  }
  .nav-link.first {
	display: inline;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
  }
  .navbar {
	position: static;
	display: block;
	width: 90%;
	margin: 0px 5%;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-color: transparent;
	background-image: none;
	background-position: 0% 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
	box-shadow: none;
  }
  .header {
	text-align: center;
  }
  .home-page-content.content-frame {
	background-position: 50% -14px;
	background-size: auto;
  }
  .b0 {
	font-size: 30px;
	line-height: 29px;
	text-align: left;
  }
  .b0.t30 {
	margin-top: 30px;
  }
  .licenses {
	text-align: left;
  }
  .col-licencing.padding-mob {
	padding-right: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
  }
  .col-quote {
	margin-top: 47px;
	text-align: left;
  }
  .col-quote.padding-mob {
	margin-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
  }
  .truck-img {
	display: block;
	margin-left: -10px;
  }
  .bookings {
	padding-left: 30px;
	font-family: atrament-web, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
  }
  .white.center {
	margin-top: 4px;
	float: left;
	font-size: 21px;
  }

	 .fb-square-wrap,
.icon-phone {
	margin-right: 15px;
	float: left;
	background-position: 0px 50%;
  }
	 .fb-square-wrap {
	margin-left: 6px;
}
	.col-mob + .col-mob {
	margin-top: -10px;
}
  .icon-phone.mob {
	margin-right: 23px;
	margin-left: 4px;
  }
  .main-office {
	padding-left: 25px;
	font-size: 18px;
	line-height: 26px;
  }
  .nrt-logo {
	width: 31%;
  }
  .citb-logo {
	width: 38%;
  }
  .col-phone {
	padding-left: 30px;
	font-size: 15px;
  }
  .col-mob {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
  }
  .footer-link {
	color: #a8a8a8;
  }
  .col-1 {
	margin-top: 5px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
  }
  .col-1.padding-mob {
	margin-bottom: 25px;
	padding-right: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
  }
  .brand {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	float: left;
  }
  .mob-header {
	text-align: center;
  }
  .hero-mobile {
	text-align: center;
  }
  .hero-img-mob {
	display: block;
	margin-right: auto;
	margin-left: auto;
  }
  .padding-mob {
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
  }
  .padding-mob.seo-links {
	margin-top: 22px;
  }
  .footer-links {
	font-size: 13px;
	line-height: 24px;
  }
  .footer-credit {
	font-size: 13px;
	line-height: 24px;
  }
  .copyright {
	padding-right: 0px;
	font-size: 13px;
	line-height: 23px;
  }
  .internal-content {
	background-size: auto;
  }
  .questions {
	padding-top: 35px;
	padding-left: 10px;
  }
  .call-us {
	padding-right: 10px;
	padding-left: 0px;
	text-align: center;
  }
  .call-us-column {
	padding-left: 10px;
  }
  .get-licence {
	margin-bottom: 0px;
  }
  .regions-list-item.last {
	margin-bottom: 0px;
	padding-bottom: 6px;
  }
  .regions-list {
	margin-top: 5px;
	margin-bottom: 0px;
  }
  .regions-col {
	margin-top: 0px;
	margin-bottom: 10px;
  }
  .regions-img {
	display: block;
	margin-right: auto;
	margin-left: auto;
  }
  .training-text {
	text-align: center;
  }
  .licence-left-col {
	margin-top: 0px;
  }
  .page-info-sidebar .sidebar
  {
	margin-top: 30px;
  }
}
@media (max-width: 479px) {
  h1 {
	font-size: 38px;
	text-align: left;
  }
  .section.foot-info {
	padding-bottom: 25px;
  }
  .logo {
	width: 280px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 8px;
  }
  .nav-link {
	margin-bottom: 10px;
	margin-left: 9px;
	padding-right: 12px;
	padding-left: 12px;
  }
  .navbar {
	padding-right: 0px;
	padding-left: 0px;
	box-shadow: none;
  }
  .rto
  {
	text-align: center;
	margin-left: -145px;
	margin-top:-18px;

  }
  .home-page-content.content-frame {
	background-position: 50% -5px;
  }
  .b0 {
	font-size: 28px;
	text-align: left;
  }
  .col-licencing.padding-mob {
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
  }
  .col-quote.padding-mob {
	margin-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
  }
  .bookings {
	padding-top: 0px;
	padding-left: 20px;
  }
  .white.center {
	margin-top: 5px;
	font-size: 21px;
  }
  .icon-phone {
	margin-right: 15px;
  }
  .icon-phone.mob {
	margin-right: 24px;
	margin-left: 4px;
  }
  .main-office {
	margin-top: 0px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 25px;
  }
  .nrt-logo {
	width: 40%;
  }
  .citb-logo {
	width: 42%;
  }
  .col-phone {
	padding-left: 30px;
  }
  .col-mob {
	margin-bottom: 12px;
	padding-left: 30px;
  }
  .footer-link.sub-footer.mr-truck {
	padding-right: 0px;
  }
  .col-1 {
	margin-top: 15px;
	padding-right: 35px;
	padding-left: 35px;
	text-align: left;
  }
  .col-1.padding-mob {
	margin-bottom: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
  }
  .brand {
	padding-left: 0px;
  }
  .hero-mobile {
	text-align: center;
  }
  .hero-img-mob {
	padding-right: 10px;
	padding-left: 10px;
  }
  .padding-mob.seo-links {
	padding-right: 27px;
	padding-left: 27px;
  }
  .copyright {
	padding-right: 45px;
	padding-left: 45px;
	line-height: 19px;
  }
  .internal-content {
	padding-right: 25px;
	padding-left: 25px;
  }
  .call-us {
	line-height: 24px;
  }
}


.w-container.hero {
  max-width: 1340px;
}

@media (max-width: 1115px) {
  .w-container.hero {
    max-width: 1110px;
  }
}
@media (max-width: 991px) {
  .w-container.hero {
    max-width: 820px;
  }
  .hero-img
  {
  margin-left: 15px;
  }
}