body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  --webkit-tap-highlight-color: var(--brand-primary);
}

a,
a.active,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.viewdatacss {
  height: 250px;
  overflow: none;
}

.navbar-default.navbar-shrink .navbar-nav {
  margin-top: 7px;
}

.navbar-default .navbar-brand.active,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fec503;
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: var(--brand-primary);
}

.navbar-default .nav li a.signin_btn {
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-left: 20px;
}
.dropdown-menu {
  /* padding: 0; */
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: var(--brand-primary);
}
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #fec503;
}
.header-tabs {
  margin-top: 35px;
}
.custom_padding {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 30px;
}
.custom_inline_form input,
.custom_inline_form select {
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
  line-height: 52px;
  text-indent: 10px;
  color: #9e9e9e;
  float: left;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.custom_inline_form select {
  height: 52px;
}
.custom_inline_form input.destination,
.custom_inline_form input.source {
  border-right: 1px solid #c9c9c9;
  width: 36%;
  font-size: 15px;
}
.custom_inline_form select.radius {
  border: none;
  width: 27%;
}
.custom_inline_form input.search_btn {
  background: var(--brand-primary);
  color: #fff;
  width: 28%;
  font-size: 19px;
  text-indent: 0;
}
.header-tabs a.active,
.header-tabs a:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}
.header-tabs a {
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 6px 30px;
  width: 230px;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  margin: 0 5px;
}
.count-block {
  text-align: center;
  background: #bfbebe;
  margin-top: 30px;
  color: #1e1e1e;
  padding: 3px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.latest_updates_block {
  background: #fff;
  min-height: 85px;
  color: #000;
}
.how-it-works-block {
  background: #fff;
  padding: 20px 0;
}
.left-works-block h1 {
  font-size: 40px;
  margin-top: 0;
  color: #333;
  font-weight: 400;
}
.left-works-block p,
.sms_bidding_block p {
  color: #282828;
  font-weight: 300;
  line-height: 24px;
}
.left-works-block p {
  font-size: 16px;
}
.sms_bidding_block p {
  font-size: 15px;
}
a.custom_btn {
  background: var(--brand-700);
  padding: 5px 20px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  border-radius: 3px;
}
.advantages_block {
  padding: 30px 0;
  min-height: 150px;
}
.advantages_block h1 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
}
.advantages_block p {
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 0 80px;
}
.services {
  position: relative;
  float: left;
  clear: none;
  overflow: hidden;
  min-height: 185px;
}
.services img {
  position: relative;
  z-index: 1;
}
.services p {
  font-size: 17px;
  text-align: center;
  padding: 15px 0 0;
  font-weight: 400;
  line-height: 24px;
}
.mobile_app_block {
  background: #f5f5f5;
  padding: 40px 0 30px;
}
.mobile_app_img {
  margin: 0 auto;
}
.mobile_app_content {
  padding: 35px 50px 0;
  text-align: center;
  font-size: 16px;
}
.mobile_app_content h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 6px;
  margin-top: 0;
}
.mobile_app_content a {
  color: #282828;
}
.mobile_app_content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 38px;
}
.rt_block img,
.trac_block img {
  margin: 0 auto 10px;
}
.rt_block p span,
.trac_block p span {
  color: var(--brand-primary);
}
.clients_scroll_block {
  background: #fff;
  padding: 25px 0;
  min-height: 125px;
  border-top: 1px solid #f5f5f5;
}
.footer_block {
  background: url(../img/footer_bg.jpg);
  min-height: 117px;
  padding: 35px 0 30px;
}
.footer_block h3 {
  font-size: 18px;
  color: #f3f3f3;
  margin-top: 0;
  font-weight: 400;
}
.subscribe {
  padding-right: 10px;
}
.subscribe input {
  border-radius: 0;
  border: none;
}
.quick_links_block,
.tollfree {
  border-left: 1px SOLID rgba(204, 204, 204, 0.05);
}
.subscribe .input-group-btn input {
  background: var(--brand-700);
  height: 34px;
  color: #fff;
}
.featured_img a img {
  margin-right: 0;
  width: 24%;
}
.award_img {
  height: auto !important;
}
.quick_links_block .left-block {
  padding-right: 0;
}
.quick_links_block .left-block ul,
.quick_links_block .right-block ul {
  padding: 0 0 0 0px;
}
.quick_links_block .left-block ul li,
.quick_links_block .right-block ul li {
  list-style-type: none;
}
.quick_links_block .right-block {
  padding-right: 0;
  padding-left: 0;
}
.quick_links_block a {
  color: #b6b6b6;
  line-height: 25px;
}
.social_icon a {
  margin: 0 3px;
}
.tollfree {
  color: #fff;
}
.tollfree span {
  color: #e6e6e6;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 3px;
  left: 4px;
  margin-right: 7px;
}
.tollfree img {
  height: 38px;
}
.copyrights {
  text-align: center;
  padding: 6px 0;
  /* background: #1e1e1e;
  color: #bcbcbc; */
}
.inner_header {
  /* min-height: 120px; */
  height: auto;
}
.inner_latest_updates_block {
  background: #f2f2f2;
  padding: 10px 0;
  font-size: 16px;
}
.inner_search_form {
  background: var(--brand-primary);
  padding: 28px 0;
}
.main_content {
  /* margin-bottom: 50px;
  margin-top: 54px; */
}
.custom_search_form button,
.custom_search_form input,
.custom_search_form select {
  margin: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  float: left;
  position: relative;
}
.custom_search_form button,
.custom_search_form input {
  padding: 0;
  border: 0;
  background: #fff;
  line-height: 45px;
  color: #9e9e9e;
}
.custom_search_form .custom_home,
.custom_search_form .custom_search {
  background: #2e2e2e;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  float: left;
}
.custom_search_form .custom_home {
  border-radius: 4px 0 0 4px;
}
.custom_search_form .custom_search {
  border-radius: 0 4px 4px 0;
}
.custom_search_form select {
  padding: 0;
  border: 0;
  background: #fff;
  line-height: 52px;
  height: 45px;
  text-indent: 10px;
  color: #9e9e9e;
  font-size: 16px;
}
.custom_search_form input.search_destination,
.custom_search_form input.search_source,
.custom_search_form input.select_date {
  border-right: 1px solid #ededed;
  font-size: 16px;
  text-indent: 10px;
}
.custom_search_form input.search_source {
  width: 16.5%;
}
.custom_search_form input.search_destination {
  width: 18.5%;
}
.custom_search_form input.select_date {
  width: 16%;
}
.custom_search_form select.select_truck {
  border: none;
  width: 12%;
  background: #7aab23;
  color: #fff;
  text-indent: 10px;
}
.custom_search_form select.search_radius {
  border: none;
  width: 13.2%;
  background: #fff;
  text-indent: 10px;
  border-right: 1px solid #ededed;
}
.custom_search_form select.search_type {
  border: none;
  width: 16%;
  background: #fff;
  text-indent: 10px;
}
.search_content_block h2 {
  margin-top: 0;
  font-weight: 400;
}
.custom-search-form input {
  border-radius: 0;
}
.custom-search-form .glyphicon {
  top: 4px;
}
.custom-search-form button {
  border-radius: 0;
  background: var(--brand-primary);
  color: #fff;
}
.custom_tables .table-bordered > tbody > tr > td {
  color: #6a6a6a;
}
.custom_tables .table-bordered > tbody > tr > td span {
  font-weight: 500;
}
.map_icon {
  position: relative;
  left: 0;
  top: -10px;
}
.custom_tables thead.cf {
  background: #45545d;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
.custom_tables .table-bordered > tbody > tr > td,
.custom_tables .table-bordered > tbody > tr > th,
.custom_tables .table-bordered > tfoot > tr > td,
.custom_tables .table-bordered > tfoot > tr > th,
.custom_tables .table-bordered > thead > tr > td,
.custom_tables .table-bordered > thead > tr > th {
  border-right: 1px solid #fff;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.custom_tables .table-bordered > tbody > tr > td:last-child,
.custom_tables .table-bordered > thead > tr > th:last-child {
  text-align: center;
  border-right: none;
  padding: 6px !important;
}
.custom_tables .table-bordered {
  border: none;
}
.custom_tables .table-condensed > tbody > tr > td,
.custom_tables .table-condensed > tbody > tr > th,
.custom_tables .table-condensed > tfoot > tr > td,
.custom_tables .table-condensed > tfoot > tr > th,
.custom_tables .table-condensed > thead > tr > td,
.custom_tables .table-condensed > thead > tr > th {
  padding: 6px 6px 6px 12px;
}
.type img {
  float: left;
  margin-right: 10px;
}
.type_modal {
  float: left;
  padding-top: 14px;
}
a.sign_btn_small {
  border-radius: 4px;
  padding: 5px 15px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}
.deals_block h2 {
  background: #545454;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 43px;
}
.deals_data {
  background: #f7f7f7;
  min-height: 200px;
}
.deals_data a {
  padding: 20px 22px;
  text-align: center;
  color: #6a6a6a;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #ededed;
}
.deals_data a:hover .deal_time {
  background: #ccc;
  color: #333;
}
.deals_data a .landmark {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 500;
}
.deals_data a .km {
  color: #6e9b1e;
  font-size: 15px;
  font-weight: 600;
}
.deals_data a .deal_time {
  color: #fff;
  background: #6b9521;
  border-radius: 3px;
  padding: 3px;
  font-size: 13px;
  margin-top: 3px;
}
.deals_data a .deal_time span {
  font-size: 11px;
}
.custom_navbar .navbar-right .dropdown-menu {
  left: 0;
  border-radius: 0;
}
.custom_navbar .navbar-right .signIn {
  left: auto !important;
  border-radius: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: 0 0;
  color: #fff;
}
.custom_dropdown li a {
  color: #fff;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.latest_block_text,
.latest_icon_img {
  float: left;
}
.latest_block_text {
  line-height: 16px;
  text-align: left;
  width: 70%;
  margin-left: 3%;
  font-size: 13px;
  margin-top: 20px;
  color: #717070;
}
.app_download_block,
.my_account_title,
.rt_app_download,
.signup_block .input-group-addon,
.signup_tab,
.signup_tab_text,
.title_text,
header {
  text-align: center;
}
#latest_updates_home {
  margin-top: 6px !important;
}
.latest-news {
  color: #4d4d4d;
  font-size: 19px;
}
.latest-news span {
  position: relative;
  left: 15px;
}
.scroll-news {
  padding-left: 0;
  position: relative;
  top: 3px;
}
.signup_block .input-group-addon {
  padding: 0;
  line-height: 1;
  border: 0;
  border-radius: 0;
  width: 35px !important;
}
.signup_block .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d7d7;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fa {
  font-size: 16px !important;
}
.signup_tab {
  background: #f1f1f1;
  padding: 12px 9px 7px;
  font-size: 22px;
  color: #4d4d4d;
}
.signup_tab_text {
  background: #243440;
  color: #fff;
  padding: 12px;
  position: relative;
  font-size: 17px;
}
.signup_block {
  padding: 0 12px 28px;
}
.post_load_form {
  padding: 6px 0 0;
}
.signup_block_form {
  background: #f1f1f1;
  padding: 20px 12px 28px;
  margin-bottom: 13px;
}
.signup_block .input-group {
  width: 100%;
}
.signup_block .btn-group .btn {
  margin-right: 2px;
  border-radius: 0;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid black;
}
.custom_gr_btn,
.signup_block .btn-group .btn.active,
.signup_block .btn-group .btn:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, var(--brand-primary)),
    color-stop(1, var(--brand-primary))
  );
  background-image: -o-linear-gradient(bottom, var(--brand-primary) 0, var(--brand-primary) 100%);
  background-image: -moz-linear-gradient(bottom, var(--brand-primary) 0, var(--brand-primary) 100%);
  background-image: -webkit-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: -ms-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
}
.custom_gr_btn,
.custom_gr_btn:hover {
  color: #fff;
  padding: 5px 35px;
  font-size: 16px;
  display: block;
  box-shadow: none;
  text-align: center;
}
.signup_block textarea {
  min-height: 75px;
}
.signup_block .btn-group .btn.active,
.signup_block .btn-group .btn:hover {
  background-image: linear-gradient(to bottom, var(--brand-primary) 0, var(--brand-primary) 100%);
  color: #fff;
  box-shadow: none;
}
.custom_gr_btn {
  background-image: linear-gradient(to bottom, var(--brand-primary) 0, var(--brand-primary) 100%);
  border: 0;
  border-radius: 7px;
}
.custom_gr_btn:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, var(--brand-primary)),
    color-stop(1, var(--brand-primary))
  );
  background-image: -o-linear-gradient(bottom, var(--brand-primary) 0, var(--brand-primary) 100%);
  background-image: -moz-linear-gradient(bottom, var(--brand-primary) 0, var(--brand-primary) 100%);
  background-image: -webkit-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: -ms-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: linear-gradient(to bottom, var(--brand-700) 0, var(--brand-700) 100%);
}
.privacy,
.signup_block label {
  color: #727272;
  font-size: 15px;
}
.btn-custom_gr_btn {
  border: none;
}
.signup_block label {
  font-weight: 400;
  margin-bottom: 2px;
}
.signup_block .form-group {
  margin-bottom: 16px;
}
.signup_block .checkbox,
.signup_block .radio {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 6px;
}
.app_download_block {
  background: #f1f1f1;
  min-height: 150px;
  padding: 42px 15px 24px;
}
.app_download_block img {
  margin: 0 auto;
}
.app_text {
  font-size: 11px;
  margin-top: 5px;
  color: #000;
}
.app_text span {
  color: #81af30;
}
.title_text {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, var(--brand-700)),
    color-stop(1, var(--brand-700))
  );
  background-image: -o-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: -moz-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: -webkit-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: -ms-linear-gradient(bottom, var(--brand-700) 0, var(--brand-700) 100%);
  background-image: linear-gradient(to bottom, var(--brand-700) 0, var(--brand-700) 100%);
  color: #fff;
  box-shadow: none;
  padding: 5px 35px;
  font-weight: 500;
  font-size: 22px;
}
.dashboard_heading {
  background: #45545d;
  padding: 17px 0;
}
.dashboard_titles {
  color: white;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  position: relative;
  top: 5px;
}
.dashboard_content {
  margin-bottom: 30px;
}
.margin-bottom {
  margin-bottom: 18px;
}
.dashboard_main_content {
  padding-top: 15px;
}
.my_account_title {
  background: var(--brand-700);
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  padding: 12px 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.my_account_block {
  --border-radius: 12px;
  position: relative;
  top: -47px;
}
.my_account_panel_body {
  border: 1px solid #e7e7e7;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.dashboard_main_content h3 {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 400;
  color: #4d4d4d;
}
.my_account_panel_body .nav-stacked > li + li {
  margin-top: 0;
}
.my_account_panel_body .nav-stacked li a {
  border-bottom: 1px solid #e7e7e7;
  color: #6a6a6a;
  background: 0 0;
}
.my_account_panel_body .nav-stacked li a:hover {
  background: var(--brand-100);
  color: #6a6a6a;
}
.my_account_panel_body .nav-stacked li {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.my_account_panel_body .nav-stacked li:last-child a {
  border-bottom: 0;
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 230px !important;
    padding-bottom: 109px !important;
  }
  header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 40px;
  }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    padding: 10px 0;
    background: rgba(21, 37, 47, 0.97);
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
    padding: 3px 15px;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    width: 70%;
  }
}

