@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@300;400;500;800;900&display=swap');

/* Self-hosted fonts (Poppins, Degular) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Black.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-LightItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype')
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/degular/Degular-Black.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/degular/Degular-BlackItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/degular/Degular-Bold.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/degular/Degular-BoldItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/degular/Degular-Light.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/degular/Degular-LightItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/degular/Degular-Medium.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/degular/Degular-MediumItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/degular/Degular-Regular.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/degular/Degular-RegularItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/degular/Degular-Semibold.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/degular/Degular-SemiboldItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/degular/Degular-Thin.otf') format('opentype')
}

@font-face {
  font-family: 'Degular';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/degular/Degular-ThinItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Black.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-BlackItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Bold.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-BoldItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Light.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-LightItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Medium.woff2') format('woff2'), url('../fonts/degular/DegularDisplay-Medium.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-MediumItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Regular.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-RegularItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Semibold.woff2') format('woff2'), url('../fonts/degular/DegularDisplay-Semibold.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-SemiboldItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-Thin.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Display';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/degular/DegularDisplay-ThinItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Black.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Bold.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-BoldItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Light.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Medium.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Regular.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-RegularItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Semibold.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-SemiboldItalic.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-Thin.otf') format('opentype')
}

@font-face {
  font-family: 'Degular Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/degular/DegularMono-ThinItalic.otf') format('opentype')
}

.msnry-grid-item-content .post-card .entry-meta {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase
}

.msnry-grid-item-content .post-card .entry-meta * {
  transform: uppercase !important
}

.entry-meta * {
  text-transform: uppercase !important
}

section.section.newsletter_section .container form input[type="email"] {
  color: #000 !important
}

span.wpcf7-not-valid-tip {
  color: red;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px
}

.single .section-main-content h1.entry-title strong {
  font-size: 4rem;
  font-weight: 700
}

.entry-thumb-wrapper img {
  border-radius: 24px !important
}

.fbc-page .fbc-wrap .fbc-items li:nth-of-type(2),
.fbc-page .fbc-wrap .fbc-items li:nth-of-type(3) {
  display: none
}

body,
p,
li,
div,
h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: poppins !important
}

body,
.section-footer,
.copyright,
.widget,
.content,
p,
body,
li {
  font-size: 1.5rem;
  hyphens: none;
  line-height: 1.8;
  font-weight: 400;
  color: #0f0f0f;
}

ul#menu-main li a {
  font-size: 1.4rem;
}

.faqs h2 {
  font-weight: 600;
  color: #000;
  letter-spacing: 1px
}

ul#menu-main .btn.btn-primary {
  border-radius: 100px
}

ul#menu-main .btn.btn-primary {
  padding: 10px;
  margin-left: 16px
}

summary.lightweight-accordion-title:after {
  content: "+";
  float: right;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700
}

details[open] summary.lightweight-accordion-title:after {
  content: "-";
  float: right;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700
}

.lightweight-accordion-body {
  padding: 16px !important
}

.quick_links p {
  flex: 1 1 30%;
  border-radius: 10px;
  background-color: #c3fbde2e;
  border: 1px solid #157ef8;
  padding: 20px;
  min-width: 30%;
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2022/11/print_new.png);
  border-width: 2px;
  background-size: cover;
}

.single .section-main-content .entry-meta {
  text-align: center !important
}

.single .section-main-content h1.entry-title {
  text-align: center !important;
  width: 100%;
  margin: 10px auto
}

.top_singlebar .entry-meta {
  text-align: center !important
}

.top_singlebar h1.entry-title {
  text-align: center !important
}

.top_singlebar .row {
  flex-direction: row;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.footer-pane {
  padding-bottom: 1.2rem;
  background-color: transparent;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

span.header-search-link.search-link.search-link-in-the-corner {
  display: flex;
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #157ef8 !important;
}

span.header-search-link.search-link.search-link-in-the-corner a.search-popup-opener {
  color: #157ef8
}

.section-footer h1,
.section-footer h2,
.section-footer h3,
.section-footer h4,
.section-footer h5,
.section-footer h6 {
  color: #0f0f0f;
  font-weight: 600
}

.custom_side_bar {
  background: #fcfcfc;
  padding: 10px 10px 20px;
  max-width: 300px;
  height: 100vh;
  width: 100%
}

.custom_side_bar strong {
  color: #000;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px
}

.with_sidebar {
  display: flex;
  gap: 32px
}

.single-post .section-main-content .entry-content img,
.single-post .section-main-content .comment-content img,
.single-post .section-main-content .widget img {
  box-shadow: 1px 1px 41px 1px #7070702e;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid #fcfcfc;
  padding: 8px;
}

.Comparisons {
  flex: 0 1 24%;
  border-radius: 10px;
  transition: .3s all .1s;
  transform: scale(1);
  background-color: #ffffff;
  border: 1px solid #daebff;
  padding: 20px;
  min-width: 20%;
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2022/11/print_new.png);
  border-width: 2px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.table-responsive-lg {
  box-shadow: 1px 1px 41px 1px #7070702e;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

table.table.table-striped.table-bordered.table-hover thead tr {
  background: #f4f4f4;
}

.fleet_route_planner h5 {
  letter-spacing: 1px;
  margin: 20px auto 0
}

.ads_fleet.comp_footer {
  max-width: 1098px;
  margin: 30px auto 10px;
  margin-bottom: -80px;
  box-shadow: 1px 1px 11px 1px #00000012;
  padding: 8px 24px;
}

.top_singlebar img {
  width: 100%;
  max-width: 720px;
  border-radius: 24px;
}

.top_singlebar h1.entry-title {
  margin: auto !important;
  padding: 0px !important
}

.page-template-Landing_Template section.section.home-hero-section {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2022/10/Signup_Bdrop-1.png);
  margin-top: -110px;
  background-size: cover;
  padding: 160px 0
}

.new_page_01 .arrowdown {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 9px
}

.content h2 {
  font-size: 3rem;
  font-weight: 600
}

ol.fbc-items {
  display: none !important;
}

.single .section-main-content h1.entry-title {
  font-size: 4rem;
  text-transform: uppercase;
  margin: 10px auto 20px !important;
  font-weight: bold;
}

img#play_vid {
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: .3s all 0s
}

img#play_vid:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.01);
  transition: .3s all 0s
}

@media(min-width:1000px) and (max-width:1720px) {
  div#trackheader .container-fluid.container-fluid-with-max-width {
    max-width: 1280px;
    padding: 0 24px
  }

  .container-fluid-with-max-width {
    max-width: 1280px;
    padding: 0 44px
  }

  .container {
    max-width: 1280px;
    width: 100%
  }

  ul#menu-main li a {
    text-transform: capitalize;
    font-weight: 400;
  }

  .menu-stripe-wrapper {
    padding: 10px
  }

  .single_post_blog .top_singlebar {
    max-width: 1280px;
    padding: 10px 44px;
    box-sizing: border-box;
  }
}

@media(min-width:1721px) {
  div#trackheader .container-fluid.container-fluid-with-max-width {
    max-width: 1480px;
    padding: 0 24px
  }

  .post-card.small img.attachment-mauer_narrator_thumb_3_softcropped {
    height: auto;
    width: 100%
  }

  ul#menu-main li a {
    text-transform: capitalize;
    font-weight: 400;
  }

  ul#menu-main li.btn {
    padding: 10px 20px !important
  }

  .page-template-Landing_Template div#trackheader .container-fluid.container-fluid-with-max-width {
    max-width: 1580px !important;
    padding: 0 24px
  }

  .single_post_blog .top_singlebar {
    max-width: 1480px;
    padding: 10px 44px;
    box-sizing: border-box;
  }
}

.theiaStickySidebar b {
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: flex;
  padding-bottom: 6px;
}

@media(min-width:1000px) and (max-width:1320px) {
  ul#menu-main li a {
    font-size: 80%;
    padding: 0px 6px;
  }
}

.footer_middle {
  background-position: center center;
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2022/12/home_new_01.png);
  padding: 140px 0;
  background-size: cover
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) {
  width: 65%;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(1) {
  width: 50%;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) {
  width: 50%;
  padding-left: 0px;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) {
  width: 34%;
}

div#custom_html-3 .awards {
  background-image: url('https://zeorouteplanner.com/wp-content/uploads/2022/12/bg_01.png');
  padding: 10px;
  background-size: 100% 100%;
  width: 100%;
}

div#custom_html-3 .awards .content {
  display: flex;
  align-items: center;
}

div#custom_html-3 .awards .award {
  display: flex;
}

div#custom_html-3 .awards h4 {
  text-transform: none;
  margin: 10px auto;
  font-size: 13px;
  flex: 1 1 50%;
}

div#custom_html-3 .awards .award img {
  width: 78px;
  height: 90px;
  margin: 0px;
}

.support_logo {
  display: flex;
  align-items: center;
  gap: 40px;
}

.support_logo .ycomb img:nth-of-type(1) {
  width: 180px;
}

div#custom_html-3 .awards h4 span {
  color: orange;
}

.center_titles h1 {
  font-weight: 600
}

span.under_line {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2022/12/Vector-1.png);
  content: "";
  width: 100px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 9px;
  background-size: auto
}

.awards._page_section {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2022/12/bg_01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 81px 24px
}

.awards._page_section .content h2 {
  margin: 10px auto;
  font-weight: 600
}

.awards._page_section .content h2 a {
  font-weight: 600
}

.lightweight-accordion {
  border: 1px solid #DAE2EB;
  border-radius: 10px
}

.lightweight-accordion .lightweight-accordion-title h3 {
  font-weight: 500;
  color: #000;
  font-size: 1.7rem
}

.lightweight-accordion details[open] summary.lightweight-accordion-title {
  border-bottom: 1px solid #ddd !important;
}

.page-id-5300 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 1060px !important;
}

.page-id-5507 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
  overflow: hidden;
}

.page-id-5507 h1.entry-title.text-center {
  display: none;
}

.page-id-5507 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-5507 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 1060px !important;
}

.page-id-5507 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

span.primary_text {
  color: #167ef7;
}

.center_titles a.btn.btn-primary {
  margin: auto;
  border-radius: 100px;
  font-size: 1.6rem;
  padding: 12px 40px;
  box-shadow: 1px 1px 21px 1px #c4c4c4;
}

.driver_numbers.home_part_02 section.section.brand-product.light_blues {
  background: transparent;
  margin: auto;
  padding: 100px 0px 60px;
}

.section-tittle h2 {
  font-weight: 600;
}

span.primart_light,
span.primart_light a {
  color: #86BEFE;
  font-weight: 600;
}

section.section.about_download .CROSS {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2022/12/Mask-group.png);
  background-size: 100% 100%;
  overflow: hidden;
  padding: 40px 0 0 100px
}

section.section.about_download a.btn.btn-primary.white {
  border-radius: 100px;
  padding: 10px 40px !important;
  background: #fff;
  color: #157ef8;
  font-weight: 600 !important
}

section.section.about_download h2 {
  font-weight: 600;
  margin-bottom: auto
}

img.alignnone.size-full.wp-image-5859.lazyloaded {
  clip-path: inset(5px 16px 5px 16px);
}

span.setup span {
  font-size: 12px;
  position: absolute;
  color: #fff;
  top: 40px;
  transform: rotate(-4deg);
  left: 40px;
  width: 104px;
  line-height: normal;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 600
}

div#comments {
  display: none;
}

section.section.newsletter_section .container {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/Frame-11857.png);
  margin-top: 40px;
  max-width: 1100px;
  background-size: cover;
  border-radius: 20px;
  padding: 50px
}

section.section.newsletter_section .container h4 {
  margin-top: 0;
  font-weight: 700;
  color: #9CC8FB;
  padding-right: 40px;
  font-size: 3.2rem
}

section.section.newsletter_section .container h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px
}

section.section.newsletter_section .container form.wpcf7-form.init {
  display: flex;
  flex-direction: column
}

section.section.newsletter_section .container form.wpcf7-form.init label {
  color: #fff;
  display: block;
  font-weight: 400
}

section.section.newsletter_section .container form input {
  padding: 10px;
  border-radius: 7px;
  border: 0;
  width: 100%
}

section.section.newsletter_section .container form p {
  color: #fff
}

section.section.newsletter_section .container form p a {
  color: orange
}

input#Subscribe {
  background: #157ef8;
  border-radius: 100px;
  max-width: 200px;
  width: 100%;
  box-shadow: 1px 1px 11px 1px #00000014
}

.entry-meta * {
  color: #167ef9 !important;
  font-weight: 500 !important;
}

.entry-meta *:hover {
  color: #000 !important;
}

h4.h4-special.more-posts-heading {
  font-size: 30px;
  font-weight: 600;
}

.with_sidebar {
  flex-direction: row-reverse;
}

div#mysidebar {
  left: 0px;
}

h2#heading_01 {
  margin-top: 0px;
}

.theiaStickySidebar b {
  font-size: 18px;
}

.mauer-narrator-related-posts .post-card {
  padding-bottom: 0px;
  margin-top: 20px;
}

.mauer-narrator-related-posts {
  margin-top: 44px;
}

body.search .row.main_banner_homes {
  display: none
}

body.search h1.mauer-narrator-archive-title,
body.search.search-no-results h1.mauer-narrator-archive-title * {
  font-size: 21px;
  font-weight: 600
}

body.search .no-posts-message-wrapper {
  padding: 40px 0;
  text-align: center
}

body.search .no-posts-message-wrapper p {
  margin: auto;
  font-size: 22px;
  color: #157ef8
}

body.search h1.mauer-narrator-archive-title,
body.search.search-no-results h1.mauer-narrator-archive-title * {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #157ef8 !important;
  opacity: 1 !important
}

body.search h1.mauer-narrator-archive-title span.mauer-archive-type {
  color: #000;
  font-size: 30px
}

.ads_fleet.comp_footer {
  margin-bottom: 0px;
}

.single-post section.section.newsletter_section .container {
  max-width: 1190px;
}

/* .menu-stripe-right {   display: none !important;}   */
.animation_homes {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1 !important;
  top: 0px;
}

.row.main_banner_homes div {
  z-index: 9;
  background: transparent !important;
}

.animation_homes .animation.right_sldieing.Home_new {
  left: 90% !important
}

div#trackheader {
  background: #fff !important;
  z-index: 99;
  position: relative;
}

.row.main_banner_homes+.section-main-content {
  background: transparent;
}

body.single .entry-full,
body.single .entry-full div {
  background: transparent
}

.ads_fleet img {
  width: 380px !important;
  margin-left: -60px !important
}

.single-post .animation_homes {
  z-index: 1 !important
}

.single-post div {
  z-index: 9;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

div#mysidebar {
  background: #eff6ff;
  border-radius: 5px;
}

.custom_side_bar strong {
  border-bottom: 1px solid #ddd;
}

h3 em,
a em {
  font-style: normal;
}

.custom_side_bar a * {
  color: #707070 !important;
  padding: 0 !important;
  display: block !important;
  font-weight: 400 !important;
  margin: 0 !important;
  border: 0px !important;
}

.single_post_blog strong,
.single_post_blog b {
  font-size: 1.4rem;
  font-weight: 600;
}

.theiaStickySidebar b {
  font-size: 2rem;
  font-weight: 600;
  padding: 10px;
}

.fbc-page .fbc-wrap .fbc-items li {
  padding: 0px;
}

.fbc-page .fbc-wrap .fbc-items {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.fbc-page .fbc-wrap .fbc-items li * {
  padding: 0px !important;
  font-size: 14px !important;
}

section.section.reviews-section.light_blues.footer_reviews h4,
.footer_middle h4,
.new_home_blogs h4 {
  text-transform: none;
  font-size: 3.2rem;
  font-weight: 800;
}

.new_home_blogs h5 {
  margin: 0px !important;
  text-transform: none;
  font-size: 2.4rem;
}

new_home_blogs .row.section-content {
  align-items: start;
}

.section-footer h4,
.section-footer h5 {
  margin: auto;
}

/*Responsive Mode*/
@media(min-width:1100px) and (max-width:1300px) {
  .right_sldieing.Home_new {
    top: -340px !important;
    max-width: 700px;
    transform: none;
    left: 65% !important;
    width: 100%;
  }
}

@media(max-width:700px) {

  iframe#player,
  img#play_vid {
    height: 180px
  }

  .row.main_banner_homes .left_images {
    padding: 10px !important;
    margin: 10px auto
  }

  .right_image {
    margin: auto !important;
    width: 100% !important;
    padding-bottom: 20px !important
  }

  .post-card.big {
    padding: 0 0 20px !important
  }
}

@media(min-width:881px) and (max-width:1024px) {
  /*
section.section{padding:10px!important}
.products_pages .container,.footer_middle .container,.reviews-section .container{padding:10px!important}
section.section{padding:10px!important}
.products_pages .container,.footer_middle .container,.reviews-section .container{padding:10px!important}
.home-hero-section .row.section-content{display:flex;flex-direction:column-reverse}
iframe#player{height:200px}
img#play_vid{height:auto}
.slider_img{padding:0!important;width:100%}
.hero-content h1,.hero-content h2{font-size:2.8rem}
.section-tittle h2{font-size:2.4rem}
.home-hero-section+.reviews-section .review-list{padding:10px 0}
.row.role_main{flex-direction:column-reverse}
.mobile_planner .row.section-content.role_main{flex-direction:column}
.featured_img{padding:0}
.featured_content{padding:0}
.section-tittle.left-text.mb-4{padding:0}
.left-text{padding:0}
.row.section-content.brand-icons{flex-direction:row;padding:0}
.row.section-content.brand-icons .col-md-3{min-width:29%;border-radius:0}
section.section{box-sizing:border-box!important;padding:10px 20px!important}
.single-review{padding:10px}
section.light_blues img,section.direct_compare img{margin:10px auto!important}
.section-tittle.left-text.bg_colors_light{padding:10px 20px!important}
.review-list{padding:0!important}
.footer_middle .address{padding:5px 0}
.footer_middle .col-md-3{padding:10px 0}
.copyright .row div:nth-of-type(3){margin:auto}
.hero-content .button-sets{order:1;display:flex;flex-direction:column}
.hero-content .button-sets *{min-width:270px}

.page-template-Landing_Template .hero-content .button-sets{width:100%!important}
.page-template-Landing_Template .hero-content .button-sets a.btn.btn-primary{width:100%}
.page-template-Landing_Template section.section.progress_total .container{margin:auto!important}
.page-template-Landing_Template .hero-image{padding-top:100px}
.page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary{width:auto!important;text-align:center!important;justify-content:center;align-items:center;display:flex;text-align:center!important;margin:auto!important}

section.section.progress_total .row{display:flex;padding:0;margin:auto;justify-content:space-between}
section.section.progress_total .row .col-md-4{padding:10px!important;margin:auto;border:0!important}
section.section.progress_total .row .col-md-4 h2{font-size:20px!important}
section.section.progress_total .row .col-md-4 h4{font-size:11px}

.new_page_01 .box_block {    flex-direction: column;    height: auto;}
.new_page_01 .signup_block .top_block {    padding: 8px;}
.page-id-4925 .new_page_01 .box_block{flex-direction:column-reverse}
.page-id-4925 .new_page_01 .box_block .left_block{margin-bottom:30px}
.container-fluid.container-fluid-with-max-width.copyright p {  text-align: center;}
.steps span {    height: auto;}
.footer_middle .container {  max-width: 100% !important;    width: 100% !important;    padding: 0px 44px !important;}
.page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary i.fa.fa-angle-right {min-width: 32px;}
.hero-content .button-sets i {min-width: 16px !important;}
*/
}

@media(max-width:700px) {
  ol {
    padding: 0
  }

  .with_sidebar .ads_fleet img {
    margin: 10px auto !important
  }

  .ads_fleet .fleet_content h2 {
    font-size: 18px !important;
    line-height: normal;
    padding: 0 !important
  }

  .ads_fleet .fleet_content {
    padding: 10px !important
  }

  .ads_fleet.comp_footer {
    gap: 0 !important
  }

  input#Subscribe {
    width: 100% !important;
    min-width: 100% !important;
  }

  .single-post section.section.newsletter_section .container {
    padding: 20px;
  }

  .single_post_blog .top_singlebar .page_titles {
    padding: 0px !important;
  }

  .single .section-main-content h1.entry-title {
    font-size: 20px !important;
  }
}




:root {
  --font-family: "Poppins";

  /* Font Sizes */
  --headline-05-font-size: 24px;
  --headline-05-letter-spacing: 0px;
  --headline-05-line-height: 28px;

  --headline-06-font-size: 20px;
  --headline-06-letter-spacing: 0px;
  --headline-06-line-height: 24px;

  --subheading-font-size: 18px;
  --subheading-letter-spacing: 0px;
  --subheading-line-height: 24px;

  --base-para-font-size: 16px;
  --base-para-letter-spacing: 0px;
  --base-para-line-height: 24px;

  --small-font-size: 14px;
  --small-letter-spacing: 0px;
  --small-line-height: 20px;

  --xsmall-font-size: 12px;
  --xsmall-letter-spacing: 0px;
  --xsmall-line-height: 16px;



  --zeo-primary: #157ef8;
  --zeo-primary-hover: #0666d5;
  --zeo-secondary: #ff8811;
  /* --zeo-dark and --dark are intentionally different shades used by different components — do not merge */
  --zeo-dark: #0f0f0f;
  --zeo-text: #141414;
  --zeo-text-light: #555555;
  --zeo-light-bg: #f1f7fe;
  --zeo-lighter-bg: #fcfcfd;
  --zeo-border: #e5e7eb;
  --container-max: 1200px;
  --section-padding: 80px 0;
  --border-radius-btn: 100px;
  --border-radius-card: 16px;
  /* Aliases kept for backward compatibility with existing usages; --zeo-primary/--zeo-secondary are canonical */
  --zeo-blue: var(--zeo-primary);
  --zeo-orange: var(--zeo-secondary);
  --dark: #1A1A2E;
  --gray-dark: #333333;
  --gray-medium: #666666;
  --gray-light: #F5F7FA;


  /* common colors */
  --black: #000000;
  --white: #ffffff;
  --purple: #4e00ff;

  /* Primary Colors */
  --primary: #157EF8;

  --primary_25: #F1F7FE;
  --primary_50: #E7F2FE;
  --primary_100: #DDECFE;
  --primary_200: #ABD1FC;
  --primary_300: #94C4FB;
  --primary_400: #489AFA;
  --primary_500: #157EF8;
  --primary_600: #1167CA;
  --primary_700: #054EA4;
  --primary_800: #033672;
  --primary_900: #021F41;

  /* Gray Shades */
  --gray_10: #FCFCFD;
  --gray_25: #FCFCFD;
  --gray_50: #F6F7F9;
  --gray_100: #ECEFF3;
  --gray_200: #EBEDF0;
  --gray_300: #C6CCD2;
  --gray_400: #8F98A3;
  --gray_500: #757F8A;
  --gray_600: #56606C;
  --gray_700: #3F4750;
  --gray_800: #272D35;
  --gray_900: #101418;

  /* green Shades */
  --green: #34ba49;
  --green_100: #d2ffd8;

  /* Yellow Shades */
  --yellow: #fea700;
  --yellow_100: #fef2da;
  --yellow_50: #ff9d0033;
  --yellow_25: #fef2da;

  /* Red Shades */
  --red: #fe4e50;
  --red_100: #feeaeb;

  /* ================================= */
  --shadow: #00000029;
  --goolge: #ea4335;

  /* font weight */
  --text-100: 100;
  --text-200: 200;
  --text-300: 300;
  --text-400: 400;
  --text-500: 500;
  --text-600: 600;
  --text-700: 700;
  --text-800: 800;
  --text-900: 900;


  /* Radius */
  --rad4: 4px;
  --rad8: 8px;
  --rad12: 12px;
  --rad16: 16px;

  /* Figma-export tokens referenced elsewhere via var(--X, fallback); defined here so they
   resolve to a real value instead of silently relying on the fallback every time */
  --Base-Black: #080A0C;
  --Base-White: #FFF;
  --Base-white: #FFF;
  --Gradient-Primary-Gradient: linear-gradient(180deg, #14A4F7 0%, #157EF8 100%);
  --Gray-100: #ECEFF3;
  --Gray-200: #EBEDF0;
  --Gray-300: #DBD9DE;
  --Gray-500: #757F8A;
  --Gray-600: #56606C;
  --Gray-700: #3F4750;
  --Gray-800: #272D35;
  --Primary-Blue-25: #F1F7FE;
  --Primary-Blue-500-Brand: #157EF8;
  --Primary-Blue-900: #021F41;
}



input:-webkit-autofill {
  box-shadow: 1px 1px 91px 141px var(--white) inset !important;
}

/* Classes */
.text-100 {
  font-weight: var(--text-100)
}

.text-200 {
  font-weight: var(--text-200)
}

.text-300 {
  font-weight: var(--text-300)
}

.text-400 {
  font-weight: var(--text-400)
}

.text-500 {
  font-weight: var(--text-500)
}

.text-600 {
  font-weight: var(--text-600)
}

.text-700 {
  font-weight: var(--text-700)
}

.text-800 {
  font-weight: var(--text-800)
}

.text-900 {
  font-weight: var(--text-900)
}


div#bottom-widgets h4 {
  margin-bottom: 16px;
}

.blog .row.main_banner_homes h1 {
  font-weight: var(--text-600) !important
}

.blog .row.main_banner_homes h2,
.blog .row.main_banner_homes h3,
.blog .row.main_banner_homes h4,
.blog .row.main_banner_homes h5,
.blog .row.main_banner_homes h6 {
  font-weight: var(--text-600) !important
}

.single .section-main-content h1 {
  font-weight: var(--text-600) !important
}

.single .section-main-content h2,
.single .section-main-content h3,
.single .section-main-content h4,
.single .section-main-content h5,
.single .section-main-content h6 {
  font-weight: var(--text-600) !important
}

.blog .row.main_banner_homes h1 a {
  font-weight: var(--text-600) !important
}

.blog .row.main_banner_homes h2 a,
.blog .row.main_banner_homes h3 a,
.blog .row.main_banner_homes h4 a,
.blog .row.main_banner_homes h5 a,
.blog .row.main_banner_homes h6 a,
.blog h2.entry-title a {
  font-weight: var(--text-600) !important
}

.single .section-main-content h1 a {
  font-weight: var(--text-600) !important
}

.single .section-main-content h2 a,
.single .section-main-content h3 a,
.single .section-main-content h4 a,
.single .section-main-content h5 a,
.single .section-main-content h6 a,
.single h2.entry-title a {
  font-weight: var(--text-600) !important
}


@media(min-width:1100px) {
  .blog .row.main_banner_homes .row.big-latest-row .right_image h1 {
    font-size: 48px !important;
    text-transform: capitalize;
    margin: 10px 0 20px !important;
    letter-spacing: -2px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 90% !important;
    line-height: 48px !important
  }

  .blog .row.main_banner_homes .row.big-latest-row .right_image h1 a {
    font-size: 48px !important;
    text-transform: capitalize;
    margin: 10px 0 20px !important;
    letter-spacing: -2px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 90% !important;
    line-height: 48px !important
  }

  .blog .section-main-content h2 {
    font-size: 32px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 32px !important;
    color: #333;
  }

  .blog .section-main-content h3 {
    font-size: 28px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 28px !important;
    color: #333;
  }

  .blog .section-main-content h4 {
    font-size: 20px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 20px !important;
    color: #333;
  }

  .blog .section-main-content h5 {
    font-size: 18px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 18px !important;
    color: #333;
  }

  .blog .section-main-content h6 {
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 16px !important;
    color: #333;
  }


  .blog .section-main-content h2 a {
    font-size: 32px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 32px !important;
    color: #333;
  }

  .blog .section-main-content h3 a {
    font-size: 28px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 28px !important;
    color: #333;
  }

  .blog .section-main-content h4 a {
    font-size: 20px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 20px !important;
    color: #333;
  }

  .blog .section-main-content h5 a {
    font-size: 18px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 18px !important;
    color: #333;
  }

  .blog .section-main-content h6 a {
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 16px !important;
    color: #333;
  }

  .single .section-main-content h1.entry-title {
    font-size: 56px;
    text-transform: capitalize;
    margin: 10px auto 20px !important;
    letter-spacing: -2px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 90% !important;
    line-height: 56px !important
  }

  .single .section-main-content h2 {
    font-size: 32px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 42px !important;
    color: #333;
  }

  .single .section-main-content h3 {
    font-size: 28px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 38px !important;
    color: #333;
  }

  .single .section-main-content h4 {
    font-size: 24px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 28px !important;
    color: #333;
  }

  .single .section-main-content h5 {
    font-size: 18px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 18px !important
  }

  .single .section-main-content h6 {
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 16px !important
  }

  .single .section-main-content h1.entry-title a {
    font-size: 56px;
    text-transform: capitalize;
    margin: 10px auto 20px !important;
    letter-spacing: -2px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 90% !important;
    line-height: 56px !important
  }

  .single .section-main-content h2 a {
    font-size: 32px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 42px !important;
    color: #333;
  }

  .single .section-main-content h3 a {
    font-size: 28px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 38px !important;
    color: #333;
  }

  .single .section-main-content h4 a {
    font-size: 24px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 28px !important;
    color: #333;
  }

  .single .section-main-content h5 a {
    font-size: 18px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 18px !important;
    color: #333;
  }

  .single .section-main-content h6 a {
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: -2px !important;
    line-height: 16px !important;
    color: #333;
  }

  section.section.newsletter_section .container h4 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}

body.single .entry-full div.with_sidebar,
body.single .entry-full div.with_sidebar p,
body.single .entry-full div.with_sidebar li,
body.single .entry-full div.with_sidebar a,
body.single .entry-full div.with_sidebar strong {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

body.single .entry-full div.with_sidebar,
body.single .entry-full div.with_sidebar p,
body.single .entry-full div.with_sidebar li {
  color: #444;
}

body.single .entry-full div.with_sidebar strong {
  font-weight: 500 !important;
  color: #444 !important
}

.col-lg-12.col-md-6.col-sm-12.col-xs-12.section-tittle.center-text h1 {
  margin-top: 0px;
}

body {
  padding: 0;
  margin: 0px;
  background: #ffffff;
}

body,
p,
li,
div,
h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: var(--font-family) !important
}

* {
  letter-spacing: 0px !important;
}

.hero-content a.btn.btn-primary {
  font-size: 1.6rem;
}

body,
.section-footer,
.copyright,
.widget,
.content,
p,
body,
li {
  font-size: 1.6rem;
  hyphens: none;
  line-height: 1.6;
  font-weight: 400;
  color: #0f0f0f;
}

.bialty-container strong,
.quick_links strong,
.single-blogs h3 {
  font-size: 2rem;
  font-weight: 500
}

.quick_links i {
  font-size: 4rem;
  color: #157ef8;
}

ul#menu-main li a {
  font-size: 16px;
  font-weight: var(--text-600)
}

h2.entry-title a {
  font-size: 2rem;
}

section.section.progress_total h4 {
  color: #707070;
  font-size: 1.8rem;
}

.entry-full .entry-title,
.post-card.big .entry-title {
  font-size: 3.4rem;
  margin: 10px auto !important;
  padding: 16px 0px !important;
}

.hero-content h1,
.hero-content h2 {
  font-size: 4.6rem;
  font-weight: 600;
}



p {
  margin-bottom: 2rem
}

div#respond,
h3#reply-title {
  margin: auto !important
}

p.captcha {
  display: flex;
  width: 100%
}

p.captcha img {
  width: 120px
}

.header_fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff
}

.faqs p {
  font-weight: 300;
  letter-spacing: -.5px;
  color: #4A6677
}

.faqs li {
  color: #4A6677
}

.faqs h2 {
  font-weight: var(--text-600);
  color: #000;
  letter-spacing: -3px
}

.bialty-container {
  margin-bottom: 0 !important
}

h4.h4-special.more-posts-heading {
  margin: 10px auto;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500
}

span.hide-below-500 {
  padding: 0 !important;
  background: transparent !important;
  margin: auto !important
}

span.show-above-500 {
  padding: 0 !important;
  background: transparent !important;
  margin: auto !important
}

.quick_links i {
  display: block;
  margin-bottom: 10px
}

div#gtranslate_wrapper {
  right: 0 !important
}

div#footer {
  position: relative !important
}

body {
  margin: auto !important
}

.tool-container.tool-top.toolbar-primary.animate-standard {
  width: 140px
}

.msnry-grid-item.masonry-brick {
  position: relative !important;
  left: 0 !important;
  top: 0 !important
}

.msnry-grid.masonry {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex !important;
  height: auto !important
}

.msnry-grid.masonry .msnry-grid-sizer.col-xs-12.col-sm-6.col-md-4.masonry-brick:empty {
  display: none
}

.entry-content a:not(.wp-block-button__link) {
  background-image: none
}

.widget:not(.widget_tag_cloud) a {
  background: transparent;
  color: #439aff
}

.section-main-content {
  background: #fff
}

.section-main-content ul {
  padding-left: 18px
}

.menu-stripe-right {
  padding-left: 0
}

.btn-primary {
  color: #fff;
  background-color: #157ef8;
  border-color: #157ef8
}

.btn-outline {
  border: 1px solid #157ef8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4
}

.btn-outline:hover {
  border: 1px solid #2e6da4;
  color: #2e6da4 !important
}

.btn-outline:hover a {
  color: #157ef8
}

ul#menu-main .btn.btn-outline {
  border: 1px solid #157ef8;
  border-radius: 100px
}

ul#menu-main .btn.btn-outline a {
  padding: 0
}

ul#menu-main .btn.btn-primary {
  border-radius: 12px
}

.header-search-link a span {
  text-transform: uppercase
}

ul#menu-main {
  display: flex;
  align-items: center
}

ul#menu-main .btn.btn-primary a {
  color: #fff !important;
  padding: 0 !important
}

ul#menu-main .btn.btn-primary:before,
ul#menu-main .btn.btn-outline:before {
  display: none !important
}

ul#menu-main .btn.btn-outline {
  padding: 10px;
  margin-left: 40px
}

ul#menu-main .btn.btn-primary {
  padding: 10px;
  margin-left: 8px
}

details[open] {
  background: #fefefe
}

.lightweight-accordion-body strong {
  font-weight: 500
}

summary.lightweight-accordion-title {
  list-style: none
}

.lightweight-accordion-title h3 span {
  background: #cce4ff;
  padding: 2px 6px;
  border-radius: 3px;
  color: #157ef8;
  margin-left: 10px;
  text-transform: uppercase
}

summary.lightweight-accordion-title:after {
  content: "+";
  float: right;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400
}

.lightweight-accordion {
  display: flex;
  width: 100%;
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px !important
}

details[open] summary.lightweight-accordion-title:after {
  content: "-";
  float: right;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 400
}

.lightweight-accordion details {
  flex: 1 1 100%;
  min-width: 100%
}

summary.lightweight-accordion-title {
  background: #fcfcfc !important;
  border-bottom: 2px solid #eee !important;
  padding: 16px !important;
  font-weight: 700 !important
}

.lightweight-accordion-body {
  padding: 16px 24px !important
}

.container.faqs {
  max-width: 1200px
}

.lightweight-accordion p {
  margin: auto !important;
}

.lightweight-accordion-title h3 span {
  background: #cce4ff;
  padding: 2px 6px;
  border-radius: 3px;
  color: #157ef8;
  margin-left: 10px;
  ;
  text-transform: uppercase
}

.section-main-content h1.entry-title.text-center {
  background: #157ef8;
  margin: auto;
  padding: 40px 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px
}

.quick_links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px
}

.quick_links p {
  flex: 1 1 30%;
  border-radius: 10px;
  background-color: #c3fbde2e;
  border: 1px solid #157ef8;
  padding: 20px;
  min-width: 30%;
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/print_new.png);
  border-width: 2px;
  background-size: cover;
}

.ads_fleet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 1px 1px 23px 1px #1f1f1f1f;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  box-sizing: border-box
}

.ads_fleet img {
  width: 48%;
  box-shadow: none !important;
  border: 0 !important;
  padding-top: 0 !important;
  margin: auto !important
}

.ads_fleet .fleet_content {
  flex: 1 1 50%;
  min-width: 50%
}

.ads_fleet .fleet_content h2 {
  margin: auto;
  color: #1379ef;
}

.ads_fleet .fleet_content h3 {
  margin: auto
}

.ads_fleet .fleet_content p {
  margin: 20px auto
}

.ads_fleet .fleet_content a {
  background: #1a81f8;
  color: #fff;
  opacity: 1;
  padding: 7px;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  font-weight: 700;
  display: block;
  min-width: 210px;
  text-align: center;
  border-radius: 7px
}

.single .section-main-content .col-xs-12.col-sm-10.col-sm-offset-1 {
  margin: auto;
  width: 100%
}

.single .section-main-content .entry-meta {
  text-align: center
}

.single .section-main-content h1.entry-title {
  text-align: left;
  width: 100%;
  margin: 10px auto
}

.single .section-main-content .container-fluid {
  max-width: 1240px
}

span.entry-cats a {
  text-transform: capitalize
}

span.more-link-span {
  text-transform: capitalize
}

.cta-btns img {
  width: 111px;
  height: 31px;
  padding-right: 10px
}

input[type="submit"],
.section-main-content input[type="submit"],
.button-link,
button,
.wp-block-button__link {
  text-transform: uppercase
}

a,
.entry-full .entry-cats a,
.post-card .entry-meta a:hover,
.post-card .entry-meta a:focus {
  color: #1877f2
}

h1.entry-title strong {
  color: #1877f2
}

