/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* fonts */



/* SFUI DISPLAT FONTS */

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'SF UI Display Ultralight';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Ultralight'), url('sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Thin';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Thin'), url('sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Light';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Light'), url('sf-ui-display-light-58646b33e0551.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Medium';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Medium'), url('sf-ui-display-medium-58646be638f96.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Semibold';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Semibold'), url('sf-ui-display-semibold-58646eddcae92.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Bold';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Bold'), url('sf-ui-display-bold-58646a511e3d9.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Heavy';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Heavy'), url('sf-ui-display-heavy-586470160b9e5.woff') format('woff');
}


@font-face {
font-family: 'SF UI Display Black';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Black'), url('sf-ui-display-black-58646a6b80d5a.woff') format('woff');
}



html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-height: 700px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;  
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  
}
body {
  padding-top: 96px;
}
@media (max-width: 991.98px){
  body {
      padding-top: 93px;
  }
    }
@media (max-width: 767.98px) {
  body {
      padding-top: 92px;
  }
    }
@media (max-width: 575.98px){
  body {
      padding-top: 90px;
  }
    }
.top-padding .container-fluid:first-of-type,
main .container-fluid:first-of-type {
    padding: 0 !important;
  }

body {
  min-height: 700px;  
  background: #ffffff;
}


#hs_cos_wrapper_module_1609269007170 {
    display: block !important;
    padding-bottom: 30px !important;
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.site {
  background: #FFFFFF;
  position: relative;
}

body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #757575;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
  2.2 Links
------------------------------*/
a {
  color: #2F48AF;
  text-decoration: none !important;
  font-weight:bold;
  /*outline: none;*/
}
a:hover {
  text-decoration: underline;
  color: #283C8E;
}
a:active, a:focus, a:hover {
  /*outline: none;*/
}

a.link-blue-bg {
  color: #F6911E;
  text-decoration: none;
  font-weight:bold;
  /*outline: none;*/
}
a.link-blue-bg:hover {
  text-decoration: underline;
  color: #F6911E;
}