header .intro-text {
  padding-top: 20px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  margin-bottom: 25px;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .dropdown-menu:after,
  .dropdown-menu:before,
  .latest-news span,
  .mobile_myaccount {
    display: none;
  }

  /* #searchButton {
    border-radius: 0 0 3px 3px;
  } */
  .custom_tables .table-bordered > tbody > tr > td:last-child,
  .custom_tables .table-bordered > thead > tr > th:last-child {
    padding-left: 50% !important;
  }
  .map_icon {
    left: 50px;
  }
  .page-scroll img {
    width: 60%;
    position: relative;
    top: -10px;
  }
  .inner_header {
    height: auto !important;
    /* min-height: 78px; */
  }
  .quick_links_block,
  .quick_links_block .right-block {
    padding-left: 15px;
    margin-top: 17px;
  }
  .sms_bidding_block h3,
  .tollfree {
    margin-top: 20px;
  }
  .tollfree span {
    font-size: 25px;
  }
  .featured_img a img {
    width: 30%;
    margin-bottom: 3px;
  }
  .tollfree {
    text-align: left;
  }
  .tollfree img {
    height: 35px;
  }
  .latest-news,
  .scroll-news {
    text-align: center;
  }
  .live_trucks_details {
    text-align: center;
    float: none !important;
    margin-top: 20px;
  }
  .signup_block .btn-group .btn {
    margin-bottom: 2px;
  }
  .my_account_block {
    position: relative;
    top: 20px;
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-shrink {
    top: 0 !important;
  }
  .my_account_title {
    background: var(--brand-primary);
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    padding: 12px 0 12px 20px;
    text-align: left;
  }
  #mobile_myaccount .navbar-toggle {
    position: relative;
    z-index: 999;
    top: -5px;
    margin: 0 5px 0 0;
  }
  #mobile_myaccount .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .dashboard_main_content {
    margin-top: 30px;
  }
  .dashboard_heading {
    padding: 11px 0;
  }
  .dashboard_titles {
    top: 0;
  }
  .table-striped {
    padding: 0;
  }
  #no-more-tables tr {
    margin-bottom: 2px;
  }
  .dropdown.open .dropdown-menu {
    background: rgba(255, 255, 255, 0.79);
  }
  .whatsapp_icon {
    left: 0;
  }
  .mobile_app_block {
    padding: 0 0 30px;
  }
  .mobile_app_content h2 {
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom_tables .table-condensed > tbody > tr > td,
  .custom_tables .table-condensed > tbody > tr > th,
  .custom_tables .table-condensed > tfoot > tr > td,
  .custom_tables .table-condensed > tfoot > tr > th,
  .custom_tables .table-condensed > thead > tr > td,
  .custom_tables .table-condensed > thead > tr > th {
    font-size: 11px;
  }
  .signup_block .btn-group .btn {
    margin-bottom: 2px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .signup_tab_text {
    font-size: 13px;
    top: 7.5px;
  }
  .signup_block .btn-group .btn {
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .search_content_block h2 {
    text-align: center;
  }
  .custom-search-form {
    margin-bottom: 10px;
  }
  .page-scroll img {
    width: 60%;
    position: relative;
    top: -10px;
  }
  #no-more-tables tr {
    margin-bottom: 3px;
  }
  .custom_search_form .custom_home {
    display: none;
  }
  .navbar-default .nav li a.signin_btn {
    margin-left: 20px;
    margin-right: 20px;
  }
  .custom_search_form .custom_search {
    width: 100%;
    border-radius: 0;
  }
  .custom_search_form input.search_destination,
  .custom_search_form input.search_source,
  .custom_search_form input.select_date,
  .custom_search_form select.search_radius,
  .custom_search_form select.search_type,
  .custom_search_form select.select_truck {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }
  .deals_block {
    margin-top: 25px;
  }
  header .intro-text {
    padding-top: 74px;
    padding-bottom: 50px;
  }
  .header-tabs a {
    padding: 6px 10px;
    width: auto;
    font-size: 13px;
    margin: 0 0 4px;
  }
  .custom_inline_form input.search_btn,
  .signup_block .btn-group .btn {
    width: 100%;
  }
  .custom_inline_form input.destination,
  .custom_inline_form input.source,
  .custom_inline_form select.radius {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .custom_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  a.custom_btn {
    margin-bottom: 20px;
  }
  .advantages_block p {
    padding: 0 25px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .custom_search_form .custom_home {
    display: none;
  }
  .custom_search_form .custom_search {
    width: 100%;
    border-radius: 0;
  }
  .custom_search_form input.search_destination,
  .custom_search_form input.search_source,
  .custom_search_form input.select_date,
  .custom_search_form select.search_radius,
  .custom_search_form select.search_type,
  .custom_search_form select.select_truck {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }
  .deals_block {
    margin-top: 25px;
  }
  .search_content_block h2 {
    text-align: center;
  }
  .custom-search-form {
    margin-bottom: 10px;
  }
}
@media (min-width: 642px) and (max-width: 767px) {
  .custom_search_form select.select_truck {
    width: 28.8%;
  }
  .custom_search_form input.search_source {
    width: 31.7%;
  }
  .custom_search_form input.search_destination {
    width: 32%;
  }
  .custom_search_form select.search_radius {
    width: 29.6%;
    margin-top: 1px;
  }
  .custom_search_form input.select_date {
    width: 28%;
    margin-top: 1px;
  }
  .custom_search_form select.search_type {
    width: 35%;
    margin-top: 1px;
  }
  .custom_search_form .custom_search {
    margin-top: 1px;
  }
  .search_content_block h2 {
    text-align: center;
  }
  .custom-search-form {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .custom_tables .table-bordered > tbody > tr > td:last-child,
  .custom_tables .table-bordered > thead > tr > th:last-child {
    padding-left: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .latest-news,
  .live-trucks,
  .scroll-news {
    font-size: 15px;
  }
  .latest-news span {
    display: none;
  }
  .custom_search_form input.search_source {
    width: 13.5%;
  }
  .custom_search_form select.search_type {
    width: 17.5%;
  }
  .custom_search_form input.select_date {
    width: 13%;
  }
  .custom_search_form input,
  .custom_search_form select {
    font-size: 12px !important;
  }
  .navbar-default .nav li a {
    font-size: 14px;
    padding: 10px 7px;
  }
  .navbar-brand > img {
    width: 70%;
  }
  .inner_header {
    /* min-height: 99px !important; */
    height: auto;
  }
  .navbar-nav {
    margin-top: 19px;
  }
  .featured_img a img {
    width: 30%;
    margin-bottom: 2px;
  }
  .quick_links_block a {
    line-height: 21px;
    font-size: 12px;
  }
  .tollfree span {
    font-size: 21px;
  }
  .tollfree img {
    height: 37px;
  }
  header .intro-text {
    padding-top: 140px;
    padding-bottom: 36px;
  }
  .header-tabs a {
    margin-bottom: 8px;
  }
}
@media screen and (device-width: 768px) and (device-height: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .latest_updates_block {
    min-height: 151px;
  }
  .latest_icon_img img {
    width: auto !important;
  }
  .latest_icon_img {
    width: 76%;
  }
  .latest_block_text {
    text-align: center;
    margin-top: 0 !important;
  }
}
@media only screen and (min-device-width: 774px) and (max-device-width: 784px) {
  .latest_updates_block {
    min-height: 151px;
  }
  .latest_icon_img img {
    width: auto !important;
  }
  .latest_icon_img {
    width: 76%;
  }
  .latest_block_text {
    text-align: center;
    margin-top: 0 !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .custom_search_form input.search_source {
    width: 16%;
  }
  .custom_search_form input.search_destination {
    width: 17%;
  }
  .featured_img a img {
    width: 30%;
  }
  .quick_links_block a {
    line-height: 21px;
    font-size: 12px;
  }
  .tollfree span {
    font-size: 16px;
  }
  .tollfree img {
    height: 29px;
  }
  .custom_padding {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  header .intro-text {
    padding-top: 185px;
    padding-bottom: 100px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  header .intro-text {
    padding-top: 74px;
    padding-bottom: 50px;
  }
  .header-tabs a {
    padding: 6px 10px;
    width: auto;
    font-size: 13px;
    margin: 0;
  }
  .custom_inline_form input.destination,
  .custom_inline_form input.source,
  .custom_inline_form select.radius {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .custom_inline_form input.search_btn {
    width: 100%;
  }
  .custom_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  a.custom_btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 785px) and (max-width: 990px) {
  .latest_updates_block {
    min-height: 151px;
  }
  .latest_icon_img img {
    width: auto !important;
  }
  .latest_icon_img {
    width: 76%;
  }
  .latest_block_text {
    text-align: center;
    margin-top: 0 !important;
  }
  #latest_updates_home {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .inner_header {
    /* min-height: 120px !important; */
    height: auto !important;
  }
  header {
    height: 100%;
  }
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::after,
.checkbox label::before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox label::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  width: 16px;
  height: 16px;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}
.whatsapp_icon,
.wrap,
.wrap img {
  position: relative;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #81ae31;
  outline: 0;
  border-color: var(--brand-primary);
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
  outline: 0;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.dropdown .dropdown-menu {
  /* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0; */
}
.dropdown.open .dropdown-menu {
  /* max-height: 350px;
  width: 175px;
  opacity: 1;
  border-radius: 6px; */
}
.navbar-shrink .dropdown.open .dropdown-menu {
  top: 55px;
}
.tabbable .tab-content table {
  border: #ddd !important;
}
.tabbable .tab-content table tr td,
.tabbable .tab-content table tr th {
  padding: 5px !important;
}
.whatsapp_icon {
  margin-top: 10px;
}
.innerpage_title {
  margin: 0;
  padding: 0;
  color: #a4d057;
  font-size: 28px;
  font-weight: 500;
}
.innerpage_corbon {
  margin: 0;
  padding: 0;
  color: #a4d057;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.signup_now_btn {
  color: #08c !important;
}
.signIn {
  padding-bottom: 14px !important;
}
.logfld a {
  font-weight: 700;
  border-bottom: none !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}
.border-bottom th.search-tabs {
  text-align: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.32) !important;
}
.border-bottom th.search-tabs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--brand-primary);
  border-color: #ddd;
}
.myaccount {
  padding-bottom: 10px;
}
.leadership {
  color: green;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 14px;
  display: inline-block;
}
.leadership_names {
  color: #333 !important;
}
.btn-custom_search_view,
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  background: var(--brand-primary);
  color: #fff;
}
.title_hr {
  margin-top: 11px;
  margin-bottom: 11px;
}
.insurance_page .tabbable .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.btn-custom_search_view {
  border: none;
  padding: 6px 15px;
}
.insurace_img img {
  border: 1px solid #ddd;
  margin-top: 42px;
}
.sms_bidding_block {
  background: url(../img/sms_block_bg.jpg) no-repeat #e6e6e6;
  padding: 60px 0;
  min-height: 200px;
}
.sms_bidding_block h3 {
  margin-top: 0;
}
.wrap {
  float: left;
  clear: none;
  overflow: hidden;
}
.wrap img {
  z-index: 1;
}
.wrap .desc {
  display: block;
  position: absolute;
  width: 75%;
  top: 25%;
  left: 2;
  z-index: 2;
  text-align: center;
}
.wrap p {
  font-size: 17px;
  text-align: center;
  padding: 10px 0 0;
  font-weight: 400;
  line-height: 40px;
}
.footer_hr {
  border-top: 1px SOLID rgba(204, 204, 204, 0.05);
  margin: 9px 0;
}
.dealsec_block h2 {
  background: #545454;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 43px;
}
.my_account_panel_body .nav-stacked #V_tollgate {
  background: url(../img/tollplaza.png) 97% 9px no-repeat;
}