.wpcf7 form.sent .wpcf7-response-output {
  background: green;
  text-align: center;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit {
  min-width: 300px;
  width: 100%;
  max-width: 300px
}

.top_singlebar {
  display: flex;
  background: #c3fbde2e;
  width: 100%;
  min-width: 100%;
  margin-top: -20px;
  margin-bottom: 40px;
}

.top_singlebar .entry-meta {
  text-align: left !important
}

.top_singlebar h1.entry-title {
  text-align: left !important
}

.top_singlebar .row {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.top_singlebar .entry-thumb {
  padding: 0px;
}

.fbc-page .fbc-wrap .fbc-items {
  background: transparent;
}

.top_singlebar .page_titles {
  padding: 0px 6%;
}

.top_singlebar .page_image {
  padding: 0px;
  margin-left: auto;
}

.big-latest-textual-side {
  margin: auto;
  padding: 0px 6%;
}


.footer-pane {
  padding-bottom: 0;
  background-color: transparent;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.copyright {
  padding: 16px
}

body.single .entry-full {
  padding: 10px 0
}

body.single .section.section-menu-stripe {
  border-bottom: 2px solid #157ef8
}

a.search-popup-opener span {
  display: none
}

span.header-search-link.search-link.search-link-in-the-corner {
  display: flex;
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: #157ef8;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff !important
}

span.header-search-link.search-link.search-link-in-the-corner i {
  padding: 0
}

span.header-search-link.search-link.search-link-in-the-corner a.search-popup-opener {
  color: #fff
}

.section-footer h1,
.section-footer h2,
.section-footer h3,
.section-footer h4,
.section-footer h5,
.section-footer h6 {
  color: #0f0f0f;
  font-weight: var(--text-600)
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0
}

.faqs ul li {
  list-style: circle;
  margin: 4px auto
}

.faqs ul {
  padding: 10px 30px
}

.faqs b {
  font-weight: 400;
  color: #000
}

html {
  scroll-behavior: smooth
}

.container.faqs {
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.in-faqs h2#heading_01 {
  margin-top: 0
}

.custom_side_bar {
  background: #fff;
  padding: 10px 10px 20px 10px;
  max-width: 300px;
  height: 100vh;
  width: 100%;
  border-right: 1px solid #DADCDD;
  margin-right: 24px;
}

.custom_side_bar a {
  color: #707070;
  padding: 10px;
  display: block;
  font-weight: 400
}

.custom_side_bar a:hover {
  color: #157ef8
}

.custom_side_bar strong {
  color: #000;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  font-weight: var(--text-600)
}

.custom_side_bar br {
  display: none
}

.button_set {
  display: flex;
  gap: 10px
}

.button_set a {
  font-weight: 400 !important;
  padding: 10px 20px !important
}

.button_set a.btn.btn-outline {
  background: #fff;
  color: #1a81f8
}

.footer_middle {
  background: #157ef8;
  display: flex;
  align-items: center;
  padding: 32px 0
}

.footer_middle * {
  color: #fff !important
}

.footer_middle a.navbar-brand {
  filter: brightness(100)
}

.footer_middle h6 {
  margin: auto;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize
}

.footer_middle a.navbar-brand {
  padding: 0;
  display: block;
  margin-bottom: 10px
}

.footer_middle a.navbar-brand img {
  width: 80px
}

.footer_middle h5 {
  margin: 10px auto 0;
  width: 100%;
  display: flex;
  font-weight: 400;
  letter-spacing: 0
}

.footer_middle .address {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center
}

.footer_middle .address p {
  margin: 0
}

.footer_middle .address i {
  background: #f2f5f7;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 4px;
  color: #157ef8 !important
}

.footer_middle .row {
  display: flex;
  align-items: center
}

.entry-content.clearfix ol li {
  margin-bottom: 16px
}

.entry-content.clearfix ul li {
  margin-bottom: 8px
}

div#mysidebar a {
  display: flex;
  gap: 10px
}

b,
strong {
  font-weight: 500
}

div#trackheader {
  border-bottom: 2px solid #157ef8
}

.with_sidebar,
.container.faqs {
  flex-direction: row
}

.with_sidebar .content {
  width: calc(100% - 330px)
}

.with_sidebar {
  display: flex;
  gap: 20px
}

.with_sidebar .ads_fleet img {
  width: 260px
}

.with_sidebar .quick_links p {
  flex: 1 1 25%;
  min-width: 30%;
}

.with_sidebar .quick_links strong {
  font-weight: 500;
  line-height: 1.6rem;
}

.quick_links {
  margin-top: 50px !important
}

.mauer-narrator-related-posts {
  background: #fff;
  padding: 10px 0
}

.container-fluid.container-fluid-with-max-width.copyright .row {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.container-fluid.container-fluid-with-max-width.copyright li {
  list-style: none;
  margin: 7px;
  display: flex
}

.container-fluid.container-fluid-with-max-width.copyright p {
  margin: auto
}

.container-fluid.container-fluid-with-max-width.copyright div {
  display: flex;
  width: auto !important
}

.container-fluid.container-fluid-with-max-width.copyright div ul {
  display: flex;
  margin: auto;
  padding: 0
}

.container-fluid.container-fluid-with-max-width.copyright div.right-text div {
  display: flex;
  gap: 8px;
  width: auto
}

.container-fluid.container-fluid-with-max-width.copyright {
  padding-top: 24px;
  padding-bottom: 24px
}

.copyright li a {
  display: flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #434343;
  font-size: 20px;
}

.container-fluid.container-fluid-with-max-width.copyright div .col-sm-12.col-md-7 {
  width: auto
}

.container-fluid.container-fluid-with-max-width.copyright div .col-sm-12.col-md-2 {
  width: auto
}

.container-fluid.container-fluid-with-max-width.copyright div.right-text div.download-app img {
  width: 110px
}

.copyright li a:hover {
  color: #157ef8
}

.menu-stripe-wrapper {
  padding: 10px 0px;
}

.single-post .section-main-content .entry-content img,
.single-post .section-main-content .comment-content img,
.single-post .section-main-content .widget img {
  box-shadow: 1px 1px 41px 1px #7070702e;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid #fcfcfc;
  padding: 16px;
}

a.entry-thumb-link img {
  border-radius: 16px;
}

.more-link svg {
  fill: #167ef9;
}

span.more-link-span {
  text-transform: uppercase;
  font-weight: 500;
}

a.button-link.bigger-button-link {
  border-radius: 100px;
}

.row.both-navs-present {
  display: flex;
  justify-content: space-between;
}

.row.both-navs-present * {
  margin-left: 0px;
  margin-right: 0px;
}

.row.both-navs-present .col-xs-6.col-sm-3.col-sm-offset-3 {
  margin-right: auto;
}

.big-latest-textual-side {
  text-align: left;
}

.entry-meta,
.entry-meta * {
  text-transform: capitalize !important;
}

figcaption {
  margin: 10px auto !important;
  display: block !important
}

.section-tittle h6 {
  background: #e6f1ff;
  width: auto;
  display: inline-block;
  margin: auto auto;
  color: #157ef8;
  padding: 10px;
  border-radius: 5px
}

.section-tittle h2 {
  margin: 10px auto
}

section.light_blues img,
section.direct_compare img {
  margin: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important
}

.Comparisons {
  flex: 0 1 24%;
  border-radius: 10px;
  transition: .3s all .1s;
  transform: scale(1);
  background-color: #ffffff;
  border: 1px solid #daebff;
  padding: 20px;
  min-width: 20%;
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/print_new.png);
  border-width: 2px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.Comparisons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.Comparisons_all {
  display: flex;
  flex-direction: revert;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px
}

.table-responsive-lg img {
  max-width: 100px
}

.table-responsive-lg thead tr th {
  padding: 20px 10px;
  vertical-align: middle;
  align-items: center
}

.table-responsive-lg {
  width: 100%;
  overflow-x: auto
}

section.direct_compare img {
  max-width: 180px
}

section.direct_compare:nth-of-type(5) img,
section.direct_compare:nth-of-type(6) img {
  max-width: 100px
}

.Comparisons:hover {
  transition: .3s all .1s;
  transform: scale(.9)
}

.table-responsive-lg {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
  border: 4px solid #E4EEFA;
}

table.table.table-striped.table-bordered.table-hover {
  margin: auto;
}

table.table.table-striped.table-bordered.table-hover tr td {
  padding: 12px 10px;
}

table.table.table-striped.table-bordered.table-hover thead tr {
  background: #ffffff;
}

.table-responsive-lg thead th {
  text-align: center;
}

.table-responsive-lg thead th:first-child {
  text-align: left;
}

.table-responsive-lg tbody td {
  text-align: center;
}

.table-responsive-lg tbody td:first-child {
  text-align: left;
}

ol.alpha li {
  color: #000;
}

ul#menu-main li a {
  padding: 2px 12px;
}

.mauer-narrator-navbar .nav>li.menu-item.active>a {
  color: #157ef8;
}

ul#menu-main li a:hover {
  color: #157ef8;
}

.products_pages.container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
  box-sizing: border-box
}

.products_pages.container-fluid.container-fluid-with-max-width .entry-full>.row {
  margin: auto;
}

.products_pages .alignwide-width-reference {
  padding: 0px;
}

.table-responsive-lg {
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 0;
  border: 4px solid #E4EEFA;
  box-shadow: 1px 1px 21px 1px #e4eefa66;
}

.products_pages h1.entry-title.text-center,
.page-template-Landing_Template h1.entry-title.text-center {
  display: none;
}


section.section.home-hero-section {
  margin-top: -12px;
}

.col-md-12.alignwide-width-reference:empty {
  display: none
}

section.section {
  padding: 60px 0
}

.hero-content h2 {
  margin-top: auto
}

ul.listing_ul {
  list-style: none;
  padding: 0
}

ul.listing_ul li i {
  margin-right: 10px
}

.button-sets {
  display: flex;
  gap: 12px
}

.button-sets .btn-small {
  background: #fcfcfc;
  display: flex;
  min-width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.button-sets .btn-small:hover {
  background: #157ef8;
  color: #ffff
}

.download-app {
  display: flex;
  gap: 16px
}

section.light_blues {
  background: #e6f1ff
}

section.light_blues .section-tittle h6 {
  background: #fff
}

section.section.last {
  padding-bottom: 0px;
}

.review-list i.fa-star {
  color: #ff9800;
  margin-right: 6px
}

.review-list img {
  width: 40px
}

.bottom_title {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center
}

.review-list .bottom_title img {
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  margin: 0 !important;
  align-items: center
}

div#footer {
  margin: auto
}

.bottom_title cite {
  font-weight: 400;
}

.reviews-section .row.section-content {
  display: flex;
  align-items: center;
}

a.more-link.bnt-text h6 {
  margin: auto;
}

h6 {
  letter-spacing: 0;
}

section.section.content_section {
  padding: 10px 0px;
}

section#all_competitors {
  padding: 10px 0px;
}

.fleet_route_planner ul li {
  list-style: none;
  padding: 0
}

.fleet_route_planner ul {
  padding: 0
}

.fleet_route_planner h5 {
  letter-spacing: -3px;
  margin: 20px auto 0
}

.fleet_route_planner ul p {
  padding-left: 34px;
  margin: auto !important
}

.fleet_route_planner .section-content {
  display: flex;
  align-items: center;
}

section.section.home-hero-section a.btn.btn-outline-primary {
  background: #fff;
  border: #157ef8;
  color: #157ef8;
  text-decoration: underline;
}

.fleet_route_planner h5 {
  display: flex;
  gap: 14px
}

.bg_colors_light {
  background: #fff;
  padding: 16px 32px;
  border-radius: 10px
}

h6 {
  margin: 0px;
}

.row.section-content {
  display: flex;
  align-items: center;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #157ef8;
}

ul#menu-main .dropdown-menu li {
  padding: 8px 4px !important;
}

.Zeo_Comparison .row.section-content,
.direct_compare .row.section-content {
  flex-direction: column;
}

.Zeo_Comparison {
  margin-bottom: 32px;
}

.single-review .review-list {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  margin: auto auto 20px;
  border-radius: 10px;
}

.page-id-4420 .review-list .bottom_title img,
.page-id-4420 section.section.reviews-section.light_blues {
  display: none;
}

.role_main ul li {
  list-style: none;
  padding: 0
}

.role_main p {
  margin: 0px;
}

.role_main {
  display: flex;
  align-items: center;
}

.role_main ul img {
  margin: 0 !important
}

.role_main h5 {
  display: flex;
  gap: 14px
}

.role_main ul img {
  opacity: 1;
  margin-right: 7px
}

.page-id-4567 section.section.featured-product .container-fluid {
  max-width: 90%;
}

.hero-content a.btn.btn-primary {
  padding: 12px 16px;
}

.hero-content .button-sets {
  align-items: center;
}

.hero-content h1.title {
  margin-top: auto;
}

.home-hero-section+.reviews-section .review-list {
  margin: auto;
  background: transparent;
  border: 0px;
}

.footer_reviews .review-list {
  margin: auto;
  background: transparent;
  border: 0px;
}

.single-blogs img {
  width: 100%;
  border-radius: 12px
}

.single-blogs {
  margin-top: 24px
}

.single-blogs h3 {
  margin: 12px auto
}

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

.mobile_planner .section-tittle h6 {
  background: #e6f1ff !important
}

.home-hero-section .hero-image img {
  width: 100%
}

.row.section-content.brand-icons {
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 14px
}

.row.section-content.brand-icons .col-md-3 {
  min-width: 15%;
  flex: 0 1 15%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 12px;
}

.row.section-content.brand-icons:before {
  display: none
}

section.section.blogs-section,
.brand-product {
  text-align: center
}

section.section.blogs-section .blog-list {
  text-align: left
}

.navbar-nav>li>.dropdown-menu {
  border-radius: 8px
}


.ads_fleet.comp_footer {
  max-width: 1098px;
  margin: 30px auto;
  box-shadow: 1px 1px 11px 1px #00000012;
  padding: 8px 24px;
}

a.more-link.bnt-text h6 {
  background: #157ef8;
  color: #fff;
  padding: 10px 20px;
}

.home .ads_fleet.comp_footer {
  position: relative;
  margin-bottom: -40px;
  background: #fff;
}

.post-card.big .entry-thumb-wrapper img {
  width: 100%;
}

.top_singlebar img {
  width: 100%;
}

.top_singlebar h1.entry-title {
  margin: 0px !important;
}

.row.main_banner_homes .row.big-latest-row {
  background: #e6f1ff;
}

.row.main_banner_homes .left_images {
  padding-right: 0px;
}

.menu-stripe-flex-wrapped .menu-stripe-center {
  order: 2;
}

a.btn.btn-outline {
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.search .section-main-content {
  padding-top: 32px;
}


.page-template-Landing_Template div#trackheader,
.page-template-Landing_Template div#trackheader .menu-stripe-wrapper {
  background: transparent;
  border: 0;
  z-index: 99;
  position: relative
}

.page-template-Landing_Template div#trackheader .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  border: 0 !important;
  padding: 0px 20px;
}

.page-template-Landing_Template .menu-stripe-center {
  display: none
}

.page-template-Landing_Template .menu-stripe-right {
  display: none
}

.page-template-Landing_Template section.section.home-hero-section {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/Signup_Bdrop-1.png);
  margin-top: -110px;
  background-size: cover;
  padding: 160px 0
}

.page-template-Landing_Template div#trackheader .menu-stripe-wrapper .site-logo.mauer-logo-desktop.text-logo-wrapper {
  filter: brightness(100)
}

.page-template-Landing_Template .hero-content .button-sets a.btn.btn-primary.mr-3 {
  background: #fff;
  color: #067fea;
  border-radius: 50px;
  box-shadow: 1px 1px 90px 1px #06121ea8;
  border: 2px solid #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  transform: scale(1);
  transition: .3s all .1s;
}

.page-template-Landing_Template .hero-content .button-sets a.btn.btn-primary.mr-3:hover {
  background: #067fea;
  color: #fff;
  border-radius: 50px;
  box-shadow: 1px 1px 90px 1px #06121ea8;
  border: 2px solid #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  transform: scale(.9);
  transition: .3s all .1s;
}

.page-template-Landing_Template section.section.home-hero-section h1.title {
  color: #fff
}

.page-template-Landing_Template section.section.home-hero-section p {
  color: #fff
}

.page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #fff;
  background: transparent;
  text-decoration: underline;
  transform: scale(1);
  transition: .3s all .1s;
}

.page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary:hover {
  transform: scale(.9);
  transition: .3s all .1s;
}


.products_pages .container,
.footer_middle .container,
.reviews-section .container {
  max-width: 1280px !important;
  margin: auto;
  padding: 0px 44px;
}

.products_pages .container .main_images img {
  margin: auto !important;
  display: block;
}

.copyright .row div:nth-of-type(1) {
  margin-right: auto;
}

.copyright .row div:nth-of-type(3) {
  margin-left: auto;
}


section.section.progress_total {
  padding: 0
}

section.section.progress_total h2,
section.section.progress_total h4 {
  margin: 0
}

section.section.progress_total .container {
  background: #fff;
  max-width: 900px !important;
  margin-top: -80px;
  padding: 30px 50px;
  border-radius: 16px;
  box-shadow: 1px 1px 11px 1px #00000024
}

section.section.progress_total h2 {
  color: #096fe2;
  font-weight: 700
}

section.section.progress_total .container .col-md-4:last-child {
  padding-left: 80px
}

section.section.progress_total .container .col-md-4:nth-of-type(2) {
  padding-left: 80px
}

section.section.progress_total .container .col-md-4:nth-of-type(1) {
  padding-left: 50px
}

section.section.progress_total .container .br {
  border-right: 1px solid #ddd
}

.widgetized-area li {
  margin-bottom: 6px;
  line-height: normal;
}

.bottom_title cite,
.bottom_title cite i {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bottom_title cite {
  font-weight: 500;
}

.single-blogs.mids {
  margin-top: 24px;
}

.new_page_01 .box_block {
  display: flex;
  max-width: 800px;
  height: 540px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 1px 1px 120px 1px #00000050;
  padding: 16px;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  margin: auto;
  background: #fff
}

.new_page_01 .left_block {
  flex: 1 1 30%;
  background: linear-gradient(106deg, #057de9, #033561);
  padding: 14px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 30%;
  position: relative
}

.new_page_01 .signup_block img {
  width: 230px !important
}

.new_page_01 .signup_block .top_block {
  padding: 100px 60px
}

.new_page_01 .signup_block .top_block h4 {
  margin: 10px auto 30px;
  line-height: 2.2rem;
  font-size: 1.4rem
}

.new_page_01 .signup_block .top_block h2 {
  font-size: 2.6rem
}

.new_page_01 .left_block div img {
  width: 70px !important;
  filter: brightness(100);
  margin: 30px auto 0
}

.new_page_01 .left_block h2 {
  font-size: 1.6rem;
  margin: 30px auto;
  color: #8ec3f2;
  line-height: normal;
  font-weight: 300
}

.new_page_01 .left_block p img {
  width: 510px !important;
  position: absolute;
  max-width: 440px;
  left: 0
}

.new_page_01 .signup_block .button-sets button.btn.btn-link {
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 1.6rem
}

.new_page_01 .signup_block .button-sets button.btn.btn-link:after {
  content: ">";
  font-family: "Poppins"
}

.new_page_01 .signup_block .button-sets button.btn.btn-primary.mr-2 {
  font-size: 2rem
}

.new_page_01 .arrowdown {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 9px;
  z-index: 99
}

.new_page_01 .arrowdown i {
  background: #fff;
  display: flex;
  max-width: 30px;
  margin: auto;
  height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px
}

.new_page_01 section.section.home-hero-section {
  padding: 120px 0
}

.content h2 {
  font-size: 2.6rem;
}

.single_post_blog .top_singlebar {
  background: #fff;
  max-width: 1140px;
  width: 100%;
  margin: auto auto 32px;
  min-width: auto
}

.single_post_blog .top_singlebar .page_titles {
  padding: 0;
  padding-right: 20px !important
}

.steps span {
  height: 360px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 10px 0px
}

.steps span img {
  width: 100% !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  transform: scale(1.01);
  height: auto !important;
  max-height: max-content !important;
}

.steps {
  display: block;
  margin: 20px auto 40px;
}


.text-logo-wrapper a img {
  width: 70px;
}

.text-logo-wrapper {
  top: 0px !important;
}

.bitnami-corner-image-div,
div#bitnami-banner {
  display: none !important;
}

section.section.reviews-section.light_blues.home-top h6:last-child {
  background: #157ef8;
}

section.section.reviews-section.light_blues.home-top h6:last-child a {
  color: #fff;
}

a.btn-small {
  font-size: 2rem;
}


div#trackheader.darkHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff
}

iframe#player,
img#play_vid {
  width: 100%;
  height: 384px;
}

img#play_vid:hover {
  cursor: pointer;
  opacity: .9;
}

li#menu-item-3563 {
  margin-left: auto !important
}

li#menu-item-5247 {
  margin-left: auto !important
}

li#menu-item-5262 {
  margin-left: auto;
  display: none
}

li#menu-item-5213 {
  margin-left: auto;
  display: none
}

iframe.pricing_pages {
  width: 100%;
  border: 0;
  height: 1000px
}

.page-id-4993 .section-main-content .container-fluid.container-fluid-with-max-width {
  margin: auto;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden
}

.page-id-4993 .section-main-content h1.entry-title.text-center {
  display: none
}

.page-id-4993 .section-main-content .container-fluid.container-fluid-with-max-width .entry-content.clearfix {
  padding: 0px;
}

iframe.pricing_pages::-webkit-scrollbar {
  width: 0px;
}

.Zeo_Comparison .section-tittle.center-text {
  text-align: center;
  padding: 60px 0px;
}

.page-template-Full_width_Template .right_sldieing.Home_new img:nth-of-type(1) {
  max-width: 480px !important;
}

.page-template-Full_width_Template .right_sldieing.Home_new {
  left: 80% !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #F7F9FA;
}

.Zeo_Comparison .Comparisons {
  flex: 0 1 auto;
  min-width: auto;
  margin-bottom: 30px;
  border-radius: 100px;
  padding: 6px 16px;
}

.Zeo_Comparison .Comparisons_all {
  justify-content: center;
  align-items: center;
}

.Zeo_Comparison .Comparisons:hover {
  background: #ddecfe;
}

.Zeo_Comparison .Comparisons.active {
  background: #ddecfe;
}

.search_faqs input {
  height: 56px;
  max-width: 800px;
  margin: auto;
}


@media(min-width:1000px) and (max-width:1720px) {
  .hero-image iframe {
    float: right;
  }

  .post-card .bialty-container img {
    width: 100%;
    height: 310px
  }

  .container-fluid-with-max-width {
    max-width: 1280px;
    padding: 0 14px
  }

  .container {
    max-width: 1480px;
    width: 100%
  }

  .post-card.small img.attachment-mauer_narrator_thumb_3_softcropped {
    height: 260px;
    width: 100%
  }

  ul#menu-main li:before {
    display: none;
    font-weight: 400;
  }

  ul#menu-main li.btn {
    padding: 10px 20px !important
  }

  .row.main_banner_homes .row.big-latest-row {
    background: #fff;
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 20px;
    box-sizing: border-box !important
  }

  .big-latest-back {
    background: transparent;
    padding: 20px 0 0
  }

  .row.main_banner_homes .row.big-latest-row .right_image * {
    padding-left: 0 !important
  }

  .single_post_blog .top_singlebar .row {
    margin: auto;
  }

  .single_post_blog .top_singlebar {
    padding: 10px 14px;
    box-sizing: border-box;
  }

  .single .section-main-content .container-fluid {
    max-width: 1280px;
  }
}

@media(min-width:1721px) {
  .hero-image iframe {
    float: right;
  }

  .post-card .bialty-container img {
    width: 100%;
    height: 350px
  }

  .container-fluid-with-max-width {
    max-width: 1480px;
    padding: 0 14px
  }

  .container {
    max-width: 1480px;
    width: 100%
  }

  ul#menu-main li:before {
    display: none;
    font-weight: 400;
  }

  li#menu-item-3563 {
    margin-left: auto !important
  }

  ul#menu-main li.btn {
    padding: 12px !important
  }

  .menu-stripe-wrapper {
    padding: 10px
  }

  .container {
    max-width: 1480px !important;
  }

  .big-latest-textual-side {
    margin: auto;
    padding: 0px 6%;
  }

  section.section.progress_total .container {
    max-width: 900px !important;
  }

  .row.main_banner_homes .row.big-latest-row {
    background: #fff;
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 20px;
    box-sizing: border-box !important
  }

  .big-latest-back {
    background: transparent;
    padding: 20px 0 0
  }

  .row.main_banner_homes .row.big-latest-row .right_image * {
    padding-left: 0 !important
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    max-width: 1480px !important;
    margin: auto;
    padding: 0 44px;
  }

  .single_post_blog .top_singlebar .row {
    margin: auto;
  }

  .single_post_blog .top_singlebar {
    max-width: 1480px;
    padding: 10px 14px;
    box-sizing: border-box;
  }

  .single .section-main-content .container-fluid {
    max-width: 1480px;
  }

  iframe#player,
  img#play_vid {
    width: 100%;
    height: 450px;
  }
}

body:not(.blog) .menu-stripe-wrapper {
  border: 0px !important;
}

.widgetized-area-column {
  position: relative;
  z-index: 99;
}

@media(min-width:1000px) and (max-width:1320px) {
  div#custom_html-3 .awards .award img {
    width: 72px;
    height: auto;
  }

  ul#menu-main li a {
    font-size: 100%;
    padding: 0px 6px;
  }

  .text-logo-wrapper a img {
    width: 70px !important;
  }

  ul#menu-main li a i {
    margin: 0px 4px;
  }

  .menu-stripe-wrapper {
    padding: 0px;
  }

  .text-logo-wrapper {
    top: 0px !important;
  }

  div#footer ul li a,
  div#footer ul li {
    font-size: 14px;
    line-height: normal;
  }

}

@media(max-width:1024px) {
  .mauer-narrator-navbar .navbar-toggle {
    z-index: 999
  }

  .mauer-narrator-preloader,
  .mauer-narrator-preloader.mauer-narrator-preloader-hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
  }
}

@media(max-width:680px) {
  .quick_links {
    gap: 10px;
    flex-direction: column
  }

  .quick_links p {
    flex: 1 1 100%;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 5px auto
  }

  .top_singlebar {
    display: flex;
    flex-direction: column
  }

  .top_singlebar .entry-meta {
    text-align: center !important
  }

  .top_singlebar h1.entry-title {
    text-align: center !important
  }

  .top_singlebar upper-elements-col {
    flex: 1 1 100%;
    min-width: 100%
  }

  .top_singlebar .alignwide-width-reference {
    flex: 1 1 100%;
    min-width: 100%
  }

  ul#menu-main {
    flex-direction: column;
    gap: 10px
  }

  ul#menu-main * {
    display: flex;
    flex: 1 1 100%;
    min-width: 70%;
    margin: auto !important;
    text-align: center;
    justify-content: center;
    align-items: center
  }

  div#mysidebar {
    display: none
  }

  .with_sidebar {
    flex-direction: column;
    width: 100%
  }

  .with_sidebar .content {
    width: 100%
  }

  .ads_fleet {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }

  html body .ads_fleet .fleet_content {
    flex: 0 1 100% !important;
    min-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important
  }

  .button_set {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%
  }

  .button_set a {
    width: 100%;
    max-width: 300px
  }

  .with_sidebar .ads_fleet img {
    width: 100%
  }

  .ads_fleet img {
    width: 100%
  }

  .row.both-navs-present,
  .footer_middle .row {
    flex-direction: column;
  }

  .row.both-navs-present * {
    margin: 2px auto;
    width: 100%;
  }

  .container-fluid.container-fluid-with-max-width.copyright .row {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .footer_middle .row {
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row.section-content {
    flex-direction: column;
  }

  .ads_fleet.comp_footer {
    margin: 12px auto;
    padding: 8px;
  }

}

div#trackheader.darkHeader {
  animation: fade-bottom .8s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@-webkit-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


@-o-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@-moz-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


@-ms-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


@keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.loader * {
  box-sizing: border-box;
}

.loader {
  width: 100%;
  overflow: hidden;
  display: flex;
  height: 100%;
  position: fixed;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .8);
}

.loader .bar {
  width: 100%;
  position: absolute;
  height: 5px;
  background-color: dodgerblue;
  animation-name: loader-animation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
}

.loader img {
  width: 70px;
  margin: 10px auto;
}

.bar_bg {
  background: #f4f4f4;
  position: relative;
  max-width: 560px;
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 100px;
}

.inner_container {
  margin: auto;
  width: 200px;
  text-align: center;
}

li#menu-item-5200 a:after {
  content: "New";
  background: #157ef8;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -12px;
  left: 4px;
  font-size: 9px;
  padding: 1px 2px;
  border-radius: 2px;
}

li#menu-item-5247 a:after {
  content: "New";
  background: #157ef8;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -12px;
  left: 4px;
  font-size: 9px;
  padding: 1px 2px;
  border-radius: 2px;
}


.page.page-id-5245 div#trackheader {
  display: none
}

.page.page-id-5245 h1.entry-title.text-center {
  display: none
}

.page.page-id-5245 section.section.reviews-section.light_blues.footer_reviews {
  display: none
}

.page.page-id-5245 div#footer {
  display: none
}

.page.page-id-5245 .section-main-content {
  background: linear-gradient(#2196f3, #2196f3), linear-gradient(115deg, #afafaf 0%, #003d8d 100%), linear-gradient(245deg, #a8dcff 0%, #007fd4 100%), radial-gradient(120% 225% at 100% 0%, #fff 0%, #000 100%), radial-gradient(90% 160% at 0% 100%, #ffbed1 0%, #E42C64 40%, #614AD3 calc(40% + 1px), #614AD3 60%, #2D248A calc(60% + 1px), #24488a 70%, #121B74 calc(70% + 1px), #121B74 100%), linear-gradient(100deg, #48466F 9%, #48466D 45%, #3D84A8 calc(45% + 1px), #3D84A8 85%, #2196f3 calc(85% + 1px), #2196f3 90%, #ABEDD8 calc(90% + 1px), #ABEDD8 100%);
  background-blend-mode: hue, overlay, overlay, overlay, overlay, normal;
  height: 100vh;
  overflow: hidden;
  background-size: cover
}

.page.page-id-5245 .section-main-content * {
  background: transparent;
  color: #fff
}

.page.page-id-5245 {
  padding: 0px;
  overflow: hidden
}

.page.page-id-5245 .section-main-content .metrix_new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 92vh;
  max-width: 800px;
  margin: auto;
  padding: 0 30px
}

.page.page-id-5245 .section-main-content .metrix_new img.aligncenter.size-medium.wp-image-5226.lazyloaded {
  filter: brightness(100);
  width: 80px;
  margin-bottom: 40px;
}

.page.page-id-5245 .section-main-content .metrix_new img.aligncenter.size-full.wp-image-5281.lazyloaded {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: block
}

.page.page-id-5245 .mob-menu-logo-holder {
  display: none
}

.page.page-id-5245 .mob-menu-header-holder.mobmenu {
  display: none
}

.page.page-id-5245 .section-main-content strong {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 10px auto;
  max-width: 500px;
  width: 100%;
  line-height: normal
}

.page.page-id-5245 .section-main-content img.attachment-mauer_narrator_cover_thumb.size-mauer_narrator_cover_thumb.wp-post-image.lazyloaded {
  display: none;
}

.page.page-id-5245 .entry-thumb {
  padding: 0px !important;
}

.page.page-id-5245 .section-main-content ul.share_now.left-text {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.page.page-id-5245 .section-main-content ul.share_now.left-text:before {
  content: "SHARE ON"
}

.page.page-id-5245 .section-main-content ul.share_now.left-text li {
  min-width: 32px;
  height: 32px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 20px auto;
  background: #fff
}

.page.page-id-5245 .section-main-content ul.share_now.left-text li a i {
  color: #005faa !important;
  font-size: 1.6rem
}

.lightweight-accordion .lightweight-accordion-title span {
  font-size: 14px !important;
}


.footer_middle {
  background-position: center center;
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/home_new_01.png);
  padding: 140px 0;
  background-size: cover
}

.footer_middle h2 {
  margin: auto
}

.footer_middle a.btn {
  border-radius: 100px
}

.footer_middle div {
  text-align: center
}

.footer_middle .button_set {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 42px
}

div#media_image-2 img {
  width: 70px;
}

div#custom_html-5 p {
  margin-bottom: 8px;
  color: #000;
  font-weight: 500;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) {
  width: 70%;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(1) {
  width: 44%;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) {
  width: 56%;
  padding-left: 0px;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) {
  width: 30%;
}

.copyright .col-sm-12.col-md-5 {
  display: flex;
  align-items: center;
  gap: 16px;
}

div#custom_html-6 .awards {
  padding: 10px;
  background-size: 100% 100%;
  width: 100%;
  background-color: #f7f9fc;
  border-radius: 16px;
}

div#custom_html-6 .awards .content {
  display: flex;
  align-items: center;
}

div#custom_html-6 .awards .award {
  display: flex;
}

div#custom_html-6 .awards h2 {
  margin: 10px auto;
  font-size: 13px;
  flex: 1 1 50%;
}

div#custom_html-6 .awards .award img {
  width: 78px;
  height: 90px;
  margin: 0px;
}

div#custom_html-6 .awards h2 span {
  color: orange;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) .widgetized-area {
  gap: 16px;
  display: flex;
}

.support_logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

.support_logo img {
  width: 110px;
  margin: 0px;
}

.support_logo a.ycomb img {
  width: 180px;
}

.widget:not(.widget_tag_cloud) a {
  color: #707070;
}

.widgetized-area .download-app {
  display: flex;
  flex-direction: column;
}

.footer_middle .button_set a.btn.btn-primary-outline {
  background: #fff;
  color: #157ef8 !important;
  font-weight: 500;
}

.page-id-5300 h1.entry-title.text-center {
  display: none;
}

div#trackheader {
  border-bottom-color: #f2f2f2;
}

.center_titles {
  text-align: center
}

.center_titles span.under_line {
  position: relative
}

.center_titles h2 {
  font-weight: 800;
  font-size: 42px;
}

span.under_line {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/09/Vector-1.png);
  content: "";
  width: 100px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 9px;
  background-size: auto
}

.awards._page_section {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/bg_01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 81px 24px
}

.awards._page_section .content {
  display: flex;
  align-items: center;
  padding: 0 92px
}

.awards._page_section .content div {
  flex: 1 1 50%;
  justify-content: space-between
}

.awards._page_section .content .award br {
  display: block
}

.awards._page_section .content .award {
  display: flex;
  min-width: 50%;
  justify-content: flex-end;
  align-items: center;
  gap: 24px
}

.awards._page_section .content .award img {
  width: 160px;
}

.awards._page_section .content h2 {
  margin: 10px auto;
  font-weight: var(--text-600)
}

.awards._page_section .content h2 a {
  font-weight: var(--text-600)
}

.awards._page_section .content h2 span {
  color: orange
}

summary.lightweight-accordion-title:after,
details[open] summary.lightweight-accordion-title:after {
  font-size: 20px;
  font-weight: 400
}

.lightweight-accordion .lightweight-accordion-title {
  background: transparent !important;
  border: 0;
  color: #000
}

.lightweight-accordion {
  border: 1px solid #ddd;
  border-radius: 10px
}

.lightweight-accordion details {
  background: transparent
}

.lightweight-accordion .lightweight-accordion-title h3 {
  font-weight: 500 !important;
  color: #111111;
  font-size: 1.6rem !important;
}

.lightweight-accordion details[open] summary.lightweight-accordion-title {
  border-bottom: 1px solid #ddd !important;
  cursor: pointer;
}

.lightweight-accordion details summary.lightweight-accordion-title {
  border: 0px !important;
}

.lightweight-accordion .lightweight-accordion-title span {
  font-size: 1.2rem !important;
}

.footer_reviews .center-text {
  text-align: center;
  margin-bottom: 60px
}

.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
  display: none
}

.footer_reviews .item-content-wrapper {
  background: #fff !important;
  border-radius: 16px !important;
  border: 2px solid #ddd;
  min-height: 320px
}

.bottom_title i {
  color: #687A8F
}

.footer_reviews .review-list a {
  color: #000
}

.page-id-5300 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
  overflow: hidden;
}

.driver_numbers section.section.brand-product.light_blues {
  margin-top: 80px;
  text-align: center;
  background: #F4F5F6;
}

.driver_numbers section.section.brand-product.light_blues a {
  border-radius: 100px;
  margin: 40px auto auto
}

.driver_numbers section.section.brand-product.light_blues .col-md-3 {
  background: transparent;
  flex: 1 1 7%;
  min-width: auto;
  gap: 0;
  filter: grayscale(1);
  padding: 3px
}

.driver_numbers section.section.brand-product.light_blues .row.section-content.brand-icons {
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.page-id-5300 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}



.page-id-5300 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) .col-md-6.widgetized-area-column:nth-of-type(2) {
  position: relative;
  left: 4px
}

div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) .col-md-6.widgetized-area-column:nth-of-type(2) * {
  padding-right: 0 !important;
  width: 100%
}

.page-template-Landing_Template .footer-wrapper.landing_pages_only .footer_middle {
  padding: 32px 0;
  background: #157ef8
}

.page-template-Landing_Template .footer-wrapper.landing_pages_only .footer_middle h6 {
  text-align: left
}

div#custom_html-5 a {
  color: #000;
}



.bialty-container .driver_numbers,
.bialty-container .container {
  z-index: 9;
  position: relative;
}

.entry-full {
  position: relative;
}

.my-video img#play_vid {
  height: auto;
}

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

.center_titles a.btn.btn-primary {
  margin: auto;
  border-radius: 16px;
  font-size: 1.6rem;
  padding: 16px 42px !important;
  box-shadow: 1px 1px 21px 1px #c4c4c4;
}

.driver_numbers.home_part_02 section.section.brand-product.light_blues {
  background: transparent;
  margin: auto;
  padding: 60px 0px 60px;
}

.driver_numbers.home_part_02 section.section.brand-product.light_blues .col-md-3 {
  flex: 0 1 15%;
  min-width: 15%;
  filter: none
}

.driver_numbers.home_part_02 section.section.brand-product.light_blues .row.section-content.brand-icons {
  display: flex;
  flex-wrap: wrap
}

.driver_numbers.home_part_02 section.section.brand-product.light_blues img.lazyloaded.ls-is-cached {
  margin: 0
}

.section-tittle h2,
.section-tittle h2 a,
.section-tittle h1,
.section-tittle h1 a {
  font-weight: 800;
}

.feature_content .light_blues {
  background: #ECF5FF;
  padding: 20px 32px;
  border-radius: 20px
}

.feature_content .light_grays {
  background: #F4F5F6;
  padding: 20px 32px;
  border-radius: 20px
}

.feature_content img {
  width: 100%;
  margin-top: 90px
}

.feature_content .light_blues,
.feature_content .light_grays {
  max-height: 676px;
  overflow: hidden
}

.feature_content .light_blues img {
  width: 100%;
  min-width: 150%
}

.row.feature_content {
  margin-top: 22px
}

.row.feature_content h2 {
  font-size: 2rem
}

.row.feature_content .btn {
  border-radius: 100px
}

i.fa.fa-arrow-right {
  margin-left: 6px;
  font-size: 12px
}

.feature_content .light_grays img {
  margin-top: 40px;
}

span.primart_light,
span.primart_light a {
  color: #157ef8;
  font-weight: 600;
}

section.section.feature_innersss {
  padding-top: 10px;
}


section.section.about_download .CROSS {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/Mask-group.webp);
  background-size: 100% 100%;
  overflow: hidden;
  padding: 40px 0 0 100px
}

section.section.about_download .CROSS img {
  width: 100%;
  min-width: 114%
}