/*------------------------------
  2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #505050;
  font-weight: bold;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;  
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-decoration: none;
}

h1 {
  line-height: 1.3;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h2 {
    font-size: 30px;    
  }
}
h1 span {
  font-weight: bold;
}

h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}

h3 {
  font-size: 20px;
  font-size: 16px;
}

h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/*------------------------------
  2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;  
}

/*------------------------------
  2.5 Content
------------------------------*/
img {
  height: auto!important;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  /*outline: none;*/
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

ul.checkmarks {
    list-style: none;
    padding-left:0 !important;
  } 

li.checkmarks {
    background:url(https://www.dispatchtrack.com/hubfs/check-new.webp) no-repeat 7px 7px;
    padding: 0px 0px 1px 32px;
  margin-left:-32px;
  
}

/*------------------------------
  2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*------------------------------
  3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Input */
.form-control {
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
}

.contact-us-form .form-control {
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: none;
}
.contact-us-form .control-label {
  color: #ffffff !important;
}
.control-label {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.btn:active, .btn:focus {
  /*outline: none;*/
}

.btn-sm {
  padding: 10px 40px;
}

.btn-start-today {
  font-family: "Raleway", sans-serif;
  background-color: transparent !important;  
  border: solid 1px #d8dde6;
  font-weight: 800;
  font-size: 14px;  
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff !important;
  width: 200px !important;
  height: 50px;
   text-shadow: none !important;
}

.ad-landing-form-mobile {
  background-color: #065aa3;
  margin-bottom: 30px;
}  
/* today changes */
.btn-start-today:hover {
  color: #fff;   
  background-color: #ff8852;
  border-radius: 3px; 
}
.btn-orange {
  background-color: #ff8852;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  width: 300px;
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 3px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  transition: 0.1s;
}
.btn-orange:hover {
  background-color: #dd7546;
  color: #ffffff;
}
.btn-start-trail {
  background-color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  width: 300px;
  border-radius: 3px;
  border: solid 2px #f6851f;
  color: #f6851f;
  padding: 13px 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  transition: 0.1s;
}
.btn-start-trail:hover {
  background-color: #f5f5f5;
  color: #f6851f;
}
.btn-white {
  background-color: #ffff;
  letter-spacing: 2px;
  text-align: center;
  width: 300px;
  border-radius: 3px;  
  color: #ff8852;
  padding: 13px 25px;
  font-weight: 800;
  margin-top: 48px;
  font-family: "Open Sans" , sans-serif;
  transition: 0.1s;
}

.btn-white:hover {
  background-color: #f5f5f5;
  color: #f6851f;
}

.career-btn {
  background-color: #ff8852;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  width: 300px;
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff;  
  border-radius: 3px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;    
  height: 50px;
}
.career-btn:hover {
  background-color: #dd7546;
  color: #fff;
}
.navbar-custom {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btn-contact-us {
  height: 30px;
    font-family: 'Open Sans';
    border-radius: 3px !important;
    background-color: #fff !important;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
    color: #ff8852 !important;
    width: 131px !important;
    font-weight: 900;
    padding: 0px !important;
}

.btn-1month {
  transition: 0.1s;
  color: #033867;
  background-color: #ffff;
  letter-spacing: 2px;
  text-align: center;
  width: 300px;
  border-radius: 3px;  
  padding: 13px 25px;
  font-weight: 800;
  font-family: "Open Sans" , sans-serif;
}

.btn-1month:hover {
  background-color: #f5f5f5;
  color: #f6851f;
}

.header-text {  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;  
  color: #ffffff !important;
}
.header-text a {
 font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;  
  color: #ffffff !important; 
}
  
.ff-raleway {
  font-family: 'Raleway', sans-serif;
}


/* Margins */

.mt-m-40 {
  margin-top: -40px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-m-14 {
  margin-top: -14px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-30-imp {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-5 {
  margin-top: 5px;
}
.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mb-0-imp {
  margin-bottom: 0px !important;
}
.mt-50-imp {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-5{
  margin-bottom: 5px;
}
.mt-0-imp {
  margin-top: 0px !important;
}
.mb-317 {
  margin-bottom:317px;
}
.mt-5-imp {
  margin-top: 5px !important;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-120 {
  margin-bottom: 120px;
} 
.mt-100 {
  margin-top: 100px;
}
.mt-100-imp {
  margin-top: 100px !important;
}
.mt-15-imp {
  margin-top: 15px !important;
}
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-m-10 {
  margin-top: -10px;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-10 {
  padding-left: 10px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-58 {
  margin-left: 58px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-0-imp {
  padding-top: 0px !important;
}
.pt-10-imp {
  padding-top: 10px !important;
}
.pt-20-imp {
  padding-top: 20px !important;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ml-27 {
  margin-left: 27px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-8-imp{
  margin-left: 8px !important;
}
.mt-370 {
  margin-top: 370px;
}
.ml-m-10 {
  margin-left: -10px;
}
.ml-m-20 {
  margin-left: -20px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-20-imp {
 margin-left: 20px !important;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.m-tb-40{
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-0-imp{
  padding: 0 !important;
}

/* END Margins */
.dt-logo {
    margin-top: 7px;
    width: 200px !important;
}
.d-flex {
  display: flex;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.align-self-flex-start {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
/* NavBar */

.navbar-custom {
  font-weight: 700;
  z-index: 200;
  height: 110px;
  background-color: #033867 !important;
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px !important;
}
.navbar-custom a:focus {
  /*outline: none;*/
}
.navbar-custom .navbar-brand {
  color: #000;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #000;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;  
}
.navbar-custom .navbar-nav li a {
  color: #fff;
  text-shadow: none !important;
}
.link-list li a:hover{
  color: #fff;
  cursor: pointer;
  /*outline: none;*/
}
.navbar-custom .navbar-nav li a:hover {
  color: #fff;
  /*outline: none;*/
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #fff;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #6FC0E7;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #6FC0E7;
}
.navbar-custom .navbar-toggle {
  color: white;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #FFFFFF;
  color: white;
  border-color: #FFFFFF;
}
.list-unstyled a{
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-spacing: 10px;
  color: #ffffff;
}
.nav-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 2 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
}
nav > ul li {
  margin: 8px 6px;
}
.nav >li >a {
    padding-left: 7px;
    padding-right: 7px;
}
.dropdown > ul li {
  margin: 8px 0px; 
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent !important;

}

ul.navbar-nav {
  margin: -8px 0px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu >.dropdown-menu {
   top:0;
   left:100% !important;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }
.arrow {
  top: -11px;
  left: 10%;
  margin-left: -11px;
  border-width: 11px;
  border-top-width: 0;
  border-bottom-color: #fff !important;
  border-bottom-color: rgba(0,0,0,.25);
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* Footer */

footer {
  color: white;
}
.footer-list > ul li  {
  margin: 2px 0px;
  text-shadow: none !important;
}

.footer-section {
  /* opacity: 0.9; */
  background-blend-mode: screen;
  padding: 75px 0 0 0;
  background-size: cover;
   background-color:#000000; 
}

.footer-section .fa-angle-right {
  float: right;
  font-weight: bold;
}

.footer-section address {
  color: #ffffff;
  line-height: 23px;
}

.footer-section address i {
  min-width: 20px;
  margin-right: 5px;
  text-align: center;
}

.footer-section ul li a {
  cursor: pointer;
}

/*Copyright*/
.copyright {
  padding: 35px 0 15px;
}

.copyright p{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: none !important;
}

.copyright p b {
  font-weight: 800;
}

.copyright a{
  color:#FFFFFF !important;
}
.footer-text li a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #a7b7c7 !important;
}
.footer-header h3, .footer-header-p {
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: none !important;
}


/* Products page CSS */
.side-collapse-container {
  height: 110px;
}

.products-page-title {
  height: 200px;  
  background-image: url(https://dmlzklevomxxt.cloudfront.net/website/products.png);
}
.bread
{
  margin-left:163px;
  padding-top:80px;
}
.breadcrumb1 {
  margin-top: 34px;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #ffffff;
  
}

.breadcrumb1.compliance{
  margin-top: 30px;
}

.main-title {
  line-height: 185px;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;  
  letter-spacing: normal;
  color: #ffffff;
  
}

.roi-page-title .main-title{
  line-height: 120px;
}
.product_details { 
  background-color: #ffffff;
  margin-top:80px;
}
.product-content {  
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
  margin-left:263px;
  margin-right:263px;
}
.f-16 {
font-size:15px!important;
}
.fs-12 {
  font-size: 12px;
}
.fs-16 {
  font-size: 16px; 
}
.fs-18 {
  font-size: 18px;
}
.fs-18-imp {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px;
}
.fs-21-imp{
  font-size: 21px !important;
}
.fs-20-imp {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}
.fs-30-imp {
  font-size: 30px !important;
}
.fs-40 {
  font-size: 40px;
}
.learn-more-body { 
  margin-top: -130px;
  background-color: #f5f5f5;
}

.learn-more-title {
  font-family: 'Open Sans', sans-serif;
  padding-top: 180px;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.products-box {
  height: 360px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
  margin-bottom: 80px;
}
.products-box-desc {
  margin-top:20px;
  font-size: 14px;
  line-height: 2;
  color: #505050;
}

.page-container {
  padding-left: 190px;
  padding-right: 190px;
}

.content-description {
  font-size: 16px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050; 
}

/* borders */

.border-f6851f {
  border-top: 4px solid #f6851f;
}
.border-00a9ff {
  border-top: 4px solid #00a9ff;
}
.border-9c56b8 {
  border-top: 4px solid #9c56b8;
}
.border-003693 {
  border-top: 4px solid #003693;
}
.border-ff707a {
  border-top: 4px solid #ff707a;
}
.border-radius-3 {
  border-radius: 3px;
}

.border-01b69d {
  border-top: 4px solid #01b69d;
}
.border-a96122 {
  border-top: 4px solid #a96122;
}
.border-0574ff {
 border-top: 4px solid #0574ff; 
}
.border-ffbc00 {
 border-top: 4px solid #ffbc00; 
}
.c-ff8852 {
  color: #ff8852;
}

/* Back ground Colors */
.bg-ff8852-imp {
 background-color: #ff8852 !important;
}
.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-003693 {
  background-color: #003693;
}

.bg-d86430{
   background-color: #d86430;
}

.bg-066cc4 {
  background-color: #066cc4;
}

.bg-d8edf8 {
  background-color: #d8edf8;
}

.bg-f0f8fc-d8edf8 {
  background-image: linear-gradient(to bottom, #f0f8fc, #d8edf8);
}

.bg-fafafa {
  background-color: #fafafa;
}

.bg-dff0d7 {
  background-color: #dff0d7;
}

.read-more-img {
  width:10px;
  height:10px;
}
.desc {
  font-size: 14px;
  padding-left: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
}

/* Customer Communication Page */
.communication-title {
  height: 200px;
  background-color: #757575;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/image-wave.png);
  background-size: cover;
}
.communication-bread
{
  margin-left:163px;
  padding-top:48px;
}
.communication-heading {
  height: 56px;  
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  
}
.communication-product_details { 
  background-color: #ffffff;
  margin-top:80px;
}
.communication-product-content {
  font-size: 16px!important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
  padding-left: 0px;
  padding-right: 0px;  
}

.btn-big
{ 
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 2px #ff8852;
  margin-bottom:80px;
  display: inline-block;
}
.btn-big-text
{ margin:16px;
  width: 268px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ff8852;
  margin-top:17px;
}
.communication-precall
{ 
  background-color: #f5f5f5;
}
.communication-precall-title
{   
  padding-top:80px;  
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}
.communication-precall-title sup {
  top: -1.2em !important;
  font-size: 45%;
}
.communication-precall-body
{     
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
  margin-bottom:50px;
}
.img_background_bluewave {
  width: 1440px;
  height: 200px;
}
.pl-45
{
  padding-left:45px!important;
}

.ad-form-background{
  /* font-family: 'OpenSans'; */
  line-height: 24px;
}

.best-choice {
  color: #505050;
  font-family: 'OpenSans', sans-serif;
}
/* Routing and  Planning Page */
.routing-title {
  height: 200px;  
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-bg-tile-01.png);
  background-size: cover;
}

.service-title {
  height: 200px;  
  background: url(https://dmlzklevomxxt.cloudfront.net/website/services-bg-title-image.png);
  background-size: cover;
}

.landing-title {
  height: 200px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-bg-tile-01.png);
  background-size: cover;
}
.ads_landing_form_img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-man-using-dt.png);
  background-size: cover;
}
.blue-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-pattern-tile-b-1.png);
  background-size: cover;
}
.bg-img-sofa {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/new-home-page-about-us.jpg);
  background-size: cover;
  background-position: bottom;
}
.roi-page-title {
  height: 120px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-roi-result.png);
  background-size: cover;
}
.routing-body {
  font-size: 16px;
  line-height: 2;  
  color: #505050;
  padding-bottom: 10px;
}

.circle {
  content: ' \25CF';
  font-size: 150px;
  color: #ff8852;
}
.ashely-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/ashley.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;
  background-size: cover;
}
.ashley_furniture_homestore_logo {
  width: 160px;
  height: 53px;
  object-fit: contain;
}
.ashley-left-quote{
  width: 34px;
  height: 34px;
  /* margin-top: 8%; */
  margin-top: 36px;
 }
.health-pics-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-happy-customer.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;
  background-size: cover;
}
.g-content p {
  margin-bottom: 0px !important;
}
.gps-eld-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-warehouse.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;
  background-size: cover;
}

.review-message {
  margin-left: 70px;
  margin-right: 70px;  
  font-size: 16px;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-weight: 300;  
}

.reviewer-name {
   font-family: 'RobotoCondensed-Bold','OpenSans',Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
 }
 .reviewer-designation {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  font-family: 'Roboto';
}

.learn-more
{
 font-family: Raleway,sans-serif;
 font-size: 36px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 text-align: center;
 color: #505050;
 margin-bottom:50px;
 margin-top:200px;
}
.banner
{padding-top:20px;
 border-radius: 3px;
 background-color: #fafafa;
 border: solid 1px #d8dde6;
 min-height: 260px;
 position: relative;
}
.half-banner
{
 padding-left:20px;
 
}
.banner-heading
{
  font-family: Raleway,sans-serif;
 font-size: 22px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #47495a;
 display: block;
 margin-top: 10px;
}
.half-phone-border
{
 background-color: #ffffff;
 border: solid 1px #d8dde6;
 padding-top: 5px;
 position: absolute;
 bottom: 0;
 width: 100%;
}
.banner-title
{ padding-top:8px;
 font-family: Raleway,sans-serif;
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: 2px;
 color: #6b7c93;
}
.explore-more
{
 font-family: OpenSans,sans-serif;
 font-size: 12px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: 1px;
 color: #ff8852;
}
.banner-content
{
 font-family: OpenSans,sans-serif;
 font-size: 14px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 2;
 letter-spacing: normal;
 color: #47495a;
 margin-left: 2px;
 margin-right: 2px;
 margin-top: 10px;
}
.ic_carousel_arrow_left
{
margin-left: 40px;
 margin-top:72px;
} 
.ic_carousel_arrow_right {
  margin-top:72px;
}
.continue_reading{
  color: #ff8852;
}
.continue_reading:hover{
  color: #ff8852;
}
/* Industries page CSs */
.list-gps-style
{
  background-color: #f0f8fc;
  padding-top: 180px;
  padding-bottom: 140px;
  margin-top: -131px;
}
.gps-list
{
 /* font-size: 18px; */
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 2;
 letter-spacing: normal;
 color: #505050;
 padding-right:66px;
 margin-top:10px;
}
.gps
{
margin-left:155px;
}
.gps-list h3 {
  line-height: 2; 
  margin-bottom:0px!important; 
}
.gps2
{
margin-left:40px;
}
.more-about-dt
{
 background-color: #033867;
 height:300px;
}
.learn-more-heading
{  padding-top:80px;
 /* padding-bottom:20px; */
 font-family: Raleway;
 font-size: 36px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 text-align: center;
 color: #ffffff;
}

.precall
{ margin-top:80px;
 /*width: 1440px;*/
 background-color: #f5f5f5;
}

.services-title-text {
  font-family: Raleway;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #505050;
}
.precall-title
{ margin-left:453px;
 margin-right:453px;
 padding-top:80px;
 height: 146px;
 width:440px;
 font-family: Raleway;
 font-size: 30px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.2;
 letter-spacing: normal;
 text-align: center;
 color: #505050;
}
.precall-body
{
 height: 256px;
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 2;
 letter-spacing: normal;
 color: #505050;
 margin-bottom:50px;
}

.optimizedroutes
{
 margin-top:80px;
 margin-bottom:80px;
}
.optimizedroutes-header
{
 font-family: Raleway,sans-serif;
 font-size: 30px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.2;
 letter-spacing: normal;
 color: #505050;
}
.optimizedroutes-body
{  
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 2;
 letter-spacing: normal;
 color: #505050;
 padding-top:30px;
}
.img-routing
{
 padding-top:30px;
 padding-bottom:30px;
}
.furniture-title {
   height: 200px;   
   background: url(https://dmlzklevomxxt.cloudfront.net/website/img-bg-tile-02.png);
   background-size: cover;
}
.driver-image-caption
{
 font-family: Raleway;
 font-size: 16px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 /* text-align: center; */
 color: #505050;
}
.ic-driver-tools {
  padding-bottom: 10px;
}
.warehouse-image {
background: url('https://dmlzklevomxxt.cloudfront.net/website/img-warehouse.png') no-repeat;
padding-top: 50px;
height: 530px;
background-size: cover;
}



.row-fluid-wrapper.row-depth-1.row-number-1.body_dnd_area-row-0-padding.body_dnd_area-row-0-max-width-section-centering.dnd-section.body_dnd_area-row-0-background-image form {
    /*padding-top: 60px !important;*/
}

.span12.widget-span.widget-type-cell h1.header.toptext {
    /*margin-top: 100px !important;*/
}


div#hs_cos_wrapper_body_dnd_area-module-2 h1.header.toptext {
    margin-top: 0 !important;
}
.span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 0;
}

.reviews-warehouse
{
 border-radius: 2px;
background-color: #ff8852;
margin-top: 180px;
}
.manager-image {
background: url('https://dmlzklevomxxt.cloudfront.net/website/store-manager.png') no-repeat;
padding-top: 50px;
height: 530px;
background-size: cover;
}
.reviews-manager {
border-radius: 2px;
background-color: #ff707a;
margin-top: 180px;
}

.furniture
{
 margin-top:100px;
 margin-left:176px;
 margin-right:176px;

}
.image-caption {
 font-family: Raleway,sans-serif;
 font-size: 24px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 text-align: center;
 color: #47495a;
 margin-left: -25px;
}
.h-new-image-caption {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3870de;
}
.h-new-img{
  width: 100px;
  height: 100px;
}

.landing-img-txt {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
}

.furn-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/new-i-img-banner-furniture.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
}
.team-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/dispatch-track-sj-office-new.png);
  object-fit: contain;
  height: 300px;
  background-size: cover;
}
.team-heading-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-bg-tile-c-7.png);
  background-size: cover;
}
.consu-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/new-i-img-banner-consumer.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
}

.building-bg-img {  
  background: url(https://dmlzklevomxxt.cloudfront.net/website/supplies-img-banner-building.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
}
.building-bg-img.diff{
  background: url(https://dmlzklevomxxt.cloudfront.net/website/supplies-img-banner-building.png) !important;
  background-size: cover;
}
.wholesale-bg-img {  
  background: url(https://dmlzklevomxxt.cloudfront.net/website/new-i-img-banner-wholesale.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
}
.grocery-delivery-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/grocery_delivery_landing_bg.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
}
.health-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/hippa-img-banner-health.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
}
.contactfree-bg-img{
  background: url(https://dmlzklevomxxt.cloudfront.net/website/contact_free_delivery_for_last_mile_logistics.jpg);
  height: 300px;
  object-fit: contain;
  background-size: cover;
  background-position: 0 !important;
}
.grocery-bg-img {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/grocery-landingpage-banner.png);
  height: 300px;
  object-fit: contain;
  background-size: cover;
  background-position: 0;
}
.message-text {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  padding-top: 10px;
}
.building .image-caption {
 font-family: Raleway,sans-serif;
 font-size: 24px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #47495a;
 margin-left: -100px;
}
.furniture-content {
 margin-top:80px;
 margin-bottom:80px; 
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 2;
 letter-spacing: normal;
 color: #505050;
}
.demo-space {
 height: 160px;
 background-color: #f0f8fc;
 width: 100%;
   display: table;
   text-align: center;
}
.btn-demo {
 display: inline-block;
 margin-top:55px;
 border-radius: 3px;
 background-color: #ff8852;
 font-family: Raleway,sans-serif;
 font-size: 14px;
 font-weight: 800;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: 2px;
 text-align: center;
 color: #ffffff;
 padding-top:17px;
 padding-bottom:17px;
 padding-left:90px;
 padding-right:90px;
}

.challenges{
 margin-top:80px;
 margin-bottom:80px;
}

.challenges-header
{
 font-family: Raleway,sans-serif;
 font-size: 28px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.2;
 letter-spacing: normal;
 color: #505050;
 margin-bottom:20px;
}
.challenges-body
{ 
 font-size: 18px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 2;
 letter-spacing: normal;
 color: #505050;
}


/* Industries > Health Pages */

.health-title {
  height: 200px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/health-bg-title-image.png);
  background-size: cover;
}

.health-card {
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;

}

.health-card:hover {
  box-shadow: 0 11px 54px 0 rgba(69,79,89,0.3);
}

.health-card-heading {
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #505050;
  margin-bottom: 0px;
  margin-top: 10px;

}

.health-card-text{
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #505050;
}

.health-servicing {

}
/* Customer > ROI */

.customers-title {
  height: 200px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-roi.png);
  background-size: cover;
}

.roi-calcuation-title {
  min-height: 250px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-roi-result.png);
  background-size: cover;
}

.dt-sub-title {
  min-height: 200px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-roi-result.png);
  background-size: cover;
}


/* ROI CALCULATION PAGE */

.send-roi{
  width: 140px;
  height: 50px;
  border-radius: 3px;
  background-color: #ff8852;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}
.send-roi:hover{
   background-color: #dd7546;
  color: #ffffff;
}
.roi .second-container{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/roi-warehouse-bg.jpg');
  padding:60px;
  background-size: cover;
  background-position: center;
}
.roi .roidetails-sec-container{
  padding:0px;
}
.roi .your-company{
  font-family: Raleway;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}
.roi .estimated{
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}
.roi .calculation-text{  
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 14px;
  font-family: OpenSans, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.roi .currency{  
  font-size: 36px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #000000;
  margin-top: 10px;
}
.roi .estimated-reduction{
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #000000;
}
.roi .form-text-field{
  height: 45px;
}
.roi .collapse-heading p{
  padding-top: 10px;
  padding-left: 10px;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #033867;
}

.roi .collapse-content p{
  padding-left:10px;  
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #000000;
}

.roi .collapse-form-field{
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
  border-radius: 0px;
}
.container-color-shade{
  border-radius: 5px;
  line-height: normal;
  background-image: linear-gradient(to bottom, #ffffff, #f0f8fc);
}

.roi .metrics p{
  font-size: 16px;
  padding-left: 0px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #6b7c93;
}

.total-savings-text{
  padding-left: 12px;
  font-size: 18px;
  font-family: Raleway;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: 1px;
  color: #033867;
}
.roi .third-continer{
  background-color: #FFFFFF;
  padding:20px;
}
.roi .row-collapse{
  margin-top:50px;
}
.roi .email-container{
  border-radius: 5px;
  background-color: #f0f8fc;
}
.roi .review-message{
  padding-top: 25px;
  padding-bottom: 40px;
    padding-right: 110px;
  text-align: center;
  font-size: 24px;
}
.roi h3{
  font-size: 36px;
}
.roi .roi-des{
   font-size: 16px;
   padding-left: 180px;
   padding-right: 180px;
}
.roi .roi-form{
  padding:50px;
}
.roi .estimated{
  font-size: 24px;
}
.roi .currency{ 
  font-size: 45px;
  margin-left: 20px;
}
.roi .estimated-reduction{
  font-size: 48px;
}
.roi .collapse-content p span {
  color: #657687;
}
.roi .form-label{
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
}
.roi .form-field{
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
}

.roi .btn-calculate{
  margin:auto;
  display:block;
  height: 50px;
  border-radius: 3px;
  background-color: #32aedc;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}
.roi .email-container{  
  border-radius: 5px;
  background-color: #ffffff;
}

.form-email{
  background-color: #fff;
  border-radius:0px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #6b7c93;
  margin-top: 8px;
}
@media (min-width: 768px){
  .form-email{
    width:350px;
  }
  .send-roi {
    width: auto !important;
  }
  .tab-mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.email-box {
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px;
  border-radius: 3px;
}
.no-of-trucks {  
  background-color: rgba(0,0,0, 0.5);
  color: #fff;  
}
.no-of-trucks-value {  
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000000;
}
.trucks-name {
  color: #ffffff;
  font-size: 24px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.driver-image
{
 background: url('https://dmlzklevomxxt.cloudfront.net/website/driver-review.png') no-repeat;
 padding-top: 50px;
 height: 530px;
 background-size: cover;
}
.unordered-list-margin ul li {
  margin: 0px 0px;
}
/* .list-gps-style a {
  font-size: 18px;
} */

.consumer-title {
 height: 200px;
 background-color: #757575;
 background: url(https://dmlzklevomxxt.cloudfront.net/website/consumer-bg-title-image.png);
 background-size: cover;
}

.blog-bg-img {
  height: 200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 59%, 
  rgba(0, 0, 0, 0) 0%), url('https://dmlzklevomxxt.cloudfront.net/website/img-pen-notebook-blog.png') no-repeat;
}

.wholesale-title {
 height: 150px; 
 background: url(https://dmlzklevomxxt.cloudfront.net/website/wholesale-bg-title-image.png);
 background-size: cover;
}

.wholesale-title.compliance{
  height: 150px;
}

.bottom-wholesale-title {
 height: 220px; 
 background: url(https://dmlzklevomxxt.cloudfront.net/website/wholesale-bg-title-image.png);
 background-size: cover;
}
.new-ad-landing {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-memo-banner-ad-l.png); 
  height: 400px;
  background-size: cover;
}

.ads-landing-jul {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/blue-img-memo-banner.png); 
  background-size: cover;
}
.city-line-banner .review-message {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

.browser-wrapper {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-display.png') no-repeat; 
  min-height: 350px;
  background-size: cover;
}

.feature-list {
  border-radius: 2px !important;
  border: solid 1px #bdbdbd !important;
  background-color: #ffffff !important;
  color: #505050 !important;
  padding-left: 20px !important;
}
.feature-list:hover {
  background-color:#fff3ed !important;
  border: solid 1px #ff8852 !important;
}
#myTabs>li.active> a {
  background-color:#fff3ed !important;
  border: solid 1px #ff8852 !important;
  border-right: none !important;
}
.new-ad-landing, .ads-landing-jul  p {
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  line-height: 1.88;
}

.new-ad-landing, .ads-landing-jul .communication-heading {
  font-family: 'OpenSans', sans-serif;
  font-size: 38px;
  height: unset;
}
.ad-l-key-features .why-choose {
  text-transform: none;
  padding-top: 0px;
  font-family: "OpenSans", sans-serif;
}

.press-subline-text {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #7b91a8;
}
.press-detail .control-label {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
.press-detail .member-name {
  font-size: 20px;
}
.press-detail .role {
  font-size: 14px;
}

.team-font .member-name {
  font-size: 20px;
}
.team-font .role {
  font-size: 14px;
}

#myTabs > li > a {
  font-weight: bold; 
}
.brower-inner-image {
  padding: 40px 20px 20px 20px;
}
/* Team */

.team-title {
  height: 200px;    
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-roi.png);
  background-size: cover;
}

.team-content
{
   font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
  padding-top: 48px;
  padding-bottom: 48px;
}
.member-name
{
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #000000;
}
.role
{  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #6b7c93  
}
.intro
{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
  margin-right:14px;
  padding-top: 10px;
}
.linkd-in:hover
{
  background: url(https://dmlzklevomxxt.cloudfront.net/website/linkd-in-hover.png); 
  background-size: cover;
}
.linkd-in
{ background: url(https://dmlzklevomxxt.cloudfront.net/website/linkd-in.png);
  display: inline-block;
   width: 30px;
  height: 30px;
  background-size: cover;
}
.contact-desc span{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #010b14;
}
.contact-us-form input[type=text], .contact-us-form textarea {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #010b14;
}

.contact-us-form .control-label {
  font-family: 'OpenSans', sans-serif;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color:#ff8852;
  border-color: #ff8852; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }
  .checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }



.text-area-desc {
  height: 160px !important;  
  resize: none;
}
.rectangle-box {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/highway1.png);
  height: 220px;
  opacity: 0.8;
  background-color: #757575;
  background-size: cover;
}
.review-text {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/* carrer page */

.career-title {
  height: 200px;
  background-color: #757575;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-roi.png);
  background-size: cover;
}
.current-openings .rectangle1 {
    width: 300px;
    height: 5px;
    background-color: #4a4a4a;
}
.current-openings .rectangle2 {
    width: 300px;
    height: 2px;
    border: solid 1px #d8dde6;
}
.career-form
{
  background-color: #f5f5f5;
  margin-right: 16.66666667%;
}
.career-form form
{
  padding:30px;
}
.career-form textarea
{
  resize:none;
}
#upload-file{
    display: none!important;
}
#fileupload
{
  color:#0070d2!important;
}
.bg-f0f8fc
{
  background-color: #f0f8fc;
}

.bg-dadddf{
  background-color: #dadddf;
}
.bg-9c56b8
{
  background-color: #9c56b8;
}
.bg-03839c
{
  background-color: #03839c;
}
.bg-01b69d
{
  background-color: #01b69d;
}

.bg-fff{
  background-color: #fff !important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

@media screen and (min-width: 768px) { 
 .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
      margin-right: -4px;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.close-team {
  margin: 20px 30px 0px 0px!important;
  font-weight: 100 !important;
  font-size: 40px !important;
}
.close-team:hover {
  color: black !important;
}
.team-modal-content {
  padding: 0px 80px 80px 80px;
}
.team-modal-content .modal-header {
  border-bottom: none !important;
}
.team-modal-content .role {
  line-height: 26px;
  font-size: 14px;
}
.team-modal-content .member-name {
  font-size: 20px;
}

.team-addr-text .location-name {
  font-size: 14px;
  line-height: 1.71;
}
.team-addr-text .location-address {
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
  padding-top: 40px;
}

.team-modal-transform .modal-dialog {
  transform: scale(1.1) !important;
  top: 10%;
}
.img-team-transform:hover {
  transform: scale(1.05) !important;
  cursor: pointer;
}
.team-font img {
  transition: transform .2s;
}
.blog-pg .press-subline-text {
  font-size: 12px;
  line-height: 1.67;
  color: #505050;
}
#ron-video-img:hover {
  cursor: pointer;
}

body.modal-open{
  overflow-y: hidden;
  padding-right: 0px !important;
}

.fs-14
{
  font-size:14px;
}
.mt-100
{
  margin-top:100px;
}
.career-heading {
  font-family: Raleway;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
}
.career-bottom
{  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #4a4a4a;
}
.job-title {
  margin-top: 18px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 4px;
}
.job-location {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6b7c93;
  cursor: pointer;
}
.card-block p {
  color: #505050;
}
.csm {
  cursor: pointer;
}
#jobForm .form-control {
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
}
#jobForm textarea {
  height: 240px !important;
  resize: none;
}

.red-asterisk {
  color: #ff005b;
}

#jobForm .label {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
  margin-left: -10px;
}

.explore-more-openings {  
  background: url('https://dmlzklevomxxt.cloudfront.net/website/dt-sj-office-01.png') no-repeat;
  background-size: contain;
  height: 300px;    
  margin-bottom: -35px;
  opacity: 0.8;
}

.get-dispatchtrack-now {  
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-bg-tile-02.png') no-repeat;
  object-fit: contain;
  padding-top: 40px;
  background-size: cover;
}

/* changed */
.get-dispatchtrack-heading {
  font-family: Raleway;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/* servicing */

.health-servicing {

}
.service-handshake {
  color: #ffffff;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/services-handshake.png);
  height: 220px;
  background-size: cover;
}

.ad-baer-new {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-logo-baers-new-small.png') no-repeat;
  background-size: cover;
}

.Baer-words
{
  padding-top: 25px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Baer-new-text{
  padding-top: 50px;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.baer-h-220{
  height: 220px;
}

.baer-new-name {
  font-size: 18px;
  color: #fff;
  font-family: RobotoCondensed-Bold, sans-serif;
}

.baer-new-company{
  font-size: 18px;
  color: #fff;
  font-family: RobotoCondensed-Light;
}

/* Home */
.slides .row .col-md-10 {
  font-size: 14px;
  padding-left:9px;
}
.reviews-home {
  border-radius: 2px;
  background-color: #033867;
  margin-top: 150px;
}
.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section .text-center {
  
  z-index: 1;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}

.shrink
{  color:#0000;
  background-color: transparent!important;
  z-index:1000px!important;
  box-shadow: none;
}
.shrink2
{
   background-color: #ffff!important;
}

.o-fit
{
    object-fit: contain;
    mix-blend-mode: multiply;
}


.home-caption {
  font-family: OpenSans,sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.pl-0 {
  padding-left: 0px;
}
.pl-30
{
  padding-left:30px;
}

.p-lr-30 {
 padding-left: 30px;
 padding-right: 30px;
}

.p-20 {
  padding: 20px !important;
}
.home-bob-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-warehouse-blue.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;
  background-size: cover;
}


.home-tagline {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.why-choose
{
  text-align: center;
  color: #9e9e9e;
  padding-top:80px;
  font-size:14px;
  text-transform: uppercase;
}

.client-logos {
  object-fit: contain;
  mix-blend-mode: multiply;
}
div#headWrapper {
    position: fixed !important;
    top: 0;
}
.span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 100px;
}
.slides
{
    border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
  color: #505050;
  min-height:200px;
}
.slides:hover
{
   border: solid 1px #3870de;
}

.rhombus
{
   width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background-color: #ff8852;
  margin-top:9px;
}
.pr-0-imp
{
  padding-right:0px!important;
}
.ml-8p {
  margin-left: 8.33333333%;
}
.p-lr-0
{
  padding-left: 0px;
  padding-right: 0px;
}
/* Building & Products */

.building-title {
  height: 200px;
  background: url(https://dmlzklevomxxt.cloudfront.net/website/bulding-products-bg-title-image.png);
  background-size: cover;
}

.location-name {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4a4a4a;
}

.location-image {
  width: 300px;
  height: 160px;
  object-fit: contain;
}

.location-customers-text {
  font-family: Raleway;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.location-address {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #505050;
  padding-top: 20px;
}
.btn-apply {
  background-color: #ff8852;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  font-family: "Raleway";
  padding: 13px;
}

.btn-apply:hover {
  background-color: #dd7546;
  color: #ffffff;
}

.mb-20 {
  margin-bottom: 20px;
}



@media (min-width: 767px){
  .clicker, .clicker1, 
  .clicker2, .clicker3, 
  .clicker4, .clicker5, .no-d

  {
    display:none !important;
  }

  .custom-container {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

}
@media (max-width: 767px) { 
  
/*.list-unstyled li
{
  display:none;
}*/
.address
{
  display:none;
}
.clicker, .clicker1,
.clicker2, .clicker3, 
  .clicker4, .clicker5
{
margin-left: 92%;
margin-top: -40px;
/*outline:none;*/
cursor:pointer;
}

.hiddendiv, .hiddendiv1,
.hiddendiv2, .hiddendiv3,
.hiddendiv4
{
display:none;
}

.clicker:hover + .hiddendiv,.clicker:hover + #hiddendiv, .clicker1:hover + .hiddendiv1,
.clicker2:hover + .hiddendiv2, .clicker3:hover + .hiddendiv3,
.clicker4:hover + .hiddendiv4 
{
display:inherit;
}

.n2>a
 {
    padding-left:5px!important;
 }
 .dropdown-submenu >.dropdown-menu {
  left: -11%!important;
}
.logo-set
{
  width: 66.66666667%;
  float: left;
   margin-left: 10px;
}

  
.clicker > .fa-chevron-down
 {
   margin-left: -3px;
}
  section.erroring {
    margin-top: 80px;
}

/*new header*/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar.active {
    margin-left: 0px;
    min-width: 100%;
}
#sidebar {
    margin-left: -250px;
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.move
{
 margin-left: 770px;
}
.no-display-mobile
{
  display: none !important;
}

.ad-landing-form-mobile {
  margin-left: -9.333333%;
  margin-right: -5%;
  margin-bottom: 0px;
}
/*.hiding-ads-landing .col-md-5 {
  position: unset;
}*/
.navbar-custom-mobile
{
  font-weight: 700;
  width: 100%;
  z-index: 200;
  height: 110px;
  background-color: #011f39 !important;
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px !important;
  color: #ffffff;
  height: 100%;
}
.navbar-custom-mobile .nav-item a{
  color: #ffff !important;
}

.no-ml
{
  margin-left:0!important;
  margin-top:40px;
}

.bg-header
{
  background-color: #033867;
}
.home-t
{
  z-index: 1000;
  position: relative;
}
.ml-mobile-200
{
  width:200px!important;
}

.m-pt-50 {
  padding-top: 50px;
}
.res-pull-left{
  float:left;
}

.res-pull-right{
  float: right;
}
.m-pl-0 {
  padding-left: 0px;
}
  .m-pl-5 {
  padding-left: 5px !important;
}
.m-pl-15 {
  padding-left: 15px !important;
}
.m-ml-20 {
  margin-left: 20px;
}
.m-ml-20-imp {
  margin-left: 20px !important;
}
.m-mb-0 {
  margin-bottom: 0px;
}
.m-mb-20 {
  margin-bottom: 20px;
}
.h-450 {
  height: auto !important;
 }
.m-fs-30 {
  font-size: 30px;
}
.new-ad-landing .communication-heading {
  font-size: 30px !important;
}
#myTabs>li.active> a {
  border-right: solid 1px #bdbdbd !important;
}
.feature-list {
  border-right: solid 1px #bdbdbd !important;
  
}
.browser-wrapper {
  min-height: 240px;
}
.ml-8p {
  margin-left: 8.33333333%;
}
.m-fs-18 {
  font-size: 18px;
}
.m-fs-20 {
  font-size: 20px;
}
.m-fs-16 {
  font-size: 16px;
}
.m-pl-20 {
  padding-left: 20px;
}
.res-mb-10 {
  margin-bottom: 10px !important;
}
.furn-bg-img {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-banner-furniture-m-new.png') no-repeat;
  background-size: cover;
}
.team-bg-img {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/dispatch-track-sj-office-m-new.png') no-repeat;
  background-size: 100% 100%;
}
.wholesale-bg-img{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-banner-wholesale-m-new.png') no-repeat;
  background-size: cover;
}
.consu-bg-img{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-banner-consumer-m-new.png') no-repeat;
  background-size: cover;
}
.building-bg-img{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/supplies-img-banner-building.png') no-repeat;
  background-size: cover;
}
.health-bg-img{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/hippa-banner-health-m.png') no-repeat;
  background-size: 100% 100%;
}
.new-ad-landing {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-memo-banner-mobile.png') no-repeat;
  background-size: cover;
}
.blog-bg-img {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-pen-notebook-mobile.png') no-repeat;
  background-size: cover;
}

.ads-landing-jul {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/m-ad-img-memo-banner-copy.png) no-repeat; 
  background-size: cover;
}


 /* SQUARED THREE */
.squaredTwo {
  width: 20px;  
  margin: 5px auto;
  position: relative;
}

.squaredTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

  background: -webkit-linear-gradient(top, #ff8852 0%, #ff8852 100%);
  background: -moz-linear-gradient(top, #ff8852 0%, #ff8852 100%);
  background: -o-linear-gradient(top, #ff8852 0%, #ff8852 100%);
  background: -ms-linear-gradient(top, #ff8852 0%, #ff8852 100%);
  background: linear-gradient(top, #ff8852 0%, #ff8852 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8852', endColorstr='#ff8852',GradientType=0 );
}

.squaredTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#squaredTwo {
  display: none;
}

.form-email {
  background-color: transparent !important;
  float: left !important;
  width: 100% !important;
}
.res-display{
   display: block;
 }
 .res-h-35 {
 height: 35px;
 }
 .res-explore-more-openings {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-dt-sj-office-01.png') no-repeat;
 background-size: 100%;
 height: 300px;
 opacity: 0.8;
}
.res-mb-0 {
  margin-bottom: 0px !important; 
}
.res-ml-0 {
  margin-left: 0px !important;
}
.res-text-center {
  text-align: center !important;
}
.res-m-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.res-cancel-btn {
  margin-bottom: 40px;
  float: left !important;
  margin-left: 35px !important;
}
.contact-desc {
  margin-top: -5px !important;
}
.m-mt-20 {
  margin-top: 20px;
}
.res-pr-30{
   padding-right: 30px;
 }
.m-mt-50-imp{
   margin-top: 50px !important;
 }
 .res-ml-15{
    margin-left: 15px;
  }
  .res-pb-0{
    padding-bottom: 0px;
  }
  .res-pl-10{
    padding-left: 10px;
  }
  .res-pl-10-imp{
    padding-left: 10px !important;
  }
  .res-ml-30{
    margin-left: 30px;
  }
  .res-ml-45 {
    margin-left: 45px;
  }
  .res-mr-20 {
    margin-right: 20px;
  }
  .gps
   {
    margin-left: 30px;
   }
  .gps2 {
    margin-left: 30px;
  }
  .list-gps-style {
    padding-bottom: 40px;
  }
  .gps-list {
    padding-right: 35px;
  }
  .mobile-rothman-image {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-dt-zones.png') no-repeat;
    padding-top: 50px;
    height: 530px;
    background-size: 100%!important;
  }
  .mobile-rothman-image.diff{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-working-looking-at-the-roof-m.png') no-repeat  center center/100% !important;
  }
  .mobile-warehouse-blue-image {
   background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-warehouse-blue.png') no-repeat !important;
    padding-top: 50px;
    height: 530px;
    background-size: 100%!important; 
  }
  .mobile-driver-eld-image-new {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-warehouse-plain.png') no-repeat;
    background-size: 100%!important; 
  }
  .mobile-driver-eld-image-new.diff{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-roofwork-m.png') no-repeat  center center/100% !important;
  }
  .mobile-star-memos-image {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-star-memos.png') no-repeat;
    background-size: 100%!important; 
  }
  .mobile-star-memos-image.diff{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-floor-work-m.png') no-repeat  center center/100% !important;
  }
  .mobile-billing-image-new {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-boys-with-ideas.png') no-repeat;
    background-size: 100%!important; 
  }
  .mobile-billing-image-new.diff{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-working-looking-at-the-roof-m.png') no-repeat  center center/100% !important;
  }
  .mobile-driver-load-image {
   background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-driver-load-furniture.png') no-repeat; 
   background-size: 100%!important; 
  }
  .mobile-driver-load-image.diff{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-floor-work-m.png') no-repeat  center center/100% !important; 
  }
   .mobile-idea-lightbulb{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-idea-lightbulb.png') no-repeat !important;   
    background-size: 100%!important; 
  }
  .mobile-reservation-arrows-image.diff {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-roofwork-m.png') no-repeat  center center/100% !important; 
    background-size: 100%!important; 
  } 
  .team-heading-bg-img {
    height: 200px !important;
  }

  .res-h-200{
    height: 200px;
  }
  .res-h-200-imp{
    height: 200px !important;
  }
   
  .res-h-250-imp {
    height: 250px !important;
  }
 
 .res-height-auto {
  height: auto !important;
 }
 .res-mt-25{
   margin-top: 25px;
 } 
 .res-pr-15{
    padding-right: 15px;
  }
  
  .res-pt-25{
    padding-top: 25px;
  }
   .products-box{
    min-height: 340px;
  }
  .res-pl-45{
    padding-left: 45px;
  }
  .banner{
    min-height: 312px;
  }
  .item > .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
  }
  .res-m-mt-75{
    margin-top: 75px !important;
  }
  .res-ml--15{
    margin-left: -15px;
  }  
.res-pt-300 {
  padding-top: 300px !important; 
}
.home-caption {
  font-size: 18px !important;
}
.res-mt-40 {
  margin-top: 40px !important;
}
.m-height-380-imp{
  height: 380px !important;
}
.res-mt-214-imp{
  margin-top: 214px !important;
}
.res-mt-100-imp{
  margin-top: 100px!important;
}
.res-mt-100{
 margin-top: 100px;
}
.location-customers-text
{
  padding: 0 30px;
  text-align: left;
  margin-left: 8.33333%;
}
.res-pt-280{
 padding-top: 280px;
}
.res-m-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.res-ml-0-imp
 {
  margin-left:0px!important;
 }
 .res-lh-2
 {
  line-height:2px;
 }

.res-lh-32 {
  line-height: 32px;
}
 .footer-list>ul>li>h3, .challenges-body > li > h3
 {
  line-height:2;
 }
 .res-plr-15
 {
  padding:0px 15px;
 }

   .res-mb-30{
    margin-bottom: 30px;
  }
  .res-mb-30-imp {
    margin-bottom: 30px !important;
  }
  .res-pr-0{
    padding-right: 0px;
  }
  .banner{
    min-height: 260px;
  }
  div.img-bottom-align{
    position: absolute;
    bottom: 0px;
    width:100%;
  }
    .ic_carousel_arrow_left
  {
    margin-top: 100px;
    margin-left: 33px !important;
    margin-top: 100px;
    position: relative;
    z-index: 4;
  } 
  .ic_carousel_arrow_right {
    margin-top:100px;
    margin-left: -27px;
  }


 .m-custom-xs-1
  {
    width: 9.33333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .res-w-100
  {
    width: 100% !important;
  }
  .res-mt-17
  {
    margin-top:17px !important;
  }
  /* changed */
  .ad-landing .and-many-more{
    width: unset !important;
    margin-left: 35px;
    position: absolute;
    top: -10%;
    left: 19%;
    padding-left: 30px;
    padding-right: 30px;

  }
  .challenges-header
  {
    font-size: 30px;
  }

.m-service-handshake
{  
  
  background: url(https://dmlzklevomxxt.cloudfront.net/website/mobile-handshake-img.png);
     height: 315px;
    background-size: cover;
}
.location-name
{
  margin-left:8.33333333%;
}
.location-address
{
  margin-left:8.33333333%;
 }

.res-mr-45p
{
  margin-right: 45% !important;  
}
.res-w-70p
{
    width: 70%;
}

.res-mt-60 {
  margin-top: 60px !important;
}
.res-mt-80 {
  margin-top: 80px;
}
.res-mt-m-20 {
  margin-top: -20px !important;
  margin-bottom: 0px !important;
}
.roi .row-collapse {
  margin-top: 60px !important;
}

.res-mt-0 {
  margin-top: 0px !important;
}
.roi-page-title .res-title{
  margin-top: 35px !important;
}
.res-title {
  font-size: 36px !important;
  line-height: 1.3 !important;
  margin-top: 60px;
}
.res-mt-30 {
  margin-top: 30px !important;
}
.mobile-home-caption {
  font-size: 18px !important;
  margin-top: 30px !important;
}
.m-mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.res-mb-20 {
  margin-bottom: 20px !important;
}
.res-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.res-bg-fff {
  background-color: #fff !important;
}
.mobile-roi-title {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-roi-result.png');
  background-size: cover; 
}
.res-mb-40 {
  margin-bottom: 40px !important;
}
.res-mb-60 {
  margin-bottom: 60px !important;
}
.m-w-auto {
  width: auto;
}
.m-text-left {
  text-align: left;
}
.m-text-center {
  text-align: center;
}
.m-width-260 {
  width: 260px;
}
.m-width-270 {
  width: 270px !important;
}
.m-width-300 {
  width: 300px;
}

.mobile-ashely-image {
  background: none !important;
  padding-top: 0px;
  height: 400px;
  margin-bottom: 20px;
 }
 .mobile-bears-image {
  background: none !important;
  padding-top: 0px;
  height: 400px;
  margin-bottom: 20px;
 }
 .gps-eld-image {
  background: none !important;
  padding-top: 0px;
  height: 400px;
  margin-bottom: 20px;
 }

.mobile-reviews {  
  margin-top: 214px !important;
  height: 350px !important;
  border-radius: none !important;
}

.home-mb-reviews{
  margin-top: 65% !important;
  height: 360px !important;
}

.res-m-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; 
}

.get-dispatchtrack-heading {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 48px;
  font-size: 30px;
}     
.get-dispatchtrack-now{
  background: url(https://dmlzklevomxxt.cloudfront.net/website/img-bg-tile-02.png);
  background-size: cover;
}

.m-baer-h-320{
  height:320px;
}

.Baer-new-text{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  font-size: 18px;
}
.baer-new-name , .baer-new-company{
  font-size: 16px;
}

.m-pt-15{
  padding-top: 15px;
}
.res-pt-15-imp
{
  padding-top: 15px !important;
}
.res-pt-20-imp 
{
  padding-top: 20px !important;
}
.res-mt-135 {
  margin-top: 135px !important;
}
.res-pb-30 {
  padding-bottom: 30px;
}
.m-mt-0
{
  margin-top:0px;
}

.m-fs-36-imp
{
  font-size:36px!important;
}
.dis-n {
  display: block !important;
}
.res-display-none {
  display: none !important;
}
.total-savings-text {
  line-height: 1.7 !important;
  letter-spacing: 0px !important;
}
.subTotalVal {
  padding-left: 25px !important;
}
.email-container {
  height: 40px !important;
    border-radius: 5px !important;
    background-color: #f0f8fc !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.email-box {
  background: none !important;
}
.collapse-content {
  font-family: SFUIDisplay;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000000;
}
.m-ml-11-imp
{
  margin-left:11px!important;
}
.res-mt-40 {
  margin-top: 40px !important;
}
.m-width-100{
    width: 100%;
  }
.res-fs-30 {
  font-size: 30px !important;
}
.res-mtb-30-40 {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
}
.res-p-lr-15 {
  padding-right: 15px !important;
  padding-left:  15px !important;
}
.roi-result-input-bg {
  background-color: #f0f8fc;  
}
.roi-mile-text {
  font-family: Raleway;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 0.5px;
  text-align: right;
  color: #a7b7c7;
  margin-left: 25px;
}
.roi-input-text-style {
  font-family: SFUIDisplay;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 0.5px;
  color: #000000;
}
.slides {
  margin-bottom: 15px !important;
}
.m-heading-la{
  text-align: left;
}
.m-mt-40{
  margin-top: 40px !important ;
}
.m-mt-30{
  margin-top: 30px !important;
}
.res-pt-10 {
  padding-top: 10px !important;
}
.m-pt-30{
  padding-top: 30px;
}
.m-pt-40{
  padding-top: 40px !important;
}
.m-pt-50{
  padding-top: 50px !important;
}
.m-no-margin{
  margin-top: 0px !important;
}
.m-no-padding{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.m-mb-40{
  margin-bottom: 40px !important;
}
.m-mt-20{
  margin-top: 20px !important;
}
.m-pl-5{
  padding-left:5px!important;
}
.m-pr-10-imp {
  padding-right: 10px !important;
}
#content-inside {
  display: flex;
}
.home-title {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-home-mobile.png') no-repeat;
  background-size: cover;
}
.home-tagline {
  font-size: 36px !important;
  margin-top: 370px !important;
  margin-left: 30px;
}
.res-p-lr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.res-fs-12 {
  font-size: 12px !important;
}
.res-fs-16 {
  font-size: 16px !important;
}
.res-fs-14 {
  font-size: 14px !important;
}
.res-fs-36 {
  font-size: 36px !important;
}
.res-float-none-imp {
  float: none !important;
}
.res-roi-text {
  font-family: SFUIDisplay;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 12px !important;
  padding-left: 0px !important;
}
.res-pl-0 {
  padding-left: 0px !important;
}
.res-pl-10 {
  padding-left: 10px !important;
}
.res-pl-25 {
  padding-left: 25px !important;
}
.res-pr-45-imp {
  padding-right: 45px !important;
}
.res-pl-15 {
  padding-left: 15px !important;
}
.res-pt-30 {
  padding-top: 30px !important;
}
.res-p-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.res-pb-40 {
  padding-bottom: 40px;
}
.res-p-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.m-p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.res-m-m-85 {
  margin-top: -85px !important;
  }
 .res-m-m-40 {
   margin-top: -40px !important;
  }

/* common css for all the industries pages to become mobile responisve */

.breadcrumb1 {
 margin-top: 30px; 
}
.communication-heading {
  font-size: 36px !important;
  line-height: 1.3 !important;
  margin-top: 0px;
}
.communication-product-content {
  margin-top: 30px !important;
}

.how-it-works .communication-product-content {
  margin-top: 0px !important;
}
/* end */
.mobile-home-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-arrows.png') no-repeat !important;
  background-size: 100% !important;
  padding-top: 105px !important;
}
}
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    /*outline:none;*/
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    button.close {
      font-size: 65px;
      margin:30px -43px -20px 100px;
    }
}
.image-padding {
  z-index: 9999;
  position: relative;
}

.contact-desc {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #010b14;
  margin-top: 5px;
}
.baers-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-gears-1.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;  
  background-size: cover;
}
.driver-load-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-driver-load-furniture-new.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;
  background-size: cover;
}
.driver-load-image.diff{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-floor-work.png') no-repeat;
  background-size: cover;
}
.star-memos-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-star-memos.png') no-repeat;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px; 
  background-size: cover; 
}
.star-memos-image.diff{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-floor-work.png') no-repeat;
  background-size: cover;
}
.reservation-arrows-image {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-arrows-home.png') no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;  
}
.reservation-arrows-image.diff{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-roofwork.png') no-repeat;
  background-size: cover;
}
.warehouse-blue-image {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/img-warehouse-blue.png') no-repeat;
 background-size: cover;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;   
}
.billing-image {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/img-idea-lightbulb.png') no-repeat;
 background-size: cover;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;    
}
.img-warehouse-yellow {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/img-warehouse-yellow.png') no-repeat;
 background-size: cover;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;     
}
.driver-eld-image {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/img-driver-eld.png') no-repeat;
 background-size: cover;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;      
}
.gears-2-image {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/img-gears-2.png') no-repeat;
 background-size: cover;
  padding-top: 50px;
  height: 530px;
  margin-bottom: 85px;       
}
.rothman-image {
    background: url(https://dmlzklevomxxt.cloudfront.net/website/img-dt-zones.png) no-repeat;
    background-size: cover;
    padding-top: 50px;
    height: 530px;
    margin-bottom: 85px;
}
.rothman-image.diff{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-working-looking-at-the-roof.png') no-repeat;
  background-size: cover;
}
.driver-eld-image-new {
  background: url('https://dmlzklevomxxt.cloudfront.net/website/img-warehouse-plain.png') no-repeat;
  background-size: cover;
 padding-top: 50px;
 height: 530px;
 margin-bottom: 85px;
}
.driver-eld-image-new.diff{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-roofwork.png') no-repeat;
  background-size: cover;
}
.billing-image-new {
 background: url('https://dmlzklevomxxt.cloudfront.net/website/img-boys-with-ideas.png') no-repeat;
 background-size: cover;
 padding-top: 50px;
 height: 530px;
 margin-bottom: 85px;
}
.billing-image-new.diff{
  background: url('https://dmlzklevomxxt.cloudfront.net/website/bs-img-working-looking-at-the-roof.png') no-repeat;
  background-size: cover;
}
.reviews {
  height: 300px;
  border-radius: 2px;
  background-color: #033867; 
  margin-top: 150px;
}
.c-ff8852 img,.explore-more img {
  display: none;
}

.c-3870de {
  color: #3870de;
}
.c-7b91a8 {
  color: #7b91a8;
}
.c-1c53b8{
  color: #1c53b8;
}
.jacob-name {
  color: #1c53b8;
  text-decoration: underline;
}
.jacob-name:hover {
  color: #1c53b8;
  text-decoration: underline;
}
.text-as-link{
  color: #505050;
}
.text-as-link:hover{
  color: #066cc4 !important;
  text-decoration: underline;
}

 .f-w-b {
  font-weight: bold;
 }
 .mt-m-15 {
  margin-top: -10px;
 }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 1025px;
  }
}

.privacy-text {
  font-size: 16px;
  color: #505050;  
}
.bluelink {
  color: #0D57BE !important;
}
 .not-found
 {
    font-family: Raleway;
    font-size: 36px;    
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}
.roi-des {
    font-family: Raleway;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
}
hr.line-short {
    border-color: #a8b8c8;
    max-width: 150px;
}
.provisioning-textbox {
  height: 240px !important;
  resize: none;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #d8dde6;
}

.provisioning-form .control-lable {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1a1d22;

}

.check-box-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #1a1d22;
  margin-left: 10px;
}

.w-200-imp {
  width: 200px !important;
}
.w-260-imp {
  width: 260px !important;
}
.w-160 {
  width: 160px;
}
.bg-bdbdbd {
  background-color: #bdbdbd;
}
.c-ff005b {
  color: #ff005b;
}
.c-066cc4{
  color: #066cc4;
}
.text-link-066cc4 {
  color: #066cc4;
}
.text-link-066cc4:hover {
  color: #066cc4;
}

.dis-n {
  display: none;
}
.mt-m-130 {
  margin-top: -130px;
}
.mt-m-7 {
  margin-top: -7px;
}


@media only screen and (max-width: 767px) {
  .m-mt-50{
    margin-top: 50px !important;
  }
  .m-mt-120 {
    margin-top: 120px !important;
  }
  .only-m-mt-50 {
    margin-top: 50px;
  }
  .m-pl-30{
    padding-left: 30px;
  }
  .res-pl-30-imp {
    padding-left: 30px !important;
  }
  .res-pl-70 {
    padding-left: 70px !important;
  }
  .m-mt-45{
    margin-top: 45px;
  }
  .m-mb-50{
    margin-bottom: 50px;
  }
  .m-pb-0-imp{
    padding-bottom: 0px !important;
  }
  .m-p-20{
    padding: 20px;
  }
  .m-p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-baer-words{
    font-family: OpenSans;
    font-size: 24px;
    font-weight: 600;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
   .res-pt-90{
    padding-top: 90px;
  }
  .m-baer-words img{
    display: none;
  }
  .m-rectangle-box{
     background: url(https://dmlzklevomxxt.cloudfront.net/website/img-road-topview-mobile.png) no-repeat !important;
    height: 315px; 
    background-size: 100% !important;
  }
  .baer-words-text{
      display: none;
  }

  .m-footer-section{
    /* opacity: 0.9; */
    background-blend-mode: screen;
    padding: 50px 0
     0 0 0;
    background-size: cover;
    background-color:#011c30;
  }
  .m-learn-more{
    display: none;
  }
  .res-ml-30p
  {
   margin-left: 23% !important;
  }
  .res-ml-19p
  {
    margin-left:19%;
    
  }
  .res-mr-19p
  {
  margin-right:19%;
  }
  .challenges-body> h3
  {
    line-height:2;
  }
  .m-pl-60-imp{
    padding-left: 60px!important;
  }
  .m-pr-60-imp {
    padding-right: 60px!important;
  }
  .m-mb{
    margin-bottom: 1.9375rem;
  }
  .m-pb-10{
    padding-bottom: 10px;
  }
  .m-ml-11{
    margin-left: 11%
  }
  .wholesale-title {
    height: 200px !important;
  }
}
@media (min-width: 767px) {
  .mobile-baer-words-text{
    display: none;
  }
}
#cancelbtn:hover {
  background-color: #bdbdbd;
}

.coming-soon-text{
  font-family: OpenSans, sans-serif;
  font-size: 16px; 
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
  padding-top: 40px;
}

#sidebar
{
  border-bottom: solid 1px #ffffff;
}

.block {
  position:relative;
}

.block .overlay {
  position:absolute;
  left:0; top:0; bottom:0; right:0;
}

.block .inner {
  position:relative;
  pointer-events: none;
  z-index: 1;
}

.block .inner a {
  pointer-events: all;
}

.nav>li>a {
  padding-left:7px;
  padding-right:7px;
  }

@media (max-width: 767px) { 
  #job_form
  {
    margin-left:-40px;
    padding: 22px!important;
  }
  .m-mt-58
  {
    margin-top:58px;
  }
 .rec-lh-n
 {
  line-height:normal;
 }
}


@media (min-width: 768px ) and (max-width: 1025px) {
 .m-mt-45{
    margin-top: 45px;
  }
  .m-mb-50{
    margin-bottom: 50px;
  }
  .m-text-center {
    text-align: center;
  }
  .res-mr-45p
    {
      margin-right: 45% !important;  
    }
  .m-mt-40{
    margin-top: 40px !important ;
  }
  .m-mt-50{
    margin-top: 50px ;
  }
  .res-t-mr-0{
    margin-right: 0px;
  }
    .res-t-mb-40{
    margin-bottom: 40px;
  }

  .res-t-mb-0{
    margin-bottom: 0px;
  }
  .m-mt-0
  {
    margin-top:0px;
  }
  .item > .col-sm-12 > .banner {
    min-height: 258px;
  }
  .tab-pl-5 {
    padding-left: 5px !important;
  }
  .no-tab-display{
    display: none;
  }
  .res-t-mt-60{
    margin-top: 60px;
  }
  .res-t-ml-0{
    margin-left: 0px;
  }
  .res-t-pl-15{
    padding-left: 15px;
  }
  .res-mt-m-200 {
    margin-top: -200px;
  }
  .res-t-pt-50{
    padding-top: 50px;
  }
  .res-t-pl-30{
    padding-left: 30px;
  }
  .res-t-pr-30{
    padding-right: 30px;
  }
  .rothman-image {
    padding-top: 248px;
  }
  .driver-load-image {
    padding-top: 248px;
  } 

  .star-memos-image{
    padding-top: 248px;
  }
  .reservation-arrows-image {
    padding-top: 248px;
  }
  .warehouse-blue-image {
    padding-top: 248px;
  }
  .billing-image-new {
    padding-top: 248px;
  }
  .driver-eld-image-new {
    padding-top: 248px;
  }
  .billing-image {
    padding-top: 248px;
  }
  div.img-bottom-align{
    position: absolute;
    bottom: 0px;
    width:100%;
  }
  .res-t-mt-150{
   margin-top: 150px;
 }
  .res-t-pr-0{
    padding-right: 0px;
  }
  .res-t-pl-0{
    padding-left: 0px;
  }
  .res-t-text-center{
     text-align: center;
  }
  .mobile-star-memos-image {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-star-memos.png') no-repeat !important;
    background-size: 100%!important; 
  } 
  .mobile-idea-lightbulb{
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-idea-lightbulb.png') no-repeat !important;   
    background-size: 100%!important; 
  }
  .res-float-none {
    float: none !important;
  }
  .m-pt-100 {
    padding-top: 100px;
  }
  .res-mt-40 {
    margin-top: 40px;
  }
  .list-gps-style {
    margin-top: 60px;
  }
  .home-title {
    background: url(https://dmlzklevomxxt.cloudfront.net/website/mobile-img-home-mobile.png) no-repeat;
    background-size: cover;
  }
  .mobile-driver-load-image {
   background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-driver-load-furniture.png') no-repeat !important; 
   background-size: 100%!important; 
  }
  .home-tagline {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tab-mt-0 {
    margin-top: 0px;
  }
  .mobile-billing-image-new {
    background: url('https://dmlzklevomxxt.cloudfront.net/website/mobile-img-boys-with-ideas.png') no-repeat !important;
    background-size: 100%!important; 
  }
  .res-t-mt-0{
    margin-top: 0px;
  }
  .res-t-ml-10-imp{
    margin-left: 10px !important;
  }
  .explore-more-openings{
    background-size: unset;
    margin-bottom: 0px;
  }
  .res-mt-135 {
    margin-top: 135px !important;
  }
  .res-pl-50 {
    padding-left: 50px;
  }
  .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
/*shift to tab */
#sidebar {
    min-width: 250px;
    max-width: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: -250px;
    min-height: 100vh;
}
#sidebar.active {
    margin-left: 0px;
    min-width: 100%;
}
a[data-toggle="collapse"s] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.move
{
 margin-left: 1024px;
}
.navbar-custom-mobile
{
  font-weight: 700;
  width: 100%;
  z-index: 200;
  height: 110px;
  background-color: #011f39 !important;
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px !important;
  color: #ffffff;
  height: 100%;
}
.navbar-custom-mobile .nav-item a{
  color: #ffff !important;
}
.no-ml
{
  margin-left:0!important;
  margin-top:40px;
}
.bg-header
{
  background-color: #033867;
}
.home-t
{
  z-index: 1000;
  position: relative;
}
.ml-mobile-200
{
  width:200px!important;
}
.close-nav
{
  display: block !important;
}
.res-t-mt-12
{
  margin-top: 12px;
}
.t-display
{
  display: block !important;
}
.navbar-nav>li {
    float: unset;
}
.clicker
{
  display: block !important;
  margin-left: 92%;
  margin-top: -49px;
  /*outline:none;*/
  cursor:pointer;
}
.logo-set
{
    width: 85.666667%;
    float: left;
    margin-left: 1.333333% !important; 
}
.res-t-mt-30
{
  margin-top:30px;
}
.dropdown-submenu >.dropdown-menu {
  left: 0%!important;
  width:100%!important;
  border: none;
  margin-top: 0px !important; 
}
.res-t-ml-0
{
  margin-left:0px !important;
}
.res-t-ml-6
{
  margin-left: 6px !important;
}
.dropdown > ul li {
    margin-bottom: 18px;
}
.res-t-mt-50
{
  margin-top:50px !important;
}
.custom-sm-offset-2
{
  margin-left: 16.66666667% !important;
}
.res-t-pl-0
{
  padding-left: 0px !important;
}
  .caption-text {
    padding-right: 20px;
    padding-left:20px;
  }
  .caption-head {
    padding-right: 20px;
    padding-left:20px;
  }
  .dt-logo {
   width:
  }
}

.mr-m-28 {
  margin-right: -28px;
}

.text-width{
  width:800px;
}
@media (min-width: 1025px){
 .no-web-display{
   display: none;
 }
}
.ml-55{
 margin-left: 55px;
}
    
.bg-f0f0f0{
    background-color: #f0f0f0;
  }
  .bg-42B382{
    background-color: #42B382;
  }
  .text-justify{
    text-align: justify;
  }
  .mb-m-10 {
    margin-bottom: -10px;
  }
  .mt-m-15{
    margin-top: -15px;
  }
  .ml-25{
    margin-left: 25px;
  }
  .bg-e09628{
    background-color: #e09628;
  }
  .bg-0081dc{
    background-color: #0081dc;
  }
  .mb-140{
    margin-bottom: 140px;
  }
  .bg-4b4894{
    background-color: #4b4894;
  }
  .bg-f59141{
    background-color: #f59141;
  }
  .bg-ff8852{
    background-color: #ff8852;
  }
  .bg-01b69d
  {
    background-color: #01b69d;
  }
  .bg-8a8acb{
    background-color: #8a8acb;
  }
  .bg-ff707a{
    background-color: #ff707a;
  }
  .bg-e09628{
     background-color: #e09628;
  }
  .services-color-textstyle{
    color:#505050;
    text-decoration:underline;
  }
  .rotate-180{
    transform: rotate(180deg);
  }
  .mt-130{
    margin-top: 130px;
  }
   
  .pl-25{
    padding-left: 25px;
  }
  .ml-0{
    margin-left: 0px;
  }
  .mr-0{
    margin-right: 0px;
  }
  .line {
    position:  absolute;
    left: 560px;
    top: 56px;
  }
  .p-relative {
    position: relative;
  }
 
  .bg-5596f2{
    background-color: #5596f2;
  }
  .mb-40{
    margin-bottom: 40px;
  }

.text-left-imp
{
  text-align: left !important;
}
.mr-40
{
  margin-right:40px;
}
#job_form
{
  margin-bottom: 0px;
  background-color: #f5f5f5; 
  padding: 40px; 
  display: none;
}
#upload_link
{
  color: #0070d2; 
  cursor: pointer;
}
.trans-180
{
  transform: rotate(180deg);
}
.contact
{
 background-color: #066cc4;
 padding-bottom: 100px;
}
#contactbtn, #pfbtn, #dtdbtn
{
  background-color: #033867;
}
.resize-none {
 resize: none;
}

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

.ml-m-9p{
  margin-left: -9%;

}
.ml-m-12{
  margin-left: -12px;
}
.ml-6{
  margin-left: 6px;
}
.ml-m-49{
  margin-left: -49px
}
.ml-14{
  margin-left: 14px;
}
.ml-m-5{
  margin-left: -5px;
}
.ml-m-26{
  margin-left: -26px;
}
.ml-m-33{
  margin-left: -33px;
}
.border-d8dde6{
  border-top: solid 1px #d8dde6;
}
.roi-box-style{
  padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.pt-26{
  padding-top: 26px;
}
.pt-40{
  padding-top: 40px;
}
.pt-40-imp{
  padding-top: 40px !important;
}
.border-0{
  border:0px;
}

.bg-033867
{
 background-color: #033867;
}

.text-left-imp
{
  text-align: left !important;
}
.text-align-right 
{
  text-align: right;
}
.mr-40
{
  margin-right:40px;
}
#job_form
{
  margin-bottom: 0px;
  background-color: #f5f5f5; 
  padding: 40px; 
  display: none;
}
#upload_link
{
  color: #0070d2; 
  cursor: pointer;
}
.trans-180
{
  transform: rotate(180deg);
}
.contact
{
 background-color: #066cc4;
 padding-bottom: 100px;
}
#contactbtn
{
  background-color: #033867;
}
.ml-1
{
  margin-left: 1px;
}
.m-lr-0
{
  margin-right: 0px;
  margin-left: 0px;
}
.mr-m-30
{
  margin-right: -30px;
}
.main-container
{
  min-height:380px;
}
.pt-50
{
  padding-top: 50px;
}
.pt-34
{
  padding-top: 34px;
}
.display-none {
  display: none;
}
.pl-100 {
  padding-left: 100px;
}

.overflow-x-visible {
  overflow-x: visible !important;
 } 

 .cont-text {
  color: #a7b7c7; 
  line-height: 2;
   text-shadow: none !important;
 }
 .phone-text-style {
  color: #a7b7c7 !important;
  font-weight: 400 !important;
 }
.mt-m-29 {
  margin-top: -29px;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.pt-29 {
  padding-top: 29px !important;
}
.w-675 {
  width: 675px;
}
.list-style {
  list-style: none;
}

.pb-0-imp{
  padding-bottom: 0px !important;
}
.mb-60{
  margin-bottom: 60px !important;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.pt-60 {
  padding-top: 60px;
}
.pl-50{
  padding-left: 50px;
}
.pl-65 {
  padding-left: 65px;
}
.pr-28p {
  padding-left: 28%;
}
.pl-12p {
  padding-left: 12%;
}
.pl-8p{
  padding-left: 8%;
}
.pr-13p {
  padding-right: 13%
}
.pb-60{
  padding-bottom: 60px;
}
.pl-19p {
  padding-left: 19%;
}
.c-black-imp {
  color: #000000 !important;
}
.pl-15 {
  padding-left: 15px;
}
.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pr-90 {
  padding-right: 90px;
}
.pt-150{
  padding-top: 150px;
}
.pr-15p {
  padding-right: 15%;
}
.carousel-control.left, .carousel-control.right
{
  background-image: none;
} 
.new-rectangle-box{
  background: url(https://dmlzklevomxxt.cloudfront.net/website/new-highway-image.png) no-repeat;
  height: 400px;
  opacity: 0.8;
  background-size: 100% 100%;
  background-color: #757575;
}

.pb-30-imp {
  padding-bottom: 30px !important;
}

.pb-40{
  padding-bottom: 40px;
}
.lazboy
{
  height: 14px;
}

#dtd_form input[type="text"], .pf_form  input[type="text"]{
  height: 40px!important;
  color: #9e9e9e;
}

#ads_landing_form input[type="text"] {
  height: 30px!important;
  color: #9e9e9e;
  font-size: 14px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-40 {
  padding-right: 40px;
}

.w-auto 
{
  width: auto;
}
.w-80p {
  width: 80%;
}
.ml-20p {
  margin-left: 20%;
}
.c-fff {
  color: #ffffff;
}
.c-000 {
  color: #000000;
}
.c-757575 {
  color: #757575;
}

.lh-n
{
  line-height: normal;
}
.w-200
{
  width: 200px;
}
.fs-16-imp {
  font-size: 16px !important; 
}
@media (max-width: 767px) 
{
.res-mt-10
{
  margin-top:10px !important;
}
.res-mt-m-50
{
  margin-top: -50px;
}
}

@media (max-width: 990px){
  .text-center-sm{
    text-align: center;
  }
  .breadcrumb1.compliance{
    margin-top: 10px;
  }
  .communication-heading{
    font-size: 44px;
  }
  .res-height-auto {
    height: auto !important;
  }
  .communication-product-content.pl-50.pt-50{
    padding: 50px;
  }
  .bs-lp-subimage-1 {
    background: url(https://dmlzklevomxxt.cloudfront.net/website/building-supplies-subhead-mobile-view.jpg) !important;
    background-size: cover;
  }
}
@media (min-width: 1025px){
.w-47-p
{
  width:47%;
}
}



.m-lr-20{
  margin-left: 20px;
  margin-right: 20px;
}


.lh-1_5 {
  line-height: 1.5;
}

.line-h-normal{
  line-height: normal;
}

/* heights */

.height-320{
  height: 320px;
}

.h-150{
  height: 150px;
}


.mt-35{
  margin-top: 35px;
}
.c-fff{
  color: #ffffff;
}
.pr-30{
  padding-right: 30px;
}
.pr-40{
  padding-right: 40px;
}
.close:hover {
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.color-010b14{
  color: #010b14
}
.color-505050 {
  color: #505050;
}
.color-033867 {
  color: #033867;
}
.color-757575 {
  color: #757575;
}
.bg-color-f8f8f8{
  background-color: #f8f8f8;
}
.and-many-more{
  margin-top: 13%;
  margin-left: 50px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  font-family: Open Sans;
  color: #505050;
  padding: 5px;
  border: solid 1px #e0e0e0;
  letter-spacing: 2px;
}
.bg-color-5596f2-imp{
  background-color: #5596f2 !important;
}
.box-shadow-none{
  box-shadow: none;
}
.mt-145 {
  margin-top: 145px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-12 {
 margin-top: 12px;
}

.form-contact-us-box-shadow{
box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.contact-us-form   #contact_name, #phone, #company_name, #vehicles, #email{
  height : 40px;
}

.ads_landing_form #customer_name, #company_name, #email_or_phone{
  height: 40px;
  font-size: 14px;
  color: black;
} 

.ad-landing .and-many-more{
  width: 80%;
  margin-left: 0px;
  
}

.ad-landing .and-many-more a{
  color: #505050;
}

.yes-its-500-val {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #505050;
}

form#ad_form {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

#challenge_accepted{
  width: 100%;
}
.contact-us-form  #message {
  height: 90px !important;
}

.mt-140{
  margin-top: 140px;
}
.contact-us-reviewer-name{
  font-weight: 300;
}
.pt-30{
  padding-top: 30px;  
}
.mt-15 {
  margin-top: 15px;
}
.mt-m-5 {
  margin-top: -5px;
}
.pr-25 {
  padding-right: 25px;
}

@media (max-width: 767px)   {
  .m-pr-15 {
    padding-right: 15px;
  }
  .m-pr-30 {
    padding-right: 30px;
  }
  .and-many-more{
    margin-left: 20%;
  }
}

.fs-35{
  font-size: 35px;
}

.mt-6p{
  margin-top: 6%;
}


@media (min-width: 768px) and (max-width: 1199px) {
  .only-i-pt-40 {
    padding-top: 40px !important;
  }
}

.announcement a:hover, .announcement a:focus, .announcement a:active, .announcement a:visited {
  text-decoration: none !important;
  color: #ff8852;
}
@media only screen and (max-width: 600px) {
  .announcement a:hover, .announcement a:active, .announcement a:focus, .announcement a:visited {
    text-decoration: none !important;
    color: #ff8852 !important;
    font-size: 14px !important;

  }
}

@media (min-width: 370px) and (max-width: 1024px) {
  .announcement {
    top: 80px !important;
  }
}

@media(min-width: 780px) and (max-width: 1025px) {
  .home-tagline {
    margin-top :370px;
    font-size: 48px;
  }
  .res-mt-40 {
    margin-top: 10px !important;
  }
}

.new-lp{
  font-family: Roboto;
}

.btn-orange-new {
  color: #212e60 !important;
  background-color: #f6911e !important;
  padding: 12px 30px;
  font-weight: bold !important;
  border-radius: 4px;
}

.btn-orange-white-new {
  color: #f6911e;
  background-color: white;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 4px;
}

btn-orange-new-home {
  padding: 14px 80px;
  color: white;
  background-color: #ff8852;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0 !important;
}

.btn-voilet {
  color: white;
  background-color: #012682;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 4px;
}

.btn-voilet:hover, .btn-voilet:focus, .btn-voilet:active {
    color: #ffffff;
    opacity: .8;
}

.btn-voilet-new {
    color: white;
    background-color: #012682;
    padding: 14px 70px;
    font-weight: bold;
    border-radius: 0;
    font-size: 16px;
}

.btn-voilet-new:hover, .btn-voilet-new:focus, .btn-voilet-new:active {
    color: #ffffff;
    opacity: .8;
}

.ferguson .btn-orange-new {
  color: #283c8e;
  box-shadow: none;
  border-radius: 0px;
}

.btn-lg-new{
  padding: 12px 80px;
}

.btn-orange-new:focus, .btn-orange-new:active, .btn-orange-new:hover {
  color: white;
  background-color: #faa543;
}

.ferguson .btn-orange-new:focus, .ferguson .btn-orange-new:active, .ferguson .btn-orange-new:hover {
  color: #283c8e;
  box-shadow: none;
  border-radius: 0px;
}



.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-40{
  padding: 40px
}

.bg-img-1{
  background: url("https://dmlzklevomxxt.cloudfront.net/website/bg1-com.jpg");
  background-size: cover;
}

.bg-img-ferguson{
  background: url("https://8008928.fs1.hubspotusercontent-na1.net/hubfs/8008928/website/ferguson-email-bg.jpg");
  background-size: cover;
}

.bg-img-2{
  background: url("https://dmlzklevomxxt.cloudfront.net/website/bg3-com.jpg");
  background-size: cover;
}

.bg-img-3{
  background: url("https://dmlzklevomxxt.cloudfront.net/website/bg2-com.jpg");
  background-size: cover;
}

.bg-primary{
  background-color: #1D2A60;
}

.bg-white{
  background-color: white;
}

.bg-light-teal{
  background-color: #eff4f7;
}

#roi_lp_form input[type="text"],#roi_lp_form input[type="number"], #answer, .roi-calc input[type="text"], .roi-calc input[type="number"]{
    height: 44px !important;
    color: #383232;
    font-size: 14px;
}

.heading-sal-b{
  font-size: 36px;
}

.heading-sal-b2{
  font-size: 30px;
}

.heading-sal-bt{
  font-size: 30px;
}

.heading-sal-b3{
  font-size: 28px;
}

.heading-sal-b4{
  font-size: 18px;
}

.heading-sal-b5{
  font-size: 16px;
}

.color-white{
  color: white;
}

.color-primary{
  color: #283c8e;
}

.color-caption{
  color: #595d62
}

.color-yellow{
  color: #f8bd02;
}

.color-yellow-dark{
  color: #f7b500;
}

.color-orange-pm{
  color: #f6911e;
}

.rounded-4{
  border-radius: 4px;
}

.p-20{
  padding: 20px;
}

.p-30{
  padding: 30px;
}

.mn-ht-50{
  min-height: 50px;
}

.grad {
  height: 180px;
  background-image: linear-gradient(to bottom, #e8f0ff, #f7faff);
  margin-top: -170px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li{
  margin-right: 30px;
  margin-left: 30px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #333333;
  padding: 0 60px;
  background: transparent;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #ffc17a;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f6911e;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.nav-tabs > li {
    float:none;
    display:inline-block;
}

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

@media (min-width: 1200px) {
  .container {
    width: 1065px;
  }
}

.height-video{
  height: 505px !important;
}


@media (max-width: 990px) {
  .height-video{
    height: 100% !important;
  }
  .home-title{
    margin-top: 0px !important;
  }
  .tabbable-line > .nav-tabs > li > a{
    padding: 0 10px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    margin-left: 0;
  }
  .tabbable-line > .tab-content{
    padding: 0 15px;
  }
  .table-roi input{
    width: 100px !important;
  }
  .p-40{
    padding: 20px !important;
  }
  .flex-plus-minus > .gap{
    margin: 5px 2px !important;
  }
  .flex-plus-minus{
    margin-left: -10px !important;
  }
  .change-tab{
    top: calc(75% - 5px) !important;
  }
  .bs-change-tab {
    top: calc(85% - 5px) !important;
  }
  .heading-sal-bt{
    font-size: 20px !important;
  }
  .heading-sal-bt.color-primary{
    margin-top: -20px !important;
  }
}

#ty_modal .modal-content{
  background-color: white;
}

.flex-plus-minus{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-plus-minus > .gap{
  margin: 5px;
}

.border-plus-minus{
  border: solid 1px #979797;
}

.border-roun{
  border-radius: 8px;
}

.border-circle {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 32px;
    cursor: pointer;
}

.table-roi, .table-roi tbody td, .table-roi thead th {
    border: none !important;
    vertical-align: middle !important;
    padding: 15px !important;
}

.table-roi input{
  width: 160px;
  text-align: right;
}

.hr-line {
    border-color: #cccfd0;
}

.change-tab{
  position: absolute;
  padding: 5px;
  top: calc(60% - 5px);
  border: none;
  background-color: transparent;
}

.center-block{
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}

button.change-tab:focus {
  /*outline: none;*/
  box-shadow: none;
}

.tab-left{
  left: 0;
}

.tab-right{
  right: 0;
}

.building-sp-lp-head {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.20;
  letter-spacing: -1.67px;
}

.building-supplies-lp-banner{
  background: url("https://dmlzklevomxxt.cloudfront.net/website/building-supplies-main-banner-comp-new.jpg");
  background-size: cover;
}
.btn-bp-lp-new {
  color: #000000;
  background-color: #f9a61c;
  padding: 8px 36px;
  font-weight: bold;
  border-radius: 0px;
}
.btn-bp-lp-roi-new {
  color: #000000;
  background-color: #f9a61c;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 0px;
}
.btn-blue-new {
  color: #ffffff;
  background-color: #293890;
  padding: 8px 36px;
  font-weight: bold;
  border-radius: 0px;
}

#bs_lp_form input[type="text"],#bs_lp_form input[type="number"]{
    height: 44px !important;
    color: #383232;
    font-size: 14px;
    border-radius: 0px;
}
.bg-ebedee {
  background-color: #ebedee;
}

.bg-none-imp {
  background: none !important;
}

.m-lr-0-imp {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.border-ebedee {
  border-bottom: 1px solid #ddd !important;
}
.border-b-ffc17a {
  border-bottom: 4px solid #ffc17a;
}
.bs-lp-sub-head1 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -1.13px;
  color: #ffc83b;
}
.bs-lp-sub-head2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.94px;
  color: #283c8e;
}

.bs-lp-sub-para1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #ffffff;
}
.bs-lp-sub-para2 {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
}
.bg-f9a61c {
  background-color: #f9a61c;
}
.bs-lp-roi-calc input[type="text"], .bs-lp-roi-calc input[type="number"]{
  height: 40px !important;
  border-radius: 0px;
  font-size: 14px;
}
.bs-lp-subimage-1 {
  background: url(https://dmlzklevomxxt.cloudfront.net/website/building-supplies-lp-sub-imag1.jpg);
  background-size: cover;
}
.h-100 {
  height: 100px;
}

.bs-lp-sub-para-3 {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}
.bs-lp-sub-head-3 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: #283c8e;
}
.bs-lp-sub-para-top {
  font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.45px;
    color: #000000;
}
.bs-lp-sub-head-top {
      font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.7px;
    color: #2e4499;
}
.bs-lp-nav-head {
  font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: #283c8e;
}
.bs-lp-nav-para {
  font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.2px;
    color: #000000;
}
.bg-eef2f6 {
  background-color: #eef2f6;
}
.bs-lp-bc-style {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0091ff;
}
.color-6d7278 {
  color: #6d7278;
}
.m-tb-5 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.ml-web-58 {
  margin-left: 58px;
}
.ml-web-30 {
  margin-left: 30px;
}
.header-container-wrapper .header-container.container-fluid, .body-container-wrapper .body-container.container-fluid, .footer-container-wrapper .footer-container.container-fluild{
  margin: unset !important;
  padding: unset !important;
}

.row-fluid [class*="span"].widget-type-custom_widget{
  min-height: 0px;
}

.m-custom-xs-1 {
  line-height: 0;
}
.class-applied-to-form {
 background-color: transparent !important;
}

.home-new-h2{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #283c8e;
}

.home-new-p{
  font-size: 18px;
  line-height: 1.56;
  color: #000000;
}
.caption-head {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000000;
}
.caption-text {
  font-size: 14px;
  font-weight: noraml;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #3b3c3e;
}
.custom-pills>li>a {
    font-weight: bold !important;
}
.custom-pills>li.active>a {
  border: solid 1px #c1c1c1 !important;
    background-color: #012682 !important;
    color: #ffffff !important;
    font-size: 16px;
}

.navbar-custom.nav-80{
  height: 80px !important;
}
.brd-0{
  border-radius: 0 !important;
}
.h-450 {
  height: 450px;
}  

@media (max-width: 350px) { 
 .btn-orange-white-new {
   padding: 12px 20px !important;
  }
}

.image-caption {
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: -1.05px;
    text-align: center;
    color: #58595b;
    margin-top: -10px;
  }

.dt-new-logo {
 margin-top: 7px;
  width: 160px;
}


.no-list{padding-left:0px;}
@media (max-width: 325px) {
.dt-new-logo {
    width: 125px !important;
    margin-top: 20px !important;
}
}

@media (min-width: 355px) and (max-width: 365px) {
 .dt-new-logo {
     width: 144px !important;
    margin-top: 20px !important;
  } 
}
@media (min-width: 370px) and (max-width: 375px) {
  .dt-new-logo {
    width: 150px !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
}
}
@media (min-width: 411px) and (max-width: 413px) {
  .dt-new-logo {
    width: 160px !important;
    margin-top: 10px;
}
}
@media (min-width: 414px) and (max-width: 415px) {
  .dt-new-logo {
    width: 160px !important;
    margin-top: 20px;
} 
}
@media (min-width: 540px) and (max-width: 550px) {
   .dt-new-logo {
    width: 162px !important;
  }
}

@media (min-width: 768px) and (max-width: 790px) {
  .dt-logo {
    width: 230px !important;
} 
}
@media (max-width: 1023px) {
  .m-text-left-imp {
   text-align: left !important;
  }
}

.mb-m-12 {
  margin-bottom: -12px;
}

.mb-70 {
  margin-bottom: 70px;
}
.display-table-group {
  display:table-footer-group;
}
.mt-m-30 {
  margin-top: -30px;
}
.pr-0 {
    padding-right: 0px;
}

/*@media (min-width: 1024px){
.dropdown:hover>.dropdown-menu {
    display: block;
}
}*/

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
  text-shadow: none !important;
}
.ui-loader-default {
  display: none;
}



@media (min-width: 360px) and (max-width: 640px){

.thumbnail.deep img {
    width: 100% !important;
}
  
}


/*new css*/

 

li.home-check span {
    margin-left: 10px;
}
li.home-check img {
    width: 20px;
    height: auto;
    float: left;
}
li.home-check {
    margin-left: 0 !important;
}

li.nav-item.n1.n8 {
    margin: 0px 6px !important;
}



a#cta_button_8008928_e5f5ea65-7f65-4bba-99d4-f6ec2be06ba8\\ span {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: rgb(246,145,30);
    border: 2px solid rgb(123,72,15);
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    padding: 16px 0px;
    text-shadow: none;
    width: auto;
    line-height: 1.5em;
    padding: 16px 32px 16px 32px !important;
    border-radius: 5px !important;
    border: none !important;
    /* letter-spacing: 3px; */
    font-family: 'OpenSans',sans-serif !important;
    box-shadow: 0 4px 10px 0 rgb(254 191 44 / 25%);
}

li.bullets {
    margin-left: 0 !important;
}

ul.dropdown-menu.industries-dropdown.ins.co-list.dp-list.company_web {
    left: -22px !IMPORTANT;
}
ul.dropdown-menu.industries-dropdown.ins.co-list.dp-list.learn_web {
    left: -24px !important;
}

nav.nav-top .new-nav {
    margin-bottom: 0 !important;
    margin-top: 0;
}
li.sign-header {
    margin-top: 38px!important;
}










/*new Responsive*/

li.sign-header a {
    padding-top: 8px !important;
}
.row-fluid-wrapper.row-depth-1.row-number-4.body_dnd_area-row-1-background-color.body_dnd_area-row-1-vertical-alignment.dnd-section.body_dnd_area-row-1-padding.body_dnd_area-row-1-max-width-section-centering div#hs_cos_wrapper_module_1613164679019 {
    padding-top: 0px !important;
}

#hs_cos_wrapper_module_1613164679019 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /*padding-top: 110px !important;*/
}
@media (min-width: 425px) and (max-width: 768px){
#hs_cos_wrapper_module_1613164679019 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /*padding-top: 100px !important;*/
}
}







@media (min-width: 0px) and (max-width: 499px){
  
 li.home-check span {
    font-size: 17px !important;
    position: relative;
    left: 36px;
    margin-left: -25px !important;
    top: -4px;
}

  
}
@media (min-width: 499px) and (max-width: 768px){
  
 li.home-check span {
    font-size: 17px !important;
    position: relative;
    left: 36px;
    margin-left: -25px !important;
    top: -4px;
}
  
  
}


@media (min-width: 0px) and (max-width: 1024px){

ul.dropdown-menu.industries-dropdown.ins.co-list.dp-list.company_web a {
    margin-left: 25px;
}
  ul.dropdown-menu.industries-dropdown.ins.co-list.dp-list.learn_web2 a {
    margin-left: 8px;
}
  
}
@media (max-width: 767px) and (min-width: 701px) {
.thumbnail {
    height: 510px !important;
}
  .caption h3 {
    font-size: 20px !important;
}
}


@media (min-width: 0px) and (max-width: 768px){
  .twothirdswidth h1 {
    font-size: 54px !important;
}
  .span7.widget-span.widget-type-cell.body_dnd_area-column-1-vertical-alignment.dnd-column .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module {
   /* padding-top: 40px !important; */
}

ul.dropdown-menu.industries-dropdown.ins.co-list.dp-list.company_web a {
    margin-left: 25px;
}
  
  ul.dropdown-menu.industries-dropdown.ins.co-list.dp-list.learn_web2 a {
    margin-left: 8px;
    
}
  
  
  
}
button.btn-sm.btn-start-today.mt-25.m-ml-11 {
    font-size: 13px;
}

@media (min-width: 767px) and (max-width: 991px){

.twothirdswidth h1 {
    font-size: 54px !important;
}
 

}

@media (min-width: 425px) and (max-width: 991px){
  .span12.widget-span.widget-type-cell h1.header.toptext {
    margin-top: 0px !important;
}
h1.header {
    width: 100%;
   height: unset !important;
}

}

@media (min-width:425px) and (max-width:958px){
    ul.nav.navbar-nav.n-bar.res-t-mt-50.mt-30-imp.web-ml-30.tab-float-none.nabar_top1 li {
    margin: 0 !important;
    padding-left: 0px !important;
}

@media (min-width: 0px) and (max-width: 425px){
  
  
  h1.header {
    width: 100%;
    height: auto !important;
}
  
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 30px !important;
}
  .hbspt-form {
    padding-left: 0;
    padding-top: 20px;
}
  .span12.widget-span.widget-type-custom_widget.dnd-module h3 {
    font-size: 30px !important;
}

h1.header {
    width: 100%;
   height: unset !important;
}

}

@media (min-width: 991px) and (max-width: 1024px){
   .span12.widget-span.widget-type-cell h1.header.toptext {
    margin-top: 0px !important;
}
  .span12.widget-span.widget-type-cell {
    margin-top: 60px;
}
main.body-container-wrapper.container.mt-30.head-new {
    width: 100% !important;
}
  
}
  
  
  

@media (min-width: 0px) and (max-width: 425px){
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 40px !important;
}
  
  div#headWrapper {
    position: fixed !important;
    top: 0px;
   
}

.span12.widget-span.widget-type-cell {
    margin-top: 0px !important;
}
  
}

@media (min-width:768px) and (max-width:991px){

  
    form#hsForm_821edf50-4700-4820-b1b5-ed068221d317 {
    padding-top: 0 !important;
}
  div#hs_cos_wrapper_widget_1619644757978 .hbspt-form {
    padding-top: 0 !important;
}
  .span12.widget-span.widget-type-cell h1.header.toptext {
    margin-top: 10px !important;
}
  }


