.btn, .benefit-container .benefit-item .btn, header, header .profile-menu .dropdown-menu .profile-item, .delete-selected, .vehicle-item:not(.heading) .services-select-individual, .manage-vehicles .select2-results__option .wrap:before, .vehicle-list .vehicle-item, .social-login, .invoice-block .invoice-container .invoice-row, .invoice-block .invoice-container .invoice-row svg path, .subscription-plan-item .make-order, .subscription-plan-block .subscription-plan-item, .slick-slider .slick-arrow:before, .slick-slider .slick-arrow:after {
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1); }

.btn, .benefit-container .benefit-item .btn {
  border-radius: 48px;
  font-family: "Kanit";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 20px; }

.required-attribute {
  font-size: 7px !important;
  padding-left: 3px;
  color: #e60000;
  vertical-align: 5px; }

.alert ul {
  margin-bottom: 0px;
  padding-left: 20px; }

.form-group ul {
  padding-left: 20px;
  padding-top: 5px; }
  .form-group ul li {
    color: #e60000; }

.container-fluid {
  max-width: 1490px; }

.jq-toast-heading {
  display: block !important; }

.btn.white {
  border: 1px solid #e5e5e5;
  background-color: #fff; }
  .btn.white:hover {
    border: 1px solid #005EE1;
    color: #005EE1; }
.btn.style1 {
  background-color: #20C964;
  color: #fff; }
.btn.style2 {
  background-color: #0A71FF;
  color: #fff; }
  .btn.style2.border {
    background-color: transparent;
    border: 1px solid #0A71FF !important;
    color: #0A71FF; }
.btn.style3 {
  background-color: transparent;
  border: 1px solid #0A71FF; }
  .btn.style3:hover {
    background-color: #f5f3f3; }
.btn.style4 {
  background-color: transparent;
  border: 1px solid #005EE1;
  border-radius: 4px;
  width: 100%;
  color: #005EE1;
  padding: 44px 20px; }
  .btn.style4:hover {
    color: #fff;
    background-color: #005EE1; }
.btn.small {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -3px; }

body {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #FBFBFB; }
  body strong {
    font-weight: 500; }

.menu-trigger {
  display: none;
  position: absolute;
  cursor: pointer;
  top: -3px;
  right: 0;
  padding: 8px 12px;
  line-height: 29px;
  font-size: 16px;
  font-weight: 700;
  color: #2D2D2D;
  z-index: 11; }
  .menu-trigger .icon {
    display: inline-block;
    margin-left: 2px;
    vertical-align: top; }
    .menu-trigger .icon span {
      display: block;
      height: 3px;
      width: 29px;
      margin: 5px 0 -1px;
      background: #2D2D2D;
      border-radius: 5px; }
  .menu-trigger.open {
    color: #fff; }
    .menu-trigger.open .icon span {
      background: #fff; }
      .menu-trigger.open .icon span:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -15px;
        margin-top: 11px; }
      .menu-trigger.open .icon span:nth-child(2) {
        opacity: 0; }
      .menu-trigger.open .icon span:nth-child(3) {
        transform: rotate(-45deg); }

header {
  height: 70px;
  background-color: #FFFFFF;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 2px 25px #0000000A;
  margin-bottom: 20px; }
  header .logo {
    padding-top: 6px; }
  header .border-left-nav {
    border-left: 1px solid #ebebf2; }
  header .navbar.navbar-light {
    padding-top: 0px;
    padding-bottom: 0px; }
    header .navbar.navbar-light .navbar-nav a {
      font-size: 15px;
      font-weight: 400;
      color: #413C3C; }
      header .navbar.navbar-light .navbar-nav a.active {
        color: #005EE1;
        text-decoration: underline; }
  header .profile-menu, header .notifications-menu {
    display: inline-block;
    position: relative;
    width: 40px;
    text-align: center;
    height: 100%;
    vertical-align: top; }
    header .profile-menu button, header .notifications-menu button {
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
      position: relative;
      height: 100%;
      width: 100%; }
      header .profile-menu button:focus, header .profile-menu button:active, header .notifications-menu button:focus, header .notifications-menu button:active {
        outline: none; }
  header .profile-menu {
    width: auto; }
    header .profile-menu .dropdown-menu svg path {
      fill: #fff; }
    header .profile-menu .dropdown-menu .credit-card svg {
      opacity: 0.7; }
    @media (max-width: 1000px) {
      header .profile-menu {
        margin-right: 40px; } }
    header .profile-menu button svg {
      margin-left: 10px; }
    header .profile-menu button .mobile-svg {
      fill: #a4afb7; }
    header .profile-menu .arrow-down {
      fill: #a4afb7; }
    header .profile-menu .company-logo {
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center center;
      display: inline-block;
      height: 100%;
      width: 80px;
      vertical-align: middle; }
    header .profile-menu .dropdown-menu {
      font-family: "Montserrat";
      color: #fff;
      border: none !important;
      width: 330px;
      top: 49px;
      line-height: 24px;
      -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
      font-size: 13px;
      z-index: 110;
      border: none;
      left: auto;
      right: 0px;
      padding: 0px; }
      header .profile-menu .dropdown-menu:before {
        border-bottom: 15px solid #005EE1 !important; }
      header .profile-menu .dropdown-menu .profile-info {
        padding: 18px 35px;
        font-size: 12px;
        font-weight: 700; }
        header .profile-menu .dropdown-menu .profile-info .email {
          font-size: 9px;
          font-weight: 400;
          margin-top: -5px; }
      header .profile-menu .dropdown-menu .profile-item {
        border-top: 1px solid #0063EE; }
        header .profile-menu .dropdown-menu .profile-item:hover {
          background-color: #0456c7; }
        header .profile-menu .dropdown-menu .profile-item a {
          color: #fff;
          padding: 20px 15px; }
          header .profile-menu .dropdown-menu .profile-item a:hover {
            text-decoration: none; }
          header .profile-menu .dropdown-menu .profile-item a span {
            margin-right: 25px; }
            header .profile-menu .dropdown-menu .profile-item a span svg {
              margin-top: -3px; }
    header .profile-menu.open .dropdown-menu {
      display: block;
      background-color: #005EE1; }
      header .profile-menu.open .dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        position: absolute;
        top: -9px;
        right: 5px;
        z-index: 0; }
    header .profile-menu .profileSvg {
      display: none; }
      header .profile-menu .profileSvg svg {
        fill: #2D2D2D; }
    @media (max-width: 1000px) {
      header .profile-menu .profileSvg {
        display: inline-block; }
      header .profile-menu .company-logo {
        display: none; }
      header .profile-menu button svg {
        margin-left: 0px; }
      header .profile-menu .profile-icon {
        display: none; } }
  @media (max-width: 410px) {
    header .profile-menu .dropdown-menu, header .notifications-menu .dropdown-menu {
      max-width: 340px;
      width: 95%;
      left: auto;
      right: 2.5%;
      position: fixed; }
      header .profile-menu .dropdown-menu:before, header .notifications-menu .dropdown-menu:before {
        display: none; }
    header .notifications-menu.open .dropdown-menu:before {
      right: 17%; } }

a:hover {
  text-decoration: none; }

h2 {
  font-family: "Kanit";
  color: #1D1D1D;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  display: inline-block; }

.after-header-element {
  margin-top: 120px; }

.small-text {
  font-size: 12px;
  line-height: 18px; }

.settings-page .settings-label {
  font-size: 14px; }
.settings-page label {
  font-size: 12px; }
.settings-page .form-group input[type="email"] {
  max-width: 160px;
  width: 100%; }

.user-settings-row .form-group {
  max-width: 230px;
  width: 100%; }

.headerImage {
  position: absolute;
  top: 0;
  z-index: -1;
  max-width: 836px;
  width: 42%; }
  .headerImage:after {
    content: " ";
    width: 420px;
    height: 420px;
    background-image: url(/member/img/nice-element.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: -55px;
    z-index: -1;
    top: -40px; }
  .headerImage img {
    width: 100%;
    max-height: 310px;
    height: 310px; }
  @media (max-width: 1000px) {
    .headerImage {
      top: 0px;
      left: 0px; }
      .headerImage:after {
        top: -53px; }
      .headerImage img {
        padding-right: 20px;
        max-height: 270px;
        height: 270px; } }
  @media (max-width: 991px) {
    .headerImage {
      width: 70%; } }
  @media (max-width: 600px) {
    .headerImage {
      width: 90%;
      top: 23px; }
      .headerImage img {
        padding-right: 10%;
        height: 220px; }
      .headerImage:after {
        top: -89px;
        margin-right: 5%; } }
  @media (max-width: 400px) {
    .headerImage {
      width: 100%; }
      .headerImage img {
        padding-right: 0px; }
      .headerImage:after {
        width: 100%;
        margin-right: 0px;
        right: 0px;
        background-position: 54px 26px; } }

body.small .headerImage {
  top: -8%; }
  body.small .headerImage:after {
    right: -15px;
    top: 7px; }
  @media (max-width: 400px) {
    body.small .headerImage:after {
      top: -15px;
      right: 0px; } }
@media (max-width: 1500px) {
  body.small {
    /*	.headerImage {
    	    left: -18%;
    	}*/ } }
@media (max-width: 1000px) {
  body.small {
    /*	.headerImage {
    	    top: -10%;
    	}*/ } }

.additional-information {
  color: #A8A8A8;
  font-size: 12px;
  line-height: 18px; }

.welcome-block {
  padding-top: 10px; }
  .welcome-block h1 {
    font-family: "Kanit";
    font-size: 28px;
    line-height: 42px; }
  .welcome-block .welcome-subtext {
    color: #A8A8A8;
    font-size: 14px;
    line-height: 21px;
    max-width: 80%; }

.col-block {
  background: #FEFEFE 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000012;
  border-radius: 4px;
  padding: 20px 30px; }
  .col-block .watch-all {
    float: right;
    display: inline-block;
    padding-top: 7px; }
    .col-block .watch-all a {
      color: #005EE1;
      font-size: 12px;
      line-height: 18px; }

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

.navbar-collapse .navbar-nav .nav-item a.nav-link {
  padding-left: 15px;
  padding-right: 15px; }

.navbar-col {
  height: 38px; }

.outer-shadow {
  position: fixed;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.68);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

@media (max-width: 1000px) {
  body {
    margin-top: 70px; }

  header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    header .border-left-nav {
      border: none;
      padding-left: 0px !important;
      border-left: none; }

  nav {
    display: flex !important;
    background-color: #005EE1;
    position: fixed !important;
    z-index: 10;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 77%;
    left: -100%;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1); }
    nav.open {
      left: 0; }
    nav button {
      display: none; }
    nav .collapse:not(.show) {
      display: block !important; }
    nav .navbar-nav {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      margin-left: auto !important; }
      nav .navbar-nav .nav-item {
        text-align: center; }
        nav .navbar-nav .nav-item a.nav-link {
          color: #fff;
          font-size: 20px; }
          nav .navbar-nav .nav-item a.nav-link.active {
            color: #fff; } }
.show-mobile {
  display: none; }
  @media (max-width: 1000px) {
    .show-mobile {
      display: block; } }

.delete-selected.disabled {
  opacity: 0; }

.services-select-for-all {
  display: inline-block; }

.vehicle-services-select {
  width: 210px; }

.vehicles-services-select-parent .select2-container--default .select2-selection--single {
  border-color: #e5e5e5 !important; }

.heading .vehicles-services-select-parent .select2-container {
  margin-bottom: 0.5rem !important; }

.visibility-hidden {
  visibility: hidden; }

.btn.small-button {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px; }

.no-search .select2-search {
  display: none; }

.manage-vehicles .select2-results__option {
  padding: 0px; }
.manage-vehicles .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 300; }
.manage-vehicles .select2-results__option .wrap:before {
  font-family: fontAwesome;
  color: #C1C1C1;
  content: "\f096";
  width: 25px;
  height: 25px;
  padding-right: 5px;
  display: inline-block; }
.manage-vehicles .select2-results__option[aria-selected=true] .wrap:before {
  content: "\f14a";
  color: #0075ff; }
.manage-vehicles .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: inherit; }
.manage-vehicles .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff; }

.vehicle-list .vehicle-item {
  padding: 22px 22px 22px 22px;
  border-bottom: 1px solid #f1f1f1; }
  .vehicle-list .vehicle-item .vehicle-item-col {
    min-height: 45px; }
  .vehicle-list .vehicle-item .vehicle-info {
    vertical-align: middle; }
  .vehicle-list .vehicle-item .date {
    font-size: 10px;
    line-height: 15px; }
  .vehicle-list .vehicle-item .actions a svg path, .vehicle-list .vehicle-item .actions a svg rect {
    fill: #a5c8fa; }
  .vehicle-list .vehicle-item input[type="checkbox"] {
    vertical-align: middle;
    border: 1px solid #C1C1C1;
    border-radius: 4px; }
  .vehicle-list .vehicle-item .number {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600; }
  .vehicle-list .vehicle-item:not(.heading):hover {
    background-color: #005EE1; }
    .vehicle-list .vehicle-item:not(.heading):hover div > * {
      color: #fff; }
    .vehicle-list .vehicle-item:not(.heading):hover .actions a svg path, .vehicle-list .vehicle-item:not(.heading):hover .actions a svg rect {
      fill: #fff; }
  .vehicle-list .vehicle-item.heading .title {
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    font-weight: normal; }

.popover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #7B7B7B3D;
  border: none !important;
  border-radius: 15px; }
  .popover .popover-body {
    font-family: "Kanit";
    font-size: 10px;
    line-height: 15px;
    color: #1D1D1D; }

.headings {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.main-loader, .modal-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffe3;
  z-index: 100000; }
  .main-loader svg, .modal-loader svg {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.modal-loader {
  position: absolute; }

.masterSecureCode {
  margin-left: -13px; }

.password-eye-block {
  position: relative; }
  .password-eye-block .password-eye-toggle {
    position: absolute;
    right: 0px;
    top: 40px;
    color: #c9d1d9; }

.social-separator {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .social-separator:before {
    content: " ";
    width: 80%;
    top: 11px;
    height: 1px;
    position: absolute;
    background-color: #e6e6e6;
    left: 0px;
    right: 0px;
    margin: 0 auto; }
  .social-separator span {
    background-color: #fff;
    padding: 0px 8px;
    display: inline-block;
    position: relative;
    color: #006bff; }

.social-login {
  border-radius: 50px;
  border: 1px solid #D8D8D8;
  padding: 13px;
  display: inline-block; }
  .social-login:hover {
    background-color: #f3f3f3; }

.credit-card-management .credit-card-block {
  background-color: #fff; }

.userCompanyInvoiceParent .user-company-block {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 20px;
  font-family: "Kanit";
  max-width: 335px;
  width: 100%; }
  .userCompanyInvoiceParent .user-company-block.collapsed {
    display: none; }
  .userCompanyInvoiceParent .user-company-block .company-item {
    padding-bottom: 0px; }
    .userCompanyInvoiceParent .user-company-block .company-item span {
      text-transform: uppercase;
      font-weight: 300; }
.userCompanyInvoiceParent .custom-title {
  margin-bottom: 0px; }
.userCompanyInvoiceParent #companyInvoice ul {
  margin: 0px; }
.userCompanyInvoiceParent #companyInvoice .input-error {
  border: 1px solid red; }
.userCompanyInvoiceParent #companyInvoice .form-group {
  margin-bottom: 6px; }

.collapse-arrow:before {
  top: -3px;
  margin-right: 5px;
  font-size: 12px;
  font-family: 'FontAwesome';
  content: "\f077";
  position: relative; }
.collapse-arrow.collapsed:before {
  content: "\f078"; }

.modal .modal-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: none;
  background-image: url("/member/img/modal-bg.svg");
  background-position: -40px -42px; }
  .modal .modal-content .modal-header {
    padding: 5px 10px; }
    .modal .modal-content .modal-header button.close {
      outline: none;
      color: #000;
      opacity: 1; }
  .modal .modal-content .modal-header, .modal .modal-content .modal-footer {
    border: none; }
  .modal .modal-content .modal-body {
    padding: 5px 10px; }

.modal-backdrop {
  background: #303030 0% 0% no-repeat padding-box; }
  .modal-backdrop.show {
    opacity: 0.92; }

.modal-custom .modal-content .modal-footer {
  max-width: 260px;
  width: 100%; }
.modal-custom .modal-content .modal-footer .btn {
  width: 100%; }

.modal-body .confirm-repeat-item {
  color: #d60505; }

.modal-info-plan .modal-content .modal-body, .modal-info-plan .modal-content .modal-footer {
  max-width: 530px;
  width: 100%; }
.modal-info-plan .modal-content .modal-body {
  padding: 0px 10% 20px 10%; }
  .modal-info-plan .modal-content .modal-body .main-info .title {
    font-size: 22px;
    line-height: 22px;
    color: #005EE1;
    font-weight: 500; }
  .modal-info-plan .modal-content .modal-body .main-info .price {
    font-size: 14px; }
    .modal-info-plan .modal-content .modal-body .main-info .price span {
      font-size: 34px;
      font-weight: 500;
      line-height: 35px; }
  .modal-info-plan .modal-content .modal-body ul {
    list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    padding-left: 18px; }
    .modal-info-plan .modal-content .modal-body ul li {
      padding-bottom: 10px; }
      .modal-info-plan .modal-content .modal-body ul li:before {
        font-family: 'FontAwesome';
        content: '\f00c';
        margin-left: -18px;
        display: block;
        position: absolute; }
.modal-info-plan .modal-content .modal-footer .btn {
  width: 100%; }

.modal-static-page h2 {
  text-align: center;
  width: 100%; }
.modal-static-page .modal-dialog {
  max-width: 90%; }
.modal-static-page .modal-content .modal-body {
  padding: 5px 30px; }

.partial-block {
  box-shadow: 0px 0px 25px #00000017;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 20px; }
  .partial-block:not(.block-widget):last-of-type {
    margin-bottom: 0px; }

.benefit-container {
  color: #fff;
  font-family: "Kanit"; }
  .benefit-container ul {
    margin: 0px; }
  .benefit-container .benefit-item {
    margin-bottom: 20px;
    border-radius: 11px 11px 0px 0px;
    padding: 12px 30px;
    background-color: #FF3D78;
    background-repeat: no-repeat;
    min-height: 115px; }
    .benefit-container .benefit-item:last-of-type {
      margin-bottom: 0px; }
    .benefit-container .benefit-item.blue {
      background-color: #005EE1; }
    .benefit-container .benefit-item.violet {
      background-color: #5b5bff;
      background-image: url("../img/benefit1.png"); }
    .benefit-container .benefit-item.pink {
      background-image: url("../img/benefit2.png");
      background-size: contain; }
    .benefit-container .benefit-item .title {
      font-weight: 600;
      font-size: 22px; }
      @media (max-width: 1200px) {
        .benefit-container .benefit-item .title {
          font-size: 19px; } }
    .benefit-container .benefit-item .service {
      font-weight: 300;
      font-size: 14px;
      margin-top: -5px;
      margin-bottom: 10px; }
      .benefit-container .benefit-item .service.none {
        color: #8FBEFF; }
      .benefit-container .benefit-item .service.no-margin-y {
        margin-top: 0px; }
    .benefit-container .benefit-item .next {
      font-weight: 300;
      font-size: 11px; }
    .benefit-container .benefit-item .btn {
      background: #0A71FF 0% 0% no-repeat padding-box;
      color: #fff; }
      .benefit-container .benefit-item .btn:hover {
        background-color: #3183f5; }

.info-container {
  background-image: url("../img/info-block.png");
  background-repeat: no-repeat;
  background-position: right bottom; }
  .info-container h2 {
    color: #005EE1; }
  .info-container .btn {
    color: #005EE1; }

.vehicles-list-block .vehicles-list-container {
  box-shadow: 0px 0px 10px #00000012;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 18px 19px;
  height: calc(100% - 42px); }
  .vehicles-list-block .vehicles-list-container .item .vehicle-numner-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400; }
  .vehicles-list-block .vehicles-list-container .item .vehicle-number {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px; }

.event-history-block .event-history-container {
  overflow: hidden;
  width: 100%; }
  .event-history-block .event-history-container .event-history-row {
    padding: 10px 0px; }
    .event-history-block .event-history-container .event-history-row .date {
      color: #6E6E6E;
      font-size: 10px;
      line-height: 15px;
      font-weight: 400; }
    .event-history-block .event-history-container .event-history-row .number {
      font-size: 14px;
      line-height: 21px;
      color: #1D1D1D;
      font-weight: 600; }
    .event-history-block .event-history-container .event-history-row .service, .event-history-block .event-history-container .event-history-row .location {
      color: #8B8B8B;
      font-size: 13px;
      line-height: 19px; }
.event-history-block:not(.orders-management) .event-history-container {
  max-height: 61vh; }

@media (min-width: 992px) {
  .invoice-block.after-header-element {
    min-height: 300px; } }
.invoice-block .invoice-container .invoice-row {
  color: #1D1D1D;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 15px 20px; }
  .invoice-block .invoice-container .invoice-row:hover:not(.headings) {
    background-color: #F2F8FF; }
  .invoice-block .invoice-container .invoice-row:hover svg path {
    fill: #005EE1; }
  .invoice-block .invoice-container .invoice-row .status-message {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #FF3D78; }
  .invoice-block .invoice-container .invoice-row.headings {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }

.registered-cars-block .col-block {
  padding: 47px 30px; }
  .registered-cars-block .col-block .title, .registered-cars-block .col-block .count {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400; }
  .registered-cars-block .col-block .btn {
    margin-top: -5px; }
    @media (max-width: 1475px) {
      .registered-cars-block .col-block .btn {
        /*		float: none !important;
        		margin-top: 15px;*/ } }
    @media (max-width: 991px) {
      .registered-cars-block .col-block .btn {
        float: right !important;
        margin-top: -5px; } }
    @media (max-width: 540px) {
      .registered-cars-block .col-block .btn {
        float: none !important;
        margin-top: 15px;
        display: block;
        max-width: 150px; } }

.company-details-block .col-block {
  padding-top: 15px;
  padding-bottom: 15px; }
.company-details-block .title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400; }
.company-details-block .company-details-item {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400; }
  .company-details-block .company-details-item span {
    color: #8B8B8B;
    font-weight: 300; }

h2.smaller {
  font-size: 18px;
  line-height: 27px; }

.subscription-list-block .subscription-list-block-inner.empty {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  background-color: #fff; }
.subscription-list-block .subscription-list-block-inner .subscription-list-container {
  overflow: hidden;
  width: 100%; }
  .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-title {
    color: #0A71FF;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600; }
  .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-desc {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400; }
  .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 18px 34px;
    position: relative;
    overflow: hidden; }
    .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item.expired {
      background-color: #f1f1f1; }
      .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item.expired .auto-renewal-message {
        font-size: 10px;
        color: #0a71ff; }
      .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item.expired .expired-date {
        color: red; }
    .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item.blocked:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      top: 0px;
      background-color: #ffffffed;
      z-index: 1; }
    .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item.blocked .blocked-description {
      z-index: 2;
      text-align: center;
      position: absolute;
      top: 38%;
      bottom: 0px;
      left: 0px;
      right: 0px; }
    .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item .title, .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item .vehicle-number {
      font-weight: 600;
      font-size: 22px;
      line-height: 33px; }
    .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item .plan-name {
      color: #005EE1;
      font-weight: 500;
      font-size: 20px;
      line-height: 33px; }
    .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item .vehicle-numner-text, .subscription-list-block .subscription-list-block-inner .subscription-list-container .subscription-item .expirity {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400; }

.subscription-plan-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  position: relative;
  padding: 14px 20px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  .subscription-plan-item:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    content: ' ';
    background-image: url(/member/img/abstract-bg.svg);
    opacity: 0;
    background-position: -40px -42px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1; }
  .subscription-plan-item.expanded {
    background-color: transparent; }
    .subscription-plan-item.expanded .make-order.outside {
      opacity: 0; }
    .subscription-plan-item.expanded:before {
      opacity: 1; }
  .subscription-plan-item .main-info {
    display: inline-block; }
  .subscription-plan-item .title {
    font-size: 18px;
    line-height: 20px;
    color: #005EE1;
    font-weight: 500; }
  .subscription-plan-item .price {
    font-size: 14px; }
    .subscription-plan-item .price span {
      font-size: 26px;
      font-weight: 500;
      line-height: 26px; }
  .subscription-plan-item .expand {
    background: #F3F3F3 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    width: 38px;
    height: 38px;
    border: none;
    outline: none;
    color: #A4AFB7;
    position: absolute;
    right: 20px;
    top: 19px; }
    .subscription-plan-item .expand:not(.collapsed) .fa-chevron-down:before {
      content: "\f077"; }
  .subscription-plan-item .make-order {
    margin-top: 7px; }
    .subscription-plan-item .make-order a {
      padding-top: 6px;
      padding-bottom: 6px; }
  .subscription-plan-item .collapse .description, .subscription-plan-item .collapsing .description {
    padding-top: 20px;
    padding-bottom: 20px; }
    .subscription-plan-item .collapse .description ul, .subscription-plan-item .collapsing .description ul {
      list-style-type: none;
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      list-style-position: inside;
      margin: 0px;
      padding: 0px; }
      .subscription-plan-item .collapse .description ul li, .subscription-plan-item .collapsing .description ul li {
        padding-bottom: 10px;
        position: relative;
        padding-left: 18px; }
        .subscription-plan-item .collapse .description ul li:before, .subscription-plan-item .collapsing .description ul li:before {
          font-family: 'FontAwesome';
          content: '\f00c';
          padding-right: 5px;
          display: inline-block; }

body .description ul.customtab {
  list-style: none  !important;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 0px !important; }
  body .description ul.customtab li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; }
    body .description ul.customtab li:before {
      display: none  !important; }
    body .description ul.customtab li a.active {
      color: #fff;
      background-color: #0a71ff;
      border-color: #0a71ff; }

@media (max-width: 360px) {
  body .description ul.customtab li {
    width: 100%; } }
.fill-height-10 {
  height: 10%; }

.fill-height-20 {
  height: 20%; }

.fill-height-30 {
  height: 30%; }

.fill-height-40 {
  height: 40%; }

.fill-height-50 {
  height: 50%; }

.fill-height-60 {
  height: 60%; }

.fill-height-70 {
  height: 70%; }

.fill-height-80 {
  height: 80%; }

.fill-height-90 {
  height: 90%; }

.fill-height-100 {
  height: 100%; }

.full-height {
  height: 100%; }
  .full-height.with-heading {
    height: calc(100% - 42px); }

.block-widget {
  margin-bottom: 1rem; }
  .block-widget .simple-text {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400; }
  .block-widget .full-height {
    height: calc(100% - 1rem); }
    .block-widget .full-height.with-heading {
      height: calc(100% - 42px - 1rem); }
  .block-widget.fill-height-10 {
    height: calc(10% - 1rem); }
  .block-widget.fill-height-20 {
    height: calc(20% - 1rem); }
  .block-widget.fill-height-30 {
    height: calc(30% - 1rem); }
  .block-widget.fill-height-40 {
    height: calc(40% - 1rem); }
  .block-widget.fill-height-50 {
    height: calc(50% - 1rem); }
  .block-widget.fill-height-60 {
    height: calc(60% - 1rem); }
  .block-widget.fill-height-70 {
    height: calc(70% - 1rem); }
  .block-widget.fill-height-80 {
    height: calc(80% - 1rem); }
  .block-widget.fill-height-90 {
    height: calc(90% - 1rem); }
  .block-widget.fill-height-100 {
    height: calc(100% - 1rem); }

@media (max-width: 991px) {
  .block-widget .full-height {
    height: inherit; }
  .block-widget.with-heading {
    height: inherit; }
  .block-widget.fill-height-10 {
    height: inherit; }
  .block-widget.fill-height-20 {
    height: inherit; }
  .block-widget.fill-height-30 {
    height: inherit; }
  .block-widget.fill-height-40 {
    height: inherit; }
  .block-widget.fill-height-50 {
    height: inherit; }
  .block-widget.fill-height-60 {
    height: inherit; }
  .block-widget.fill-height-70 {
    height: inherit; }
  .block-widget.fill-height-80 {
    height: inherit; }
  .block-widget.fill-height-90 {
    height: inherit; }
  .block-widget.fill-height-100 {
    height: inherit; } }
.form-control {
  font-size: 13px; }
  .form-control.fileinput {
    height: inherit; }

.form-group.checkbox {
  margin-bottom: 0px; }
  .form-group.checkbox .form-group {
    margin-bottom: 0px; }
.form-group label {
  padding-right: 20px; }
  .form-group label input[type="radio"] {
    margin-right: 5px;
    vertical-align: -2px; }
.form-group input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: -2px; }

.payment-window label {
  display: inline; }

html {
  height: 100%; }

body.login-page {
  height: 100%; }
  body.login-page .login-register {
    margin-top: 66px; }
  body.login-page header {
    position: absolute;
    background-color: transparent;
    box-shadow: none; }
    body.login-page header .navbar.navbar-light .navbar-nav a {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      padding-left: 30px;
      padding-right: 30px; }
  body.login-page .login-box {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 45px #0000000D;
    border-radius: 25px;
    border: none; }
    body.login-page .login-box .box-title {
      font-size: 22px;
      line-height: 33px;
      text-align: center;
      font-weight: normal;
      letter-spacing: 0px;
      color: #006BFF; }
    body.login-page .login-box label {
      letter-spacing: 0px;
      color: #000000;
      font-size: 12px;
      line-height: 18px;
      font-weight: normal; }
    body.login-page .login-box input[type="checkbox"] {
      margin-right: 10px;
      vertical-align: -2px; }
    body.login-page .login-box input[type="email"], body.login-page .login-box input[type="password"], body.login-page .login-box input[type="text"] {
      border: none;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0px;
      padding-left: 0px;
      padding-right: 0px;
      font-weight: 100; }
      body.login-page .login-box input[type="email"]:focus, body.login-page .login-box input[type="password"]:focus, body.login-page .login-box input[type="text"]:focus {
        outline: none !important;
        box-shadow: none;
        border-bottom: 1px solid #006BFF; }
    body.login-page .login-box .style1 {
      border: none;
      background-color: #006BFF;
      font-size: 14px;
      color: #fff;
      width: 100%;
      display: inline-block;
      max-width: 180px;
      font-weight: normal; }
    body.login-page .login-box .forgot-pass-block {
      margin-top: -12px; }
      body.login-page .login-box .forgot-pass-block a {
        font-size: 10px;
        line-height: 15px; }
  body.login-page .card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 4.25rem; }
  body.login-page .nav-tabs {
    border-color: #C4D6FF; }
    body.login-page .nav-tabs .nav-item .nav-link {
      font-size: 14px;
      line-height: 21px;
      color: #006BFF;
      border: none; }
      body.login-page .nav-tabs .nav-item .nav-link.active {
        border-bottom: 3px solid #006BFF;
        background: none;
        font-weight: 600; }
  body.login-page .sub-info {
    color: #C5C5C5;
    font-size: 14px; }
  body.login-page .color-alternative {
    color: #006BFF; }
  body.login-page .success-badge {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.paginator .paginate_button {
  padding: 5px;
  font-size: 15px;
  border-radius: 15px;
  min-width: 33px;
  display: inline-block; }
  .paginator .paginate_button.current {
    background-color: #005EE1;
    color: #fff; }

.filter .form-group label {
  font-weight: 500;
  padding-right: 10px; }
.filter .form-group .form-control {
  display: inline-block;
  width: inherit;
  font-size: 11px; }
.filter .form-group .filter-item {
  margin-right: 20px; }
  .filter .form-group .filter-item .search-input {
    padding-right: 25px;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% center; }
  .filter .form-group .filter-item .date-input {
    padding-left: 24px;
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 5% center;
    max-width: 104px; }
.filter .clear-filter {
  color: #2D2D2D;
  font-size: 11px;
  line-height: 15px;
  position: relative;
  padding-left: 10px; }
  .filter .clear-filter:before {
    content: "x";
    color: #FF3636;
    left: 0;
    position: absolute;
    font-size: 12px;
    top: 1px;
    font-weight: 500; }
@media (max-width: 767px) {
  .filter .form-group .filter-item {
    width: 100%;
    display: block !important; }
    .filter .form-group .filter-item label {
      width: 60px; }
    .filter .form-group .filter-item input, .filter .form-group .filter-item select {
      width: 100%;
      max-width: 170px !important; } }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #005ee1  !important;
  border-color: #005ee1 !important; }

.notifications-menu .loader {
  background-color: #f3f3f3; }
.notifications-menu .no-notifications {
  text-align: center;
  padding: 20px;
  width: 100%; }
.notifications-menu button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent; }
  .notifications-menu button .count {
    background-color: #29D686;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font: 500 10px/15px "Kanit";
    color: #fff;
    display: inline-block;
    padding: 1px 3px;
    position: absolute;
    top: -3px;
    right: 4px;
    min-width: 18px;
    border: 2px solid #fff; }
.notifications-menu svg {
  fill: #2D2D2D; }
.notifications-menu .dropdown-menu {
  width: 340px;
  height: 320px;
  top: 49px;
  line-height: 24px;
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  z-index: 110;
  border: none;
  left: auto;
  right: 0;
  padding: 0px; }
  .notifications-menu .dropdown-menu.empty {
    height: auto; }
  .notifications-menu .dropdown-menu .notification-container {
    height: 100%; }
    .notifications-menu .dropdown-menu .notification-container .notification-block {
      position: relative;
      width: 100%; }
      .notifications-menu .dropdown-menu .notification-container .notification-block:nth-child(even) {
        background-color: #F9F9F9; }
      .notifications-menu .dropdown-menu .notification-container .notification-block:hover, .notifications-menu .dropdown-menu .notification-container .notification-block:focus {
        text-decoration: none; }
      .notifications-menu .dropdown-menu .notification-container .notification-block.unseen-item:after {
        content: " ";
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background-color: #005ee1;
        position: absolute;
        right: 19px;
        top: 33px; }
    .notifications-menu .dropdown-menu .notification-container .notification-item {
      height: 80px; }
      .notifications-menu .dropdown-menu .notification-container .notification-item .thumb {
        width: 46px;
        line-height: 52px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        padding-left: 5px; }
        .notifications-menu .dropdown-menu .notification-container .notification-item .thumb img {
          max-width: 35px;
          margin-top: -10px; }
      .notifications-menu .dropdown-menu .notification-container .notification-item .text {
        width: 80%;
        display: inline-block;
        margin-left: 10px;
        font-size: 12px;
        line-height: 18px;
        vertical-align: middle; }
        .notifications-menu .dropdown-menu .notification-container .notification-item .text .title {
          display: block;
          font-weight: 400;
          color: #413C3C; }
        .notifications-menu .dropdown-menu .notification-container .notification-item .text .date {
          display: block;
          font-weight: 300;
          color: #C4C4C4; }
.notifications-menu.open .dropdown-menu {
  display: block; }
  .notifications-menu.open .dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: -9px;
    right: 5px;
    z-index: 0; }

#orderForm .form-group {
  padding: 2px 0px; }

.subscription-plan-block {
  margin: 0 auto;
  width: 100%; }
  .subscription-plan-block .slick-next {
    right: -5px; }
  .subscription-plan-block .slick-prev {
    left: -5px; }
  .subscription-plan-block .subscription-plan-item {
    padding: 30px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    font-family: "Kanit";
    width: 250px;
    box-shadow: 0px 3px 12px #E8E8E896;
    -webkit-box-shadow: 0px 3px 12px #E8E8E896;
    -moz-box-shadow: 0px 3px 12px #E8E8E896;
    border-radius: 4px;
    outline: none; }
    .subscription-plan-block .subscription-plan-item:hover {
      box-shadow: 0px 3px 37px #e8e8e8;
      -webkit-box-shadow: 0px 3px 37px #e8e8e8;
      -moz-box-shadow: 0px 3px 37px #e8e8e8; }
    .subscription-plan-block .subscription-plan-item .title {
      color: #000000;
      font-size: 28px;
      line-height: 35px;
      font-weight: 500; }
      .subscription-plan-block .subscription-plan-item .title span {
        color: #005EE1;
        padding-left: 7px; }
    .subscription-plan-block .subscription-plan-item .sub-title {
      color: #000000;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      margin-bottom: 25px; }
    .subscription-plan-block .subscription-plan-item .info {
      background-color: #DEDEDE;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin-bottom: 25px; }
      .subscription-plan-block .subscription-plan-item .info svg path {
        fill: #fff; }
    .subscription-plan-block .subscription-plan-item .price-block {
      margin-bottom: 50px; }
      .subscription-plan-block .subscription-plan-item .price-block .price {
        font-size: 44px;
        line-height: 50px;
        font-weight: 500; }
      .subscription-plan-block .subscription-plan-item .price-block .price-description {
        color: #A8A8A8;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px; }

.payment-icons svg {
  margin-bottom: 10px;
  margin-right: 5px; }

.subscription-info .title {
  color: #000000;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500; }
  .subscription-info .title span {
    color: #005EE1;
    padding-left: 7px; }
.subscription-info .sub-title {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 25px; }
.subscription-info .price {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500; }

.custom-title {
  color: #000000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px; }

.subscription-plan-info {
  max-width: 250px;
  text-align: center;
  display: inline-block; }
  .subscription-plan-info .title {
    color: #0A71FF;
    font-size: 28px;
    line-height: 35px;
    font-weight: 500; }
    .subscription-plan-info .title span {
      color: #005EE1;
      padding-left: 7px; }
  .subscription-plan-info .sub-title {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 25px; }
  .subscription-plan-info .price-block {
    margin-bottom: 50px; }
    .subscription-plan-info .price-block .price {
      font-size: 44px;
      line-height: 50px;
      font-weight: 500; }
      .subscription-plan-info .price-block .price.discounted {
        text-decoration: line-through;
        color: #a7a7a7fc;
        font-weight: 100; }
    .subscription-plan-info .price-block .price-with-discount {
      font-size: 44px; }
    .subscription-plan-info .price-block .price-description {
      color: #A8A8A8;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px; }
  .subscription-plan-info .discount-info {
    margin-bottom: 50px; }
    .subscription-plan-info .discount-info .title {
      color: #000000;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      margin-bottom: 5px; }
    .subscription-plan-info .discount-info .active-discount.active {
      border: 1px solid #29d686;
      border-radius: 4px;
      margin-top: 2px;
      padding: 5px 5px;
      font-size: 12px; }
    .subscription-plan-info .discount-info .discount-info-form input[type="text"] {
      background-color: transparent;
      border: 1px solid #E4E4E4;
      padding: 6px 10px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 12px;
      text-transform: uppercase;
      text-align: center;
      vertical-align: top; }
      .subscription-plan-info .discount-info .discount-info-form input[type="text"]::placeholder {
        text-transform: initial; }
    .subscription-plan-info .discount-info .discount-info-form button {
      background-color: #0A71FF;
      color: #fff;
      border: none;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      margin-left: -3px;
      padding: 6px 9px 5px 9px;
      margin-top: 0px;
      margin-bottom: 0px; }
    .subscription-plan-info .discount-info .discount-info-form *:focus {
      outline: none; }
  .subscription-plan-info .vehicle-info {
    margin-bottom: 50px; }
    .subscription-plan-info .vehicle-info .vehicle-number {
      color: #000000;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300; }
    .subscription-plan-info .vehicle-info .vehicle-number-text {
      color: #000000;
      font-size: 28px;
      line-height: 34px;
      font-weight: 400; }

.subscription-tooltip ul {
  list-style: none; }
  .subscription-tooltip ul li {
    list-style: none; }

.tooltip .tooltip-inner {
  text-align: left;
  min-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .tooltip .tooltip-inner ul {
    padding: 0px;
    padding-left: 21px;
    margin: 0px; }

.slick-slider .slick-arrow {
  background-color: #fff;
  width: 33px;
  height: 33px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 5; }
  .slick-slider .slick-arrow:before, .slick-slider .slick-arrow:after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #000000; }
  .slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
    background-color: #fff !important; }
    .slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:hover:after, .slick-slider .slick-arrow:focus:before, .slick-slider .slick-arrow:focus:after {
      color: #005EE1; }
.slick-slider .slick-prev:before {
  content: "\f060"; }
.slick-slider .slick-next:before {
  content: "\f061"; }

.order .center-border {
  position: relative; }
  .order .center-border:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
    margin: 0 auto; }

.modal-add-plan .modal-content .modal-body {
  max-width: 320px; }

.credit-card-block {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 20px;
  font-family: "Kanit";
  max-width: 335px;
  width: 100%; }
  .credit-card-block a svg path, .credit-card-block a svg rect {
    fill: #a5c8fa; }
  .credit-card-block .card-number, .credit-card-block .card-expires {
    color: #B7B7B7;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300; }
  .credit-card-block .label {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300; }

.change-with-invoice-parent {
  position: relative;
    /*    &:after {
	    content: ' ';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background-color: #ffffffe3;
	    left: 0px;
	    right: 0px;
	    top: 0px;
	    bottom: 0px;
	}*/ }

@media (max-width: 767px) {
  body.login-page .card-block {
    padding: 20px 20px; } }

/*# sourceMappingURL=style.css.map */