section.section.about_download .CROSS * {
  color: #fff
}

a.btn-small.with_btn {
  background: #fff;
  border-radius: 100px;
  color: #157ef8 !important;
  min-width: 33px;
  min-height: 32px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center
}

a.btn-small.with_btn:hover {
  color: #fff;
  background: #157ef8
}

a.btn-small.with_btn i {
  color: #157ef8 !important
}

a.btn-small.with_btn:hover i {
  color: #fff !important
}

section.section.about_download .button_set {
  gap: 24px
}

section.section.about_download a.btn.btn-primary.white {
  border-radius: 100px;
  padding: 10px 40px !important;
  background: #fff;
  color: #157ef8;
  font-weight: var(--text-600) !important
}

section.section.about_download h2.white {
  color: #9CC8FB !important;
  margin: auto auto 80px
}

section.section.about_download h2 {
  font-weight: var(--text-600);
  margin-bottom: auto
}

.col-md-12.section-tittle.center-text {
  text-align: center;
}

.feature_content_new_01 .col-md-4 {
  margin-top: 100px;
}



.page-id-4993 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
  overflow: hidden;
}

.page-id-4993 h1.entry-title.text-center {
  display: none;
}

.page-id-4993 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-4993 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 1420px !important;
}

.page-id-4993 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}


.page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
}

.page-id-3519 h1.entry-title.text-center {
  display: none;
}

.page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 100% !important;
  padding: 0px;
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/05/bg-3.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
  margin-bottom: 70px;
  margin-top: -100px;
  padding-top: 100px;
}

.page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

.page-id-3519 div#trackheader {
  background: transparent !important;
  border: 0px !important;
}

.page-id-3519 .section-main-content {
  margin-top: -100px;
  width: 100%;
}

.page-id-3519 .container-fluid.container-fluid-with-max-width {
  width: 100%;
}

.page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .row {
  margin: auto;
}

input#searchBar {
  border-radius: var(--radiusMd, 12px);
  border: 1px solid var(--Gray-300, #DBD9DE);
  background: var(--Base-white, #FFF);
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 620px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 9px !important;
}

.page-id-3519 .col-md-12.alignwide-width-reference {
  padding: 0px;
}

.page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width span.under_line {
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.page-id-8719 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
}

.page-id-8719 h1.entry-title.text-center {
  display: none;
}

.page-id-8719 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-8719 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 100% !important;
  padding: 0px;
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/05/bg-3.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
  margin-bottom: 70px;
  margin-top: -100px;
  padding-top: 100px;
}

.page-id-8719 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

.page-id-8719 div#trackheader {
  background: transparent !important;
  border: 0px !important;
}

.page-id-8719 .section-main-content {
  margin-top: -100px;
  width: 100%;
}

.page-id-8719 .container-fluid.container-fluid-with-max-width {
  width: 100%;
}

.page-id-8719 .section-main-content .container-fluid.container-fluid-with-max-width .row {
  margin: auto;
}

input#searchBar {
  border-radius: var(--radiusMd, 12px);
  border: 1px solid var(--Gray-300, #DBD9DE);
  background: var(--Base-white, #FFF);
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 620px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 9px !important;
}

.page-id-8719 .col-md-12.alignwide-width-reference {
  padding: 0px;
}

.page-id-8719 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width span.under_line {
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.page-id-8715 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
}

.page-id-8715 h1.entry-title.text-center {
  display: none;
}

.page-id-8715 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-8715 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 100% !important;
  padding: 0px;
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/05/bg-3.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
  margin-bottom: 70px;
  margin-top: -100px;
  padding-top: 100px;
}

.page-id-8715 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

.page-id-8715 div#trackheader {
  background: transparent !important;
  border: 0px !important;
}

.page-id-8715 .section-main-content {
  margin-top: -100px;
  width: 100%;
}

.page-id-8715 .container-fluid.container-fluid-with-max-width {
  width: 100%;
}

.page-id-8715 .section-main-content .container-fluid.container-fluid-with-max-width .row {
  margin: auto;
}

input#searchBar {
  border-radius: var(--radiusMd, 12px);
  border: 1px solid var(--Gray-300, #DBD9DE);
  background: var(--Base-white, #FFF);
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 620px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 9px !important;
}

.page-id-8715 .col-md-12.alignwide-width-reference {
  padding: 0px;
}

.page-id-8715 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width span.under_line {
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-id-8717 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
}

.page-id-8717 h1.entry-title.text-center {
  display: none;
}

.page-id-8717 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-8717 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 100% !important;
  padding: 0px;
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/05/bg-3.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
  margin-bottom: 70px;
  margin-top: -100px;
  padding-top: 100px;
}

.page-id-8717 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

.page-id-8717 div#trackheader {
  background: transparent !important;
  border: 0px !important;
}

.page-id-8717 .section-main-content {
  margin-top: -100px;
  width: 100%;
}

.page-id-8717 .container-fluid.container-fluid-with-max-width {
  width: 100%;
}

.page-id-8717 .section-main-content .container-fluid.container-fluid-with-max-width .row {
  margin: auto;
}

input#searchBar {
  border-radius: var(--radiusMd, 12px);
  border: 1px solid var(--Gray-300, #DBD9DE);
  background: var(--Base-white, #FFF);
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 620px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 9px !important;
}

.page-id-8717 .col-md-12.alignwide-width-reference {
  padding: 0px;
}

.page-id-8717 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width span.under_line {
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.three-groupon .container {
  display: flex;
  gap: 24px;
  justify-content: space-between
}

.three-groupon .container .item {
  border-radius: var(--radius2XL, 24px);
  border: 1px solid var(--Gray-100, #ECEFF3);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 2px 32px -4px rgba(35, 25, 59, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex: 1 1 32%;
}

.three-groupon .container .item i {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #157EF8;
  background: #f2f8ff;
  border-radius: 100px;
  font-size: 32px
}

.three-groupon .container .item h2 {
  color: var(--Gray-800, #272D35);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 40px auto 20px
}

.three-groupon .container .item p {
  color: var(--Gray-600, #56606C);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%
}

.three-groupon .container .item a {
  width: 100%;
  min-width: 100%;
  display: block;
  margin-top: 40px
}

.page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0px;
  overflow: hidden;
}

.page-id-4567 h1.entry-title.text-center {
  display: none;
}

.page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container {
  max-width: 1220px
}

.page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 1060px !important;
}

.page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container iframe.lazyloaded {
  max-width: 99.9%;
}

.primary_text {
  color: #167ef7 !important;
}

.primary_text a {
  color: #167ef7 !important;
}

.right_sldieing {
  position: absolute !important;
  left: 90% !important;
  top: 80px !important;
  z-index: 9 !important;
  transform: translate(40px, 10px);
}

.right_sldieing img:nth-of-type(1) {
  transform: translate(10px, -30px);
  position: absolute !important;
  z-index: -1 !important;
}

.left_sldieing_01 {
  position: absolute !important;
  right: 90% !important;
  top: 140px !important;
  transform: translate(-100px, 10px);
}

.left_sldieing {
  position: absolute !important;
  right: 90% !important;
  top: 41% !important;
  z-index: 9 !important;
  transform: translate(-60px, 10px);
}

.left_sldieing img:nth-of-type(2) {
  position: absolute !important;
  z-index: -1 !important;
  bottom: 0px;
  transform: translate(-40px, 10px);
}

.right_sldieing.bottom {
  top: 97% !important;
}

.right_sldieing.Home_new img:nth-of-type(1) {
  z-index: 1 !important;
  position: relative !important;
  transform: none;
  max-width: 700px !important;
  width: 100% !important;
}

.right_sldieing.Home_new {
  top: -300px !important;
  max-width: 700px;
  transform: none;
  left: 72% !important;
  width: 100%;
}

.right_text_anime {
  position: absolute;
  top: 90px;
  left: 60%;
}

.right_text_anime img {
  width: 80px;
}

.left_circle_anime {
  position: absolute;
  top: 7%;
  left: 0px;
  transform: translate(-60px, 10px);
}

.left_circle_anime img.first {
  position: absolute;
  right: 0px;
}

.right_circle_anime {
  position: absolute;
  top: 7%;
  left: 78%;
}

.left_circle_anime_01 {
  position: absolute;
  top: 39%;
  transform: translate(-100px, 10px)
}

.left_circle_anime_01 img {
  width: 200px
}

.right_anime_02 {
  position: absolute;
  top: 35%;
  left: 88%;
}

.right_anime_02 img.first {
  position: absolute;
  bottom: -20px;
  right: 15px;
  z-index: 1;
  width: 50px;
}

.right_anime_02 img {
  position: relative;
  z-index: 2;
}

.right_circle_anime_01 {
  position: absolute;
  top: 56%;
  left: 86%;
  transform: translate(100px, 10px)
}

.right_circle_anime_01 img {
  width: 200px
}


.left_anime_02 {
  position: absolute;
  top: 62%;
  left: 12%;
}

.left_anime_02 img.first {
  position: absolute;
  bottom: -20px;
  left: 15px;
  z-index: 1;
  width: 50px;
}

.left_anime_02 img {
  position: relative;
  z-index: 2;
}

.left_anime_03 {
  position: absolute;
  top: 81%;
  left: 6%;
}

.left_anime_03 img.first {
  position: absolute;
  top: -80px;
  right: -40px;
  z-index: 1;
  width: 70px;
}

.left_anime_03 img {
  position: relative;
  z-index: 2;
  width: 170px;
}

.right_anime_02.bottom {
  top: 94%;
}

.row.feature_content_new_01 .btn {
  border-radius: 100px;
}

.new_home_blogs .single-blogs {
  border: 1px solid #ddd;
  margin: 10px;
  padding: 0;
  border-radius: 16px
}

.new_home_blogs .single-blogs .blog-list {
  padding: 20px
}

.new_home_blogs .single-blogs img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.blog-list p {
  margin: 20px auto auto
}

.blog-list p i {
  font-size: 8px
}

.blog-list p a {
  font-size: 1.4rem
}

section.section.last.blogs-section.new_home_blogs a.more-link.bnt-text {
  display: block;
  margin: 40px auto 50px;
}

div#custom_html-5 a {
  color: #000;
}

.page-template-Landing_Template .fixed_right {
  position: fixed;
  right: -76px;
  top: 140px;
  transform: rotate(90deg);
  text-transform: uppercase;
  z-index: 99
}

.page-template-Landing_Template .fixed_right a {
  background: #035fc0;
  font-size: 17px !important;
  letter-spacing: 2px
}

.page-template-Landing_Template div#trackheader.darkHeader {
  display: none
}

.page-template-Landing_Template a.logo-link {
  pointer-events: none;
}


.center_titles .button_set {
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 40px auto 72px
}

.center_titles .button_set a {
  margin: 0 !important
}

.center_titles .button_set a.btn-primary-outline {
  border: 1px solid;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.center_titles .button_set a.btn {
  min-width: 200px
}

.lightweight-accordion-body ul,
.lightweight-accordion-body ol {
  margin-top: 10px;
}

.lightweight-accordion-body ul li,
.lightweight-accordion-body ol li {
  margin: 2px auto;
  color: #111111;
}

.lightweight-accordion-body p {
  color: #111111;
}

img.alignnone.size-full.wp-image-5859.lazyloaded {
  border-radius: 12px;
}

span.setup {
  position: absolute;
  z-index: 9
}

img.alignnone.size-full.wp-image-5859.lazyloaded {
  margin-top: 80px
}

img.alignnone.size-full.wp-image-5862.lazyloaded {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-6deg)
}

span.setup span {
  font-size: 12px;
  position: absolute;
  color: #fff;
  top: 40px;
  transform: rotate(-4deg);
  left: 40px;
  width: 104px;
  line-height: normal;
  text-align: center;
  font-family: 'Poppins';
  font-weight: var(--text-600)
}

html[lang="auto"] .setup span {
  font-size: 14px;
}

html[lang="en"] .setup span {
  font-size: 14px;
}

html[lang="en-US"] .setup span {
  font-size: 14px;
}

.home iframe#player {
  height: 620px;
  width: 1100px;
}

.btn {
  border-radius: 100px;
}

.left_curcular.center {
  position: absolute;
  top: 0%;
  left: 0px;
}

.left_curcular.left {
  position: absolute;
  top: 24%;
  z-index: 99;
}


/*Radio Box Mode*/
.my-radiobox {
  background: #d6e9ff !important;
  display: flex;
  border-radius: 100px;
  flex-direction: row;
  max-width: 320px;
  width: 100%;
  padding: 6px;
  margin: 20px auto;
  position: relative
}

.my-radiobox .radiobox {
  display: none
}

.my-radiobox .radiobox:checked+label {
  background: transparent;
  border-radius: 100px;
  transition: all .3s 0s;
  transform: translate(0);
  color: #157ef8;
  opacity: 1
}

.my-radiobox .radiobox+label {
  border: 0;
  color: #111;
  font-size: .8rem;
  transition: all .3s 0s;
  margin: auto;
  padding: 6px;
  font-weight: var(--text-600);
  opacity: .5;
  z-index: 9;
  position: relative;
  z-index: 1;
  width: 50%;
  font-size: 1.4rem;
  color: #157ef8;
  cursor: pointer;
  border-radius: 6px;
  flex-grow: 1;
  text-align: center
}

.my-radiobox .scroller_active {
  position: absolute;
  background: #fff;
  height: 36px;
  border-radius: 100px;
  transform: translateX(0);
  transition: all .3s 0s;
  box-shadow: 0 8px 20px -8px #acacac
}

.my-radiobox .scroller_active {
  width: calc(100% / 2)
}

.my-radiobox .radiobox:checked+label.yearly_plan:nth-of-type(1)+.radiobox+label.yearly_plan:nth-of-type(2)+.scroller_active {
  transform: translateX(calc(100% / 100%));
  transition: .3s all 0s
}

.my-radiobox .radiobox+label.yearly_plan:nth-of-type(1)+.radiobox:checked+label.yearly_plan:nth-of-type(2)+.scroller_active {
  transform: translateX(calc(92% / 1));
  transition: .3s all 0s
}


.mobile_fea span.setup {
  right: 110px;
  top: 0;
}

.mobile_fea img.alignnone.size-full.wp-image-5859.lazyloaded {
  margin-left: auto;
}

.mobile_fea span span {
  left: 4px;
  top: 50px;
}

.mobile_fea .col-md-8.main_fleet_own {
  padding-right: 120px;
}

.feature_inners_new_01 .my-radiobox {
  position: absolute;
}

div#desktop_fea,
div#mobile_fea {
  min-height: 690px;
}

/**Full width teample**/

.page-template-Full_width_Template div#trackheader+.container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden
}

.page-template-Full_width_Template ._page_faqs {
  background: #F5F7FA
}

.page-template-Full_width_Template ._page_faqs .lightweight-accordion {
  background: #fff
}

.page-template-Full_width_Template .driver_numbers section.section.brand-product.light_blues {
  background: #fff
}

.page-template-Full_width_Template .entry-full {
  padding: 0
}

.page-template-Full_width_Template .entry-content {
  padding-bottom: 0 !important
}

.page-template-Full_width_Template ._page_faqs {
  padding-bottom: 30px
}

/**Contact page width teample**/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 14px;
}

.contact_form p {
  display: flex;
  flex-direction: column
}

.contact_form input,
.contact_form textarea {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  width: 100%
}

.contact_form label {
  font-weight: 400
}

.contact_form p.captcha {
  flex-direction: row
}

.contact_form p.captcha input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 120px;
  width: 120px;
}

.contact_new {
  padding-top: 120px;
  flex-direction: row;
  display: flex;
  justify-content: space-between
}

.contact_titles h1 {
  font-weight: 700;
  margin-top: 0
}

.page-template-Full_width_Template .bialty-container .container {
  padding: 0 44px
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  background: #ddd;
  background: linear-gradient(88.03deg, #167EF7 40.44%, #167EF7 140.23%);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2)
}

.contact_form p {
  flex: 1 1 48%;
  min-width: 48%;
  align-items: center;
  display: flex;
  text-align: left;
  flex-direction: column
}

.contact_form p * {
  width: 100%
}

.con_form {
  flex: 1 1 45%
}

.contact_form p:nth-of-type(5) {
  flex: 1 1 100%;
  min-width: 100%
}

.contact_titles {
  flex: 1 1 30%;
  min-width: 30%;
  padding-right: 80px
}

.primary_text {
  color: #157ef8;
  margin: 0
}

span.wpcf7-spinner {
  position: absolute;
}

p.captcha img {
  min-height: 50px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: #fff;
  background: #2e6da4;
  border-color: #2e6da4
}

/* .page-id-241 .left_sldieing_01{    transform: translate(220px,10px);    right: 0px !important;} */
/* .page-id-241 .right_sldieing{left:30%!important;width:130px} */
/* .page-id-241 .right_sldieing img:nth-of-type(1){transform:translate(0px,-30px);right:0;width:50px;top:17px} */

.welcome_extentions .my-video {
  background: url('https://zeorouteplanner.com/wp-content/uploads/2023/01/Group-11851.png');
  background-repeat: no-repeat;
  background-position: center;
}

.features_extentions-in {
  background-image: url('https://zeorouteplanner.com/wp-content/uploads/2023/01/Mask-group-2.png');
  background-size: 100% 100%;
  padding: 40px;
  display: flex;
}


.features_extentions h1 {
  margin: auto
}

.welcome_extentions .my-video {
  padding: 20px;
  background-size: auto 100%
}

.welcome_extentions .my-video .container.top_less_width iframe,
.welcome_extentions .my-video .container.top_less_width img {
  height: 582px !important;
  max-width: 1035px
}

/*Section accordion*/
.features_extentions .lightweight-accordion {
  border: 0
}

.features_extentions .lightweight-accordion summary.lightweight-accordion-title {
  border: 0 !important
}

.features_extentions-in .lightweight-accordion details summary.lightweight-accordion-title {
  border: 0 !important
}

.features_extentions-in .lightweight-accordion details span {
  background: #DAE1E9;
  box-shadow: 1px 1px 1px 1px #00000012;
  width: 32px;
  min-width: 45px;
  padding: 10px;
  font-size: 20px !important;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  position: relative;
  margin-left: -40px;
  margin-right: 16px;
  color: #000000;
}

.features_extentions-in .lightweight-accordion details[open] span {
  background: #fff;
  color: #157ef8
}

.features_extentions-in .lightweight-accordion details span.hide-below-500 {
  display: none
}

.features_extentions-in .lightweight-accordion details span.show-above-500 {
  box-shadow: none;
  min-width: 0;
  width: auto
}

.features_extentions-in .lightweight-accordion details .lightweight-accordion-body {
  padding-top: 0 !important;
  padding-left: 39px !important
}

.features_extentions-in .lightweight-accordion details h3 {
  color: #000;
  font-size: 20px !important;
  font-weight: var(--text-600) !important
}

.features_extentions-in summary.lightweight-accordion-title:after,
.features_extentions-in details summary.lightweight-accordion-title:after {
  position: relative;
  top: 5px
}

.features_extentions-in .lightweight-accordion details[open]:before {
  border-left: 5px dotted #9ab7d952;
  content: "";
  left: -4px;
  top: 20px;
  position: absolute;
  height: 100%
}

.features_extentions-in .lightweight-accordion details[open] {
  position: relative
}

.features_extentions-in>.lightweight-accordion:last-child details[open]::before {
  display: none
}

.features_extentions_in h1 {
  margin-top: 0;
  text-align: left
}

.features_extentions_in h1 span {
  display: block;
  color: #86BEFE
}

.list_extention {
  display: flex;
  gap: 10px;
  border: 1px solid #ddd;
  padding: 30px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  align-items: flex-start;
  line-height: normal
}

.list_extention img {
  height: auto;
  display: flex
}

span.small_badge {
  margin-right: auto;
  background: #84B749;
  color: #fff;
  padding: 4px 19px;
  border-radius: 4px;
  float: left
}

.page-template-Full_width_Template .driver_numbers section.section.brand-product.light_blues {
  margin-top: 0px;
}

.page-template-Full_width_Template ._page_faqs {
  margin-top: 40px;
}

.features_extentions .lightweight-accordion:nth-of-type(1) h3:after {
  content: " Route Planner"
}

.features_extentions .lightweight-accordion .lightweight-accordion-title:after {
  display: none
}

.welcome_zeo_mobiles {
  background: url('https://zeorouteplanner.com/wp-content/uploads/2023/01/Group-3126.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section_01 .section_more_feate h1 {
  margin-top: auto;
  text-align: left;
  margin-bottom: 30px !important
}

.section_01 .section_more_feate .inner_sections {
  align-items: center;
  display: flex
}

.section_01 .section_more_feate .inner_sections .lightweight-accordion {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0
}

.section_01 .section_more_feate .inner_sections details[open] h3 {
  font-weight: 700 !important;
  color: #000
}

.section_01 .section_more_feate .inner_sections summary.lightweight-accordion-title {
  padding-left: 0 !important;
  border: 0 !important;
  padding-top: 0 !important
}

.section_01 .section_more_feate .inner_sections summary.lightweight-accordion-title:after,
.section_01 .section_more_feate .inner_sections details[open] summary.lightweight-accordion-title:after {
  display: none
}

.section_01 .section_more_feate .inner_sections .lightweight-accordion-body {
  padding-left: 0 !important;
  padding-top: 0 !important
}

.section_01 .section_more_feate .inner_sections h3 {
  font-size: 20px !important;
  color: #687A8F
}

.features_extentions.mboile_route__planner .features_extentions-in {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/bg_02-2.png)
}

.features_extentions.mboile_route__planner .features_extentions-in .lightweight-accordion details span {
  background: #fdeec4;
  color: #000
}

.page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/dektop_bg.png);
  overflow: hidden;
  min-height: 510px;
}

.page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in .lightweight-accordion details span {
  background: #c3d9f6
}

.page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in .lightweight-accordion details[open] span {
  background: #fff
}

.page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in .col-md-6.section-img {
  position: relative
}

.page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in .col-md-6.section-img center {
  position: absolute;
  width: 120%;
  text-align: left;
  left: 0
}

.features_extentions-in .lightweight-accordion details h3 {
  color: #687A8F;
  font-weight: 500 !important
}

.features_extentions-in .lightweight-accordion details[open] h3 {
  color: #000;
  font-size: 20px !important;
  font-weight: 700 !important
}

.col-md-4.itames {
  background: #FFF;
  border: 1px solid rgba(218, 226, 235, 0.8);
  box-shadow: 0 8px 20px rgba(123, 139, 157, 0.04);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  padding: 10px 20px
}

._all_features_ .row {
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start
}

.col-md-4.itames i {
  min-width: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #687A8F;
  border: 0 solid #687A8F;
  border-radius: 4px;
  font-size: 20px;
  margin-top: 8px;
}

.col-md-4.itames strong {
  line-height: normal;
  margin-bottom: 20px !important
}

.col-md-4.itames p {
  margin-top: 10px
}

._all_features_ h2 {
  font-weight: 800
}

.page-id-4389 .features_extentions-in br {
  display: none;
}

.desktop_features_ {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/fleet-banner.png)
}

.desktop_features_ h1,
.desktop_features_ p {
  color: #fff
}

.desktop_features_ .features_mobile {
  position: relative
}

.desktop_features_ .features_mobile .overlay_box {
  position: absolute;
  background: #fff;
  background: #FFF;
  border: 1px solid rgba(8, 48, 94, 0.2);
  box-shadow: 0 8px 20px rgba(60, 84, 113, 0.4);
  border-radius: 16px;
  padding: 42px;
  text-align: center;
  max-width: 530px;
  left: 30%;
  top: 20%
}

.desktop_features_ .features_mobile .overlay_box h3,
.desktop_features_ .features_mobile .overlay_box p {
  color: #000;
  margin: 10px
}

.desktop_features_ .features_mobile .overlay_box .button_set {
  margin: auto
}

.desktop_features_ .features_mobile .overlay_box h3 {
  font-weight: 700;
  font-size: 26px;
}

.desktop_features_ h1 {
  margin-top: 20px;
}

.fixed_right a.btn.btn-primary {
  border-radius: 0px;
}


body.page-template.page-template-fleet_comparasion {
  position: relative;
  overflow-x: hidden
}

body.page-template.page-template-fleet_comparasion div#trackheader+.container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  padding: 0;
  margin: auto
}

body.page-template.page-template-fleet_comparasion .container.top_less_width {
  margin: auto;
  display: none
}

body.page-template.page-template-fleet_comparasion section.section.reviews-section.light_blues.footer_reviews {
  display: none
}

body.page-template.page-template-fleet_comparasion .driver_numbers.home_part_02 {
  display: none
}

body.page-template.page-template-fleet_comparasion .right_sldieing.Home_new {
  top: -300px !important;
  max-width: 530px;
  transform: none;
  left: 82% !important;
  width: 100%;
}

body.page-template.page-template-fleet_comparasion .table-bordered>tbody>tr>td {
  border-top: 0;
  border-bottom: 0
}

body.page-template.page-template-fleet_comparasion .table-bordered>thead>tr>th.special,
.table-bordered>tbody>tr>td.special {
  border-right: 1px solid #177ff8 !important;
  border-left: 1px solid #177ff8 !important;
  background: #f0f7ff
}

body.page-template.page-template-fleet_comparasion .table-striped>tbody>tr:nth-of-type(odd) {
  background: #fff
}

body.page-template.page-template-fleet_comparasion .table-hover>tbody>tr:hover {
  background: #fff
}

body.page-template.page-template-fleet_comparasion .table-bordered>thead>tr>th.special {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  font-weight: normal;
}

body.page-template.page-template-fleet_comparasion .table-bordered>thead>tr>th.special:before {
  content: "Best Offer";
  position: relative;
  width: 114%;
  left: 0;
  top: -20px;
  background: #177ff8;
  color: #fff;
  padding: 10px
}

body.page-template.page-template-fleet_comparasion .table-bordered>thead>tr>th {
  border-bottom: 0
}

body.page-template.page-template-fleet_comparasion table.table.table-striped.table-bordered.table-hover tr td.special {
  color: #177ff8 !important;
  font-weight: var(--text-600) !important
}

body.page-template.page-template-fleet_comparasion .table-bordered>tbody>tr:last-child>td.special img {
  margin-bottom: 20px
}

body.page-template.page-template-fleet_comparasion .table-bordered>tbody>tr:last-child>td.special {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden
}

body.page-template.page-template-fleet_comparasion .table-bordered>tbody>tr:last-child>td.special:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  background: #177ff8;
  color: #fff;
  padding: 10px
}

body.page-template.page-template-fleet_comparasion div#trackheader {
  background: #fff !important;
  z-index: 999 !important;
  position: relative;
}

body.page-template.page-template-fleet_comparasion .table-bordered tbody tr td:first-child {
  border-right: 0px !important
}

.SUB-tittle.center-text {
  text-align: center;
  margin-bottom: 10px;
}

.SUB-tittle.center-text h4 {
  color: #707070;
}


body.page-template.page-template-fleet_comparasion .plan-estimator {
  display: flex;
  flex-direction: column;
  padding: 32px 24px 42px;
  border: 1px solid #ddd;
  border-radius: 24px
}

body.page-template.page-template-fleet_comparasion .row.top {
  display: flex;
  align-items: center
}

body.page-template.page-template-fleet_comparasion .row.top .left {
  display: flex;
  align-items: center;
  gap: 24px
}

body.page-template.page-template-fleet_comparasion .row.top .left h2 {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
  margin: 0
}

body.page-template.page-template-fleet_comparasion .row.top .left h2 span {
  font-size: 14px;
  color: #707070;
  letter-spacing: 0px !important
}

body.page-template.page-template-fleet_comparasion .row.top .left i {
  display: flex;
  align-items: center;
  background: #cee4ff;
  color: #157ef8;
  min-width: 42px;
  height: 42px;
  border-radius: 6px;
  justify-content: center;
  align-items: center
}

body.page-template.page-template-fleet_comparasion .row.top .right {
  text-align: right
}

body.page-template.page-template-fleet_comparasion .row.top .right a {
  padding: 16px 40px;
  background: #167EF7;
  box-shadow: 0 21px 8px rgba(0, 128, 255, 0.01), 0 12px 7px rgba(0, 128, 255, 0.05), 0 5px 5px rgba(0, 128, 255, 0.09), 0 1px 3px rgba(0, 128, 255, 0.1), 0 0 0 rgba(0, 128, 255, 0.1)
}

body.page-template.page-template-fleet_comparasion .row.bottom .left {
  position: relative
}

body.page-template.page-template-fleet_comparasion .row.bottom .left img {
  position: absolute;
  right: 10px;
  top: -30px
}

body.page-template.page-template-fleet_comparasion .row.bottom .left {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  gap: 24px
}

body.page-template.page-template-fleet_comparasion .row.bottom .left .item {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  justify-content: space-between
}

body.page-template.page-template-fleet_comparasion .row.bottom .left .item h4 {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-weight: 700
}

body.page-template.page-template-fleet_comparasion .row.bottom .left .item input {
  background: #F4F4F4;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  min-width: 100px;
  border: 0;
  border-radius: 10px;
  max-width: 140px
}

body.page-template.page-template-fleet_comparasion .row.bottom .left .item h4 span {
  font-size: 14px;
  color: #707070;
  font-weight: 400
}

body.page-template.page-template-fleet_comparasion .right .card {
  border: 2px dashed #B8D9FF;
  margin-top: 50px;
  border-radius: 16px;
  background: #F6FAFF;
  padding: 24px;
  box-sizing: border-box
}

body.page-template.page-template-fleet_comparasion .row.bottom,
.row.top {
  margin: 0
}

body.page-template.page-template-fleet_comparasion .right .card .row {
  margin: auto;
  display: flex
}

body.page-template.page-template-fleet_comparasion .right .card h4 {
  display: flex;
  margin: 0;
  flex-direction: column;
  font-size: 20px;
  font-weight: var(--text-600)
}

body.page-template.page-template-fleet_comparasion .right .card h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #707070
}

body.page-template.page-template-fleet_comparasion .right .card .item h4 {
  display: flex
}

body.page-template.page-template-fleet_comparasion .item.quick {
  margin-left: auto;
  display: flex
}

body.page-template.page-template-fleet_comparasion .item.quick .orange {
  display: flex;
  align-items: center
}

body.page-template.page-template-fleet_comparasion .item.quick .orange h5 {
  display: flex;
  align-items: center;
  flex-direction: column
}

body.page-template.page-template-fleet_comparasion .right .card .item.quick h5 {
  margin: 0;
  font-size: 12px;
  color: orange;
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: flex-start
}

body.page-template.page-template-fleet_comparasion .right .card .item.quick .orange {
  background: #ffe8bd;
  border: 2px dashed orange;
  color: orange;
  border-radius: 12px;
  padding: 10px
}

body.page-template.page-template-fleet_comparasion .right .card .item.quick .orange p {
  margin: 0;
  font-weight: 700;
  color: orange
}

body.page-template.page-template-fleet_comparasion .right .card .item.quick .orange p i {
  color: #6cd659
}

body.page-template.page-template-fleet_comparasion .right .card .item.quick .orange>i {
  display: flex;
  border: 1px solid orange;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 100px;
  font-size: 18px
}

body.page-template.page-template-fleet_comparasion .item.primary h4,
.item.primary h4 span {
  color: #167ef7;
  font-size: 16px
}

body.page-template.page-template-fleet_comparasion .item.primary h4 {
  font-size: 26px !important
}

body.page-template.page-template-fleet_comparasion .right .card .row.mid {
  margin: 30px 0 0
}

body.page-template.page-template-fleet_comparasion .right .card .row.last {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 {
  margin: 4px 0;
  font-size: 20px;
  display: flex;
  flex-direction: column
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 span {
  font-size: 14px;
  color: #707070;
  margin-bottom: 6px
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 span.hide-below-500 {
  display: none !important
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 span.show-above-500 {
  display: none
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item:first-child {
  margin-right: auto
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item:last-child {
  margin-left: auto
}

.SUB-tittle.center-text img.lazyloaded {
  margin-top: -30px;
}

body.page-template.page-template-fleet_comparasion .item.primary h4 span {
  color: #167ef7;
  font-weight: 700;
  font-size: 16px;
}


.msnry-grid-item-content {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-bottom: 24px
}

.msnry-grid-item-content .entry-meta {
  padding: 10px 10px 0
}

.with_sidebar {
  display: flex !important;
  flex-direction: row-reverse !important
}

.page-template .bialty-container span.rt-reading-time {
  display: none !important
}

a.reset {
  cursor: pointer;
  text-align: right
}

.lightweight-accordion-body ul,
.lightweight-accordion-body ol {
  padding-left: 17px;
  list-style: circle
}

.__all_letters div#container {
  margin: auto;
  max-width: 1190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 1px 1px 2px 1px #00000017;
  padding: 24px 18px;
  border-radius: 6px;
  overflow-y: auto;
  margin: 20px auto 0
}

.__all_letters div#container a {
  display: flex;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 100px;
  color: #707070
}

.__all_letters div#container a:hover {
  background: #157ef8;
  border-color: #157ef8;
  color: #fff
}

.__all_letters div#container a.selected {
  background: #157ef8;
  border-color: #157ef8;
  color: #fff
}

.__all_letters.all_letters_statics {
  position: fixed;
  top: 170px;
  width: 100%;
  z-index: 99
}

body.scrolled_body {
  padding-top: 90px
}

._all_features_.content__ p a.small_btn i {
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #157ef8;
  color: #157ef8;
  display: flex;
  max-width: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: auto;
  border-radius: 100px
}

._all_features_.content__ p a.small_btn:hover i {
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #157ef8;
  background: #157ef8;
  color: #fff;
  display: flex;
  max-width: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: auto;
  border-radius: 100px
}

._all_features_.content__ .col-md-4.itames {
  position: relative;
  padding-bottom: 30px;
  flex: 0 1 31.3%;
  min-width: 31.3%
}

._all_features_.content__ a.small_btn {
  position: absolute;
  right: 0;
  bottom: 10px
}

.__all_letters {
  margin-top: -120px;
  position: relative;
  z-index: 99
}

.section-main-content h1.entry-title.text-center {
  font-size: 52px
}

.bialty-container>h3:first-child {
  margin-top: 0
}

._all_features_.content__.letter_group.no_data {
  display: none
}

a.letter_nav.disabled {
  pointer-events: none;
  opacity: .3
}

.section-main-content h1.entry-title.text-center {
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2023/01/Mask-group.webp) !important;
  background-size: cover !important;
  background-position: center center !important
}

div#footer .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
}

html .blog .msnry-grid.masonry .msnry-grid-item .post-card {
  padding: 14px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

html .blog .msnry-grid.masonry .msnry-grid-item .post-card img,
.blog .msnry-grid.masonry .msnry-grid-item .post-card>a {
  min-height: 320px;
}

html .blog .msnry-grid.masonry .msnry-grid-item .post-card * {
  padding: 0px !important;
  margin: 0px !important;
}

section.section.newsletter_section {
  padding-top: 0px;
}


/*Responsive Mode*/

@media(min-width:1200px) and (max-width:1320px) {
  .__all_letters.all_letters_statics div#container {
    margin-top: 0
  }
}

@media(max-width:700px) {
  div#all_letters {
    margin: auto !important;
    max-width: 95%
  }

  .__all_letters div#container {
    gap: 10px
  }

  .__all_letters.all_letters_statics#all_letters {
    top: 87px !important;
    width: 100%;
    max-width: 100%
  }
}