@media (min-width:375px) and (max-width:991px){
 
  
  .row-fluid-wrapper.row-depth-1.row-number-1.body_dnd_area-row-0-padding.body_dnd_area-row-0-max-width-section-centering.dnd-section.body_dnd_area-row-0-background-image form {
    padding-top: 0 !important;
}
  .span12.widget-span.widget-type-cell.dnd-column .column_commsteps {
    padding-bottom: 0 !important;
}
  .hbspt-form {
    padding-left: 0px;
    padding-top: 20px;
}
 
  }

@media (min-width:0px) and (max-width:375px){
  .span7.widget-span.widget-type-cell.body_dnd_area-column-1-vertical-alignment.dnd-column .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module {
    padding-top: 40px !important;
}
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module {
    margin-top: 50px !important;
}
 
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module h1 {
    padding-top: 40px !important;
}
  
  .row-fluid-wrapper.row-depth-1.row-number-2.dnd-row {
    margin-top: 0px !important;
}
   .toptext {
    margin-top: 0px !important;
}
 
}

 @media (max-width: 1025px){
              .toptext {
        margin-top:0px !important;
      }
  }

  
@media (min-width: 0px) and (max-width: 375px){
 
.row-fluid-wrapper.row-depth-1.row-number-2.dnd-row {
    margin-top: 0px !important;
}
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module {
    margin-top: 40px !important;
}
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 30px !important;
}
}

@media (min-width: 0px) and (max-width: 768px){
 .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 60px  !important;
}

}
@media (min-width: 0px) and (max-width: 1024px){
  .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module .mt-100 {
    margin-top: 60px !important;
}
 
  .row-fluid-wrapper.row-depth-1.row-number-3.body_dnd_area-column-1-row-1-vertical-alignment.dnd-row .span12.widget-span.widget-type-cell {
    margin-top: 0 !important;
}
  .span7.widget-span.widget-type-cell.body_dnd_area-column-1-vertical-alignment.dnd-column .span12.widget-span.widget-type-custom_widget.body_dnd_area-module-2-flexbox-positioning.dnd-module {
    padding-top: 30px !important;
}

div#hs_cos_wrapper_body_dnd_area-module-2 h1.header.toptext {
    margin-top: 0px !important;
}
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-nav {
    width: 100%;
  }
  .full-navbar .nav-link {
    padding-left: 12px !important;
    padding-right: 12px  !important;
  }
}