@media(min-width:760px) and (max-width:980px) {
  section.section.about_download .CROSS {
    padding: 10px 20px !important
  }

  section.section.about_download .CROSS {
    display: flex
  }

  section.section {
    box-sizing: border-box !important
  }

  section.section.about_download .CROSS img {
    width: 100% !important;
    min-width: 100% !important
  }

  .page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container {
    width: 100% !important
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(1) {
    width: 100% !important
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) {
    width: 100% !important
  }

  .footer_middle .row {
    flex-direction: column !important
  }

  .home .right_sldieing.Home_new {
    left: 50% !important
  }

  .awards._page_section .content {
    padding: 0 !important
  }
}

@media(min-width:981px) and (max-width:1099px) {
  .home .right_sldieing.Home_new {
    left: 50% !important
  }

  .awards._page_section .content {
    padding: 0 !important
  }
}


@media(min-width:1100px) and (max-width:1300px) {
  .right_sldieing.Home_new {
    top: -300px !important;
    max-width: 700px;
    transform: none;
    left: 65% !important;
    width: 100%;
  }

  .page-id-5300 .section-main-content .container-fluid.container-fluid-with-max-width .container {
    max-width: 1220px;
    padding: 0px 44px;
  }
}



@media(max-width:700px) {
  .mob-menu-logo-holder {
    display: flex;
    align-items: center
  }

  div#trackheader {
    display: none
  }

  .mob-menu-header-holder.mobmenu {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 2px solid #157ef8 !important;
    background: #fff !important;
    height: auto !important;
  }

  .mob-menu-logo-holder img {
    width: 70px;
    height: auto !important
  }

  .mobmenur-container {
    background: #157ef8;
    height: 40px;
    top: 3px;
    border-radius: 100px;
    width: 40px;
    display: flex;
    align-items: center
  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  #mobmenuright .mobmenu-content h2,
  #mobmenuright .mobmenu-content h3,
  .mobmenu-left-panel .mobmenu-display-name {
    font-family: inherit !important;
    color: #000
  }

  .mobmenu-content {
    margin: 45px auto 0px !important;
    padding: 0 !important;
  }

  .mobmenu-content li {
    padding: 0 !important
  }

  .mobmenu-content #mobmenuright .sub-menu {
    background: #fcfcfc !important;
    color: #000 !important
  }

  .mobmenu-content #mobmenuright .sub-menu li a {
    color: #000
  }

  .mobmenu-content #mobmenuright i.fa.fa-angle-down {
    display: none
  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  .show-nav-right .mob-menu-copyright,
  .show-nav-right .mob-expand-submenu i {
    font-size: 14px;
    color: #000
  }

  .mobmenu-left-panel .mobmenu-left-bt,
  .mobmenu-right-panel .mobmenu-right-bt {
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .show-panel .mob-cancel-button {
    font-size: 20px !important;
    color: #000
  }

  .mobmenu-content li.on-menu.btn.btn-primary.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3996 {
    width: 100%;
    color: #fff !important;
    border-radius: 0 !important
  }

  .mobmenu-content li.on-menu.btn.btn-primary.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3996 a {
    color: #fff !important;
    text-transform: uppercase !important
  }

  section.section {
    padding: 10px !important
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    padding: 10px !important
  }

  section.section {
    padding: 10px !important
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    padding: 10px !important
  }

  .home-hero-section .row.section-content {
    display: flex;
    flex-direction: column-reverse
  }

  iframe#player {
    height: 200px
  }

  img#play_vid {
    height: auto
  }

  .slider_img {
    padding: 0 !important;
    width: 100%
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 2.8rem
  }

  .section-tittle h2 {
    font-size: 2.4rem
  }

  .home-hero-section+.reviews-section .review-list {
    padding: 10px 0
  }

  .row.role_main {
    flex-direction: column-reverse
  }

  .mobile_planner .row.section-content.role_main {
    flex-direction: column
  }

  .featured_img {
    padding: 0
  }

  .featured_content {
    padding: 0
  }

  .section-tittle.left-text.mb-4 {
    padding: 0
  }

  .left-text {
    padding: 0
  }

  .row.section-content.brand-icons {
    flex-direction: row;
    padding: 0
  }

  .row.section-content.brand-icons .col-md-3 {
    min-width: 29%;
    border-radius: 0
  }

  section.section {
    box-sizing: border-box !important;
    padding: 10px 20px !important
  }

  .single-review {
    padding: 10px
  }

  section.light_blues img,
  section.direct_compare img {
    margin: 10px auto !important
  }

  .section-tittle.left-text.bg_colors_light {
    padding: 10px 20px !important
  }

  .review-list {
    padding: 0 !important
  }

  .footer_middle .address {
    padding: 5px 0
  }

  .footer_middle .col-md-3 {
    padding: 10px 0
  }

  .copyright .row div:nth-of-type(3) {
    margin: auto
  }

  .hero-content .button-sets {
    order: 1;
    display: flex;
    flex-direction: column
  }

  .hero-content .button-sets * {
    min-width: 270px
  }

  .mobmenur-container {
    position: relative;
    top: 0
  }

  .mob-menu-header-holder.mobmenu {
    justify-content: space-between
  }

  .mobmenu-content #mobmenuright li:hover,
  .mobmenu-content #mobmenuright li:hover a {
    background: #eee !important;
    color: #157ef8;
  }

  .page-template-Landing_Template .hero-content .button-sets {
    width: 100% !important
  }

  .page-template-Landing_Template .hero-content .button-sets a.btn.btn-primary {
    width: 100%
  }

  .page-template-Landing_Template section.section.progress_total .container {
    margin: auto !important
  }

  .page-template-Landing_Template .hero-image {
    padding-top: 100px
  }

  .page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary {
    width: auto !important;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center !important;
    margin: auto !important
  }

  section.section.progress_total .row {
    display: flex;
    padding: 0;
    margin: auto;
    justify-content: space-between
  }

  section.section.progress_total .row .col-md-4 {
    padding: 10px !important;
    margin: auto;
    border: 0 !important
  }

  section.section.progress_total .row .col-md-4 h2 {
    font-size: 20px !important
  }

  section.section.progress_total .row .col-md-4 h4 {
    font-size: 11px
  }

  .new_page_01 .box_block {
    flex-direction: column;
    height: auto;
  }

  .new_page_01 .signup_block .top_block {
    padding: 8px;
  }

  .page-id-4925 .new_page_01 .box_block {
    flex-direction: column-reverse
  }

  .page-id-4925 .new_page_01 .box_block .left_block {
    margin-bottom: 30px
  }

  .container-fluid.container-fluid-with-max-width.copyright p {
    text-align: center;
  }

  .steps span {
    height: auto;
  }

  .footer_middle .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px 44px !important;
  }

  .page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary i.fa.fa-angle-right {
    min-width: 32px;
  }

  .hero-content .button-sets i {
    min-width: 16px !important;
  }

  .section-main-content h1.entry-title.text-center {
    padding: 40px 0px 30px;
  }


  .top_singlebar .row {
    flex-direction: column-reverse;
    margin: auto;
    padding: 10px
  }

  .container-fluid.container-fluid-with-max-width.copyright p {
    text-align: center;
  }

  .steps span {
    height: auto;
  }

  .footer_middle .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px 44px !important;
  }

  div#tss-container-2041072511 {
    display: none
  }

  .footer_middle {
    padding: 10px !important
  }

  .footer_middle .container {
    padding: 10px !important
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6 {
    width: 100% !important
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column {
    width: 100% !important;
    padding: 10px !important
  }

  * {
    box-sizing: border-box !important
  }

  .widget_custom_html {
    padding: 0 !important
  }

  .container-fluid.container-fluid-with-max-width.copyright div {
    flex-direction: column
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) .col-md-6.widgetized-area-column {
    max-width: 200px
  }

  div#custom_html-3 .awards .award img {
    width: 64px !important;
    height: 76px
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) .widgetized-area {
    flex-direction: column
  }

  div#custom_html-3 .awards .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
  }

  div#nav_menu-2 ul {
    display: flex;
    flex-wrap: wrap
  }

  div#nav_menu-2 ul li {
    flex: 1 1 45%
  }

  .widget_nav_menu {
    padding: 0
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) .col-md-6.widgetized-area-column {
    max-width: 100%
  }

  div#custom_html-2 img {
    max-width: 200px !important;
    width: 100% !important
  }

  div#categories-4 ul {
    display: flex;
    flex-wrap: wrap
  }

  div#categories-4 ul li {
    min-width: 48%;
    flex: 1 1 48%
  }

  div#custom_html-4 ul {
    display: flex;
    flex-wrap: wrap
  }

  div#custom_html-4 ul li {
    min-width: 48%;
    flex: 1 1 48%
  }

  .widgetized-area .download-app {
    flex-direction: row;
  }

  section.section.reviews-section.light_blues.footer_reviews .col-md-12:nth-of-type(2) {
    display: none !important;
  }

  div#tss-container-37508193 {
    display: none;
  }

  .page-template-Landing_Template .footer_middle .row {
    margin: auto;
  }

  .page-template-Landing_Template .fixed_right a {
    font-size: 14px !important;
    letter-spacing: 0 !important
  }

  .page-template-Landing_Template .fixed_right {
    right: -64px
  }

  .page-template-Landing_Template .mobmenur-container {
    display: none !important
  }

  .page-template-Landing_Template .mob-menu-header-holder.mobmenu,
  .page-template-Landing_Template .mob-menu-header-holder.mobmenu * {
    justify-content: center;
    pointer-events: none
  }

  .page-template-Landing_Template section.section.mobile_reverse .row.section-content {
    flex-direction: column-reverse
  }

  .page-template-Landing_Template .section-tittle h6 {
    margin: auto;
    display: inline-block
  }

  .page-template-Landing_Template .section-tittle {
    display: flex;
    align-items: center;
    flex-direction: column
  }


  .page-template-Landing_Template .container-fluid.container-fluid-with-max-width.copyright div.col-sm-12.col-md-3.right-text {
    display: flex;
    flex-direction: row !important;
  }

  .page-template-Landing_Template .container-fluid.container-fluid-with-max-width.copyright div.col-sm-12.col-md-3.right-text .download-app {
    flex-direction: row;
  }

  .role_main ul img {
    margin: 0px !important;
  }

  div#custom_html-6 .awards .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .awards._page_section .content {
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center
  }

  .awards._page_section {
    padding: 10px
  }

  .awards._page_section .content .award {
    gap: 10px;
    flex-wrap: wrap
  }

  .awards._page_section .content .award img.lazyloaded {
    flex: 1 1 45%;
    min-width: 45%
  }

  .driver_numbers.home_part_02 section.section.brand-product.light_blues .col-md-3 {
    flex: 1 1 33%;
    min-width: 33%
  }

  .feature_content .light_blues,
  .feature_content .light_grays {
    max-height: none !important;
    margin-bottom: 20px !important
  }

  .feature_content .light_blues img {
    margin: auto !important
  }

  section.section.feature_innersss .button_set {
    flex-direction: row;
    flex-wrap: wrap
  }

  section.section.about_download .CROSS {
    padding: 10px !important
  }

  section.section.about_download .CROSS .button_set {
    flex-direction: row;
    flex-wrap: wrap
  }

  section.section.about_download h2.white {
    margin: 20px auto
  }

  .contact_new {
    flex-direction: column;
    padding: 10px !important;
    position: relative;
    z-index: 9999999
  }

  .page-template-Full_width_Template .bialty-container .container {
    padding: 0 20px !important
  }

  .contact_titles {
    min-width: 100% !important;
    flex: 1 1 100% !important;
    padding: 0 !important
  }

  .page-template-Full_width_Template .entry-content {
    position: relative;
    z-index: 99
  }

  .driver_numbers section.section.brand-product.light_blues .col-md-3 {
    flex: 1 1 26%
  }

  .page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in {
    flex-direction: column;
    overflow: unset;
    padding: 10px 10px 10px 40px
  }

  .page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in .col-md-6.section-img center {
    position: relative;
    width: 121%;
    left: -40px
  }

  ._all_features_ .row {
    flex-direction: column;
    padding: 0;
    margin: auto
  }

  .col-md-4.itames {
    flex-direction: column;
    gap: 10px
  }

  .desktop_features_ .features_mobile .overlay_box {
    position: relative;
    left: 0;
    width: 100%;
    padding: 24px
  }

  .desktop_features_ h1 {
    font-size: 30px !important
  }

  .center_titles h1 {
    margin: 10px auto;
    font-size: 32px
  }

  .desktop_features_ .features_mobile .overlay_box h3 {
    font-size: 20px
  }

  .page-id-4389 .section_01 .section_more_feate .inner_sections {
    flex-direction: column;
  }

  .page-id-4389 .section_01 section.section.section_more_feate .container {
    padding: 0px !important;
  }

  .page-id-4389 .features_extentions.mboile_route__planner .container {
    padding: 0px !important;
  }

  .welcome_zeo_mobiles .container.top_less_width {
    padding: 0px !important;
  }

  .page-id-4389 .desktop_features_ section.section.about_download .container {
    padding: 0px !important;
  }

  .center_titles .button_set {
    margin: 20px auto !important;
  }
}



@media(min-width:701px) and (max-width:880px) {
  .mob-menu-logo-holder {
    display: flex;
    align-items: center
  }

  div#trackheader {
    display: none
  }

  .mob-menu-header-holder.mobmenu {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 2px solid #157ef8 !important;
    background: #fff !important;
    height: auto !important;
  }

  .mob-menu-logo-holder img {
    width: 70px;
    height: auto !important
  }

  .mobmenur-container {
    background: #157ef8;
    height: 40px;
    top: 3px;
    border-radius: 100px;
    width: 40px;
    display: flex;
    align-items: center
  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  #mobmenuright .mobmenu-content h2,
  #mobmenuright .mobmenu-content h3,
  .mobmenu-left-panel .mobmenu-display-name {
    font-family: inherit !important;
    color: #000
  }

  .mobmenu-content {
    margin: 45px auto 0px !important;
    padding: 0 !important;
  }

  .mobmenu-content li {
    padding: 0 !important
  }

  .mobmenu-content #mobmenuright .sub-menu {
    background: #fcfcfc !important;
    color: #000 !important
  }

  .mobmenu-content #mobmenuright .sub-menu li a {
    color: #000
  }

  .mobmenu-content #mobmenuright i.fa.fa-angle-down {
    display: none
  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  .show-nav-right .mob-menu-copyright,
  .show-nav-right .mob-expand-submenu i {
    font-size: 14px;
    color: #000
  }

  .mobmenu-left-panel .mobmenu-left-bt,
  .mobmenu-right-panel .mobmenu-right-bt {
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .show-panel .mob-cancel-button {
    font-size: 20px !important;
    color: #000
  }

  .mobmenu-content li.on-menu.btn.btn-primary.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3996 {
    width: 100%;
    color: #fff !important;
    border-radius: 0 !important
  }

  .mobmenu-content li.on-menu.btn.btn-primary.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3996 a {
    color: #fff !important;
    text-transform: uppercase !important
  }

  section.section {
    padding: 10px !important
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    padding: 10px !important
  }

  section.section {
    padding: 10px !important
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    padding: 10px !important
  }

  .home-hero-section .row.section-content {
    display: flex;
    flex-direction: column-reverse
  }

  iframe#player {
    height: 200px
  }

  img#play_vid {
    height: auto
  }

  .slider_img {
    padding: 0 !important;
    width: 100%
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 2.8rem
  }

  .section-tittle h2 {
    font-size: 2.4rem
  }

  .home-hero-section+.reviews-section .review-list {
    padding: 10px 0
  }

  .row.role_main {
    flex-direction: column-reverse
  }

  .mobile_planner .row.section-content.role_main {
    flex-direction: column
  }

  .featured_img {
    padding: 0
  }

  .featured_content {
    padding: 0
  }

  .section-tittle.left-text.mb-4 {
    padding: 0
  }

  .left-text {
    padding: 0
  }

  .row.section-content.brand-icons {
    flex-direction: row;
    padding: 0
  }

  .row.section-content.brand-icons .col-md-3 {
    min-width: 29%;
    border-radius: 0
  }

  section.section {
    box-sizing: border-box !important;
    padding: 10px 20px !important
  }

  .single-review {
    padding: 10px
  }

  section.light_blues img,
  section.direct_compare img {
    margin: 10px auto !important
  }

  .section-tittle.left-text.bg_colors_light {
    padding: 10px 20px !important
  }

  .review-list {
    padding: 0 !important
  }

  .footer_middle .address {
    padding: 5px 0
  }

  .footer_middle .col-md-3 {
    padding: 10px 0
  }

  .copyright .row div:nth-of-type(3) {
    margin: auto
  }

  .hero-content .button-sets {
    order: 1;
    display: flex;
    flex-direction: column
  }

  .hero-content .button-sets * {
    min-width: 270px
  }

  .mobmenur-container {
    position: relative;
    top: 0
  }

  .mob-menu-header-holder.mobmenu {
    justify-content: space-between
  }

  .mobmenu-content #mobmenuright li:hover,
  .mobmenu-content #mobmenuright li:hover a {
    background: #eee !important;
    color: #157ef8;
  }

  .page-template-Landing_Template .hero-content .button-sets {
    width: 100% !important
  }

  .page-template-Landing_Template .hero-content .button-sets a.btn.btn-primary {
    width: 100%
  }

  .page-template-Landing_Template section.section.progress_total .container {
    margin: auto !important
  }

  .page-template-Landing_Template .hero-image {
    padding-top: 100px
  }

  .page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary {
    width: auto !important;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center !important;
    margin: auto !important
  }

  section.section.progress_total .row {
    display: flex;
    padding: 0;
    margin: auto;
    justify-content: space-between
  }

  section.section.progress_total .row .col-md-4 {
    padding: 10px !important;
    margin: auto;
    border: 0 !important
  }

  section.section.progress_total .row .col-md-4 h2 {
    font-size: 20px !important
  }

  section.section.progress_total .row .col-md-4 h4 {
    font-size: 11px
  }

  .new_page_01 .box_block {
    flex-direction: column;
    height: auto;
  }

  .new_page_01 .signup_block .top_block {
    padding: 8px;
  }

  .page-id-4925 .new_page_01 .box_block {
    flex-direction: column-reverse
  }

  .page-id-4925 .new_page_01 .box_block .left_block {
    margin-bottom: 30px
  }

  .container-fluid.container-fluid-with-max-width.copyright p {
    text-align: center;
  }

  .steps span {
    height: auto;
  }

  .footer_middle .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px 44px !important;
  }

  .page-template-Landing_Template section.section.home-hero-section a.btn.btn-outline-primary i.fa.fa-angle-right {
    min-width: 32px;
  }

  .hero-content .button-sets i {
    min-width: 16px !important;
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    max-width: 1100px !important;
    width: 100% !important;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 3.2rem !important;
  }
}


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

  .hero-content h1,
  .hero-content h2 {
    font-size: 3.2rem !important;
  }

  .mob-menu-logo-holder {
    display: flex;
    align-items: center
  }

  div#trackheader {
    display: none
  }

  .mob-menu-header-holder.mobmenu {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 2px solid #157ef8 !important;
    background: #fff !important;
    height: auto !important;
  }

  .mob-menu-logo-holder img {
    width: 70px;
    height: auto !important
  }

  .mobmenur-container {
    background: #157ef8;
    height: 40px;
    top: 3px;
    border-radius: 100px;
    width: 40px;
    display: flex;
    align-items: center
  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  #mobmenuright .mobmenu-content h2,
  #mobmenuright .mobmenu-content h3,
  .mobmenu-left-panel .mobmenu-display-name {
    font-family: inherit !important;
    color: #000
  }

  .mobmenu-content {
    margin: 45px auto 0px !important;
    padding: 0 !important;
  }

  .mobmenu-content li {
    padding: 0 !important
  }

  .mobmenu-content #mobmenuright .sub-menu {
    background: #fcfcfc !important;
    color: #000 !important
  }

  .mobmenu-content #mobmenuright .sub-menu li a {
    color: #000
  }

  .mobmenu-content #mobmenuright i.fa.fa-angle-down {
    display: none
  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  .show-nav-right .mob-menu-copyright,
  .show-nav-right .mob-expand-submenu i {
    font-size: 14px;
    color: #000
  }

  .mobmenu-left-panel .mobmenu-left-bt,
  .mobmenu-right-panel .mobmenu-right-bt {
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .show-panel .mob-cancel-button {
    font-size: 20px !important;
    color: #000
  }

  .mobmenu-content li.on-menu.btn.btn-primary.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3996 {
    width: 100%;
    color: #fff !important;
    border-radius: 0 !important
  }

  .mobmenu-content li.on-menu.btn.btn-primary.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3996 a {
    color: #fff !important;
    text-transform: uppercase !important
  }

  .mobmenur-container {
    position: relative;
    top: 0
  }

  .mob-menu-header-holder.mobmenu {
    justify-content: space-between
  }

  .mobmenu-content #mobmenuright li:hover,
  .mobmenu-content #mobmenuright li:hover a {
    background: #eee !important;
    color: #157ef8;
  }

  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    max-width: 1100px !important;
    width: 100% !important;
  }

  iframe#player {
    height: 200px
  }

  img#play_vid {
    height: auto
  }

}




/*Customize Css*/
span.wpcf7-not-valid-tip {
  display: none;
}

.contact_form input.wpcf7-not-valid {
  border-color: #c70000 !important;
}

section.section.about_download {
  padding-top: 0px;
}

.desktop_features_ section.section.about_download {
  padding-top: 60px;
  margin-top: 20px;
}

summary.lightweight-accordion-title {
  cursor: pointer;
}

.feature_sections_new_01.Home_faqs_listing h3 {
  margin: 0;
  width: 93%;
  color: #272d35;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
}

.feature_sections_new_01.Home_faqs_listing .lightweight-accordion details[open] h3 {
  font-weight: 600 !important;
}

.feature_sections_new_01.Home_faqs_listing summary.lightweight-accordion-title:after,
.feature_sections_new_01.Home_faqs_listing details[open] summary.lightweight-accordion-title:after {
  top: 0;
  position: absolute;
  right: 20px;
  top: 12px
}

.feature_sections_new_01.Home_faqs_listing summary.lightweight-accordion-title {
  position: relative
}

.home .center_titles h1 span.primary_text.desktophide {
  display: none !important
}

.bottom_title span.avtar {
  background: #157ef8;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px
}

.home .my-video iframe {
  width: 100% !important
}

span.wpcf7-spinner {
  width: auto !important
}

.bottom_title span.avtar {
  font-style: normal;
  font-weight: 700
}

.single .bialty-container a,
.single .bialty-container p,
.single .bialty-container,
.single .bialty-container li {
  font-size: 1.6rem;
  line-height: 1.6em
}

span.rt-reading-time {
  color: #157ef8;
  text-transform: uppercase;
  font-weight: var(--text-600);
  font-size: 12px
}

.single div#mysidebar a {
  color: #000;
  font-size: 16px
}

.single .bialty-container h3 {
  font-size: 24px
}

.single .bialty-container h2 {
  font-size: 28px
}

.single .bialty-container h1 {
  font-size: 32px
}

.blog section.section.last.blogs-section.new_home_blogs,
.single section.section.last.blogs-section.new_home_blogs {
  display: none
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13044 .categories-grid {
  grid-template-columns: repeat(4, 1fr);
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13044 .category-card {
  background: #f2f8ff;
}

@media(max-width:700px) {
  .center_titles h1 {
    font-size: 24px !important;
    margin-top: 20px !important
  }

  .center_titles h1 span {
    font-size: 18px !important
  }

  .center_titles h2 {
    font-size: 24px !important;
    margin-top: 20px !important
  }

  .center_titles h2 span {
    font-size: 18px !important
  }

  .center_titles p br {
    display: none
  }

  .center_titles p br {
    display: none
  }

  .awards._page_section {
    background-position: center center !important;
    background-size: contain !important
  }

  .driver_numbers.home_part_02 section.section.brand-product.light_blues .row.section-content.brand-icons {
    overflow-y: scroll;
    flex-wrap: nowrap
  }

  .center_titles a.btn.btn-primary {
    padding: 8px 20px !important
  }

  .center_titles p br {
    display: none
  }

  .awards._page_section {
    background-position: center center !important;
    background-size: contain !important
  }

  .driver_numbers.home_part_02 section.section.brand-product.light_blues .row.section-content.brand-icons {
    overflow-y: scroll;
    flex-wrap: nowrap !important
  }

  .center_titles a.btn.btn-primary {
    padding: 8px 20px !important
  }

  .section-tittle h2,
  .awards._page_section .content h2 {
    font-size: 24px !important;
    text-align: center !important
  }

  .page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container {
    padding: 0 12px !important
  }

  .feature_content .light_blues {
    padding: 16px !important
  }

  .row.feature_content .col-md-8 {
    padding: 0 !important
  }

  .row.feature_content .col-md-4 {
    padding: 0 !important
  }

  .feature_content_new_01 .col-md-4 {
    margin: 0 !important
  }

  .feature_sections_new_01 video {
    height: 280px
  }

  div#desktop_fea,
  div#mobile_fea {
    min-height: 320px !important
  }

  img.alignnone.size-full.wp-image-5862.lazyloaded {
    display: none
  }

  section.section.about_download .CROSS {
    border-radius: 20px
  }

  section.section.about_download .CROSS h5 {
    margin: 10px auto !important
  }

  section.section.about_download .CROSS h2 {
    margin: 10px auto !important;
    font-size: 24px !important
  }

  section.section.reviews-section.light_blues.footer_reviews .col-md-12.section-tittle.center-text {
    margin: 0 auto !important;
    padding: 0 !important
  }

  section.section.reviews-section.light_blues.footer_reviews .col-md-12 {
    padding: 0 !important
  }

  .container-fluid.container-fluid-with-max-width.copyright {
    padding: 16px 10px !important
  }

  div#media_image-2 {
    margin: auto !important;
    text-align: center !important
  }

  .widget_custom_html {
    margin-top: 0 !important
  }

  div#custom_html-5 h5 {
    margin-top: 20px !important
  }

  .home .my-video {
    display: none
  }

  .page-id-4567 .feature_sections_new section.section.about_download .container {
    padding: 0 !important
  }

  .feature_content .light_grays {
    padding: 10px !important
  }

  .home div.animation {
    display: none !important
  }

  .awards._page_section .content .award br {
    display: none !important
  }

  .awards._page_section .content .award img {
    flex: 1 1 36%;
    min-width: 32%
  }

  .home .center_titles h1 span.primary_text.desktophide {
    display: block !important;
    text-transform: uppercase
  }

  .center_titles h1 {
    font-size: 30px !important;
    margin-top: 20px !important
  }

  .page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
    margin: 16px auto !important
  }

  .btn {
    font-size: 1.8rem !important
  }

  div#desktop_fea img.alignnone.size-full.wp-image-5862 {
    display: none
  }

  .awards._page_section .content .award img {
    width: 120px !important;
    max-width: 100px !important;
  }

  .gtranslate_wrapper .gt_selected a {
    width: 100% !important
  }

  .gtranslate_wrapper .gt_switcher_wrapper {
    right: 0 !important
  }

  section.section.reviews-section.light_blues.footer_reviews .rt-col-md-12.rt-col-sm-12.rt-col-xs-12.even-grid-item.tss-grid-item.slide-item.swiper-slide.default-margin {
    padding: 0 !important
  }

  .ember-view {
    display: none !important;
  }

  div#footer .row {
    margin: auto !important
  }

  div#footer .container-fluid.container-fluid-with-max-width {
    padding: 0 !important
  }

  .feature_sections_new_01.Home_faqs_listing h3 span {
    clear: both;
    margin: auto 0;
    display: block;
    max-width: max-content;
    text-align: center;
    margin-top: 10px
  }

  section.section.newsletter_section .container h4 {
    color: #fff !important;
    font-size: 2rem
  }

  section.section.reviews-section.light_blues.footer_reviews h4,
  .footer_middle h4,
  .new_home_blogs h4 {
    font-size: 2rem !important
  }

  .review-list * {
    font-style: normal;
  }

  .bottom_title cite,
  .bottom_title cite i {
    color: #000 !important;
  }

  .post-card.small .entry-title {
    font-size: 2rem !important;
  }

  .mauer-narrator-related-posts .post-card {
    border: 1px solid #eee;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .mauer-narrator-related-posts .col-xs-12.col-sm-4 {
    padding: 0px !important;
  }

  .mauer-narrator-related-posts .post-card .entry-excerpt {
    padding-bottom: 10px !important
  }

  .mauer-narrator-related-posts {
    margin-top: 0px !important;
  }
}


@media(min-width:1100px) {

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(1) {
    width: 40%
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) {
    width: 59%;
    padding: 0 0 0 30px
  }

  div#custom_html-3 .awards .award img {
    width: 78px;
    height: auto
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column:nth-of-type(2) .widget_nav_menu {
    width: 32%
  }

  div#custom_html-5 p {
    font-size: 14px
  }

  div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(2) .col-md-6.widgetized-area-column:nth-of-type(2) img {
    width: 140px;
  }

  #mobile_fea img.alignnone.size-full.wp-image-5862 {
    position: absolute
  }

  div#desktop_fea img.alignnone.size-full.wp-image-5862 {
    position: absolute;
    bottom: 0;
    right: 0
  }

  .menu-stripe-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .menu-stripe-center li#menu-item-5140 {
    margin-right: auto !important
  }

  .search .msnry-grid-item-content .entry-meta {
    padding: 40px 16px 0 !important
  }

  .search .msnry-grid-item-content .entry-title {
    padding: 0 16px !important
  }

  .search .msnry-grid-item-content .entry-excerpt {
    padding: 0 16px !important
  }

  .Zeo_Comparison .Comparisons {
    padding: 4px 12px !important
  }

  .post-card.small .entry-title {
    font-size: 2rem !important
  }

  .mauer-narrator-related-posts .post-card {
    border: 1px solid #eee;
    border-radius: 16px;
  }

  .mauer-narrator-related-posts .post-card .entry-meta * {
    text-transform: uppercase !important
  }

  .mauer-narrator-related-posts .post-card .entry-meta {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 0 !important
  }

  .mauer-narrator-related-posts .post-card .entry-excerpt {
    padding: 0 20px 10px !important
  }

  .mauer-narrator-related-posts .post-card h4.entry-title {
    padding: 0 20px !important
  }
}

.page-id-6930 #trackheader {
  display: none
}

body.search h1.mauer-narrator-archive-title span.hide-below-500 {
  display: none;
}

body.search h1.mauer-narrator-archive-title span.show-above-500 {
  display: none;
}

body.home.page-template.page-template-zeo_route_planner.page-template-zeo_route_planner-php.page.page-id-4567 {
  overflow-x: hidden;
}

iframe#fancybox-frame {
  width: 100%;
  height: 100%
}

.new_home_blogs .row.section-content {
  align-items: start !important;
}


@media(max-width:700px) {
  html body .features_mobile video {
    height: 100px;
    width: 100%
  }

  html body .section_01 .section_more_feate .inner_sections {
    flex-direction: column !important
  }

  html body .features_extentions.mboile_route__planner .container {
    padding: 0 !important
  }

  html body .features_extentions-in {
    flex-direction: column !important
  }

  html body .features_extentions.mboile_route__planner .features_extentions-in {
    padding-right: 0 !important;
    padding-top: 10px !important
  }

  html body.home .center_titles h1 span.primary_text.desktophide {
    font-size: 30px !important;
    text-transform: capitalize !important
  }

  html body.home .center_titles h1 {
    margin-top: 8px !important
  }

  html body.home .my-video {
    display: block !important
  }

  html body section.section.about_download .CROSS .button_set a.btn.btn-primary.white {
    max-width: 140px;
    padding: 8px !important
  }

  html body.home section.section.about_download .CROSS .button_set {
    gap: 16px !important
  }

  html body .lightweight-accordion .lightweight-accordion-title h3 {
    font-size: 1.8rem !important
  }

  html body div#desktop_fea span.setup {
    transform: scale(.87)
  }

  html body section.section.reviews-section.light_blues.footer_reviews h4,
  html body .footer_middle h4,
  html body .new_home_blogs h4 {
    font-size: 24px !important
  }

  html body.new_home_blogs h5 {
    font-size: 20px !important;
    font-weight: 700 !important
  }

  html body.section-footer h4 {
    font-size: 20px !important;
  }

  html body div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column,
  html body div#bottom-widgets .col-md-6.widgetized-area-column {
    padding: 0px 2px !important;
  }

  html body div#bottom-widgets .row .col-xs-12.col-sm-6:nth-of-type(1) .col-md-6.widgetized-area-column,
  html body div#bottom-widgets .col-md-6.widgetized-area-column {
    padding: 0 2px !important
  }

  .section-footer h4 {
    margin-bottom: 14px !important
  }

  div#bottom-widgets li a {
    font-size: 1.6rem !important;
  }

  .widget_nav_menu {
    margin-bottom: 0px;
  }

  div.animation {
    display: none !important
  }

  html body .center_titles h1,
  html body .center_titles h1 * {
    font-size: 24px !important
  }

  .features_extentions section.section.about_download .container {
    padding: 0 !important
  }

  .features_extentions section.section.about_download .col-md-12 {
    padding: 0 !important
  }

  .features_extentions section.section.about_download .col-md-6 {
    padding: 0 !important
  }

  html body.page-id-4380 .features_mobile video {
    height: 200px !important
  }

  .section_01 .section_more_feate h3 {
    margin-bottom: 0 !important;
    font-size: 20px !important
  }

  .section_01 .section_more_feate .inner_sections h3 {
    font-size: 20px !important
  }

  .section_01 div#mobile_img_03 {
    padding: 0 !important
  }

  .section_01 section.section.section_more_feate div#mobile_img_01 {
    padding: 0 !important
  }

  .section_01 section.section.section_more_feate .col-md-12 {
    padding: 0 !important
  }

  html body .features_extentions.mboile_route__planner .features_extentions-in {
    padding: 10px 20px !important;
    background-size: cover !important;
    border-radius: 0 !important
  }

  .container .row {
    margin: auto !important
  }

  .features_extentions.mboile_route__planner .features_extentions-in .lightweight-accordion details span {
    display: none
  }

  .features_extentions-in .lightweight-accordion details[open]:before {
    display: none
  }

  html body .features_extentions.mboile_route__planner .features_extentions-in {
    padding: 10px !important
  }

  .features_extentions-in .lightweight-accordion details .lightweight-accordion-body {
    padding: 0 !important
  }

  .features_extentions-in .lightweight-accordion details summary.lightweight-accordion-title {
    padding: 0 !important
  }

  html body .lightweight-accordion .lightweight-accordion-title h3 {
    font-size: 18px !important
  }

  html body .features_extentions.mboile_route__planner .features_extentions-in br {
    display: none !important
  }

  .features_extentions .lightweight-accordion {
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    padding: 14px 0;
    margin-bottom: 0 !important
  }

  .feature_sections_new .col-md-12 {
    padding: 0 !important
  }

  div#desktop_fea .col-md-8.main_fleet_own .col-md-4,
  div#desktop_fea .col-md-8.main_fleet_own {
    padding: 0 !important
  }

  html body.page-id-4567 .section-main-content .container-fluid.container-fluid-with-max-width .container {
    padding: 0 !important
  }

  .feature_sections_new_01.Home_faqs_listing {
    padding: 0 20px !important
  }

  .awards._page_section.home_part {
    background: #e9f5ff !important;
  }

  section.section .container {
    padding: 0 !important
  }

  .page-template-Full_width_Template .bialty-container .container {
    padding: 0 !important
  }

  .page-template-Full_width_Template ._page_faqs {
    padding: 0 20px !important
  }

  section.main_top_home {
    padding: 0px 22px !important;
  }

  section.main_top_home .center_titles h1 {
    font-size: 30px !important;
  }

  section.main_top_home .center_titles {
    margin-bottom: 20px !important;
  }

  html body.page-template-Full_width_Template .bialty-container section.section .container {
    padding: 0 !important
  }

  html body .features_extentions-in .lightweight-accordion details .lightweight-accordion-body {
    padding-left: 0 !important
  }

  html body.page-template-Full_width_Template ._page_faqs .container {
    padding: 0 !important
  }

  html body.page-template-Full_width_Template ._page_faqs .container summary.lightweight-accordion-title:after {
    position: absolute;
    right: 10px;
    top: 10px
  }

  html body.page-template-Full_width_Template ._page_faqs .container summary.lightweight-accordion-title {
    position: relative
  }

  html body.page-template-Full_width_Template ._page_faqs {
    padding-bottom: 40px !important
  }

  html body .lightweight-accordion .lightweight-accordion-title h3 span {
    margin: 0px 10px 0px 0px !important;
  }

  span.hide-below-500,
  span.show-above-500 {
    display: none !important;
  }

  #mobmenuright li a {
    font-size: 18px !important;
  }

  .mobmenu-content #mobmenuright .sub-menu li a {
    font-size: 18px !important;
  }

  div#bottom-widgets {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .page-id-4389 .features_extentions.mboile_route__planner .features_extentions-in .col-md-6.section-img center {
    left: 0px !important;
    width: 100% !important;
  }

  .desktop_features_ section.section.about_download .col-md-12 {
    padding: 0 !important
  }

  .desktop_features_ {
    padding-bottom: 20px !important
  }

  .mobmenur-container i:before {
    margin: 0px !important;
  }

  .mobmenur-container {
    justify-content: center !important;
  }

  .main_section.Miles_tracking section.section.home-hero-section {
    margin: 0 !important
  }

  .main_section.Miles_tracking section.section.home-hero-section .button-sets.mt-4 {
    flex-direction: row !important
  }

  .main_section.Miles_tracking section.section.home-hero-section a.btn-small {
    min-width: 40px !important
  }

  section.light_blues .section-tittle h6,
  .section-tittle h6 {
    margin: auto !important;
    display: block;
    text-align: center;
    max-width: 160px
  }

  .main_section.Miles_tracking section.section.home-hero-section {
    margin: 0 !important
  }

  .main_section.Miles_tracking section.section.home-hero-section .button-sets.mt-4 {
    flex-direction: row !important
  }

  .main_section.Miles_tracking section.section.home-hero-section a.btn-small {
    min-width: 40px !important
  }

  .page-id-5938 .welcome_extentions .my-video .container.top_less_width iframe,
  .page-id-5938 .welcome_extentions .my-video .container.top_less_width img {
    width: 100% !important;
    height: auto !important
  }

  .page-id-5938 .features_extentions-in {
    background-size: cover !important;
    width: 100% !important;
    border-radius: 30px !important;
    padding: 16px !important
  }

  .page-id-5938 .features_extentions-in .lightweight-accordion details span {
    display: none !important
  }

  .page-id-5938 .features_extentions-in .col-md-8.section-img {
    padding: 20px 0 0 !important
  }

  .page-id-5938 .features_extentions_in .col-md-5.section-img {
    padding: 0 !important
  }

  .page-id-5938 .welcome_extentions p img {
    display: block;
    margin: auto
  }

  .Zeo_Comparison .section-tittle.center-text {
    padding: 40px 0px !important;
  }

  .Zeo_Comparison .section-tittle.center-text h1 {
    font-size: 24px !important;
  }

  .row.big-latest-row {
    padding-top: 30px !important;
  }

  .Zeo_Comparison .Comparisons_all {
    display: none !important;
  }

  .row.big-latest-row {
    padding-top: 30px !important;
  }

  section.section.newsletter_section {
    padding: 0px !important;
  }

  .top_singlebar {
    padding-top: 20px !important;
  }

  .post-card.small {
    padding-bottom: 20px !important;
  }

  body.single .entry-full div.row {
    margin: auto
  }

  body.single section.section.newsletter_section {
    margin: 20px auto !important;
    padding: 0 20px !important
  }

  .single .top_singlebar {
    padding: 20px 10px 0px !important;
  }

  .page-id-6930 .home-hero-section .hero-image img {
    padding-top: 30px;
  }

  div#block-2 {
    text-align: center;
    padding: 0 !important
  }

  div#custom_html-5 {
    text-align: center
  }

  body.page-template.page-template-fleet_comparasion .row.top {
    width: 100% !important;
  }

  body.page-template.page-template-fleet_comparasion .row.bottom,
  .row.top {
    width: 100% !important;
  }

  html body ._all_features_ {
    padding: 0px 20px !important;
  }

  .blog .row.main_banner_homes .row.big-latest-row {
    padding: 0 10px !important
  }

  .blog .row.main_banner_homes .row.big-latest-row .big-latest-textual-side {
    padding: 0 !important
  }

  .blog .msnry-grid-item.col-xs-12.col-sm-6.col-md-4.masonry-brick {
    padding: 0 !important
  }

  .blog .row.main_banner_homes .left_images {
    padding-right: 6px !important;
    padding-left: 6px !important;
    padding-top: 20px !important
  }

  .blog .entry-meta * {
    font-size: 8px !important
  }

  .page-id-4993 .flex-videos {
    height: 480px;
    overflow-y: auto;
  }

  .flex-videos::-webkit-scrollbar {
    width: 0px;
  }

  .page-id-4993 .flex-videos iframe {
    height: 1580px;
  }

  .page-id-4993 .awards._page_section {
    background: #fff !important;
  }

  .blog .container-fluid-with-max-width .row {
    margin: auto !important;
    padding: 0 !important
  }

  .blog .container-fluid-with-max-width {
    padding: 0 20px !important
  }

  .page-id-4993 .section-main-content .entry-full.post-4993.page.type-page.status-publish.hentry.mauer-narrator-thumbless-entry {
    padding-top: 30px !important;
  }

  .driver_numbers section.section.brand-product.light_blues a {
    margin: 20px auto;
  }
}




@keyframes fade-bottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@-webkit-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


@-o-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@-moz-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


@-ms-keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


@keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}


.lightweight-accordion-body p {

  animation: MoveUpDown .6s linear;

}

@keyframes MoveUpDown {
  0% {
    transform: translateY(45px);
  }

  50% {
    transform: translateY(0px);
  }
}


.animation img {
  animation: hinge 2s ease;
  animation-timing-function: ease-in-out;
  transition: .3s all .0s;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(18deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(16deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(14deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}


.animation.moreanime img {
  animation: hinges 2s ease;
  animation-timing-function: ease-in-out;
  transition: .3s all .0s;
}

@keyframes hinges {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(8deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(6deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(4deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}


/*New Csc Comes Here*/
a {
  cursor: pointer !important
}

div#fancybox-content iframe {
  width: 100%;
  height: 100%
}

@media(min-width:1000px) {
  iframe#fancybox-frame {
    width: 100% !important;
    height: 360px !important
  }
}

.bottom_title.top {
  display: flex;
  width: 100%;
  min-width: 100%;
  justify-content: space-between;
  margin-bottom: 32px
}

.bottom_title.top img {
  width: auto;
  height: auto
}

.widgetized-area-column.last_child .widgetized-area {
  text-align: right
}

.col-md-4.widgetized-area-column.last_child .widgetized-area {
  text-align: right
}

.bottom_title.top span.avtar {
  background: #abd1fc;
  min-width: 68px !important;
  min-height: 68px !important
}

.widgetized-area.menu_section {
  display: flex;
  justify-content: space-between
}

.page-id-7377 div#trackheader {
  display: none
}

.page-id-7377 section.section.reviews-section.light_blues.footer_reviews {
  display: none
}

.page-id-7377 section.section.last.blogs-section.new_home_blogs {
  display: none
}

.page-id-7377 div#footer {
  display: none
}

.page-id-7377 .section-main-content h1.entry-title.text-center {
  display: none
}

.page-id-7377 div#gt-wrapper-26846345 {
  display: none
}

.page-id-7377 iframe#fc_widget {
  display: none
}

.page-id-7377 span.rt-reading-time {
  display: none !important
}

.page-id-7377 div#wpadminbar {
  display: none
}

.page-id-7377 .section-main-content div {
  width: 100% !important;
  margin: auto;
  max-width: 100% !important;
  padding: 0 !important
}

.container-fluid.container-fluid-with-max-width.p-0.copyright .container .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 100%
}

.container-fluid.container-fluid-with-max-width.copyright div.col-sm-12.col-md-5 {
  padding-right: 0
}

div#custom_html-3 {
  text-align: center
}

div#custom_html-3 img {
  max-width: 600px;
  margin-bottom: 22px
}

div#custom_html-4 div {
  display: flex;
  justify-content: center
}

div#custom_html-3 span.ornage_text {
  color: #ef5f24
}

main#main.blogs_new {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px
}

main#main.blogs_new .first-post {
  flex: 1 1 40%;
  min-width: 40%;
  max-width: 55%
}

main#main.blogs_new .other-posts-wrapper {
  flex: 1 1 30%;
  min-width: 30%;
  max-width: 42%
}

main#main.blogs_new .first-post img {
  border-radius: 32px;
  border: 1px solid #ddd;
  width: 100%
}

main#main.blogs_new .other-posts-wrapper img {
  border-radius: 22px;
  width: 240px
}

main#main.blogs_new .other-posts-wrapper .other-posts {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
  align-items: center
}

main#main.blogs_new .other-posts-wrapper .post-thumbnail {
  flex: 1 1 34%;
  min-width: 34%
}

main#main.blogs_new .other-posts-wrapper .details h2,
main#main.blogs_new .other-posts-wrapper .details h2 a {
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: var(--text-600) !important;
  font-weight: 700
}

main#main.blogs_new p {
  font-size: 18px
}

main#main.blogs_new .first-post h2 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px
}

main#main.blogs_new .first-post p:last-child,
main#main.blogs_new .first-post p:last-child *,
main#main.blogs_new .other-posts-wrapper .details p,
main#main.blogs_new .other-posts-wrapper .details p * {
  color: #727272 !important;
  font-size: 14px;
  font-weight: 400
}

main#main.blogs_new h3 {
  margin: 0 0 24px;
  felx: 1 1 100%;
  min-width: 100%;
  color: #687A8F;
  font-weight: var(--text-600);
  font-size: 32px
}

main#main.blogs_new .other-posts-wrapper h3 {
  font-size: 24px;
  color: #021B38;
  font-weight: var(--text-600)
}

.top_banner.mainn_blogging {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/03/Group-11870-1.png);
  background-size: cover;
  background-position: center;
  margin-top: -10px;
  padding: 50px 0 80px;
  margin-bottom: 48px
}

.row.main_banner_homes .row.big-latest-row .right_image * {
  font-family: 'Poppins' !important
}

.category .row.big-latest-row .left_images.col-sm-12.col-md-6 {
  width: 44%
}

.category .row.big-latest-row .right_image.col-sm-12.col-md-6 h1 a,
.archive .row.big-latest-row .right_image.col-sm-12.col-md-6 h1 a,
body.blog .row.main_banner_homes .row.big-latest-row .right_image h1 a {
  font-size: 48px !important;
  font-weight: 700 !important;
  letter-spacing: -2px !important;
  line-height: 56px !important
}

.top_banner.mainn_blogging h1.entry-title.text-center {
  background: transparent !important;
  color: #000 !important
}

.top_banner.mainn_blogging h1.entry-title.text-center p {
  color: #727272;
  text-transform: none;
  font-size: 20px
}

.top_banner.mainn_blogging ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px
}

.top_banner.mainn_blogging ul li {
  flex: 1 1 29%;
  min-width: 28%;
  list-style: none;
  box-sizing: border-box;
  padding: 24px;
  background: #FCFEFF;
  border: 1px solid #FFF;
  border-radius: 16px;
  justify-content: space-between
}

.top_banner.mainn_blogging ul li h5 {
  text-transform: none;
  font-size: 26px;
  margin: 30px 0 0;
  font-weight: var(--text-600)
}

.top_banner.mainn_blogging ul li span {
  height: 60px;
  width: 100%
}

.container-fluid.container-fluid-with-max-width.recent_blogs {
  padding: 64px 0
}

.top_banner.mainn_blogging ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.top_banner.mainn_blogging ul li img {
  width: auto;
  flex: 1 1 auto;
  max-width: 50px;
  margin-bottom: auto
}

.top_banner.mainn_blogging ul li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px
}

.row.main_banner_homes .row.big-latest-row {
  flex-direction: row !important;
  justify-content: space-between !important
}

.row.main_banner_homes .row.big-latest-row .right_image .big-latest-textual-side {
  padding: 0 !important
}

.row.main_banner_homes .row.big-latest-row .left_images.col-sm-12.col-md-6 {
  width: 40%;
  padding: 0 !important;
  margin-right: auto
}

.row.main_banner_homes .row.big-latest-row {
  padding: 0 !important
}

.right_image.col-sm-12.col-md-6 {
  padding: 0 !important
}

.blog .row.main_banner_homes .row.big-latest-row .right_image h1 {
  padding-bottom: 0 !important
}

.row.main_banner_homes .row.big-latest-row a.entry-thumb-link,
.row.main_banner_homes .row.big-latest-row a.entry-thumb-linkimg {
  width: 100% !important;
  min-width: 100% !important
}

.post-card.big .entry-thumb-wrapper,
.post-card.big .entry-thumb-wrapper img,
.row.main_banner_homes .row.big-latest-row a.entry-thumb-link * {
  min-height: 400px !important
}

.single .section-main-content h1.entry-title {
  font-size: 44px !important;
  text-align: left !important
}

.single_post_blog .top_singlebar .page_titles {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  gap: 32px;
  width: 50%;
  margin-left: auto
}

html body.single .section-main-content h1.entry-title {
  text-align: left !important;
  margin: 0 !important
}

.single_post_blog .top_singlebar .row {
  flex-direction: row-reverse
}

.single_post_blog .top_singlebar .row .col-xs-12.col-sm-12.col-md-5.page_image {
  margin-right: auto !important;
  margin-left: 0
}

.single_post_blog .top_singlebar .page_titles .entry-meta * {
  color: #727272 !important;
  text-transform: none !important
}

.single_post_blog .top_singlebar .page_titles .entry-meta p.author {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 100%;
  color: #000 !important
}

body.single .entry-full div.bialty-container span.rt-reading-time {
  display: none !important
}

.single_post_blog .top_singlebar .page_titles .entry-meta {
  min-width: 100%;
  width: 100%
}

.single_post_blog .top_singlebar .page_titles .entry-meta p {
  text-align: left
}

.single_post_blog .top_singlebar .page_titles .entry-meta p span.entry-cats {
  display: none
}

.single_post_blog .top_singlebar .page_titles .entry-meta p.author img {
  width: 52px;
  margin-right: 14px
}

.single_post_blog .top_singlebar .page_titles .entry-meta p.author * {
  color: #000 !important
}

.row.main_banner_homes div.post-card.big {
  padding-bottom: 40px !important
}

.msnry-grid-item-content {
  padding: 20px !important
}

.msnry-grid-item-content * {
  padding: 0 !important
}

.post-card:not(.big) .entry-thumb-link img {
  margin: auto !important
}

.entry-excerpt.clearfix {
  margin: 20px auto !important
}

.msnry-grid-item-content .post-card .entry-meta {
  margin: 10px auto 0 !important
}

.mauer-narrator-related-posts .entry-excerpt span.rt-reading-time {
  display: none !important
}

html body .single_post_blog .mauer-narrator-related-posts .entry-meta {
  padding: 0 !important
}

.single_post_blog .post-card.small {
  padding: 20px !important
}

.single_post_blog .post-card.small * {
  padding: 0 !important;
  margin: 0 !important
}

.single_post_blog .post-card.small h4.entry-title {
  padding: 10px 0 !important;
  margin-top: 20px !important
}

.single_post_blog .post-card.small .entry-excerpt {
  padding: 10px 0 32px !important
}

.single_post_blog .post-card.small p.meta_inforation {
  color: #727272 !important;
  text-transform: none !important;
  font-size: 14px !important
}

.post-card.small .entry-title a {
  font-size: 28px !important;
  text-transform: capitalize;
  letter-spacing: -1px !important;
  line-height: 36px !important;
  color: #333;
  font-weight: var(--text-600)
}

.msnry-grid-item-content .post-card .entry-meta * {
  font-size: 14px !important;
  color: #727272 !important
}

.msnry-grid-item-content .post-card span.rt-reading-time {
  display: none !important
}

body.single .entry-full div.fbc.fbc-page,
body.single .entry-full div.fbc.fbc-page * {
  display: inline-block !important;
  opacity: 1 !important
}

body.single .entry-full div.fbc.fbc-page * {
  margin-bottom: 0
}

body.single .entry-full div.fbc.fbc-page ol.fbc-items li:first-child {
  display: none !important
}

body.single .entry-full div.fbc.fbc-page ol.fbc-items li:nth-of-type(1),
body.single .entry-full div.fbc.fbc-page ol.fbc-items li:nth-of-type(2) {
  display: none !important
}

body.single .entry-full div.fbc.fbc-page ol.fbc-items {
  display: flex !important;
  gap: 12px !important;
  font-size: 14px !important;
  flex-wrap: wrap !important;
  justify-content: start;
  line-height: 20px !important
}

body.single .entry-full div.fbc.fbc-page ol.fbc-items * {
  font-size: 16px !important
}

body.single .entry-full div.fbc.fbc-page ol.fbc-items li:last-child,
body.single .entry-full div.fbc.fbc-page ol.fbc-items li:last-child * {
  color: #939393 !important
}

body.single .entry-full div.fbc.fbc-page ol.fbc-items li:last-child,
body.single .entry-full div.fbc.fbc-page ol.fbc-items li * {
  color: #000 !important
}

body.single .entry-full div>h3:nth-of-type(1) {
  margin-top: 0
}

.custom-search-bar {
  background: #EFF6FF !important;
  text-align: center;
  padding: 32px 32px 64px
}

.custom-search-bar h2 {
  margin: 10px auto 20px;
  font-size: 48px;
  font-weight: var(--text-600);
  text-transform: capitalize
}

.custom-search-bar .container>div {
  display: flex;
  gap: 12px;
  max-width: 1000px;
  margin: auto
}

.custom-search-bar .container>div input,
.custom-search-bar .container>div select {
  height: 58px;
  padding: 16px !important;
  border-radius: 11px !important
}

section.category-section.col-md-12.masonry-brick h2 {
  font-weight: var(--text-600) !important;
  font-size: 40px;
  min-width: 100%;
  margin-bottom: 0
}

section.category-section.col-md-12.masonry-brick article {
  margin-bottom: 20px !important;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 20px;
  margin: 0;
  gap: 32px;
  flex: 1 1 30%;
  min-width: 31%;
  width: 31%
}

p.meta_inforation * {
  color: #727272 !important;
  font-size: 14px !important
}

section.category-section.col-md-12.masonry-brick article img {
  border-radius: 16px
}

section.category-section.col-md-12.masonry-brick article h3.post-title {
  margin: 18px auto !important
}

section.category-section.col-md-12.masonry-brick {
  display: flex;
  flex-wrap: wrap;
  float: none;
  gap: 24px
}

p.meta_inforation * {
  color: #727272 !important;
  font-size: 14px !important
}

section.section.last.blogs-section.new_home_blogs {
  padding-bottom: 44px
}

section.category-section.col-md-12.masonry-brick article p.post-excerpt span.rt-reading-time {
  display: none !important
}

div#tss-container-1644815403 .bottom_title.top img {
  display: none
}

section.section.last.blogs-section.new_home_blogs {
  padding-bottom: 44px
}

section.section.last.blogs-section.new_home_blogs .col-md-2.text-right {
  display: block
}

section.section.last.blogs-section.new_home_blogs .col-md-10.section-tittle.center-text.mb-5 {
  width: 100%
}

a.btn.btn-primary-gradient {
  border-radius: 12px;
  background: linear-gradient(180deg, #157EF8, #005BC7) !important;
  padding: 16px 24px !important;
  color: #fff !important
}

a.btn.btn-primary-gradient:hover {
  border: 1px solid #157ef8;
  border-radius: 12px;
  height: auto !important;
  color: #0666d5 !important;
  background: #fff !important
}

.meta_data_discription {
  padding: 24px 0
}

.post-card .more-link {
  display: none
}

.entry-meta.meta_descriptions {
  display: flex;
  align-items: center;
  gap: 24px
}

.entry-meta.meta_descriptions img {
  width: 72px;
  border-radius: 100px
}

.entry-meta.meta_descriptions p {
  margin: 0
}

.entry-meta.meta_descriptions p.author {
  font-size: 20px;
  font-weight: var(--text-600) !important
}

.post-card.big .entry-cats:before,
.entry-full .entry-cats:before {
  display: none
}

.row.main_banner_homes .row.big-latest-row .right_image .entry-excerpt.clearfix span.rt-reading-time {
  display: none !important
}

.row.main_banner_homes .row.big-latest-row .right_image .entry-excerpt.clearfix .more-link-holder {
  display: none
}

.entry-meta.meta_descriptions {
  color: #727272
}

.entry-meta.meta_descriptions img {
  border-radius: 100px
}

.entry-meta.meta_descriptions span.entry-author {
  color: #000 !important;
  font-weight: var(--text-600) !important
}

.entry-meta.meta_descriptions span.entry-date {
  color: #727272 !important
}

.row.main_banner_homes .row.big-latest-row .right_image span.entry-cats {
  color: #157ef8 !important;
  background: #deedff;
  padding: 7px 10px !important;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
}

.row.main_banner_homes .row.big-latest-row .right_image h1.entry-title {
  margin-top: 0 !important
}

.row.main_banner_homes div.post-card.big {
  padding: 2px 0 52px !important
}

.right_image.col-sm-12.col-md-6 {
  width: 51%
}

.category .container.titles_categories_search .mauer-narrator-archive-title {
  padding: 40px 0 0
}

.category span.mauer-archive-entity {
  color: #033F85;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px
}

.category span.mauer-archive-type {
  display: none
}

.category .row.main_banner_homes .row.big-latest-row .right_image h1.entry-title a {
  font-size: 32px !important;
  letter-spacing: 0 !important;
  line-height: 32px !important;
  margin-bottom: 0 !important
}

.category .row.main_banner_homes .row.big-latest-row .right_image h1.entry-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important
}

.category .container.titles_categories_search .mauer-narrator-archive-title .fbc.fbc-page {
  display: block !important
}

.category .container.titles_categories_search .mauer-narrator-archive-title .fbc.fbc-page * {
  display: inline-block !important
}

.category .container.titles_categories_search .mauer-narrator-archive-title .fbc.fbc-page li:nth-of-type(1),
.category .container.titles_categories_search .mauer-narrator-archive-title .fbc.fbc-page li:nth-of-type(2) {
  display: none !important
}

.category .container.titles_categories_search .mauer-narrator-archive-title .fbc.fbc-page ol.fbc-items {
  display: flex !important;
  gap: 16px !important;
  margin-bottom: 12px
}

.category .container.titles_categories_search .mauer-narrator-archive-title .fbc.fbc-page li * {
  color: #727272;
  text-transform: capitalize;
  font-size: 18px !important;
  line-height: normal !important
}

.category .row.main_banner_homes div#primary {
  margin: 60px auto 0
}

.category .row.main_banner_homes div.post-card.big.type-post {
  padding: 0 !important
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick h2 {
  font-weight: 700 !important;
  color: #033F85
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post {
  display: flex;
  gap: 20px
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .col-md-12 {
  padding: 0
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post img {
  border-radius: 16px
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 {
  display: flex;
  flex: 1 1 48%;
  padding: 0;
  gap: 34px
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 .flag_thumbnail {
  flex: 1 1 75%
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 h3.post-title {
  margin: 0;
  font-size: 24px;
  font-weight: var(--text-600)
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .first-post.col-md-12 {
  margin-bottom: 32px !important
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 div.flag_data p.post-excerpt span.rt-reading-time {
  display: none !important
}

section.category-section.col-md-12.masonry-brick .top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  margin-top: 40px;
  border-top: 1px solid #ddd
}

section.category-section.col-md-12.masonry-brick .top-title h2.category-title {
  flex: 1 1 80%;
  min-width: 80%;
  margin: 0;
  color: #033F85 !important
}

section.category-section.col-md-12.masonry-brick .top-title h2.category-title a {
  color: #033F85 !important;
  font-weight: 700 !important
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post .flag_data {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.full_screen {
  gap: 52px !important
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.full_screen h3.post-title a {
  font-size: 32px !important;
  font-weight: 700
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.full_screen p.post-excerpt>span {
  display: none !important
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.full_screen .flag_thumbnail {
  flex: 1 1 40%;
  min-width: 40%
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.full_screen .flag_thumbnail img {
  width: 100%;
  min-width: 100%
}

.posts-list-layout-masonry .msnry-grid-item.col-xs-12.col-sm-6.col-md-4.masonry-brick .msnry-grid-item-content .post-card.small.post.type-post.status-publish.format-standard {
  padding: 0 !important
}

.posts-list-layout-masonry .msnry-grid-item.col-xs-12.col-sm-6.col-md-4.masonry-brick .msnry-grid-item-content .post-card.small.post.type-post.status-publish.format-standard .entry-excerpt.clearfix span.rt-reading-time {
  display: none !important
}

.posts-list-layout-masonry .msnry-grid-item.col-xs-12.col-sm-6.col-md-4.masonry-brick .msnry-grid-item-content .post-card.small.post.type-post.status-publish.format-standard p.meta_inforation span.span-reading-time.rt-reading-time {
  display: inline-block !important;
  margin-right: 2px !important
}

.row.main_banner_homes .row.big-latest-row .right_image * p.inf_author * {
  font-family: 'Poppins' !important;
  font-size: 14px !important;
  color: #727272 !important
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 .flag_thumbnail {
  flex: 1 1 38%;
  min-width: 38%
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 .flag_thumbnail img {
  min-height: 200px
}

.page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 h3.post-title a {
  font-weight: var(--text-600) !important
}

.center_titles h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

ul#menu-main li#menu-item-6979 {
  margin-left: auto;
}

ul#menu-main li a {
  padding: 8px 12px;
}

section.section.review_section p strong {
  font-weight: 600;
}

section.section.review_section p strong {
  font-weight: 600;
}

section.section.review_section p {
  line-height: 28px;
}

section.section.reviews-section.light_blues.footer_reviews.home_review .col-md-5.center_titles.column.align-left {
  display: flex;
  gap: 16px;
}

section.section.reviews-section.light_blues.footer_reviews.home_review .col-md-5.center_titles.column.align-left p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #757F8A
}

section.section.last.blogs-section.new_home_blogs .center_titles.column.align-left p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 52px;
  color: #757F8A
}

section.section.video_section p {
  color: #56606C;
  font-size: 18px
}

section.section.web-platform .center_titles.column p,
section.section.mobile-platform .center_titles.column p {
  font-size: 20px;
  line-height: 24px;
  color: #56606C
}

section.section.brand-product p {
  color: #757F8A;
  font-size: 24px;
  line-height: 28px
}

section.section.review_section p strong {
  color: #000000;
}

section.section.review_section p.bottom span,
section.section.review_section p.bottom span i {
  font-style: normal
}

section.section.review_section p.bottom span,
section.section.review_section b {
  color: #000
}

section.section.review_section p.bottom span,
section.section.review_section span i {
  color: #757F8A
}

section.section.review_section .container p.bottom span.reviews-rate i {
  color: #fb890e
}

section.section.last.blogs-section.new_home_blogs .msnry-grid-item-content {
  background: #fff;
}

a.btn.btn-primary.fancybox-youtube,
a.btn.btn-primary.fancybox-youtube:hover {
  font-size: 14px;
  border-radius: 100px;
  padding: 12px 20px !important;
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 span {
  letter-spacing: 0px !important;
}

section.section.content_section.Zeo_Comparison h2 {
  font-size: 48px;
}

section.section.web-platform .center_titles.column h2 {
  margin-bottom: 72px;
}

/*header sections*/
ul#menu-main li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 10px
}

.show_dashboard a.nav-link,
.hide_dashboard a.nav-link {
  border: 1px solid #157ef8;
  padding: 10px 24px !important;
  border-radius: 12px;
  height: auto !important;
  color: #0666d5 !important
}

ul#menu-main .btn.btn-primary {
  border-radius: 12px;
  background: linear-gradient(180deg, #157EF8, #005BC7)
}

div#trackheader {
  background: transparent !important;
  border-bottom: 0
}

div#trackheader.darkHeader {
  background: #ffffff !important;
}

.section h2.large {
  color: #033672
}

.section h2,
.section h2 span {
  letter-spacing: -2px !important
}

.section h2.large {
  margin: 0;
  font-size: 48px;
  line-height: 56px
}

div#trackheader .container-fluid.container-fluid-with-max-width {
  max-width: 1540px;
}

section.section.brand-product h2.large {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -2px !important;
}

section.section.web-platform {
  margin-top: 136px;
}

section.section.web-platform .center_titles.column {
  margin-bottom: 24px;
}

.page-id-3519 .container.faqs div#accordionContainer {
  flex: 1 1 calc(100% - 380px);
  min-width: calc(100% - 380px);
  max-width: calc(100% - 380px);
}

.page-id-3519 .container.faqs {
  width: 100%;
  display: flex;
}

.page-id-3519 .container.faqs .custom_side_bar {
  min-width: 380px;
  width: 380px;
  flex: 1 1 380px;
}

/*section-mislenious sections*/
span.header-search-link.search-link.search-link-in-the-corner {
  background: transparent;
  color: #157ef8
}

span.header-search-link.search-link.search-link-in-the-corner a.search-popup-opener i {
  color: #157ef8 !important;
  font-size: 24px;
  z-index: 9999;
  background: transparent !important
}

a.btn.btn-primary.gradient {
  border-radius: 16px;
  background: linear-gradient(180deg, #157EF8, #005BC7);
  padding: 16px 32px
}

a {
  cursor: pointer
}

a.btn.btn-primary {
  font-weight: var(--text-600);
  font-size: 16px;
  border-radius: 16px;
  background: #157EF8;
  padding: 16px 24px !important;
  color: #fff
}

a.btn.btn-primary-outline {
  font-weight: var(--text-600);
  font-size: 16px;
  border: 1px solid #157ef8;
  padding: 10px 24px !important;
  border-radius: 16px;
  height: auto !important;
  color: #0666d5 !important;
  padding: 16px 24px !important
}

a.btn.btn-primary-gradient {
  font-size: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #157EF8, #005BC7);
  padding: 16px 24px !important;
  color: #fff
}

a.btn.btn-primary:hover {
  border: 1px solid #157ef8;
  color: #ffffff !important;
  background: #0666D5 !important
}

a.btn.btn-primary-gradient:hover {
  border: 1px solid #157ef8;
  color: #0666d5 !important;
  background: #fff !important
}

a.btn.btn-primary-outline:hover {
  border-radius: 16px;
  background: #E7F2FE !important;
  color: #0666D5 !important
}

._all_features_ h2 {
  font-size: 48px
}

._all_features_ .col-md-4.itames {
  display: flex;
  flex-direction: column;
  gap: 24px
}

._all_features_ .col-md-4.itames strong {
  font-size: 24px
}

._all_features_ .col-md-4.itames i {
  color: #167ef7;
  font-size: 28px
}

section.section.newsletter_section .container h5 {
  letter-spacing: 0px !important;
}



/*sectio-slider sections*/
.home .main_top_home .buttons {
  display: flex;
  gap: 14px;
  text-align: center;
  align-items: center;
  justify-content: center
}

.home .main_top_home .buttons a {
  margin: 0 !important
}

.home section.main_top_home img {
  margin-bottom: -10px !important
}



/* ✅ 1. Default (comes FIRST) */
section.main_top_home {
  width: 100%;
  background-size: cover;
  background-position: top;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding-top: 0;
  overflow: hidden;
}


/* html[lang="en"] section.main_top_home{width:100%;background:url(https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/02/18093824/Carnival_brazil_2025_-Zeo-Home-page-1.png);background-size:cover;background-position:top;border-bottom-right-radius:32px;border-bottom-left-radius:32px;padding-top:0;overflow:hidden;}

section.main_top_home.br{width:100%;background:url(https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/02/18093824/Carnival_brazil_2025_-Zeo-Home-page-1.png);background-size:cover;background-position:top;border-bottom-right-radius:32px;border-bottom-left-radius:32px;padding-top:0;overflow:hidden;} */

section.main_top_home img {
  margin: auto;
  position: relative;
  display: block;
  margin-bottom: 40px
}

section.main_top_home h1 {
  line-height: 64px;
  color: #033672;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -2px !important;
  margin-top: 196px;
  margin-bottom: 20px;
}

section.main_top_home h1 span {
  font-size: 56px;
  color: #157ef8;
  letter-spacing: -1px !important;
  line-height: 80px;
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.section.faq_new .container .center_titles.column.align-text {
  display: flex;
  gap: 24px;
  text-align: left;
}


/*section_awards sections*/
.page-id-7598 section.section.video_section h2.large {
  margin-bottom: 48px;
}

.page-id-7598 .section.section_awards {
  margin: 96px 0;
  text-align: center;
  padding: 0px;
}

.page-id-7598 .section h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.page-id-7598 .section .center_titles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px
}

.page-id-7598 .section_awards .center_titles span {
  color: #dd7602
}

.page-id-7598 .section_awards .center_titles h2 {
  color: #021B38;
  margin: 0;
  letter-spacing: 0px !important;
  font-weight: 700 !important
}

/*review_section sections*/
section.section.review_section {
  background: #F1F7FE
}

section.section.review_section .container {
  max-width: 680px !important;
  margin: auto;
  width: 100%;
  text-align: center
}

p {
  font-size: 18px;
  line-height: 24px
}

section.section.review_section img {
  margin: 20px auto
}

section.section.review_section .container p.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  gap: 24px
}

section.section.review_section .container p.bottom img {
  margin: 0
}

section.section.review_section .container p.bottom cite {
  display: flex;
  flex-direction: column;
  text-align: left
}

section.section.review_section .container p.bottom span.reviews-rate {
  color: #fb890e;
  display: flex;
  gap: 5px;
  margin-bottom: 8px
}

/*video_section sections*/
.center_titles.column {
  flex-direction: column
}

section.section.video_section img {
  width: 100%;
  border-radius: 16px;
}

/*mislenecious sections*/
.section h2.large span {
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.center_titles span.small {
  color: #DD7602;
  font-family: Caveat Brush;
  font-size: 24px
}

.section .center-img {
  display: block;
  margin: auto
}

.align-left .center_titles.column {
  gap: 10px;
  text-align: left;
  align-items: baseline
}

.align-left .center_titles.column p {
  color: #56606C
}

.align-left .button {
  justify-content: start
}

/*mislenecious sections*/
section.section.video_section ul {
  padding: 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 56px
}

section.section.video_section ul li {
  flex: 1 1 31%;
  background: #fff;
  box-shadow: 0px 2px 32px -4px rgba(35, 25, 59, 0.08);
  border-radius: 16px;
  padding: 24px;
  list-style: none
}

section.section.video_section {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/03/features-dual-gradient-1.png);
  background-size: contain;
  background-position: center;
  margin: 70px auto
}

.button {
  display: flex;
  gap: 24px;
  text-align: center;
  justify-content: center;
  margin-top: 64px
}

section.section.video_section strong {
  color: #56606C;
  font-weight: var(--text-600);
  font-size: 18px;
  line-height: 24px
}

section.section.video_section p {
  font-size: 18px;
  line-height: 24px;
  margin: 4px auto 32px
}

section.section.video_section ul li>i {
  display: flex;
  font-size: 24px;
  background: #ddd;
  max-width: 64px;
  max-height: 64px;
  min-width: 64px;
  min-height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #E7F2FE;
  color: #157EF8
}

section.section.video_section h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

section.section.video_section ul li a i {
  font-size: 12px;
}

.home div#progress-bar {
  display: none;
}

/*Brands Flow*/
section.section h2 p {
  color: #757F8A;
  letter-spacing: 0 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  margin: 20px auto
}

section.section h2 p span.primary_text_orange {
  font-weight: 700;
  color: #DD7602 !IMPORTANT
}

section.section.brand-product {
  background: #F6F7F9;
  margin-bottom: 70px;
  padding: 60px 60px;
}

section.section.brand-product .col-md-3 {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  background: transparent !important
}

section.section.brand-product .col-md-3 img {
  margin: auto
}

section.section.brand-product .row.section-content.brand-icons {
  overflow-y: auto;
  margin: auto;
  flex-wrap: nowrap;
  max-width: 1540px;
}

section.section.brand-product .row.section-content.brand-icons .col-md-3 {
  min-width: 10%
}

section.section.brand-product::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

section.section.brand-product .row.section-content.brand-icons::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

section.section.brand-product .row.section-content.brand-icons::-webkit-scrollbar-track {
  background: #f1f1f1
}

section.section.brand-product .row.section-content.brand-icons::-webkit-scrollbar-thumb {
  background: #888
}

section.section.brand-product .row.section-content.brand-icons::-webkit-scrollbar-thumb:hover {
  background: #555
}

section.section.web-platform i,
section.section.mobile-platform i {
  color: #0666D5;
}

.mobile-platform .container.bg_gray {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.mobile-platform .container.bg_gray .right img {
  margin-right: auto !important;
  margin-top: -40px !important;
}


/*platforms*/
section.web-platform {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.web-platform .container.bg_gray {
  background: #F6F7F9;
  border-radius: 32px;
  padding: 64px 32px;
  overflow: hidden;
  display: flex;
  gap: 32px;
  padding-bottom: 0px;
}

.web-platform .container.bg_gray .left {
  flex: 1 1 40%;
  min-width: 40%;
  padding-left: 56px;
}

.web-platform .container.bg_gray .right img {
  width: 80% !important;
  max-width: 80%;
  margin: 0 auto
}

section.section.web-platform h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -1.2px;
  text-align: left;
  margin: 0;
  margin-bottom: 24px;
  color: #272D35
}

section.section.web-platform ul {
  padding: 0;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 62px
}

section.section.web-platform ul li {
  list-style: none
}

section.section.web-platform ul li {
  font-size: 30px;
  color: #157ef8;
  flex: 1 1 43%
}

section.section.web-platform ul li h4 {
  margin: 0;
  font-weight: var(--text-600);
  color: #021B38;
  font-size: 18px;
  line-height: 24px;
  color: #56606C;
  font-weight: 500
}

.web-platform .container.bg_gray.align-left .right {
  display: flex;
  justify-content: end;
  align-items: end;
  flex: 1 1 48%
}

.web-platform .container.bg_gray.align-left .right img {
  margin-left: auto !important;
  margin-right: 0px !important;
}

section.section.mobile-platform .btn,
section.section.web-platform .btn {
  border-radius: 12px;
  min-height: 56px;
}

li#menu-item-3554 a.nav-link,
li#menu-item-3563 a.nav-link,
li#menu-item-5213 a.nav-link,
ul#menu-main .btn.btn-primary a {
  text-transform: none !important;
}

/*platforms*/
.mobile-platform {
  margin-bottom: 70px;
}

.mobile-platform .container.bg_gray {
  background: #fefaec;
  background-size: cover;
  border-radius: 32px;
  padding: 64px 32px;
  overflow: hidden;
  display: flex;
  gap: 32px
}

.mobile-platform .container.bg_gray .left {
  flex: 1 1 40%;
  min-width: 40%
}

.mobile-platform .container.bg_gray .right img {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto
}

section.section.mobile-platform h3 {
  color: #272D35;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -1.2px;
  text-align: left;
  margin: 0;
  margin-bottom: 24px;
}

section.section.mobile-platform ul {
  padding: 0;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 62px
}

section.section.mobile-platform ul li {
  list-style: none
}

section.section.mobile-platform ul li {
  font-size: 30px;
  color: #157ef8;
  flex: 1 1 44%
}

section.section.mobile-platform ul li h4 {
  margin: 0;
  font-weight: var(--text-600);
  color: #021B38;
  font-size: 18px;
  line-height: 24px;
  color: #56606C;
  font-weight: 500;
}

section.section.web-platform .small,
section.section.mobile-platform .small {
  color: #757F8A;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 28px;
  font-size: 24px;
}


.web-platform .container.bg_gray {
  padding-right: 0px;
}

.web-platform .container.bg_gray img {
  margin-left: auto !important;
}

.web-platform .container.bg_gray {
  justify-content: space-between !important;
}

.web-platform .container.bg_gray.align-left {
  justify-content: space-between !important;
  gap: 0px;
}


/*footer*/
html body div#footer .footer_middle .container {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/03/Group-1707478267.png);
  background-size: cover;
  padding: 72px !important;
  border-radius: 24px;
  overflow: hidden
}

.footer_middle {
  padding: 0;
  background: transparent;
  margin: 60px auto
}

.footer_middle {
  padding: 60px 0;
  background: #F1F7FE;
  margin-top: 30px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px
}

section.section.last.blogs-section.new_home_blogs {
  background: #F1F7FE
}

section.section.last.blogs-section.new_home_blogs * {
  text-align: left
}

section.section.last.blogs-section.new_home_blogs h4 {
  font-size: 48px
}

.footer-pane {
  border: 0px !important;
}

#bottom-widgets {
  padding-top: 48px;
}

div#bottom-widgets.top_zeo .widget {
  padding-bottom: 56px;
  margin-bottom: 0px;
}

div#text-3 h2 * {
  letter-spacing: 0px !important;
}


/*FAQ*/
section.section.faq_new .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

section.section.faq_new .feature_sections_new_01.Home_faqs_listing {
  background: #f7f7f7;
  padding: 32px;
  flex: 1 1 76%;
  min-width: 76%;
  border-radius: 24px
}

section.section.faq_new .container .lightweight-accordion {
  background: #fff
}

section.section.faq_new .container .center_titles.column.align-text * {
  text-align: left !important;
  align-items: baseline;
  justify-content: start
}

section.section.faq_new .container .center_titles.column.align-text {
  justify-content: left;
  align-items: start;
  flex: 1 1 24%;
  min-width: 24%;
}

section.section.faq_new .container summary.lightweight-accordion-title {
  padding: 16px 24px !important
}

section.section.faq_new .feature_sections_new_01.Home_faqs_listing summary.lightweight-accordion-title:after,
.feature_sections_new_01.Home_faqs_listing details[open] summary.lightweight-accordion-title:after {
  top: 17px;
  font-size: 25px
}

section.section.faq_new .feature_sections_new_01.Home_faqs_listing h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px !important;
}

/*Footer Blogs*/
section.section.last.blogs-section.new_home_blogs {
  padding: 120px 0 !important
}

section.section.last.blogs-section.new_home_blogs .col-lg-4.col-md-4.col-sm-12.col-xs-12.single-blogs {
  background: #fff
}

section.section.last.blogs-section.new_home_blogs .center_titles.column.align-left {
  align-items: start;
  margin: 0
}

.col-md-2.text-right {
  text-align: right;
  display: flex;
  justify-content: end
}

.footer_middle {
  margin-bottom: 0
}

div#bottom-widgets {
  border-top-right-radius: 42px;
  background: #fff;
  border-top-left-radius: 42px
}

div#footer {
  background: #f6f7f9
}

html body div#footer .footer_middle .container h4 {
  font-size: 40px;
  font-weight: 700;
  color: #ABD1FC !important
}

html body div#footer .footer_middle .container a.btn.btn-primary {
  background: #fff;
  color: #148bf8 !important;
  line-height: normal;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 12px;
  font-size: 18px !important;
  font-weight: var(--text-600) !important;
  margin: 0px 8px;
}

html body div#footer .footer_middle .container a.btn.btn-primary-outline {
  border-radius: 12px;
  min-width: 230px;
  font-size: 18px;
  font-weight: var(--text-600) !important;
  background: transparent;
  color: #fff !important;
  border-color: #fff !important;
  margin: 0px 8px;
}

html body div#footer .footer_middle .container p {
  font-size: 24px !important;
  color: #DDECFE !important;
  margin: 20px auto;
  line-height: normal !important;
}

.footer_reviews.home_review {
  display: block
}


/*FAQ's*/
section.section.reviews-section.light_blues.footer_reviews.home_review {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/03/Group-1707478312-1.png) !important;
  padding: 136px 0 100px;
  background-position: left 50px top -75px !important;
}

section.section.reviews-section.light_blues.footer_reviews.home_review .col-md-5.center_titles.column.align-left {
  justify-content: start;
  align-items: start;
  text-align: left
}

.tss-wrapper {
  padding: 0px 38px;
}

section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-prev.prev-0 {
  left: -60px;
  border-radius: 100px;
  font-size: 40px !important;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid #157ef8 !important;
  color: #157ef8 !important
}

section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-prev.prev-0 *,
section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-next.next-0 * {
  color: #157ef8 !important
}

section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-next.next-0 {
  border-radius: 100px;
  font-size: 40px !important;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid #157ef8 !important;
  color: #157ef8 !important;
  right: -60px;
}

html body div#footer .footer_middle .container a.btn.btn-primary-outline:hover {
  color: #0563d3 !important;
}

html body div#footer .footer_middle .container a.btn.btn-primary:hover {
  color: #fff !important;
}

.footer_reviews .review-list {
  text-align: left
}

.tss-wrapper .tss-layout3 .item-content-wrapper,
.tss-wrapper .tss-isotope1 .item-content-wrapper,
.tss-wrapper .tss-video1 .item-content-wrapper,
.tss-wrapper .tss-carousel3 .item-content-wrapper {
  padding: 32px !important
}

.review-list * {
  font-style: normal
}

.bottom_title.top {
  display: flex;
  width: 100%;
  min-width: 100%;
  justify-content: space-between;
  margin-bottom: 32px
}

.bottom_title.top img {
  width: auto;
  height: auto
}

.bottom_title.top span.avtar {
  background: #abd1fc;
  min-width: 68px !important;
  min-height: 68px !important
}

section.section.section_awards h2 {
  font-size: 28px;
  letter-spacing: -1px !important;
  line-height: 32px;
}

div#bottom-widgets.top_zeo {
  background: #f1f7fe !important;
}

div#footer {
  background: #f1f7fe;
}

div#bottom-widgets.bottom_zeo {
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}

div#footer {
  position: relative;
}

div#footer:before {
  content: "";
  height: 200px;
  position: absolute;
  top: 0px;
  background: #fff;
  width: 100%;
  z-index: 1;
}

.footer-wrapper {
  position: relative;
  z-index: 9;
}

.footer-pane {
  padding: 0px;
}

div#footer .container-fluid.container-fluid-with-max-width {
  max-width: 100%;
  background: #fff;
  padding-top: 0px;
}

div#footer .container-fluid.container-fluid-with-max-width .container {
  border-top: 1px solid #eee;
  padding-top: 28px;
  padding-bottom: 8px;
}

.footer_reviews .item-content-wrapper {
  box-shadow: 0px 2px 32px -4px rgba(35, 25, 59, 0.08);
  border: 0px;
}

.rt-col-md-12.rt-col-sm-12.rt-col-xs-12.even-grid-item.tss-grid-item.slide-item.swiper-slide.default-margin {
  padding: 0px 32px;
}

.review-list p {
  line-height: 32px;
}

section.section.reviews-section.light_blues.footer_reviews .bottom_title.top img {
  display: block
}

section.section.reviews-section.light_blues.footer_reviews .bottom_title.top img {
  border-radius: 0 !important
}

section.section.reviews-section.light_blues.footer_reviews .bottom_title.top img {
  border-radius: 0 !important
}

section.section.last.blogs-section.new_home_blogs .col-md-10.section-tittle.center-text.mb-5 {
  width: auto
}

section.section.last.blogs-section.new_home_blogs .col-md-2.text-right {
  display: block;
  margin-left: auto
}

section.section.last.blogs-section.new_home_blogs .row {
  display: flex
}

section.section.last.blogs-section.new_home_blogs {}

section.section.last.blogs-section.new_home_blogs .col-md-2.text-right {
  text-align: right
}

section.section.reviews-section.light_blues.footer_reviews .bottom_title.top img {
  height: auto;
}

.footer_middle {
  background: transparent !important;
  padding: 0px !important;
}

.footer-wrapper {
  position: relative;
  z-index: 9;
  background: #f1f7fe;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  padding-top: 32px;
}

section.section.last.blogs-section.new_home_blogs h2.entry-title {
  line-height: 32px;
}

._all_features_ {
  margin-bottom: 60px;
}

span.primary_text_orange {
  color: #FF8811;
  font-weight: 700;
}

body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 span {
  letter-spacing: 0px !important;
}

section.section.content_section.Zeo_Comparison h1 {
  font-size: 48px;
}

section.section.section_awards.innercompare {
  padding-top: 0
}

section.section.section_awards.innercompare .center_titles {
  display: flex;
  align-items: center;
  gap: 24px
}

section.section.section_awards.innercompare .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

section.section.section_awards.innercompare .center_titles h2,
section.section.section_awards.innercompare .center_titles h2 * {
  font-size: 32px;
  font-weight: 700
}

section.section.section_awards.innercompare .center_titles h2 span {
  color: #f81
}

div#trackheader {
  border-bottom: 1px solid #eee !important;
}

.home div#trackheader {
  border-bottom: 0px !important;
}

.page-id-8183 section.main_top_home {
  background: url('../img/banner_01.svg');
  background-position: center;
  background-size: cover;
  padding-top: 0px;
}

section.section.section_awards .image_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 0px 32px;
}

section.section.section_awards .image_center.raitings {
  justify-content: center;
}

section.section.section_awards img {
  top: 0
}

section.section.section_awards .center_titles img {
  position: absolute;
  left: 0;
  top: 90px
}

section.section.section_awards .container {
  position: relative
}

section.section.section_awards .container>img {
  margin: 30px auto
}

section.section.section_awards .image_center.raitings img {
  margin: 0
}

section.section.section_awards .image_center.raitings {
  gap: 34px
}

section.section.section_awards h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: .1px !important
}

section.section.section_awards h2 span {
  color: #f81
}

.page-id-8183 section.section.video_section {
  background: url('../img/features-dual-gradient.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

body.page-template.page-template-g2_new_page.page-template-g2_new_page-php.page.page-id-8183 section.section.web-platform .center_titles.column,
body.page-template.page-template-g2_new_page.page-template-g2_new_page-php.page.page-id-8183 section.section.video_section .center_titles.column,
body.page-template.page-template-g2_new_page.page-template-g2_new_page-php.page.page-id-8183 section.section.video_section .center_titles.column {
  padding-bottom: 56px;
}

section.section.brand-product.light_bg {
  background: #fff;
}

section.section.web-platform {
  padding-top: 0px;
}

section.section.brand-product.light_bg {
  padding-top: 0px;
}

.col-md-12.widgetized-area-column.last_child {
  border-top: 1px solid #eee
}

.col-md-12.widgetized-area-column.last_child .widgetized-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0
}

.col-md-12.widgetized-area-column.last_child .download-app {
  display: flex;
  flex-direction: row
}

.col-md-12.widgetized-area-column.last_child h4 {
  text-align: left
}

div#text-2 .textwidget p br {
  display: none
}

div#text-2 .textwidget p {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start
}

div#text-2 {
  margin: 0
}

div#custom_html-2 {
  margin: 0
}

div#custom_html-4 {
  margin: 0
}

div#text-3 {
  margin-bottom: 0;
  margin-top: 40px;
}

div#text-3 section.section.section_awards {
  padding: 0;
  text-align: center;
  margin: 0px;
}

div#text-3 h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--text-600) !important;
  letter-spacing: 0 !important
}

div#text-3 .center_titles {
  margin: 10px 0
}

div#text-3 section.section.section_awards .image_center {
  justify-content: space-around
}

div#text-3 section.section.section_awards .image_center img {
  width: 74px;
  margin-top: 10px
}

div#text-3 section.section.section_awards .image_center.raitings {
  justify-content: center
}

div#text-3 section.section.section_awards .image_center.raitings img {
  width: auto;
  margin: 10px 0
}

div#text-3 section.section.section_awards img.devider {
  margin: 10px auto;
  display: none
}

.col-md-9.widgetized-area-column.awards_sections {
  padding-bottom: 20px
}

div#custom_html-5 a {
  color: #157ef8;
  font-weight: var(--text-600);
  text-decoration: underline
}

div#text-3 section.section.section_awards .image_center img:last-child {
  margin-top: 0px;
}

section.section.section_awards .image_center img {
  width: calc(100% / 10);
}

section.section.section_awards .image_center.raitings img {
  width: auto;
}

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

section.section.section_awards.margin_02 {
  padding-top: 0px;
  padding-bottom: 80px;
}

section.section.section_awards.margin_02 h2 {
  margin-top: 0px;
}

body.page-template.page-template-g2_new_page.page-template-g2_new_page-php.page.page-id-8183.logged-in.admin-bar.wp-embed-responsive.mob-menu-slideout-over.customize-support div#trackheader {
  border: 0px !important;
}

#progress-bar {
  height: 4px;
  background-color: #157ef8;
  width: 0;
  transition: width 0.3s ease;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
}

span.span-reading-time.rt-reading-time * {
  font-size: 16px !important;
}

.entry-meta.meta_descriptions span.Nishu.Jain {
  position: relative;
}

span.Nishu.Jain {
  background: url('https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/01/09123517/nishu.png');
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
}

span.Nishu.Jain img {
  opacity: 0;
}

.entry-meta.meta_descriptions span.Kshitij.Dixit {
  position: relative;
}

span.Kshitij.Dixit {
  background: url('https://zeorouteplanner.com/wp-content/uploads/2024/04/kshitij.png');
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
}

span.Kshitij.Dixit img {
  opacity: 0;
}

.entry-meta.meta_descriptions span.Nimit.Mehra {
  position: relative;
}

span.Nimit.Mehra {
  background: url('https://zeorouteplanner.com/wp-content/uploads/2024/04/nimit.png');
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
}

span.Nimit.Mehra img {
  opacity: 0;
}

section.main_top_home {
  position: relative;
  top: -110px;
  margin-bottom: -110px;
}

body.page-template.page-template-g2_new_page section.section.section_awards .image_center img,
body.page-template-g2_google_single_web section.section.section_awards .image_center img,
body.page-template-g2_google_fleet_web section.section.section_awards .image_center img {
  margin: 0px !important;
}

section.main_top_home section.section.section_awards {
  padding-top: 24px !important;
}

.home section.main_top_home {
  background-position: center !important;
}


section.main_top_home.g2_who {
  padding-top: 120px
}

section.main_top_home.g2_who h1,
section.main_top_home.g2_who h1 span {
  text-align: left;
  margin-top: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.44px !important
}

section.main_top_home.g2_who .container .signUP {
  padding: 40px;
  background: #fff !important;
  border-radius: 25px;
  box-shadow: 0 20px 50px 0 rgba(25, 41, 59, 0.10)
}

section.main_top_home.g2_who .container .col-md-7 {
  padding-right: 142px
}

section.main_top_home.g2_who .container .signUP h3 {
  margin-top: 0
}


section.main_top_home.g2_who .container .signUP form#signupForm div {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px
}

section.main_top_home.g2_who .container .signUP form#signupForm div input {
  border-radius: 12px;
  border: 1px solid #C6CCD2;
  background: var(--Base-White, #FFF);
  height: 48px;
  padding: 10px
}

section.main_top_home.g2_who .container .signUP form#signupForm div label {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #56606C
}

section.main_top_home.g2_who .container .signUP form#signupForm div p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #757F8A;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0
}

section.main_top_home.g2_who .container .signUP h3+p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #757F8A
}

button.btn.btn-primary.gradient {
  min-height: 64px;
  border-radius: 16px;
  font-size: 18px;
  background: linear-gradient(180deg, #157EF8, #005BC7);
  font-family: 'Poppins';
  height: 64px
}

section.main_top_home.g2_who section.section.section_awards h2 {
  margin-top: 0;
  text-align: left;
  max-width: 510px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px
}

section.main_top_home.g2_who .center_titles.align-left {
  max-width: 600px;
  text-align: left
}

section.main_top_home.g2_who h1 {
  margin-bottom: 28px
}

section.main_top_home.g2_who section.section.section_awards .container {
  padding: 0
}

section.main_top_home.g2_who section.section.section_awards h2 span {
  color: #157ef8
}

section.main_top_home.g2_who section.section.section_awards .center_titles img {
  right: 0
}

section.main_top_home.g2_who .image_center {
  padding: 0
}

body.page-template.page-template-g2_new_page section.section.section_awards .image_center img,
body.page-template.page-template-g2_google_fleet_web section.section.section_awards .image_center img,
body.page-template.page-template-g2_google_single_web section.section.section_awards .image_center img {
  width: calc(100% / 6);
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px;
}

body.page-template.page-template-g2_new_page section.section.section_awards .image_center,
body.page-template.page-template-g2_google_fleet_web section.section.section_awards .image_center,
body.page-template.page-template-g2_google_single_web section.section.section_awards .image_center {
  justify-content: center
}

body.page-template.page-template-g2_new_page section.section.section_awards .image_center.raitings img,
body.page-template-g2_google_fleet_web section.section.section_awards .image_center.raitings img,
body.page-template-g2_google_single_web section.section.section_awards .image_center.raitings img {
  flex: 1 1
}

button.btn.btn-google {
  width: 100%;
  border-radius: 12px;
  border-radius: var(--radiusLg, 16px);
  border: 1px solid var(--Gray-500, #757F8A);
  background: var(--Base-White, #FFF);
  box-shadow: 0 1px 2px 0 rgba(35, 25, 59, 0.05);
  color: #1178ef;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-weight: var(--text-600);
  font-size: 18px;
  font-family: 'Poppins';
  height: 64px
}

p.or {
  text-align: center;
  margin: 24px auto;
  position: relative;
  color: #757F8A;
  font-size: 16px;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

p.or:before {
  content: "";
  position: absolute;
  width: 46%;
  height: 2px;
  background: #eee;
  left: 0;
  top: 10px
}

p.or:after {
  content: "";
  position: absolute;
  width: 46%;
  height: 2px;
  background: #eee;
  right: 0;
  top: 10px
}

section.main_top_home.g2_who .container .signUP h3 {
  margin-top: 0;
  color: #272D35;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.signUP button {
  outline: 0px !important;
}

div#text-3 section.section.section_awards .image_center.raitings {
  display: none;
}

div#bottom-widgets h4 {
  text-transform: capitalize;
}

.footer_reviews .item-content-wrapper {
  background: transparent !important;
  box-shadow: none !important
}

.footer_reviews .carousel-wrapper {
  border-radius: 24px;
  border: 2px solid var(--Primary-Blue-25, #F1F7FE);
  background: #FFF;
  box-shadow: 0 2px 32px -4px rgba(35, 25, 59, 0.08)
}

section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-prev.prev-0 {
  border: 0 !important;
  font-size: \;
}

section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-prev.prev-0 *,
section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-next.next-0 * {
  font-size: 24px !important
}

section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-next.next-0 {
  border: 0 !important
}


li#menu-item-3554 a.nav-link,
li#menu-item-3563 a.nav-link,
li#menu-item-5213 a.nav-link {
  height: 44px !important;
  line-height: normal !important;
  display: flex;
  align-items: center;
  border-radius: 10px
}

li#menu-item-3554 a.nav-link:Hover,
li#menu-item-5213 a.nav-link:Hover {
  background: #E7F2FE !important;
  color: #157ef8 !important
}

li#menu-item-3563 a.nav-link:Hover {
  color: #157ef8 !important
}

li#menu-item-3563 a.nav-link {
  border: 0 !important;
  color: #141414 !important;
  padding-right: 0px !important;
  padding-left: 0px !important
}

ul#menu-main .btn.btn-primary {
  line-height: normal !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  border-radius: 10px
}

ul#menu-main .btn.btn-primary:hover {
  background: linear-gradient(180deg, #0666d5, #054ea4) !important;
  color: #fff !important
}

ul#menu-main .btn.btn-primary:hover a {
  color: #fff !important
}


section.main_top_home a.btn.btn-primary.gradient {
  font-size: 18px;
  box-shadow: 0px 1px 2px rgba(35, 25, 59, 0.05) !important;
  font-weight: 600;
  height: 56px;
  display: flex;
  max-width: 238px;
  align-items: center;
  justify-content: center;
  border-radius: 10px
}

section.main_top_home a.btn.btn-primary.gradient:hover {
  background: linear-gradient(180deg, #0666d5, #054ea4) !important;
  color: #fff !important
}

a.btn.btn-primary.gradient:hover {
  background: linear-gradient(180deg, #0666d5, #054ea4) !important;
  color: #fff !important
}

.menu-stripe-right span.header-search-link.search-link.search-link-in-the-corner {
  transform: rotate(-90deg);
}


/*Blogs*/
section.section.last.blogs-section.new_home_blogs .msnry-grid-item-content {
  padding: 0 !important
}

section.section.last.blogs-section.new_home_blogs .msnry-grid-item-content img {
  height: 254px;
  width: 100%;
  object-fit: cover
}

section.section.last.blogs-section.new_home_blogs h2.entry-title {
  padding: 0 24px !important
}

section.section.last.blogs-section.new_home_blogs .entry-excerpt.clearfix {
  padding: 0 20px !important
}

section.section.last.blogs-section.new_home_blogs h2.entry-title a {
  color: #272D35;
  font-family: var(--font-family);
  font-size: 24px !important;
  font-style: normal;
  font-weight: var(--text-600) !important;
  line-height: 28px !important
}

section.section.last.blogs-section.new_home_blogs .entry-excerpt.clearfix p {
  color: #272D35 !important;
  font-family: var(--font-family);
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important
}

section.section.last.blogs-section.new_home_blogs .entry-meta {
  padding: 0 24px !important
}

section.section.last.blogs-section.new_home_blogs .entry-meta p.meta_inforation {
  color: #757F8A;
  font-family: var(--font-family);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px !important
}

section.section.last.blogs-section.new_home_blogs * .post-card {
  height: auto;
  border-radius: 24px !important;
  border: 1px solid #EBEDF0 !important;
  background: var(--Base-White, #FFF);
  box-shadow: 0 2px 32px -4px rgba(35, 25, 59, 0.08)
}

section.section.last.blogs-section.new_home_blogs .msnry-grid-item-content {
  border: 0
}

section.section.last.blogs-section.new_home_blogs a.btn.btn-primary-outline {
  border-radius: 10px;
  height: 44px;
  padding: 12px 16px !important;
}

section.section.faq_new .container .center_titles.column.align-text a.btn.btn-primary {
  padding: 12px 16px !important;
  box-shadow: none !important;
  border-radius: 10px
}

div#categories-4 li a {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  word-wrap: revert-layer
}

div#custom_html-2 h4 {
  color: #272D35;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.container-fluid.container-fluid-with-max-width.copyright p {
  color: #272D35;
  text-align: center;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.page-id-7598 .section_awards .center_titles h2 span {
  letter-spacing: 0 !important
}

section.section.video_section a.btn {
  border-radius: 12px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px
}

section.section.reviews-section.light_blues.footer_reviews.home_review a.btn.btn-primary {
  padding: 12px 16px !important;
  border-radius: 10px;
  box-shadow: none !important;
}

summary::-webkit-details-marker {
  display: none !important
}

section.section.last.blogs-section.new_home_blogs .msnry-grid.masonry {
  gap: 12px !important;
}

section.section.last.blogs-section.new_home_blogs * .msnry-grid-item.col-xs-12.col-sm-6.col-md-4.masonry-brick {
  flex: 1 1 30%;
}

section.section.last.blogs-section.new_home_blogs .entry-excerpt.clearfix p {
  color: #777 !important;
}

.page-id-3519 section.section.last.blogs-section.new_home_blogs {
  padding-bottom: 0px !important;
}

a.btn br {
  display: none;
}

section.main_top_home.g2_who section.section.section_awards h2,
section.main_top_home.g2_who section.section.section_awards h2 * {
  letter-spacing: 0px !important;
}



/*indusry css*/
.page-template-zeo_route_panner_industry .section h2.large br:nth-of-type(1) {
  display: none;
}

.page-template-zeo_route_panner_industry .section.section.brand-product.light_bg {
  box-shadow: 0px 2px 32px -4px rgba(35, 25, 59, 0.08);
  padding: 96px 32px;
  margin: 136px auto;
  max-width: 1480px;
  border-radius: 24px;
}

.page-template-zeo_route_panner_industry.page-id-8286 section.main_top_home img {
  width: 100%;
  margin-bottom: -52px;
}

.full_div {
  border-radius: 24px;
  padding: 40px 24px 24px;
  gap: 70px;
}

.full_div img {
  width: 100%
}

section.full_section.waste_management {
  margin: 48px 0
}

.full_div .title_section {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px
}

section.full_section.waste_management .title_section h2 {
  color: #272D35;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 0
}

section.full_section.waste_management .title_section p {
  color: #56606C;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0
}

.container.half_container {
  display: flex;
  justify-content: space-between
}

.half_mananegement {
  border-radius: 24px;
  border: 1px solid #ECEFF3;
  background: #fff;
  box-shadow: 0 2px 32px -4px rgba(35, 25, 59, 0.08);
  flex: 1 1 49%;
  min-width: 49%;
  padding: 24px
}

.half_mananegement:first-child {
  margin-right: 16px
}

.half_mananegement:last-child {
  margin-left: 16px
}

.half_mananegement .title_section {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.half_mananegement .title_section div {
  margin: 32px 0
}

.half_mananegement img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block
}

.container.half_container_image .half_mananegement {
  background: transparent;
  box-shadow: none;
  border: 0
}

.container.half_container_image .half_mananegement:last-child {
  background: #F6F7F9;
  flex: 1 1 50%;
  min-width: 50%;
  padding: 42px
}

.container.half_container_image {
  display: flex;
  align-items: center
}

.container.half_container_image .half_mananegement:first-child {
  flex: 1 1 40%;
  min-width: 40%;
  padding: 0
}

.container.half_container_image .half_mananegement:last-child .title_section h2 {
  color: #021F41;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.44px;
  margin-bottom: 32px
}

.container.half_container_image .half_mananegement:last-child .title_section h2>span {
  display: block;
  color: #157ef8;
  letter-spacing: -1px !important;
  background: var(--Gradient-Primary-Gradient, linear-gradient(180deg, #14A4F7 0%, #157EF8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.container.half_container_image .half_mananegement:last-child .title_section h2 span.hide-below-500,
.container.half_container_image .half_mananegement:last-child .title_section h2 span.show-above-500 {
  display: none !important
}

.container.half_container_image {
  margin: 40px auto 110px;
  max-width: 1300px !important
}

.card-content .title_section>i {
  display: flex;
  color: #157EF8;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  background: #E7F2FE;
  max-width: 72px;
  min-width: 72px;
  max-height: 72px;
  min-height: 72px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bg_01 {
  background-image: url('https://zeorouteplanner.com/wp-content/uploads/2024/03/features-dual-gradient-1.png');
  background-repeat: no-repeat;
  background-position: center;
}

.card-content .title_section>div h2 {
  font-size: 34px;
  margin: 20px auto 0px !important;
  font-weight: 600 !important;
}

.page-template-zeo_route_panner_industry section.main_top_home {
  background: url(../img/Industry_%20Waste%20Management.svg?_t=1712748341);
  background-size: cover;
  overflow: unset
}

.page-template-zeo_route_panner_industry section.main_top_home img {
  width: 100%
}

.container.half_container_image img {
  border-radius: 24px;
}

.page-template-zeo_route_panner_industry div#trackheader {
  border: 0px !important;
}

.container.half_container_image img {
  max-width: 100%;
}

section.full_section.waste_management .container {
  display: flex
}

.half_mananegement .title_section div {
  margin: 0
}

section.full_section.waste_management .full_div {
  flex: 1 1 60%;
  padding: 24px
}

section.full_section.waste_management .half_mananegement {
  flex: 1 1 40%;
  min-width: 40%
}

section.full_section.waste_management.block_01 .container {
  gap: 16px;
}

.page-template-zeo_route_panner_industry section.section.brand-product {
  margin-top: 70px;
}

section.full_section.waste_management.color_01 .full_div {
  background: #F6F7F9
}

section.full_section.waste_management .full_div {
  background: #F6F7F9;
  display: flex;
  align-items: center;
  padding: 88px
}

#card .card-content .title_section {
  flex-direction: column;
  align-items: self-start;
  flex: 1 1 40%;
  padding: 0px 20px;
}

#card .card-content div {
  display: flex;
  flex-direction: column;
  gap: 10px
}

#card .card-content div h2 {
  font-size: 40px;
  line-height: 48px
}

#card .card-content p>img,
section.full_section.waste_management .full_div>p {
  flex: 1 1 55%;
  min-width: 55%
}

#card .card-content a.btn.btn-primary-outline,
section.full_section.waste_management .full_div a.btn.btn-primary {
  margin-top: 20px
}

#card-1 .card-content {
  background: #F6F7F9;
  padding-right: 0px;
}

#card-2 .card-content {
  background: #F1F7FE;
  padding-right: 0px;
}

#card-3 .card-content {
  background: #FEFAEC;
  padding-right: 0px;
}

#card-4 .card-content {
  background: #F6F7F9;
  padding-right: 0px;
}

#card-5 .card-content {
  background: #ECF9EE;
  padding-bottom: 0px;
}

#card-6 .card-content {
  background: #F6F7F9;
}


#card-1 .card-content .title_section>i {
  background: #EBEDF0;
  color: #080A0C
}

#card-2 .card-content .title_section>i {
  background: #DDECFE;
  color: #054EA4
}

#card-3 .card-content .title_section>i {
  background: #FFE788;
  color: #B75206
}

#card-4 .card-content .title_section>i {
  background: #EBEDF0;
  color: #080A0C
}

#card-5 .card-content .title_section>i {
  background: #A3E1AC;
  color: #20642B
}

#card-6 .card-content .title_section>i {
  background: #DDECFE;
  color: #054EA4
}

.container.half_container_image .half_mananegement:last-child {
  position: relative;
  padding: 56px;
  flex-direction: column
}

.container.half_container_image .half_mananegement:first-child {
  position: relative;
  z-index: 9
}

.container.half_container_image .half_mananegement:last-child .title_section {
  flex-direction: column;
  align-items: start;
  gap: 0px;
}

section.full_section.waste_management.color_01 .full_div img {
  min-width: 100%;
  position: relative;
}

section.full_section.waste_management.color_01 .full_div {
  overflow: hidden;
}

section.full_section.waste_management.color_05 .full_div {
  overflow: hidden;
}

section.full_section.waste_management.color_05 .full_div img {
  margin-bottom: -110px;
}

body.page-template.page-template-zeo_route_panner_industry.page-template-zeo_route_panner_industry-php.page.page-id-8335 .hero_sldier img {
  margin-bottom: -80px;
}


li#menu-item-8418 a {
  position: relative
}

li#menu-item-8435 a:after {
  content: "Revolutionize Waste Collection with Smart Route Optimization";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8427 a:after {
  content: "Revolutionize Your Lawn Care Services with Zeo's Smart Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8437 a:after {
  content: "Optimize Your Pool Service Routes for Enhanced Efficiency";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8433 a:after {
  content: "Streamline Your Plumbing Operations with Advanced Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8432 a:after {
  content: "Enhance Your Electrical Services with Smart Routing Solutions";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8426 a:after {
  content: "Elevate Your Pest Control Services with Zeo's Advanced Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8436 a:after {
  content: "Elevate Your HVAC Service with Intelligent Route Planning";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8425 a:after {
  content: "Maximize Efficiency in Air Duct Cleaning with Zeo";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8420 a:after {
  content: "Transform Your Remodelling Business with Zeo's Efficient Planning";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8423 a:after {
  content: "Cutting-Edge AV Installations at Your Convenience";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8419 a:after {
  content: "Elevate Your Cleaning Operations with Zeo's Smart Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8431 a:after {
  content: "Transform Chimney Sweeping with Zeo's Precision Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8424 a:after {
  content: "Optimize Your Commercial Food Equipment Services with Zeo";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8429 a:after {
  content: "Revolutionize Your Irrigation Operations with Zeo's Advanced Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8422 a:after {
  content: "Enhance Your Locksmith Services with Zeo's Efficient Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8421 a:after {
  content: "Streamline Your Painting Projects with Zeo's Smart Solutions";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8430 a:after {
  content: "Enhance Your Septic Services with Zeo's Smart Tools";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8428 a:after {
  content: "Elevate Your Water Treatment Services with Zeo's Strategic Routing";
  display: block;
  font-size: 12px;
  position: absolute;
  left: 52px;
  color: #999;
  font-weight: 400;
  width: 84%;
  line-height: normal
}

li#menu-item-8418.open ul.dropdown-menu li {
  margin-bottom: 30px
}

.lightweight-accordion-body p strong {
  display: block;
  margin-top: 24px;
  margin-bottom: 10px;
}

.lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion-title h3,
.lightweight-accordion .lightweight-accordion-title p,
.lightweight-accordion .lightweight-accordion-title span {
  font-size: 20px !important;
}

.page-template-faq_template-php .container-fluid.container-fluid-with-max-width .container.top_less_width {
  max-width: 100% !important;
  padding: 0;
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/05/bg-3.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
  margin-bottom: 70px;
  margin-top: -100px;
  padding-top: 100px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px
}

.page-template-faq_template .center_titles {
  display: flex;
  flex-direction: column;
  width: 100%
}

.button {
  flex-wrap: wrap
}

.title_section.title_main {
  text-align: center;
  font-size: 40px
}

.title_section.title_main h2 {
  font-size: 40px !important;
  line-height: 48px !important;
  color: #033672 !important;
  font-weight: 700
}

.title_section.title_main h2 span {
  color: #157ef8
}

.title_section.title_main p {
  margin-bottom: 32px !important;
  display: block
}

.full_width_div {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 42px;
}

.full_width_div .half_01 {
  display: flex;
  flex-direction: column;
  flex: 1 1 48%
}

.full_width_div .half_01 li {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 16px;
  line-height: normal;
  margin-bottom: 20px
}

.full_width_div .half_01 li i {
  position: relative;
  top: 5px;
  color: #157ef8
}

.full_width_div .half_01 ul {
  padding-left: 0;
  padding: 10px 0
}

.full_width_div .half_01 strong {
  display: block;
  margin-bottom: 32px
}


.card-content .title_section {
  padding-right: 92px;
}

#cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
}

#card-1 {
  --index: 1;
}

#card-2 {
  --index: 2;
}

#card-3 {
  --index: 3;
}

#card-4 {
  --index: 4;
}

#card-5 {
  --index: 5;
}

#card-6 {
  --index: 6;
}

#cards .card#card-4 {
  top: 160px;
}

#cards .card#card-5 {
  top: 180px;
}

#cards .card#card-6 {
  top: 0;
}

#cards .card {
  position: sticky;
  top: 140px;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

#cards .card-content {
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  padding: 64px;
  border: 1px solid #eeeeee !important;
  min-height: 600px;
}

#cards .card-content>div {
  grid-area: text;
  width: 95%;
  max-width: 800px;
  place-self: center;
  text-align: left;
  display: grid;
  gap: 1em;
  place-items: start;
}

#cards .card-content>figure {
  grid-area: img;
  overflow: hidden;
}

#cards .card-content>figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .4em;
}

#cards #card-6 .card-content>figure>img {
  height: auto;
}

/* Animation */
@supports (animation-timeline: works) {

  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets:
      selector(#cards) start 1,
      selector(#cards) start 0;
    start: selector(#cards) start 1;
    end: selector(#cards) start 0;
    time-range: 4s;
  }

  .card {
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
  }

  .card__content {
    transform-origin: 50% 0%;
    will-change: transform;

    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);

    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }

  @keyframes scale {
    to {
      transform:
        scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
    }
  }
}

section.full_section.color_08 a.btn.btn-primary-outline.medium {
  border: 0px;
  margin-left: 10px;
}

.main_divs li {
  margin-bottom: 56px;
}

.main_divs {
  background-image: url(https://zeorouteplanner.com/wp-content/uploads/2024/03/features-dual-gradient-1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.main_top_home .buttons {
  display: flex;
  gap: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.main_top_home .buttons a {
  margin: 0px !important;
}

div#mysidebar li {
  margin-bottom: 0px;
}

.table-container {
  overflow: auto;
  border: 1px solid #E7F2FF;
  border-radius: 14px;
}

table.blog_table thead {
  background: #E7F2FF;
}

.table-container table.blog_table tr {
  border-bottom: 1px solid #eee;
}

table.blog_table {
  width: 100%;
}

table.blog_table th {
  padding: 22px 16px;
}

table.blog_table td {
  padding: 14px 16px;
}

table.blog_table tr:nth-of-type(even) {
  background: #f8f8f8;
}

.table-container table.blog_table tr:last-child {
  border: 0px !important;
}

section.section.promotional_sections.bg1 {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/08/bg1-10.png);
  background-size: cover;
  background-position: center center
}

section.section.promotional_sections.bg2 {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/08/bg1-11.png);
  background-size: cover;
  background-position: center center
}

section.section.promotional_sections.bg3 {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/08/bg2-2.png);
  background-size: cover;
  background-position: center center;
  border: 2px solid #ddecfe;
}

section.section.promotional_sections {
  padding: 64px 32px;
  border-radius: 24px
}

section.section.promotional_sections .left img {
  width: 70px
}

section.section.promotional_sections img {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0px !important;
}

section.section.promotional_sections .left h4 {
  color: #fff;
  font-size: 62px !important;
  line-height: 70px !important;
  margin: 0;
  font-weight: 700 !important;
  letter-spacing: -2px !important
}

section.section.promotional_sections .left h5 {
  color: #ddecfe;
  text-transform: uppercase;
  letter-spacing: 0 !important
}

section.section.promotional_sections.bg1 a.btn.btn-primary {
  background: #fff;
  color: #148bf8 !important;
  line-height: normal;
  height: auto;
  display: inline-block;
  align-items: center;
  border-radius: 12px;
  font-size: 18px !important;
  font-weight: var(--text-600) !important;
  margin: 20px 0
}

section.section.promotional_sections.bg1 a.btn.btn-primary:hover {
  color: #fff !important
}

section.section.promotional_sections.bg1 .left p {
  color: #ddecfe !important;
  margin: 24px 0px !important;
  letter-spacing: 0 !important
}

section.section.promotional_sections .right img {
  width: 100%
}

section.section.promotional_sections .container {
  width: 100%
}

section.section.promotional_sections.bg2 .left h4 {
  color: #021F41;
}

section.section.promotional_sections.bg2 .left h5 {
  color: #054ea4;
}

section.section.promotional_sections.bg2 .left p {
  color: #033672;
  margin-top: 20px;
}

section.section.promotional_sections.bg3 .left h4 {
  color: #021F41;
}

section.section.promotional_sections.bg3 .left h5 {
  color: #054ea4;
}

section.section.promotional_sections.bg3 .left p {
  color: #033672;
  margin-top: 20px;
}

ul#mega-menu-primary {
  display: flex !important;
  align-items: center;
}

ul#mega-menu-primary li#mega-menu-item-9321 {
  margin-right: auto !important;
}

span.mega-menu-description {
  padding-left: 32px;
  width: 80%;
  color: #888
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  border-radius: 10px
}

span.mega-menu-title i {
  padding-right: 12px
}



ul#mega-menu-primary .btn_menu_outline a {
  font-weight: var(--text-600) !important;
  font-size: 16px !important;
  border: 1px solid #157ef8 !important;
  border-radius: 16px !important;
  height: auto !important;
  color: #0666d5 !important;
  padding: 6px 16px !important;
  margin: 0 8px !important
}

ul#mega-menu-primary .btn_menu_outline a:hover {
  font-weight: var(--text-600) !important;
  font-size: 16px !important;
  border: 1px solid #157ef8 !important;
  border-radius: 16px !important;
  height: auto !important;
  color: #0666d5 !important;
  padding: 6px 16px !important;
  margin: 0 8px !important;
  background: linear-gradient(180deg, #e9f3ff, #e9f3ff) !important
}

ul#mega-menu-primary .btn.btn-primary a {
  font-weight: var(--text-600) !important;
  font-size: 16px !important;
  border: 1px solid #ffffff !important;
  border-radius: 16px !important;
  height: auto !important;
  color: #fff !important;
  padding: 6px 16px !important;
  margin: 0 8px !important;
  background: linear-gradient(180deg, #157EF8, #005BC7) !important
}

ul#mega-menu-primary .btn.btn-primary a:hover {
  font-weight: var(--text-600) !important;
  font-size: 16px !important;
  border: 1px solid #ffffff !important;
  border-radius: 16px !important;
  height: auto !important;
  color: #fff !important;
  padding: 6px 16px !important;
  margin: 0 8px !important;
  background: linear-gradient(180deg, #05448c, #05448c) !important
}

li#mega-menu-item-8418 .mega-current-menu-item a.mega-menu-link {
  background: #eaf4ff !important
}

.hide_dashboard {
  display: none
}

.show_dashboard {
  display: none
}

li#mega-menu-item-8418 .mega-current-menu-item a.mega-menu-link span.mega-menu-title {
  color: #148cf7
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  font-size: 16px !important;
  font-weight: 500 !important
}

ul#mega-menu-primary .btn_menu_outline a,
ul#mega-menu-primary .btn.btn-primary a {
  height: 40px !important;
  border-radius: 10px !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center;
  justify-content: center
}

ul#mega-menu-primary .btn_menu_outline a:hover,
ul#mega-menu-primary .btn.btn-primary a:hover {
  border-radius: 10px !important;
  height: 40px !important
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-weight: 500 !important;
  font-size: 16px;
}

.main_top_home a.btn.btn-primary-outline.medium {
  background: #fff
}

section.main_top_home a.btn.btn-primary.gradient,
.main_top_home a.btn.btn-primary-outline.medium {
  border-radius: 12px !important;
  height: 56px !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center;
  justify-content: center
}


.page-template-zeo_route_panner_features section.main_top_home p {
  padding-bottom: 20px !important;
}

.page-template-zeo_route_panner_features.page-id-9950 .hero_sldier img {
  margin: auto;
  top: 0 !important
}

.page-template-zeo_route_panner_features.page-id-9950 section.main_top_home {
  background-image: url(https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/01/08055629/Group-1707478546-1.png) !important;
  background-size: cover !important;
  background-position: center !important
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.reviews-section.light_blues.footer_reviews.home_review {
  display: none
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.last.blogs-section.new_home_blogs {
  display: none
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.faq_new {
  display: none
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section {
  background: #fff
}

.page-template-zeo_route_panner_features.page-id-9950 .main_divs {
  margin-top: 180px;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings>span {
  display: flex;
  background: #157ef8;
  min-width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  box-shadow: 1px 7px 11px 1px #00000045;
  font-size: 32px
}

.page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 40px
}

.page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings span.primary {
  color: #157ef8
}

.page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings b {
  font-weight: 700;
  color: #033672
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child {
  display: flex;
  gap: 64px;
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing {
  flex: 1 1 40%;
  min-width: 40%;
  max-width: 40%;
  padding-right: 32px
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container img {
  border: 1px solid #ddd;
  border-radius: 32px;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations:nth-of-type(1) .container:last-child {
  background: #ddd
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing .title_section {
  display: flex;
  line-height: normal;
  gap: 24px;
  align-items: start
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing li.card {
  list-style: none;
  padding: 0;
  margin-bottom: 64px
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing ul.cards {
  padding: 0
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing .title_section>span {
  display: flex;
  background: #F2F3F2;
  min-width: 50px !important;
  min-height: 50px !important;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #021B38;
  font-size: 22px;
  line-height: normal
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing .title_section p {
  margin: 0;
  color: #021B38
}

.page-template-zeo_route_panner_features.page-id-9950 .installations.last-chils .container:last-child {
  flex-direction: row-reverse
}

.page-template-zeo_route_panner_features.page-id-9950 .installations.last-chils .container:last-child img {
  margin-right: 0px;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container {
  background: #F1F7FE;
  padding: 16px 64px;
  border-radius: 32px;
  margin: 32px auto
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section {
  margin: auto;
  padding: 64px 0
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections ul li {
  flex: 1 1 31%
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections p {
  margin-top: 0
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections h2 {
  margin: 0
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section blockquote {
  border: 0;
  background: #F1F7FE;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  align-items: center;
  display: flex;
  padding: 8px 16px;
  align-items: flex-start;
  gap: 16px;
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section blockquote i {
  color: #157ef8
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections .container.Info_div {
  border: 0;
  background: #F1F7FE;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  align-items: center;
  display: flex;
  padding: 32px;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections .container.Info_div>div:first-child {
  color: #56606C;
  margin-right: auto
}

.page-template-zeo_route_panner_features.page-id-9950 .page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections p {
  margin: 0;
  color: #56606C
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container b {
  color: var(--Gray-800, #272D35);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  display: inline-block
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .sections_left_listing li {
  position: relative
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .sections_left_listing li:after {
  position: absolute;
  content: "";
  left: 24px;
  width: 1px;
  height: 80px;
  background: #C6CCD2;
  top: 60px
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .title_section span {
  cursor: pointer;
  background: #DDECFE;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing h3 {
  margin-bottom: 40px;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .sections_left_listing li#step-3:after {
  display: none;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container {
  flex-direction: column
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container h3 {
  margin: 0
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .inners {
  display: flex;
  justify-content: space-between
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .sections_left_listing li.active span {
  cursor: pointer;
  display: flex;
  background: #157ef8;
  color: #fff;
  box-shadow: 1px 7px 11px 1px #00000045;
}

.page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .sections_left_listing li {
  cursor: pointer;
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section a.btn.btn-primary.medium.removelang.nturl {
  display: inline;
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section blockquote p {
  display: flex;
  align-items: start;
  gap: 8px
}

.page-template-zeo_route_panner_features.page-id-9950 section.section.video_section blockquote p i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.page-template-zeo_route_panner_features.page-id-9950 section.main_top_home .center_titles span.hey-bg {
  display: block;
  font-size: 20px !important;
  max-width: 310px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  margin: auto;
  background-size: cover;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  justify-content: center;
  background-position: center !important;
  -webkit-text-fill-color: #fff;
  z-index: 99;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.page-template-zeo_route_panner_features.page-id-9950 section.main_top_home .center_titles span.hey-bg img {
  position: absolute;
  margin: 0;
  z-index: -1;
  top: 0
}

.orange_text {
  color: #FF7A59
}

.blue_primary {
  color: #033672
}

section.hubspot_new .container {
  justify-content: space-between;
  align-items: self-start;
  display: flex;
  flex-direction: row-reverse
}

.hubspot_sidebar {}

#mysidebars {
  padding: 24px;
  border: 1px solid #C6CCD2;
  border-radius: 24px;
  max-width: 400px
}

.hubspot_sidebar ul li {
  list-style: none;
  margin: 16px auto
}

.hubspot_sidebar ul {
  padding: 0px 24px
}

.hubspot_sidebar ul li a.sub_content {
  line-height: normal;
  display: flex;
  border-left: 1px solid #C6CCD2;
  padding-left: 16px;
}

.hubspot_sidebar ul li a {
  color: #272D35
}

.hubspot_sidebar strong {
  padding: 0 0 20px;
  display: block;
  border-bottom: 1px solid #C6CCD2;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #3F4750
}

.hubspot_content.content {
  width: calc(100% - 400px);
  padding-right: 40px;
  margin-right: auto;
}

.hubspot_content.content .listing {
  padding: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 24px;
  margin-bottom: 24px
}

.hubspot_content.content .listing h3 {
  margin: 0 auto 32px;
  padding: 4px 0 24px 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  font-weight: 600
}

.hubspot_content.content .listing h3 span {
  color: #157EF8
}

.hubspot_content.content .listing li {
  color: #021B38;
  font-size: 16px
}

.hubspot_content.content h2 {
  margin-bottom: 32px;
  margin-top: 0
}

section.hubspot_new {
  margin-top: 32px
}

.hubspot_content.content .listing img {
  width: 100%;
  border-radius: 16px;
}

.infobar {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #e7f2fe;
  padding: 24px;
  border-radius: 16px;
  font-size: 16px;
  color: #021B38;
  margin: 24px 0
}

.infobar.noflex {
  display: block;
  align-items: center;
  gap: 24px;
  background: #e7f2fe;
  padding: 24px;
  border-radius: 16px;
  font-size: 16px;
  color: #021B38;
  margin: 24px 0
}

h2#hub1 {
  font-size: 28px;
}

.infobar i {
  display: flex;
  background: #1178f0;
  padding: 14px;
  border-radius: 100px;
  color: #fff
}

.sticky-sidebar {
  position: sticky;
  top: 10px;
  /* Sidebar sticks when it reaches this point */
}

.hubspot-zeo {
  margin-top: 68px
}

.hubspot-zeo .container li.card {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.hubspot-zeo .container ul {
  padding: 0
}

.hubspot-zeo .container {
  padding: 42px 0
}

.hubspot-zeo .container li.card .title_section {
  width: 50%;
  padding-right: 0;
  max-width: 580px
}

.hubspot-zeo .container li.card figure {
  width: 46%
}

.hubspot-zeo .container li.card figure img {
  width: 100%
}

.hubspot-zeo .container h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px
}

.hubspot-zeo p {
  display: flex;
  gap: 24px;
  margin-bottom: 42px;
  color: #272D35
}

.hubspot-zeo p strong {
  font-weight: 700
}

.hubspot_content.content .listing ul {
  margin-top: 64px;
  display: block
}

.hubspot_content.content .listing ul:first-child {
  margin-top: 0
}

.hubspot_content.content .listing ul:nth-of-type(1) {
  margin-top: 0
}

.hubspot_content.content .listing ul {
  padding: 0px 32px;
}

.hubspot_content.content .listing img {
  padding: 0px 4px;
}

.hubspot_content.content .in {
  margin-bottom: 72px;
}

.hubspot_content.content .in:last-child {
  margin-bottom: 0px;
}

.hubspot_content.content .listing ul.number.no-margin {
  margin-top: 0px;
}

p.primary_new.mringin {
  margin-top: 64px;
}

span.primary-text.primary {
  color: #157EF8;
}

.hubspot_content.content .listing .infobar.noflex ul {
  margin: 10px 0px !important;
  display: flex;
  flex-direction: column;
  gap: 8px !important;
}

.hubspot_content.content .listing .infobar.noflex ul {
  margin: 10px 0px !important;
  display: flex;
  flex-direction: column;
  gap: 8px !important;
}

.hubspot_content.content .listing li a,
.hubspot_content.content .listing li strong,
.hubspot_content.content .listing li b {
  font-weight: 600;
}

.hubspot_content.content h2 {
  font-size: 24px;
  font-weight: 700;
}

.hubspot_content.content .listing img.gif_small {
  width: auto !important;
  max-width: 70%;
}

.page-parent span.span-reading-time.rt-reading-time {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
  width: 280px;
}

.ads_fleet.comp_footer {
  background: url('https://zeorouteplanner.com/wp-content/uploads/2024/08/bg1-11.png') !important;
  padding: 20px !important;
  background-size: cover !important;
  background-position: bottom left !important;
}

.ads_fleet.comp_footer a {
  padding: 10px 20px !important;
  border-radius: 8px !important;
}


.lightweight-accordion .lightweight-accordion-title h3 span {
  font-size: 14px !important
}

html body .msnry-grid-item.masonry-brick {
  position: relative !important
}

.flex-videos .container {
  max-width: 1680px !important;
  padding: 0 10px !important
}

.post-card:not(.big) .entry-thumb-link img {
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  width: 100%
}

tr.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 40px
}

main#main.blogs_new .other-posts-wrapper img {
  min-width: 170px;
  max-width: 170px !important;
  min-height: 170px !important;
  object-fit: cover;
  border: 1px solid #ddd;
}

main#main.blogs_new .other-posts-wrapper .details {
  flex: 0 1 calc(100% - 32%)
}

.lightweight-accordion-body ul ul,
.lightweight-accordion-body ul ol.lightweight-accordion-body ol ul,
.lightweight-accordion-body ol ol {
  padding-bottom: 2px
}

.lightweight-accordion-body ul ul li,
.lightweight-accordion-body ul ol li,
.lightweight-accordion-body ol ul li,
.lightweight-accordion-body ol ol li {
  padding-bottom: 0;
  margin-bottom: 0 !important
}

.lightweight-accordion-body ol {
  list-style: number !important
}

html body .in-faqs-inner .lightweight-accordion-body li {
  margin-bottom: 6px !important
}

html body .in-faqs-inner .lightweight-accordion-body ul ol,
html body .in-faqs-inner .lightweight-accordion-body ul ul,
html body .in-faqs-inner .lightweight-accordion-body ol ol {
  padding-bottom: 10px
}

.single div#mysidebar a.active {
  color: #157ef8
}

div#mysidebar div a.active {
  color: #157ef7
}

.lightweight-accordion details summary.lightweight-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.lightweight-accordion details summary.lightweight-accordion-title h3 {
  margin: 0;
  width: 95%
}

.lightweight-accordion details summary.lightweight-accordion-title h3 br {
  display: none
}

img.aligncenter.size-full.wp-image-5710 {
  width: auto !important;
  height: auto !important;
  max-height: max-content !important
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-left {
  font-size: 0 !important
}

html body .in-faqs-inner .lightweight-accordion-body p,
html body .in-faqs-inner .lightweight-accordion-body li {
  margin-bottom: 16px !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: normal !important
}

html body .in-faqs-inner .lightweight-accordion-body p b {
  font-weight: 500 !important
}

.in-faqs-inner p+ul,
.in-faqs-inner p+ol {
  margin-top: -16px
}

li#menu-item-8418.open ul.dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px
}

li#menu-item-8418.open ul.dropdown-menu li {
  min-width: 31%
}

li#menu-item-8418.open ul.dropdown-menu {
  width: 1080px;
  left: -340px !important
}

li#menu-item-8418.open ul.dropdown-menu li a {
  width: 100%;
  white-space: normal
}

li#menu-item-8418.open ul.dropdown-menu li a i {
  margin-right: 12px;
  font-size: 18px;
  min-width: 24px;
  min-height: 24px;
  color: #56606C
}

li#menu-item-8418.open ul.dropdown-menu li.current-menu-item {
  position: relative;
  z-index: 9
}

li#menu-item-8418.open ul.dropdown-menu li.current-menu-item:after {
  position: absolute;
  content: "";
  left: 10px;
  width: 100%;
  border-radius: 8px;
  background: #ddecfe;
  height: 92px;
  top: 3px
}

li#menu-item-8418.open ul.dropdown-menu li.current-menu-item a {
  position: relative;
  z-index: 9
}

li#menu-item-8418.open ul.dropdown-menu li.current-menu-item a i {
  color: #fff !important;
  background: #1491f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 40px;
  font-size: 16px;
  margin-left: -6px;
  position: relative;
  left: 3px;
  top: 6px
}

li#menu-item-8418.open ul.dropdown-menu li.current-menu-item a,
li#menu-item-8418.open ul.dropdown-menu li.current-menu-item a *,
li#menu-item-8418.open ul.dropdown-menu li.current-menu-item a:after {
  color: #1491f7 !important
}

.home .hero_sldier {
  margin-bottom: -60px
}

.hide_dashboard {
  display: none
}

.show_dashboard {
  display: none
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important
}

span.mega-menu-description {
  font-style: normal !important
}

li#mega-menu-item-3996 {
  background: transparent;
  border: 0
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-left {
  padding: 0
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-center {
  width: auto !important;
  max-width: initial !important
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-center nav.navbar.navbar-default.navbar-static-top.mauer-narrator-navbar {
  width: auto !important;
  max-width: initial !important
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-center div#navbar {
  width: auto !important
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-center div#mega-menu-wrap-primary {
  width: auto !important
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-right {
  display: flex !important;
  align-items: center !important
}

html body span.header-search-link.search-link.search-link-in-the-corner a.search-popup-opener i {
  top: 0 !important
}

html body div#trackheader .menu-stripe-wrapper.menu-stripe-flex-wrapped .menu-stripe-right ul#mega-menu-primary {
  margin: 0 !important
}

div#trackheader .menu-stripe-right {
  display: flex
}

div#trackheader ul#mega-menu-primary {
  margin: 0
}

.intergation_div h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px
}

.intergation_div {
  margin: auto;
  max-width: 1080px
}

.intergation_div p,
.intergation_div li {
  font-size: 20px;
  line-height: 34px
}

.intergation_div li {
  display: flex;
  align-items: start;
  margin-bottom: 30px !important
}

.intergation_div b {
  font-weight: 700 !important
}

.intergation_div ul li span {
  display: inline-block;
  text-align: center;
  min-width: 34px;
  min-height: 32px;
  background: #157ef8;
  color: #fff;
  border-radius: 100px;
  margin-right: 22px;
  margin-bottom: 12px;
  position: relative;
  top: 6px
}

.intergation_div center {
  display: block;
  margin-bottom: 32px
}

.intergation_div center a.btn {
  text-transform: uppercase !important;
  font-size: 20px
}

.section_01inter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.section_01inter svg {
  width: 20px
}

.section_01inter img {
  width: 100px !important
}

.blog .row.main_banner_homes {
  background: url(https://zeorouteplanner.com/wp-content/uploads/2024/05/bg-3.png) !important;
  background-size: cover !important;
  max-width: 100%;
  padding: 42px 10px;
  margin-top: -10px !important;
  background-position: center bottom !important;
  margin-bottom: 50px !important;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

/***Feature Pages*/
section.full_section.color_08 .full_01 h2 {
  margin-top: 0;
  font-size: 70px;
  color: #157ef8;
  font-weight: 600;
  margin-bottom: 0
}

.no_margin_top {
  margin-top: 0px !important;
}

section.section.review_section.feature_01 .container {
  max-width: 1280px !important
}

section.section.review_section.feature_01 {
  background: #fff
}

section.section.review_section.feature_01 .col-md-6.col-sm-12 {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 24px
}

section.section.review_section.feature_01 .row {
  display: flex;
  gap: 70px
}

section.section.review_section.feature_01 .row p {
  text-align: left
}

section.section.review_section.feature_01 .row p.bottom {
  text-align: left;
  justify-content: left
}

/* Additional Capabilities Accordion */
.additional-capabilities {
  padding: 80px 0;
  ;
  background: var(--gray-light);
}

.capabilities-accordion {
  max-width: 100%;
  margin: 40px auto 0
}

.capability-item {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden
}

.capability-item summary {
  padding: 24px 32px;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.capability-item summary::-webkit-details-marker {
  display: none
}

.capability-item summary::after {
  content: "+";
  font-size: 24px;
  color: var(--zeo-blue)
}

.capability-item details[open] summary::after {
  content: "−"
}

.capability-item summary h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px
}

.capability-content {
  padding: 0 32px 24px
}

.capability-content p {
  margin-bottom: 20px
}

.sub-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.sub-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: var(--gray-light);
  border-radius: 8px
}

.sub-feature-item .icon {
  color: var(--zeo-blue);
  font-size: 18px;
  flex-shrink: 0
}

.sub-feature-item h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
  margin-top: 0px;
}

.sub-feature-item p {
  margin: 0;
  color: var(--gray-medium)
}

/* Related Features */
.related {
  padding: 80px 0;
  background: var(--white);
  background: #F1F7FE;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.related-card {
  padding: 24px;
  background: var(--white);
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.related-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.related-card h4 {
  color: var(--dark);
  margin-top: 16px;
}

/* Comparison Section */
.comparisonx {
  padding: 80px 0
}

.comparisonx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.comparisonx-box {
  padding: 40px;
  border-radius: 16px;
}

.comparisonx-box.without {
  background: #fff5f5;
  border: 2px solid #ffcccc;
}

.comparisonx-box.with {
  background: #f0fff4;
  border: 2px solid #9ae6b4;
}

.comparisonx-box h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.comparisonx-box ul {
  list-style: none;
}

.comparisonx-box li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
}

.comparisonx-box.without li i {
  color: #e53e3e;
  font-size: 22px;
}

.comparisonx-box.with li i {
  color: #38a169;
  font-size: 22px;
}

.comparisonx-box h3 {
  margin: auto;
}

.comparisonx-box h3 br {
  display: none;
}

.comparisonx-box ul {
  padding-left: 14px;
}

.page-template-zeo_route_panner_features section.section.video_section img {
  width: auto;
}

section.section.review_section.feature_01 img {
  width: 70px;
  border-radius: 100px;
}

section.section.comparisonx .container {
  max-width: 1240px !important;
}


/* Use Cases */
.use-cases {
  padding: 80px 0;
  background: var(--white);
}

.use-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.use-case-card {
  padding: 32px;
  background: var(--gray-light);
  border-radius: 16px;
}

.use-case-card .industry-label {
  display: inline-block;
  padding: 6px 16px;
  background: var(--zeo-blue);
  color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.use-case-card .industry-label.service {
  background-color: var(--zeo-orange);
  color: var(--white)
}

.use-case-card h4 {
  margin-bottom: 12px;
  font-size: 20px;
  margin-top: 0px
}

section.section.related .related-grid br {
  display: none;
}

section.section.use-cases .container:last-child {
  max-width: 1200px !important;
}

.use-case-card p {
  font-size: 16px;
}

.page-id-13072 section.section.video_section.no_margin_top .container:last-child,
.page-id-13090 section.section.video_section.no_margin_top .container:last-child,
.page-id-13030 section.section.video_section.no_margin_top .container:last-child {
  max-width: 1200px !important;
}

section.section.video_section.no_margin_top .container:last-child ul.half_sec {
  flex-wrap: wrap;
}

section.section.video_section.no_margin_top .container:last-child ul.half_sec li {
  flex: 0 1 48%;
}

section.section.video_section.no_margin_top .container:last-child ul li {
  flex: 0 1 48%;
}

section.section.video_section.no_margin_top .container {
  max-width: 1080px !important
}

.page-id-13090 section.full_section.color_08 .full_01 h2 {
  font-size: 56px
}

.page-id-13090 section.full_section.color_08 .full_width_div,
.page-id-13090 section.full_section.color_08 .full_width_div ul {
  padding: 20px !important;
  width: 100% !important;
  min-width: 100%
}

.page-id-13090 section.full_section.color_08 .full_width_div .full_01 {
  width: 100%;
  min-width: 100%
}

.page-id-13090 section.full_section.color_08 .full_width_div .full_01 ul {
  gap: 24px !important
}

.page-id-13030 section.full_section.color_08 .full_01 h2 {
  font-size: 56px
}

.page-id-13030 section.full_section.color_08 .full_width_div,
.page-id-13090 section.full_section.color_08 .full_width_div ul {
  padding: 20px !important;
  width: 100% !important;
  min-width: 100%
}

.page-id-13030 section.full_section.color_08 .full_width_div .full_01 {
  width: 100%;
  min-width: 100%
}

.page-id-13030 section.full_section.color_08 .full_width_div .full_01 ul {
  gap: 24px !important
}


.api-section {
  background: #1A1A2E;
  color: #fff;
}

.api-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.api-section h2 {
  color: #fff;
  font-size: 62px;
}

.api-section p {
  color: rgba(255, 255, 255, 0.8);
}

.api-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.api-section li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.api-section li i {
  font-size: 22px;
  color: #9AE6B4;
  font-weight: bold;
}

.api-section .btn {
  background: var(--zeo-blue);
  color: #fff;
  border-radius: 8px;
  padding: 14px 28px;
}

.code-block {
  background: #2D2D44;
  border-radius: 12px;
  padding: 24px;
  font-family: 'Fira Code', monospace;
  font-size: 13px;
  overflow-x: auto;
}

.code-block pre {
  margin: 0;
  color: #E2E8F0;
}

.code-comment {
  color: #9AE6B4;
}

.code-method {
  color: #FC8181;
}

.code-key {
  color: #90CDF4;
}

.code-string {
  color: #FBD38D;
}

.code-number {
  color: #9AE6B4;
}

.api-grid .code-block pre {
  background: #1a1a2e;
  border: 0px;
  font-size: 16px;
  font-family: 'Poppins';
}

.categories-section {
  background: var(--gray-light);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.category-card {
  padding: 32px;
  background: #fff;
  border-radius: var(--border-radius-card);
  text-align: center;
}

.category-card .icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.category-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.category-card p {
  font-size: 14px;
  margin-bottom: 16px;
}

.category-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  padding: 4px 12px;
  background: var(--zeo-light-bg);
  border-radius: 4px;
  font-size: 12px;
  color: var(--zeo-text-light);
}

.tag.highlight {
  background: rgba(255, 136, 17, 0.15);
  color: var(--zeo-secondary);
  font-weight: 500;
}

.category-card h3 {
  margin: 10px auto;
}

.unique {
  border: 2px solid var(--zeo-secondary) !important;
  background: #fff8f2 !important
}

.unique-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--zeo-secondary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  margin-bottom: 16px;
  position: absolute;
  top: 24px;
  right: 24px
}

li.searvices.unique {
  position: relative
}



.reports-section {
  background: #fff;
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.report-card {
  padding: 24px;
  background: var(--zeo-light-bg);
  border-radius: 12px;
  border-left: 4px solid var(--zeo-primary);
}

.report-card h4 {
  margin-bottom: 8px;
  margin-top: 8px;
  color: var(--zeo-dark);
}

.report-card p {
  font-size: 14px;
  color: var(--zeo-text-light);
  margin: 0;
}

section.section.reports-section .container {
  max-width: 1080px !important;
}

.highlight-section {
  background: #1A1A2E;
  color: #fff;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.highlight-section h2 {
  margin-top: 8px;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  letter-spacing: 0 !important
}

.highlight-section p {
  color: rgba(255, 255, 255, 0.9);
}

.highlight-section .badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}

.highlight-section ul {
  list-style: none;
  padding: 0;
}

.highlight-section li {
  color: #fff;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.highlight-section li i {
  color: #9AE6B4;
  font-weight: bold;
}

.highlight-section img {
  max-width: 100%;
  border-radius: 12px;
}

.page-template-zeo_route_panner_features section.main_top_home .product-badges {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: -50px;
  gap: 6px
}

.center_titles {
  position: relative
}

.page-template-zeo_route_panner_features section.main_top_home .product-badges span.product-badge {
  border: 2px solid #157ef8;
  padding: 3px 22px;
  border-radius: 180px
}


section.section.about_download .CROSS h2,
section.section.about_download .CROSS h2.white {
  font-size: 50px
}

.__all_letters.all_letters_statics {
  left: 0;
  top: 200px !important
}

.item-content-wrapper span.span-reading-time.rt-reading-time {
  display: none
}

.review-rating {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  padding: 3px 24px;
  border-radius: 30px;
  box-shadow: 0 2px 6px #0000001a;
  user-select: none;
  left: 90px;
  top: 40px;
  z-index: 999999;
  border-radius: 100px;
  margin: auto auto 20px;
  display: none
}

section.main_top_home .center_titles .stars {
  color: #f5a623;
  font-size: 1.2rem !important;
  margin-right: 12px;
  letter-spacing: 0 !important;
  line-height: 7px;
  margin-top: 8px
}

.stars span {
  text-shadow: 0 0 2px #0000001a
}

.rating-info {
  display: flex;
  flex-direction: column;
  justify-content: center
}

section.main_top_home .center_titles * .score {
  font-weight: 700;
  font-size: 1.6rem !important;
  color: #333;
  line-height: 1
}

section.main_top_home .center_titles .reviews-count {
  font-size: 1rem !important;
  color: #666
}

html[lang="pt"] iframe.en {
  display: none
}

html[lang="pt"] iframe.es {
  display: none
}

html[lang="pt"] iframe.pt {
  display: block !important
}

html[lang="es"] iframe.en {
  display: none
}

html[lang="es"] iframe.pt {
  display: none
}

html[lang="es"] iframe.es {
  display: block !important
}

#accordionContainer .in-faqs-inner a img {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: unset !important;
  max-width: 480px !important;
  display: block;
  margin-bottom: 16px;
  border: 2px solid #ddd
}

.DownloadApp_wrapper {
  display: none !important
}

.how-it-works {
  background: var(--white)
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.step-card {
  text-align: center;
  padding: 32px 24px;
  background: var(--zeo-light-bg);
  border-radius: var(--border-radius-card)
}

.step-number {
  width: 48px;
  height: 48px;
  background: var(--zeo-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px
}

.step-card h4 {
  margin-bottom: 8px;
  margin-top: 8px
}

.step-card p {
  font-size: 14px;
  margin: 0
}

.container.quick-right {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.container.quick-right .steps-grid {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: left
}

.container.quick-right .steps-grid .container * {
  text-align: left
}

.container.quick-right .steps-grid .step-card {
  display: flex
}

.container.quick-right img {
  max-width: 650px;
  width: 100%
}

.container.quick-right .steps-grid .step-card div {
  text-align: left
}

.container.quick-right .steps-grid .step-card {
  align-items: center;
  gap: 32px;
  padding: 24px
}

.container.quick-right .steps-grid .step-card .step-number {
  min-width: 48px;
  min-height: 48px
}

.container.quick-right .steps-grid .step-card div h4 {
  margin: 0;
  font-size: 18px
}

section.section.video_section ul ul.method-features {
  background: transparent;
  width: 100%;
  gap: 10px;
  margin: 0
}

section.section.video_section ul ul.method-features li {
  background: transparent;
  display: flex;
  width: 100%;
  min-width: 100%;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  box-shadow: none
}

section.section.video_section ul ul.method-features li i {
  background: transparent;
  width: auto;
  min-width: auto;
  margin: 0;
  min-height: auto;
  font-size: 20px
}

li#mega-menu-item-5141 ul,
li#mega-menu-item-13176 ul {
  width: 310px !important;
}

.steps-grid.three_column {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin: auto;
}

.page-id-13068.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div {
  width: 100%;
  padding: 0 40px !important
}

.page-id-13068.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01,
.page-id-13068.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01 ul {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 100%
}

.addcolor_light {
  background: var(--zeo-light-bg) !important;
}

.container.quick-right .steps-grid .step-card img {
  width: 48px;
  max-width: 48px;
  min-width: 48px !important
}

.container.quick-right .steps-grid .step-card {
  background: #fff
}

.right_blonk {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: ju;
  align-items: start;
  justify-content: center
}

.right_blonk h4 {
  margin: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 500
}

.right_blonk li {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px
}

.right_blonk ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.right_blonk li i {
  color: #48b91b !important
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu ul {
  width: 320px
}

.page-id-13052.page-template-zeo_route_panner_features section.full_section.color_08 .container {
  max-width: 1300px !important;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 40px
}

.page-id-13052.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div {
  padding: 20px !important;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0
}

.page-id-13052.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01,
.page-id-13052.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01 ul {
  min-width: 100%;
  gap: 24px
}

.page-id-13052.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01 h2 {
  font-size: 44px
}

section.section.video_section ul.ul-features {
  display: flex;
  flex-direction: row !important;
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px auto !important
}

section.section.video_section.no_margin_top .container:last-child .ul-features li {
  padding: 4px 8px;
  width: auto;
  flex: none !important;
  background: #f1f7fe;
  text-align: center;
  line-height: normal !important;
  font-size: 14px
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13052 .container.quick-right .right_blonk img {
  max-width: 350px !important;
  width: 100%;
  min-width: 100%
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13052 .container.quick-right .right_blonk {
  width: 50%
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13052 .container.quick-right .steps-grid .step-card {
  background: #f0f7ff;
  border: 1px solid #cee5ff
}

.unique-section {
  padding: var(--section-padding);
  background: linear-gradient(135deg, #157ef8 0%, #041e3c 100%);
  color: #fff;
  text-align: center
}

.unique-callout {
  display: inline-block;
  background: #fff3;
  padding: 20px 40px;
  border-radius: 12px
}

section.unique-section * {
  color: #fff
}

section.unique-section h2 {
  font-size: 48px;
  margin-top: 0
}

.page-id-13092.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div {
  padding: 0 20px
}

.page-id-13092.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01,
.page-id-13092.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div .full_01 ul {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center
}

.endpoints-section {
  background: var(--zeo-light-bg)
}

.endpoints-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.endpoint-card {
  padding: 24px;
  background: #fff;
  border-radius: var(--border-radius-card)
}

.endpoint-method {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 12px
}

.endpoint-method.get {
  background: #d4edda;
  color: #155724
}

.endpoint-method.post {
  background: #cce5ff;
  color: #004085
}

.endpoint-method.put {
  background: #fff3cd;
  color: #856404
}

.endpoint-method.delete {
  background: #f8d7da;
  color: #721c24
}

.endpoint-path {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: var(--zeo-dark);
  margin-bottom: 8px
}

.endpoint-card p {
  font-size: 14px;
  margin: 0
}

.code-examples-section {
  background: var(--zeo-lighter-bg)
}

.code-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap
}

.code-tab {
  padding: 12px 24px;
  background: #fff;
  border: 1px solid var(--zeo-border);
  border-radius: var(--border-radius-btn);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s
}

.code-tab.active {
  background: var(--zeo-primary);
  color: #fff;
  border-color: var(--zeo-primary)
}

.code-block {
  background: var(--zeo-code-bg);
  border-radius: var(--border-radius-card);
  padding: 32px
}

.code-block pre {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #e0e0e0;
  overflow-x: auto
}

.webhooks-section {
  background: #fff
}

.webhooks-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start
}

.webhook-events {
  list-style: none
}

.webhook-events li {
  padding: 16px 0;
  border-bottom: 1px solid var(--zeo-border);
  display: flex;
  align-items: flex-start;
  gap: 16px
}

.webhook-events li:last-child {
  border-bottom: none
}

.event-icon {
  width: 40px;
  height: 40px;
  background: var(--zeo-light-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0
}

.event-info h4 {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: var(--zeo-primary);
  margin-bottom: 4px
}

.event-info p {
  font-size: 14px;
  margin: 0
}

.webhook-code {
  background: var(--zeo-code-bg);
  border-radius: var(--border-radius-card);
  padding: 24px;
  position: sticky;
  top: 24px
}

.webhook-code pre {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.6;
  color: #e0e0e0;
  overflow-x: auto
}

section.section.webhooks-section .event-info h4 {
  margin: 0;
  font-size: 20px;
  color: #000
}

section.section.webhooks-section .event-icon {
  background: transparent;
  width: 54px
}

section.section.webhooks-section li {
  align-items: center;
  padding: 30px 0
}

section.section.webhooks-section .webhook-code pre {
  background: #05053a
}

section.section.code-examples-section .code-block pre {
  background: #05053a
}

section.section.code-examples-section .code-tabs {
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0
}

section.section.code-examples-section .code-tabs button.code-tab {
  color: #000;
  text-shadow: none !important;
  font-family: 'Poppins';
  font-size: 16px;
  min-width: 200px
}

section.section.code-examples-section .code-tabs button.code-tab.active {
  color: #fff
}

section.section.code-examples-section .code-tabs button.code-tab:hover {
  color: #fff;
  background: #05053a
}

section.section.code-examples-section {
  padding-bottom: 0px;
}

.integrations-section {
  background: #fff
}

.integration-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--zeo-border)
}

.integration-card:last-child {
  border-bottom: none
}

.integration-info {
  padding: 20px 0
}

.integration-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px
}

.integration-logo .icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px
}

.integration-logo.hubspot .icon {
  background: #ff7a5926
}

.integration-logo.zapier .icon {
  background: #ff4a0026
}

.integration-logo.shopify .icon {
  background: #96bf4826
}

.integration-logo.woocommerce .icon {
  background: #7f54b326
}

.integration-logo h3 {
  margin: 0
}

.integrations-section .unique-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--zeo-secondary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  margin-left: 12px;
  vertical-align: middle;
  position: relative;
  top: 0px;
  left: 0px
}

.integration-features {
  list-style: none;
  margin: 24px 0
}

.integration-features li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: var(--zeo-text-light)
}

.integration-features li i {
  content: "✓";
  color: #38a169;
  font-weight: 700;
  font-size: 14px
}

.integration-features li {
  align-items: center
}

.integration-features li i,
.integration-features li {
  font-size: 18px
}

ul.integration-features {
  padding-left: 0
}

.integration-logo.hubspot .icon {
  border-radius: 140px
}

.integration-card a.btn.btn-outline {
  width: auto;
  display: inline;
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 18px;
  margin-top: 20px;
  clear: both
}

section.section.integrations-section .container {
  max-width: 1280px !important
}

.integrations-section .unique-badge {
  margin: auto
}

.integration-card:nth-of-type(2) {
  background: url('https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2026/01/13012953/Group-1707478603-3.png');
  background-color: #f1f9ff;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #157ef8;
  margin-bottom: 62px;
}

.integration-card:nth-of-type(1) {
  background: url('https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2026/01/13013036/Group-1707478267-4.png');
  background-color: #fff3ef;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #ff4a00;
  margin-bottom: 62px;
}

.integration-card:nth-of-type(3) {
  background: url('https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2026/01/13013124/Group-1707478604-3.png');
  background-color: #f8ffef;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #81bf37;
  margin-bottom: 62px;
}

.integration-card:nth-of-type(4) {
  background: url('https://zeorouteplanner-blog-v3.s3.ap-south-1.amazonaws.com/wp-content/uploads/2026/01/13013054/Group-1707478602-3.png');
  background-color: #f8f3ff;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #855cb6;
}

.integration-card {
  border: 0;
  padding: 32px 0
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13062 .container.quick-right .step-card {
  background: #f5f7fa
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13062 .container.quick-right .step-card img {
  width: 56px;
  height: 56px;
  min-width: 56px !important;
  min-height: 56px !important
}

pre {
  font-family: 'Poppins' !important;
}

section.section.code-examples-section .container {
  max-width: 900px !important;
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13070 section.section.video_section.no_margin_top.pdffox .container:last-child ul li {
  flex: 1 1 29%;
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13064 .container.quick-right .step-card {
  background: #f5f7fa
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13064 .container.quick-right .step-card img {
  width: 56px;
  height: 56px;
  min-width: 56px !important;
  min-height: 56px !important
}

li#mega-menu-item-5142 ul.mega-sub-menu {
  width: 620px !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  top: -53px !important
}

li#mega-menu-item-5142 ul.mega-sub-menu li {
  flex: 1 1 48% !important
}

li#mega-menu-item-5141 ul.mega-sub-menu {
  width: 620px !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  top: -10px !important
}

li#mega-menu-item-5141 ul.mega-sub-menu li {
  flex: 1 1 48% !important
}

.toolkit-section {
  padding: var(--section-padding);
  background: var(--zeo-light-bg)
}

.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px
}

.toolkit-card {
  padding: 32px;
  background: #fff;
  border-radius: var(--border-radius-card);
  transition: all .3s ease
}

.toolkit-card:hover {
  box-shadow: 0 10px 40px #157ef81a
}

.toolkit-card.unique {
  background: linear-gradient(135deg, #ff88111a 0%, #ff88110d 100%);
  border: 2px solid var(--zeo-secondary)
}

.toolkit-icon {
  width: 48px;
  height: 48px;
  background: #157ef81a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.toolkit-card.unique .toolkit-icon {
  background: #f813
}

.toolkit-card h3 {
  font-size: 22px;
  margin-bottom: 8px
}

.toolkit-card p {
  font-size: 16px;
  color: var(--zeo-text-light);
  margin: 0
}

.toolkit-section .unique-badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--zeo-secondary);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 12px;
  top: 60px;
  right: 40px;
}

.offline-section {
  padding: var(--section-padding);
  background: #021122;
  color: #fff
}

.offline-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.offline-content h2 {
  color: #fff;
  margin-bottom: 20px
}

.offline-content p {
  font-size: 18px;
  color: #ffffffe6;
  margin-bottom: 24px
}

.offline-list {
  list-style: none;
  padding: 0
}

.offline-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffffe6
}

.offline-list li .check {
  color: #9AE6B4
}

.offline-image img {
  max-width: 100%;
  border-radius: 24px;
}

.offline-section h2 {
  margin: auto;
  font-size: 62px;
  margin-bottom: 20px;
}

/* Features Grid */
.features-section {
  background: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.feature-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--zeo-border);
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-card:hover {
  border-color: var(--zeo-primary);
  box-shadow: 0 8px 30px rgba(21, 126, 248, 0.1);
}

.feature-icon {
  width: 56px;
  height: 56px;
}

.feature-content h4 {
  margin-bottom: 8px;
  font-size: 17px;
}

.feature-content p {
  font-size: 14px;
  margin: 0;
  color: var(--zeo-text-light);
}

.feature-content h4 {
  margin: auto auto 10px !important;
  font-size: 22px;
}

.vehicle-section .vehicle-card h4 {
  margin: auto auto 10px !important;
  font-size: 22px;
}

/* Vehicle Section */
.vehicle-section {
  background: var(--zeo-light-bg);
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.vehicle-card {
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.vehicle-card .icon {
  width: 56px;
  height: 56px;
}

.vehicle-card h4 {
  margin-bottom: 8px;
  font-size: 17px;
}

.vehicle-card p {
  font-size: 14px;
  margin: 0;
  color: var(--zeo-text-light);
}

.page-id-13062.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div {
  padding: 0
}

.page-id-13062.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div div,
.page-id-13062.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div div ul {
  width: 100%;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  gap: 20px
}

.page-id-13062.page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div div ul h2 {
  font-size: 62px
}

.toolkit-card {
  position: RELATIVE
}

.toolkit-section .unique-badge {
  top: 24PX;
  right: 24PX
}

.sub-feature-item h5 {
  text-transform: capitalize
}

.page-template-zeo_route_panner_features section.section.video_section a {
  color: #157ef8;
  font-weight: 500
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13090 .api-grid .code-block pre {
  background: #050534;
  border: 32px !important;
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13072 section.section.additional-capabilities summary {
  display: none
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13072 section.section.additional-capabilities .capability-content {
  background: #f5f7fa
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13072 section.section.additional-capabilities .sub-feature-item {
  flex-direction: column;
  justify-content: center;
  background: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13072 section.section.additional-capabilities .capability-content .sub-features-list {
  grid-template-columns: repeat(3, 1fr)
}


body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13046.page-template-zeo_route_panner_features section.main_top_home .product-badges span.product-badge {
  border: 2px solid #f1be1a;
  color: orange;
}

body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13070 .full_01 {
  min-width: 100%;
}

#tabbing_pro .step-card {
  cursor: pointer;
  z-index: 10;
  pointer-events: auto !important;
  cursor: pointer;
}

#tabbing_pro .step-card {
  cursor: pointer;
  position: relative;
  z-index: 999;
}

#tabbing_pro .steps-grid {
  position: relative;
  z-index: 999;
}

#tabbing_pro .step-card.active {
  border: 2px solid #157ef8;
}


body.wp-singular.post-template-default.single.single-post.postid-14384 p.updated-on {
  display: none
}

a:hover,
a:focus {
  outline: 0px;
  border: 0px;
}

span.Mrinal {
  background: url('../img/Mrinal.png?_t=1777880966');
  border-radius: 100px;
  background-size: cover;
}

span.Mrinal img {
  opacity: 0;
}

@media(max-width:700px) {
  .DownloadApp_wrapper {
    display: block !important
  }

  html body .__all_letters.all_letters_statics {
    left: 0;
    top: 80px !important
  }

  section.section.about_download .CROSS h2,
  section.section.about_download .CROSS h2.white {
    font-size: 30px
  }

  .page-template-pricing .container.top_less_width .center_titles h1,
  .page-template-pricing .container.top_less_width .center_titles h2 {
    line-height: normal !important
  }

  .page-template-pricing .container.top_less_width .center_titles h2 {
    margin: auto !important
  }

  .page-template-pricing div#iframe-container iframe.nturl {
    height: 3000px;
    overflow-y: auto !important
  }

  table td:first-child,
  table th:first-child {
    position: relative !important
  }

  div#more_comprasiosn_pricing thead span.para {
    word-wrap: break-word;
    width: 100%;
    white-space: break-spaces
  }
}

@media(max-width:680px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2400px;
    overflow-y: auto !important
  }
}

@media(max-width:640px) {
  button.DownloadApp_hide {
    display: none
  }

  html body .DownloadApp_wrapper {
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 1.0E+22 !important;
    border-top: 2px solid #0f74ea
  }

  .review-rating {
    display: inline-flex
  }

  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2400px;
    overflow-y: auto !important
  }

  div#fc_frame {
    bottom: 56px !important;
    right: 0 !important
  }

  div#footer .container-fluid.container-fluid-with-max-width .container {
    padding-bottom: 72px !important;
    padding-top: 0
  }

  .gtranslate_wrapper {
    position: fixed;
    top: 20px;
    z-index: 99999;
    right: 60px
  }

  .gt_switcher_wrapper {
    position: relative !important;
    left: 0 !important
  }

  html body div#custom_html-2 {
    width: 100% !important;
    left: 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
  }

  html body div#custom_html-2 * {
    text-align: center
  }

  div#custom_html-2 .textwidget.custom-html-widget {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
  }

  html body .center_titles h1,
  html body .center_titles h1 * {
    line-height: normal
  }

  div#footer .container-fluid.container-fluid-with-max-width {
    padding-bottom: 90px !important
  }
}

@media(max-width:580px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2460px;
    overflow-y: auto !important
  }
}

@media(max-width:540px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2500px;
    overflow-y: auto !important
  }
}

@media(max-width:470px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2700px;
    overflow-y: auto !important
  }
}

@media(max-width:440px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2700px;
    overflow-y: auto !important
  }
}

@media(max-width:410px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2800px;
    overflow-y: auto !important
  }
}

@media(max-width:380px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2800px;
    overflow-y: auto !important
  }
}

@media(max-width:350px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 2900px;
    overflow-y: auto !important
  }
}

@media(max-width:320px) {
  .page-template-pricing div#iframe-container iframe.nturl {
    height: 3000px;
    overflow-y: auto !important
  }
}


/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-features-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .hero-content,
  .comparison-grid,
  .use-cases-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    padding: 60px 0;
  }

  .hero-ctas {
    flex-direction: column;
  }
}


@media(min-width:1000px) {
  li#mega-menu-item-8418>ul.mega-sub-menu {
    min-width: 1000px !important
  }

  .flex-videos .container {
    transform: scale(.85);
    margin-top: -100px;
    margin-bottom: -100px
  }
}


@media(min-width:1221px) and (max-width:1780px) {
  section.section.promotional_sections .left h4 {
    color: #fff;
    font-size: 52px !important;
    line-height: 50px !important;
  }
}

@media(max-width:1220px) {
  section.section.promotional_sections .left {
    width: 100%
  }

  section.section.promotional_sections .right {
    width: 100%
  }

  section.section.promotional_sections .row {
    flex-direction: column !important;
    display: flex !important;
  }

  section.section.promotional_sections .row div {
    width: 100%;
  }

  section.section.promotional_sections .left h4 {
    color: #fff;
    font-size: 52px !important;
    line-height: 50px !important;
  }
}


@media(min-width:1100px) and (max-width:1380px) {
  section.section.last.blogs-section.new_home_blogs * .post-card {
    min-height: auto;
  }

  .footer_reviews .col-md-7.section-tittle.center-text {
    padding-right: 90px;
  }

  ul#menu-main li a {
    font-size: 16px;
    padding: 0 12px
  }

  section.main_top_home h1,
  section.main_top_home h1 span {
    font-size: 48px !important;
    line-height: 58px
  }

  .page-id-7598 section.section.video_section h2.large {
    font-size: 48px
  }

  section.section.mobile-platform ul li {
    flex: 1 1 43%
  }

  .container {
    padding: 0px 24px;
  }

  html body div#footer .container,
  .single_post_blog .top_singlebar {
    max-width: 1180px !important;
    width: 100% !important;
  }

  div#text-3 section.section.section_awards .image_center img {
    width: 67px;
    margin-top: 10px;
  }

  .page-id-7598 .section h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .container,
  div#trackheader .container-fluid.container-fluid-with-max-width {
    max-width: 1200px;
    width: 100%;
  }

  ul#menu-main li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 10px;
  }

  .web-platform .container.bg_gray.align-left {
    padding-bottom: 56px !important;
  }

  section.section.web-platform ul li h4 br {
    display: none !important;
  }

  .mobile-platform .container.bg_gray {
    padding-bottom: 56px !important;
  }

  section.section.web-platform h3,
  section.section.mobile-platform h3 {
    font-size: 32px !important;
  }

  section.main_top_home.g2_who .container .col-md-7 {
    padding-right: 32px;
  }
}



@media(min-width:1361px) and (max-width:1520px) {
  section.section.last.blogs-section.new_home_blogs * .post-card {
    min-height: 620px;
  }

  .footer_reviews .col-md-7.section-tittle.center-text {
    padding-right: 90px;
  }

  ul#menu-main li a {
    font-size: 16px;
    padding: 0 12px
  }

  .page-id-7598 section.section.video_section h2.large {
    font-size: 48px
  }

  section.section.mobile-platform ul li {
    flex: 1 1 43%
  }

  .container {
    padding: 0px 24px;
  }

  html body div#footer .container,
  .single_post_blog .top_singlebar,
  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    max-width: 1280px !important;
    width: 100% !important;
  }

  div#text-3 section.section.section_awards .image_center img {
    width: 67px;
    margin-top: 10px;
  }

  .page-id-7598 .section h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .container,
  div#trackheader .container-fluid.container-fluid-with-max-width {
    max-width: 1320px;
    width: 100%;
  }

  ul#menu-main li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 10px;
  }

  .web-platform .container.bg_gray.align-left {
    padding-bottom: 56px !important;
  }

  section.section.web-platform ul li h4 br {
    display: none !important;
  }

  .mobile-platform .container.bg_gray {
    padding-bottom: 56px !important;
  }

  section.section.web-platform h3,
  section.section.mobile-platform h3 {
    font-size: 32px !important;
  }

  section.main_top_home.g2_who .container .col-md-7 {
    padding-right: 82px;
  }
}




@media(min-width:1521px) and (max-width:1620px) {
  section.section.last.blogs-section.new_home_blogs * .post-card {
    min-height: 620px;
  }

  .footer_reviews .col-md-7.section-tittle.center-text {
    padding-right: 90px;
  }

  ul#menu-main li a {
    font-size: 16px;
    padding: 0 12px
  }

  .page-id-7598 section.section.video_section h2.large {
    font-size: 40px
  }

  section.section.mobile-platform ul li {
    flex: 1 1 43%
  }

  .container {
    padding: 0px 24px;
  }

  html body div#footer .container,
  .single_post_blog .top_singlebar,
  .single_post_blog .top_singlebar,
  .products_pages .container,
  .footer_middle .container,
  .reviews-section .container {
    max-width: 1480px !important;
    width: 100% !important;
  }

  div#text-3 section.section.section_awards .image_center img {
    width: 67px;
    margin-top: 10px;
  }

  .page-id-7598 .section h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .container,
  div#trackheader .container-fluid.container-fluid-with-max-width {
    max-width: 1480px;
    width: 100%;
  }

  ul#menu-main li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 10px;
  }

  .web-platform .container.bg_gray.align-left {
    padding-bottom: 56px !important;
  }

  section.section.web-platform ul li h4 br {
    display: none !important;
  }

  .mobile-platform .container.bg_gray {
    padding-bottom: 56px !important;
  }

  section.section.web-platform h3,
  section.section.mobile-platform h3 {
    font-size: 32px !important;
  }

  section.main_top_home.g2_who .container .col-md-7 {
    padding-right: 82px;
  }
}

@media(min-width:1100px) {
  body.single .with_sidebar section.section.promotional_sections p {
    margin: 10px 0px 16px !important;
  }

  html body li#mega-menu-item-3563 a.mega-menu-link.nturl {
    margin-right: 16px !important;
    font-weight: 500 !important
  }

  html body li#mega-menu-item-3996 {
    padding-left: 0 !important
  }

  html body ul#mega-menu-primary .btn_menu_outline a,
  html body ul#mega-menu-primary .btn.btn-primary a {
    font-weight: 500 !important
  }

  body.single .entry-full div.with_sidebar .col-md-6.right {
    margin: auto;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  body.single .with_sidebar section.section.promotional_sections {
    padding: 40px 30px
  }

  body.single .entry-full div.with_sidebar .content ol li ul li,
  body.single .entry-full div.with_sidebar .content ul li {
    list-style: circle !important
  }

  .single div#mysidebar section.section.promotional_sections.bg2 a.btn.btn-primary.nturl {
    color: #fff
  }

  .single .theiaStickySidebar section.section.promotional_sections.bg2 .left p,
  .single .theiaStickySidebar section.section.promotional_sections.bg .left p,
  .single .theiaStickySidebar section.section.promotional_sections.bg3 .left p,
  section.section.promotional_sections.bg3 .left p,
  .single .theiaStickySidebar section.section.promotional_sections.bg1 .left p {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 20px !important
  }

  body.single .with_sidebar section.section.promotional_sections h4 {
    font-size: 42px !important;
    line-height: 48px !important;
  }

  div#mysidebar section.section.promotional_sections a {
    margin-bottom: 0px;
  }
}


@media(max-width:700px) {
  .page-id-3519 .container.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .page-id-7598 section.section.video_section h2.large {
    margin-bottom: 30px;
  }

  section.section.section_awards.innercompare {
    padding-top: 0
  }

  section.section.section_awards.innercompare .center_titles {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column
  }

  section.section.section_awards.innercompare .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
  }

  section.section.section_awards.innercompare .center_titles h2,
  section.section.section_awards.innercompare .center_titles h2 * {
    font-size: 32px;
    font-weight: 700
  }

  section.section.section_awards.innercompare .center_titles h2 span {
    color: #f81
  }

  body.page-template.page-template-fleet_comparasion .right .card .row.last .item h2 span {
    letter-spacing: 0px !important;
  }

  section.section.content_section.Zeo_Comparison h2 {
    font-size: 32px;
  }

  ._all_features_ h2 {
    font-size: 32px
  }

  section.section.content_section.Zeo_Comparison h1 {
    font-size: 32px;
  }

  ._all_features_ .col-md-4.itames {
    display: flex;
    flex-direction: column;
    gap: 14px
  }

  ._all_features_ .col-md-4.itames strong {
    font-size: 20px
  }

  ._all_features_ .col-md-4.itames i {
    color: #167ef7;
    font-size: 28px
  }

  .top_banner.mainn_blogging ul li {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%
  }

  .top_banner.mainn_blogging ul {
    flex-direction: column;
    padding: 0
  }

  main#main.blogs_new {
    flex-direction: column;
    padding: 16px
  }

  .widgetized-area.menu_section {
    flex-direction: column
  }

  div#categories-4 ul {
    flex-direction: column
  }

  div#custom_html-3 img {
    width: 100% !important
  }

  main#main.blogs_new .other-posts-wrapper .other-posts {
    flex-direction: column
  }

  main#main.blogs_new .other-posts-wrapper {
    min-width: 100%;
    flex: 1 1 100%;
    max-width: 100%
  }

  * {
    box-sizing: border-box !important
  }

  .top_banner.mainn_blogging ul li h5 {
    font-size: 20px
  }

  main#main.blogs_new .first-post {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%
  }

  main#main.blogs_new .first-post h2 {
    font-size: 28px;
    line-height: 28px
  }

  main#main.blogs_new .other-posts-wrapper img {
    width: 100%
  }

  .new_home_blogs .single-blogs {
    margin: 10px auto
  }

  div#categories-4 ul {
    padding: 0
  }

  .widget p:last-child {
    text-align: center
  }

  .col-md-3.widgetized-area-column {
    padding: 0
  }

  div#bottom-widgets h4 {
    text-align: center
  }

  .container-fluid.container-fluid-with-max-width.copyright div.col-sm-12.col-md-5 {
    padding: 0
  }

  .container-fluid.container-fluid-with-max-width.copyright div .col-sm-12.col-md-7 {
    margin: auto
  }

  div#footer .container-fluid.container-fluid-with-max-width {
    padding-bottom: 60px !important
  }

  .gtranslate_wrapper .gt_switcher_wrapper {
    left: 25%
  }

  div#footer .container-fluid.container-fluid-with-max-width .col-sm-12.col-md-7 {
    padding: 0
  }

  div#footer .container-fluid.container-fluid-with-max-width .col-sm-12.col-md-7 * {
    font-size: 14px
  }

  .top_banner.mainn_blogging h1.entry-title.text-center {
    padding: 0
  }

  .top_banner.mainn_blogging h1.entry-title.text-center p {
    font-size: 14px
  }

  .top_banner.mainn_blogging h1.entry-title.text-center p br {
    display: none
  }

  .single_post_blog .top_singlebar .page_titles {
    margin: auto;
    min-width: 100%;
    max-width: 100%;
    order: 3;
    margin-top: 20px
  }

  .single .top_singlebar .row {
    display: flex
  }

  .single .top_singlebar .row .col-md-12.breadcrumb {
    padding: 0 !important
  }

  html body.single .entry-full div.fbc.fbc-page ol.fbc-items {
    flex-wrap: nowrap;
    display: inline-block !important;
    padding: 0 !important;
    background: #eee;
    padding: 10px !important
  }

  body.single .entry-full div.fbc.fbc-page ol.fbc-items li * {
    font-size: 12px !important
  }

  .single .section-main-content .container-fluid {
    padding: 16px
  }

  .single .section-main-content .container-fluid .col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3.standard-width-reference {
    padding: 0
  }

  .single .section-main-content .container-fluid ol,
  .single .section-main-content .container-fluid ul {
    padding: 0 20px !important
  }

  .related.container-fluid.container-fluid-with-max-width {}

  .related.container-fluid.container-fluid-with-max-width .row {
    margin: auto !important
  }

  .related.container-fluid.container-fluid-with-max-width .col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2 {
    padding: 0
  }

  .single_post_blog .post-card.small {
    padding: 12px !important
  }

  .post-card.small .entry-title a {
    font-size: 22px !important;
    line-height: 22px !important
  }

  .custom-search-bar h2 {
    font-size: 26px
  }

  .custom-search-bar {
    padding: 24px
  }

  .custom-search-bar .container {
    padding: 0
  }

  .custom-search-bar .container>div {
    flex-direction: column
  }

  .custom-search-bar h2 span {
    display: inline-block !important
  }

  section.category-section.col-md-12.masonry-brick .top-title {
    padding-top: 20px !important
  }

  section.category-section.col-md-12.masonry-brick .top-title h2.category-title a,
  section.category-section.col-md-12.masonry-brick .top-title h2.category-title {
    font-size: 32px !important;
    line-height: 32px !important
  }

  section.category-section.col-md-12.masonry-brick .top-title {
    flex-direction: column
  }

  section.category-section.col-md-12.masonry-brick {
    padding: 0
  }

  .page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.full_screen {
    gap: 24px;
    flex-direction: column
  }

  .page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post .flag_data h3.post-title,
  .page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post .flag_data h3.post-title a {
    margin: 0;
    font-size: 24px !important
  }

  .page-template-blog-by-category section.category-section.col-md-12.masonry-brick .blog-post.col-md-6.col-sm-12 {
    flex-direction: column !important
  }

  main#main.blogs_new {
    padding: 0
  }

  main#main.blogs_new .first-post h2 {
    font-size: 24px !important
  }

  .category .row.main_banner_homes div#primary .container {
    padding: 0
  }

  .msnry-grid-item.masonry-brick {
    padding: 0
  }

  .msnry-grid-item-content {
    padding: 12px !important
  }

  .row.main_banner_homes+.section-main-content .container-fluid.container-fluid-with-max-width {
    padding: 16px !important
  }

  .row.main_banner_homes+.section-main-content .container-fluid.container-fluid-with-max-width .row {
    margin: auto
  }

  section.category-section.col-md-12.masonry-brick .top-title {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }

  .container-fluid.container-fluid-with-max-width.recent_blogs {
    padding: 16px !important;
  }

  .new_home_blogs .single-blogs {
    margin: 10px auto !important;
  }

  section.main_top_home {
    margin-top: 0;
    padding: 24px 12px 0 !important
  }

  section.main_top_home .container {
    padding: 0
  }

  section.main_top_home img {
    top: 0
  }

  section.main_top_home .center_titles * {
    font-size: 20px !important
  }

  section.main_top_home .center_titles h1,
  section.main_top_home .center_titles h1 span {
    font-size: 32px !important
  }

  .section .center_titles {
    flex-direction: column
  }

  .section.section_awards {
    margin: 32px 0 !important
  }

  section.section.section_awards h2,
  section.section.section_awards h2 * {
    font-size: 24px !important
  }

  section.section.video_section {
    margin: 16px 0 !important
  }

  .section h2.large,
  .section h2.large span {
    font-size: 28px !important;
    line-height: 24px;
    letter-spacing: -1px !important
  }

  section.section .container .button {
    margin: 12px 0;
    flex-direction: column
  }

  .web-platform .container.bg_gray {
    flex-direction: column
  }

  section.section.web-platform h3 {
    font-size: 32px !important
  }

  .mobile-platform .container.bg_gray {
    flex-direction: column
  }

  section.section.mobile-platform h3 {
    font-size: 32px
  }

  .tss-wrapper .tss-layout3 .item-content-wrapper,
  .tss-wrapper .tss-isotope1 .item-content-wrapper,
  .tss-wrapper .tss-video1 .item-content-wrapper,
  .tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding: 6px !important
  }

  section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-next.next-0 {
    display: none
  }

  section.section.reviews-section.light_blues.footer_reviews.home_review .swiper-arrow.swiper-button-prev.prev-0 {
    display: none
  }

  section.section.last.blogs-section.new_home_blogs {
    padding: 12px !important
  }

  section.section.last.blogs-section.new_home_blogs .row {
    flex-direction: column
  }

  section.section.last.blogs-section.new_home_blogs .col-md-2.text-right {
    margin: auto
  }

  section.section.faq_new .container {
    flex-direction: column
  }

  section.section.faq_new .feature_sections_new_01.Home_faqs_listing {
    max-width: 100%;
    min-width: 100%
  }

  section.section.faq_new .feature_sections_new_01.Home_faqs_listing {
    padding: 0 !important;
    background: transparent
  }

  html body div#footer .footer_middle .container {
    padding: 16px !important
  }

  html body div#footer .footer_middle .container p {
    font-size: 16px !important;
    line-height: 25px !important
  }

  div#custom_html-5 * {
    font-size: 16px
  }

  .web-platform .container.bg_gray {
    padding: 12px !important;
  }

  .mobile-platform .container.bg_gray {
    padding: 12px !important;
  }

  .section .center_titles {
    gap: 8px !important;
  }

  .section .center_titles {
    gap: 8px !important;
  }

  section.section.reviews-section.light_blues.footer_reviews.home_review .col-md-5.center_titles.column.align-left {
    padding: 0px;
  }

  .footer_reviews .col-md-5.section-tittle.center-text {
    padding: 0px;
  }

  .copyright li a {
    border-radius: 100px !important;
    min-width: 42px !important;
    min-height: 42px;
  }

  div#footer .container-fluid.container-fluid-with-max-width .container {
    padding-bottom: 22px !important;
    padding-top: 0px;
  }

  section.main_top_home .center_titles h1,
  section.main_top_home .center_titles h1 span {
    line-height: 42px;
  }

  section.section.web-platform .center_titles.column p,
  section.section.mobile-platform .center_titles.column p {
    font-size: 18px !important;
  }

  section.section.last.blogs-section.new_home_blogs .center_titles.column.align-left p,
  section.section.reviews-section.light_blues.footer_reviews.home_review .col-md-5.center_titles.column.align-left p {
    font-size: 18px;
  }

  .post-card.small .entry-title {
    line-height: 32px
  }

  section.section.last.blogs-section.new_home_blogs .row {
    margin-bottom: 16px !important
  }

  .section h2.large,
  .section h2.large span {
    line-height: 32px;
  }

  section.section.mobile-platform ul li h4 br,
  section.section.web-platform ul li h4 br {
    display: none;
  }

  .col-md-12.widgetized-area-column.last_child .widgetized-area {
    flex-direction: column;
    gap: 32px
  }

  div#text-3 section.section.section_awards .image_center {
    padding: 0 !important;
    min-width: 100%;
    min-width: 100%;
    width: 100%
  }

  div#text-3 section.section.section_awards .image_center img {
    flex: 0 1 24%;
    min-width: 22%;
    width: 20%;
    margin: 0
  }

  div#text-3 section.section.section_awards {
    padding: 0 !important
  }

  div#text-3 {
    padding: 0 !important
  }

  .col-md-9.widgetized-area-column.awards_sections {
    padding: 0
  }

  div#text-3 section.section.section_awards .image_center.raitings img {
    flex: 1 1 100%;
    min-width: 100%;
    padding: 0 24px
  }

  div#text-3 section.section.section_awards .image_center.raitings {
    margin-top: 32px
  }

  section.main_top_home.g2_who .container .col-md-7 {
    padding: 20px 10px 0 !important
  }

  section.main_top_home section.section.section_awards {
    padding: 0 !important
  }

  section.main_top_home.g2_who .container .signUP {
    padding: 16px !important
  }

  section.main_top_home.g2_who .col-md-5 {
    padding: 0;
    margin-top: 90px
  }

  section.main_top_home.g2_who .row {
    display: flex;
    flex-direction: column-reverse
  }

  body.page-template.page-template-g2_new_page.page-template-g2_new_page-php.page.page-id-8183.logged-in.admin-bar.wp-embed-responsive.mob-menu-slideout-over.customize-support .section .center_titles {
    margin-bottom: 0 !important
  }

  section.section.brand-product.light_bg {
    margin-bottom: 0
  }

  section.section.last.blogs-section.new_home_blogs * .post-card {
    height: auto
  }

  .tss-wrapper {
    padding: 0 !important
  }

  section.section.reviews-section.light_blues.footer_reviews.home_review .row {
    margin: auto !important
  }

  .footer_reviews .center-text {
    margin: 20px auto
  }

  section.section.brand-product .row.section-content.brand-icons .col-md-3 {
    flex: 1 1 46%
  }

  section.section.brand-product .row.section-content.brand-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }

  .container.half_container_image {
    flex-direction: column
  }

  .container.half_container_image img {
    width: 100%;
    min-width: 100%
  }

  .container.half_container_image .half_mananegement:first-child {}

  section.full_section.waste_management {
    flex-direction: column
  }

  .container.half_container_image .half_mananegement:first-child {
    flex: 1 1 100%;
    min-width: 100%;
    margin: 0
  }

  .container.half_container_image .half_mananegement:last-child {
    margin: 20px auto;
    padding: 24px
  }

  .container.half_container_image .half_mananegement:last-child .title_section h2 {
    font-size: 28px;
    padding: 0 !important;
    line-height: 40px !important
  }

  .page-template-zeo_route_panner_industry .section.section.brand-product.light_bg {
    margin: 48px 0
  }

  .container.half_container {
    flex-wrap: wrap
  }

  .half_mananegement {
    margin: 10px auto !important;
    flex: 1 1 100% !important;
    min-width: 100% !important
  }

  .full_div .title_section {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start
  }

  .page-template-zeo_route_panner_industry section.main_top_home {
    padding-top: 100px !important
  }

  section.section.section_awards .image_center img {
    width: calc(100% / 4);
    justify-content: center !important;
    align-items: center
  }

  section.section.section_awards .image_center {
    align-items: center;
    justify-content: center
  }

  .web-platform .container.bg_gray .left {
    padding: 0px;
  }

  .buttons {
    flex-wrap: wrap;
  }

  section.main_top_home {
    padding-top: 120px !important;
  }

  .buttons a,
  section.main_top_home a.btn.btn-primary.gradient,
  section.main_top_home a.btn.btn-primary-outline.medium {
    width: 100% !important;
    margin: 4px !important;
    max-width: 100% !important;
    padding: 12px !important;
    height: auto !important;
    border-radius: 10px !important;
  }

  .web-platform .container.bg_gray .right img {
    max-width: 100% !important;
    width: 100% !important;
  }

  .mobmenu-content #mobmenuright .sub-menu li a {
    color: #000 !important;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobmenu-content #mobmenuright .sub-menu li a i.mob-icon-down-open {
    margin-left: auto !important;
  }

  .mob-expand-submenu {
    margin-left: auto;
  }

  .page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .container {
    flex-direction: column;
  }

  .page-id-3519 .section-main-content .container-fluid.container-fluid-with-max-width .container.top_less_width {
    margin-bottom: 0px;
  }

  section.main_top_home .center_titles .buttons a {
    font-size: 14px !important;
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings {
    flex-direction: column
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container {
    padding: 32px !important
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child.bg_container .inners {
    flex-direction: column
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing {
    max-width: 100%;
    padding: 0px;
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings b,
  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings b *,
  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings {
    font-size: 30px !important
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child {
    flex-direction: column;
    gap: 12px !important
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations.last-chils .container:last-child {
    flex-direction: column
  }

  .page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections ul {
    gap: 10px
  }

  .page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections .container.Info_div {
    flex-direction: column
  }

  .page-template-zeo_route_panner_features.page-id-9950 section.main_top_home .center_titles span.hey-bg {
    font-size: 20px !important;
    margin: 0 !important
  }

  .page-template-zeo_route_panner_features.page-id-9950 .main_divs {
    margin: 20px auto
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings b,
  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings b *,
  .page-template-zeo_route_panner_features.page-id-9950 .installations h2.main_headings {
    text-align: center;
    font-size: 26px !important
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing .title_section p {
    font-size: 14px !important;
    line-height: 22px
  }

  .page-template-zeo_route_panner_features.page-id-9950 .installations .container:last-child .sections_left_listing li.card {
    margin: 30px auto
  }

  .page-template-zeo_route_panner_features.page-id-9950 section.section.video_section blockquote p {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 10px 0
  }

  .page-template-zeo_route_panner_features.page-id-9950 section.section.infor_sections .container.Info_div {
    padding: 16px !important;
    text-align: center;
    gap: 0
  }

  div#categories-4 li a {
    width: 100% !important
  }

  div#bottom-widgets.top_zeo .widget {
    padding: 10px 0 !important
  }

  .col-md-12.widgetized-area-column {
    padding: 0
  }

  div#text-3 section.section.section_awards .image_center {
    gap: 10px !important
  }

  .home section.main_top_home .container {
    display: flex;
    flex-direction: column-reverse
  }

  .home .hero_sldier {
    margin: auto auto 20px !important
  }

  .mobmenur-container {
    background: #fff;
    color: #000 !important
  }

  .mobmenur-container i {
    color: #000 !important
  }

  .mob-menu-logo-holder img {
    width: 54px !important
  }

  button.DownloadApp_download-button a {
    font-size: 14px !important;
    background: #fff !important;
    color: #157ef8 !important;
    border: 1px solid #157ef8 !important;
    padding: 8px;
    border-radius: 20px;
  }

  button.DownloadApp_download-button a:hover,
  button.DownloadApp_download-button a:focus {
    background: #157ef8 !important;
    color: #fff !important
  }

  html body.home section.main_top_home .center_titles a.btn {
    padding: 18px 20px !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: normal !important
  }

  section#full_hubspot_zeo div#mysidebars {
    display: none !important;
  }

  .button_set a {
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }

  section.section.faq_new .container .center_titles.column.align-text {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
  }

  .DownloadApp_container {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 99;
    width: 100%
  }

  div#custom_html-2 img {
    width: 100% !important
  }

  div#custom_html-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px !important;
    gap: 10px !important
  }

  div#custom_html-2 h4 {
    margin: 0 4px !important;
    font-size: 12px !important
  }

  div#custom_html-2 h4 span {
    display: inline-block !important
  }

  div#custom_html-2 .textwidget.custom-html-widget {
    width: 100%
  }

  body.home {
    padding-top: 64px !important
  }

  body {
    padding-top: 64px !important
  }

  html body.home section.main_top_home .center_titles h1,
  html body.home section.main_top_home .center_titles h1 span {
    font-size: 22px !important;
    line-height: normal;
    letter-spacing: -1px !important
  }

  section.main_top_home .center_titles h1 {
    margin: 10px auto !important
  }

  .DownloadApp_wrapper {
    display: block !important;
    background: #fff;
    padding: 8px;
    position: relative;
    z-index: 9
  }

  .DownloadApp_wrapper .DownloadApp_logo img {
    width: 40px;
    margin-right: 10px
  }

  .DownloadApp_title- {
    padding-left: 0
  }

  .DownloadApp_title- .DownloadApp_title {
    font-weight: 700;
    font-size: 14px !important;
    line-height: normal
  }

  .DownloadApp_sub-title {
    font-size: 10px !important;
    letter-spacing: -2px
  }

  button.DownloadApp_download-button {
    padding: 0 !important;
    background: transparent;
    margin-left: auto !important;
    min-width: auto !important
  }

  button.DownloadApp_hide {
    padding: 0;
    width: auto !important;
    min-width: auto;
    background: transparent;
    margin-left: 14px;
    margin-right: 8px !important
  }

  button.DownloadApp_hide i {
    color: #444
  }

  * {
    box-sizing: border-box !important
  }

  .DownloadApp_sub-title {
    line-height: normal
  }

  section#main_top_home {
    background-size: cover !important;
    background-position: top center !important;
  }

  section.section.promotional_sections.bg3 .left h4 {
    font-size: 30px !important;
    line-height: 40px !important
  }

  body.single .entry-full div.with_sidebar .content ol li ul li,
  body.single .entry-full div.with_sidebar .content ul li {
    list-style: circle !important
  }

  .single .section-main-content .container-fluid ol,
  .single .section-main-content .container-fluid ul {
    padding: 0 17px !important
  }

  .with_sidebar section.section.promotional_sections {
    padding: 10px !important
  }

  section.section.promotional_sections.bg3 .left h5 {
    margin: 30px auto 0 !important
  }

  section.section.promotional_sections .row div {
    margin: 10px auto !important
  }

  .post-interactions {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center
  }

  .custom-share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }

  .custom-share-buttons * {
    text-align: center !important
  }

  .emoji-rating * {
    text-align: center
  }

  .emoji-rating p {
    width: 100% !important;
    justify-content: center !important
  }

  .emoji-rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .emoji-rating p {
    text-align: center
  }

  section.section.promotional_sections.bg3 .left h4 {
    font-size: 30px !important;
    line-height: 40px !important
  }

  body.single .entry-full div.with_sidebar .content ol li ul li,
  body.single .entry-full div.with_sidebar .content ul li {
    list-style: circle !important
  }

  .single .section-main-content .container-fluid ol,
  .single .section-main-content .container-fluid ul {
    padding: 0 17px !important
  }

  .with_sidebar section.section.promotional_sections {
    padding: 10px !important
  }

  section.section.promotional_sections.bg3 .left h5 {
    margin: 30px auto 0 !important
  }

  section.section.promotional_sections .row div {
    margin: 10px auto !important
  }

  .post-interactions {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center
  }

  .custom-share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }

  .custom-share-buttons * {
    text-align: center !important
  }

  .emoji-rating * {
    text-align: center
  }

  .emoji-rating p {
    width: 100% !important;
    justify-content: center !important
  }

  .emoji-rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .emoji-rating p {
    text-align: center
  }

  .single .section-main-content h1.entry-title {
    font-size: 30px !important
  }

  .single_post_blog .top_singlebar .page_titles .entry-meta .autor_details {
    display: flex;
    flex-direction: column
  }

  .single_post_blog .top_singlebar .page_titles .entry-meta p.inf_author {
    display: flex !important;
    flex-direction: column !important
  }

  .post-card.big .entry-thumb-wrapper img {
    height: auto !important;
    max-height: fit-content !important;
  }

  .post-card.big .entry-thumb-wrapper,
  .post-card.big .entry-thumb-wrapper img,
  .row.main_banner_homes .row.big-latest-row a.entry-thumb-link * {
    height: auto !important;
    min-height: auto !important;
  }

  .row.main_banner_homes .row.big-latest-row .left_images.col-sm-12.col-md-6 {
    width: 100% !important;
  }

  html .page-template-blog-cat .top_banner.mainn_blogging {
    padding: 160px 10px 32px !important
  }

  .mainn_blogging ul.blogging-list {
    flex-wrap: wrap;
    flex-direction: column
  }

  main#main.blogs_new .other-posts-wrapper img {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: max-content !important;
    min-height: auto !important
  }

  main#main.blogs_new .other-posts-wrapper .post-thumbnail {
    flex: 1 1 100% !important;
    min-width: 100% !important
  }

  .page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div ul li {
    gap: 0;
    text-align: center;
    width: 100%;
    padding: 0
  }

  .page-template-zeo_route_panner_features section.full_section.color_08 .container {
    padding: 0 !important
  }

  section.section.review_section.feature_01 .row {
    flex-direction: column
  }

  .sub-feature-item {
    flex-direction: column !important
  }

  .comparisonx-grid {
    grid-template-columns: 1fr
  }

  .comparisonx-box.with {
    padding: 12px !important
  }

  .related-grid {
    grid-template-columns: 1fr
  }

  html body .DownloadApp_wrapper {
    z-index: 999;
  }

  html #wpadminbar {
    display: none
  }

  body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13072 section.section.additional-capabilities .capability-content .sub-features-list {
    grid-template-columns: 1fr
  }

  .feature_sections_new_01.Home_faqs_listing {
    margin-top: 20px
  }

  .reports-grid,
  .categories-grid {
    grid-template-columns: 1fr
  }

  .highlight-section h2,
  .api-section h2 {
    font-size: 42px;
    line-height: 40px
  }

  .highlight-grid,
  .api-grid {
    grid-template-columns: 1fr;
    gap: 0
  }

  .api-grid div {
    WIDTH: 100% !IMPORTANT;
    max-width: 100%;
  }

  .api-grid div.code-block {
    padding: 0px;
  }

  .page-template-zeo_route_panner_features section.section.seperation_status .button {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    gap: 2px;
    max-width: 280px;
    margin: auto
  }

  .page-template-zeo_route_panner_features section.section.seperation_status .button a {
    margin: 0 auto !important;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .page-template-zeo_route_panner_features section.main_top_home .product-badges {
    position: relative;
    top: 0 !important;
    flex-direction: column;
    gap: 10px !important;
    padding-top: 20px
  }

  .page-template-zeo_route_panner_features section.main_top_home .product-badges br {
    display: none
  }

  .page-template-zeo_route_panner_features section.main_top_home .product-badges span.product-badge {
    font-size: 12px !important;
    min-width: 150px !important
  }

  .integration-card {
    padding: 10px !important;
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .steps-grid.three_column,
  .endpoints-grid,
  .container.quick-right .steps-grid {
    grid-template-columns: 1fr !important;
  }

  .comparisonx-box.without {
    padding: 12px !important;
  }

  .webhooks-content {
    grid-template-columns: auto !important
  }

  .webhook-events {
    width: 100% !important
  }

  .webhook-code {
    padding: 0 !important;
    width: 100% !important
  }

  section.section.webhooks-section li .event-info {
    width: 100% !important;
    min-width: 100% !important
  }

  section.section.webhooks-section li {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column
  }

  section.section.webhooks-section .webhook-code pre {
    width: 100% !important;
    min-width: 100% !important
  }

  section.section.code-examples-section .code-block pre {
    word-wrap: nowrap;
    white-space: break-spaces
  }

  div#code-curl {
    padding: 0
  }

  .container.quick-right {
    flex-direction: column-reverse !important
  }

  .container.quick-right img {
    min-width: 100% !important;
    max-width: 100% !important
  }

  .container.quick-right .steps-grid {
    width: 100% !important
  }

  .steps-grid,
  .vehicle-grid,
  .toolkit-grid,
  .offline-content {
    grid-template-columns: 1fr !important;
  }

  body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13044 .download-app.buttons * {
    margin: 0 !important
  }

  .buttons a,
  section.main_top_home a.btn.btn-primary.gradient,
  section.main_top_home a.btn.btn-primary-outline.medium {
    max-width: 280px !important
  }

  body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13044 .download-app.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important
  }

  body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13044 .download-app.buttons a {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    padding-bottom: 0 !important
  }

  body.wp-singular.page-template.page-template-zeo_route_panner_features.page-template-zeo_route_panner_features-php.page.page-id-13044 .categories-grid {
    grid-template-columns: 1fr !important
  }

  section.full_section.color_08 .full_01 h2,
  .offline-section h2 {
    font-size: 32px !important
  }

  .page-template-zeo_route_panner_features section.full_section.color_08 .container .full_width_div ul li {
    gap: 0 !important
  }

  .vehicle-card .icon img {
    width: 50px !important;
    min-width: 50px !important;
  }

  .page-template-zeo_route_panner_features section.section.video_section a {
    justify-content: center;
  }

  span.show-above-500 {
    display: block !important;
  }

  .section-main-content h1.entry-title.text-center {
    line-height: 26px !important;
  }
}

li#step-5:after {
  display: none;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light
  }
}